Error

Notice: Undefined property: stdClass::$forum_tid in forum_node_view() (line 275 of /home/wfrantz/www/sprintdevelopers/modules/forum/forum.module).

Determine my phone number within a J2ME application?

Submitted by wfrantz on Thu, 02/12/2004 - 16:36

Write a Sprint PCS J2ME application that determines your phone number.

I think you can actually do this!

Point your phone's browser to this page:
http://ecare.sprintpcs.com/eCare/en/shtml/MOUII_Usage.jsp?index=0&min=null
You will see your "Minutes Used" summary. At the bottom of that page (on my phone anyway), is my phone number!

This means I should be able to write a J2ME MIDlet that retrieves that page and scrapes the data to determine the user's phone number. THAT is a very useful thing!

Anybody want to try it and report back?