View Single Post
  #79 (permalink)  
Old 03-21-2010, 06:53 AM
eval-'s Avatar
eval-
PPCGeeks Regular
Offline
 
Join Date: Sep 2008
Posts: 58
Reputation: 135
eval- is keeping up the good workeval- is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android running on US Cellular data service

Quote:
Originally Posted by phatboy29m View Post
I saw this while linux/android was compiling at the load up screen:

"'/setupmodem;sh' cannot find setupmodem, disabling setupmodem"

Could this be part of the problem?
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)
Reply With Quote
This post has been thanked 1 times.