View Single Post
  #81 (permalink)  
Old 03-21-2010, 02:18 PM
dfgas's Avatar
dfgas
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2009
Posts: 52
Reputation: 30
dfgas is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android running on US Cellular data service

Quote:
Originally Posted by eval- View Post
nope

hey all you US cellular people. if you have a terminal/console app, try:

$ su
# cat > /etc/ppp/pap-secrets
ESN@uscc.net * ESN
<control-d>
#

and then airplane mode on, airplane mode off
remember, ESN is your real ESN (under battery or call them up)
and <control-d> means hold down control, then hit 'd' (hit return after)
(and don't type $ or # ...you should see those, not type them)

you can also do this all with "adb shell" if you have that working.

talked to phhusson in the channel today, a fix should be pushed soon into a new rootfs.img. then you'll be able to put your ESN@uscc.net and ESN as your username and password under:
wireless controls -> mobile networks -> access point names -> (whatever... Android or CDMA generic, etc) ->
Username and Password
(set to ESN@uscc.net and ESN)
normally you have to use your phonenumber@uscc.net and yourphonenumberforrhepassword. this is how it is on any other phone os.....

as that is said i have already edited the rootfs.img file manually in linux and have added that into pap-secerts.
Reply With Quote