View Single Post
  #142 (permalink)  
Old 03-25-2010, 10:07 PM
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 **Solved for most***

Quote:
Originally Posted by skuddy View Post
i run 2 us cellular stores. and every time we have problems with internet access it is the MSID that gets you online. those are ALWAYS the server settings at USCC. if anyone needs their MSID call 611 and ask for it
that is awesome to get this mess sorted out. your info should be on the front page. so basically, as soon as USCC peeps get a new rootfs they need to grab GScript Lite, and make a script like below, run it, and reboot. thanks!!

#!/bin/sh

chmod a+rw /init.etc/ppp/pap-secrets
chmod a+rw /init.etc/ppp/options.smd1

cat > /init.etc/ppp/pap-secrets << EOF
YOUR_MSID_HERE@uscc.net * YOUR_MSID_HERE
EOF

grep -v user /init.etc/ppp/options.smd1 > /init.etc/ppp/options.smd1
cat >> /init.etc/ppp/options.smd1 << EOF
user YOUR_MSID_HERE@uscc.net
EOF
Reply With Quote