|
||||
Re: Android running on US Cellular data service
Quote:
as that is said i have already edited the rootfs.img file manually in linux and have added that into pap-secerts. |
|
||||
Re: Android running on US Cellular data service
Quote:
user ###########@uscc.net (where ####### is ESN or phone #, whichever you know to work) to options.smd1 in /etc/ppp as well as the entry to pap-secrets |
This post has been thanked 2 times. |
|
||||
Re: Android running on US Cellular data service
So has anyone gotten this to work for uscc and if so will u run me by the steps in order to complete the setup? Thank you
|
|
||||
Re: Android running on US Cellular data service
Quote:
Got it working, thanks to eval- for posting the info. I did enter in by cell phone number and not the ESN. After further research it must be the MSID which happens to be the users phone number in some cases. I had problems being able to enter in a ">" so I did something different than what eval- posted. Here are my alternate steps... 1. Downloaded "EStrongs File Explorer" from Market 2. Downloaded "Command Executer" from Market (also tried "Android Terminal Emulator") 3. Opened EStongs File Explorer 4. Pressed the "/" button at top left 5. Selected the "etc" folder 6. Selected the "ppp" folder 7. Press and held on file "pap-secrets" and selected copy 8. Pressed the "Home" button at top left (looks like a house) 9. Pressed the physical Windows key 10. Selected "Operations" button and then selected "Paste" 11. Pressed the "/" button at top left 12. Selected the "etc" folder 13. Selected the "ppp" folder 14. Press and held on file "options.smd1" and selected copy (Not the .smd file) 15. Pressed the "Home" button at top left (looks like a house) 16. Pressed the physical Windows key 17. Selected "Operations" button and then selected "Paste" Note: I changed a setting to what program to open with, but it was NOT the HTML option. 18. Select file "pap-secrets" and open as "Text" 19. Enter in MSID@uscc.net * MSID (Example: 6414251234@uscc.net * 6414251234) MSID can be found by dialing ##000000 in WindowsMobile 20. Press physical Windows button and select "Save" 21. Select file "options.smd1" and open as "Text" 22. Enter in user MSID@uscc.net (Example: user 6414251234@uscc.net) 23. Press physical Windows button and select "Save" 24. Open up Command Executer 25. Select Super User 26. Enter in "busybox cp /sdcard/pap-secrets /etc/ppp/pap-secrets 27. Select "Execute" button 28. Enter in "busybox cp /sdcard/options.smd1 /etc/ppp/options.smd1 29. Enter in to Air Plane mode then turn off Air Plane mode. Now it should work. I went back in to EStrongs File Explorer and opened both files in the /etc/ppp/ folder to verify the changes were there. An overview of what is going on here is I first made copies of the files and placed them in the "home" location of the SD card. I edited these files with the changes then copied them back. Hope this helps someone.
__________________
Touch Pro 2 with Stock US Cellular ROM (WM6.5) Dual boot to Android
Have PPC-6800 and Touch Pros with Custom ROMs Last edited by clifftrue; 03-24-2010 at 01:41 PM. Reason: Link to updated instructions. |
This post has been thanked 6 times. |
|
||||
Re: Android running on US Cellular data service
Quote:
file you call 'fix:' Code:
#!/bin/sh cat > /etc/ppp/pap-secrets << EOF phoneOResn#@uscc.net * phoneOResn# EOF cat >> /etc/ppp/options.smd1 << EOF user phoneOResn#@uscc.net EOF remember to replace phoneOResn# with your phone# or esn# or msid#, whichever works for you (I think it depends on where you live... and some USCC people don't need a name and password at all!!) update.. try this: Quote:
is the file in case it helps. Remember after you copy it to your SD card you have to type "chmod +x /sdcard/fix" at least once from within the console or terminal, and you always have to type "su" before you run "/sdcard/fix" every time you open up your terminal to run the internet fix script I just posted, and then Airplane mode on and off. Enjoy! PS. There is probably also a way to make the script run through a button on your homescreen, but I am not so good with GUIs, I am more comfortable in the shell. Maybe someone with Android scripting toys can help us out? Last edited by eval-; 03-22-2010 at 04:00 PM. |
This post has been thanked 3 times. |
|
||||
Re: Android running on US Cellular data service
very strange I tried this patch and still nothing.. hummm very frustrating. you used to be about to see atleast the send arrow glow.. but after the patch now no activity. very strange.
|
|
||||
Re: Android running on US Cellular data service
Quote:
"This patch" you mean creating pap-secrets in /etc/ppp (check it is OK by typing "more /etc/ppp/pap-secrets" in your terminal) and appending "user ###@uscc.net" in /etc/ppp/options.smd1 ? If you have adb, you can do "adb logcat" to try and see where "pppd" is failing. When it wasn't working, I would see "No auth is possible." You have tried both your ESN, or your phone # as the username#@ and pass#? And neither work with this fix and Airplane On/Off? If it helps, the person I fixed it for ESN was in wisconsin I believe. Last edited by eval-; 03-22-2010 at 02:16 PM. |
This post has been thanked 2 times. |
|
||||
Re: Android running on US Cellular data service
for the "fix File"
what do we name it fix.? fix.exe fix.bat fix.sh which one? thanks byte
__________________
"I'm as honest as the day is long, the longer the daylight the less I do wrong!"
|
|
Tags |
uscc data 3g cdma |
|
|