|
![]() |
|
LinkBack | Thread Tools | Display Modes |
|
|
||||
Re: Android running on US Cellular data service
Quote:
#!/bin/sh busybox cp /sdcard/pap-secrets /etc/ppp/pap-secrets Busybox cp /sdcard/options.smd1 /etc/ppp/options.smd1 If I manually type these in a terminal window they work, but the chmod +x /sdcard/usccfix that I created from your post (with the 'user' added in front). My file is located at /sdcard/ and a file named usccfix (no extension) May be the programs I am using or scripts not working yet??
__________________
Touch Pro 2 with Stock US Cellular ROM (WM6.5) Dual boot to Android
Have PPC-6800 and Touch Pros with Custom ROMs |
|
||||
Re: Android running on US Cellular data service
Quote:
I am actually typing things in by hand, using "Better Terminal Pro" but remember, I am doing so in super-user (root) mode by typing "su" first. Perhaps you need to make sure your script programs run in su/root mode? (Another possible issue: Maybe your script (and mine) should end in .sh? When I tried to download my "fix" file using Android's browser it said filetype unsupported. But when I renamed the file on my server to fix.sh it allowed me to download. So there is a chance your script programs [??] require scripts to end in .sh ?) PS. What are these script programs? Maybe we can make the fix script easier for people by using a GUI click-and-run solution, instead of requiring people to go into a console and type out "su" and "/sdcard/fix" Quote:
![]() |
|
||||
Re: Android running on US Cellular data service
Quote:
Yep, when I use EStrongs File Explorer to view/edit files and I use Android Terminal Emulator. I always start out by typing in 'su' or another program I tried as well there was a "Super User" radio option I always selected. The program editor sometimes capitalizes the first letter and I have to remember to double check that, but when I check the files manually they are never changed. I tried the .sh and it did not work either. Thanks again eval- for all of your suggestions. |
|
||||
Re: Android running on US Cellular data service
still a no go for me.. I tryed using my meid from back of phone 18 digits long dec. configured my options.smd1 and pap-secrets switched from airplane off to on and still shows only up arrow activity no download activity. really confussed. I rechecked the files to make sure the phonenumber@uscc.net was correct. I'm lost here. What is the difference between meid and msid?
|
|
||||
Re: Android running on US Cellular data service
phh has reminded me i am still an idiot and should've noticed /init.etc (which is persistent)
so, hopefully this is the end: STEP 1: find the right username@uscc.net for /etc/ppp/pap-secrets & options.smd1 Play around until you find your username. Usually it is your phone number, sometimes it can be your ESN or MEID number. Edit these files after dialing ##778 and pressing "View." If dude420420 is right, this should give you your account username. You might have to call USCC to find out. pap-secrets needs to look like: Code:
username@uscc.net * username Code:
user username@uscc.net After changing these files, try Airplane On / Airplane Off to test. If it works, move to Step 2. If it doesn't, try to figure out why. Try a different username. If you can't find one that works, look up 'adb' & 'logcat' in the forums and online and look for lines with "pppd" in your logcat. STEP 2: Copy /etc/ppp/pap-secrets and /etc/ppp/options.smd1 into /init.etc/ppp You may have to do this "as root" in a terminal or console after typing "su" (hint; the "cp" command copies... "cp /etc/ppp/options.smd1 /init.etc/ppp" would work for the first file... same step for pap-secrets) STEP 2 should allow those files to be created on boot. So once you have found the right settings, and managed to copy them into /init.etc/ppp you should be good to go from then on. Please reboot and confirm this for me since I am not on USCC and cannot test anything I suggest. NOTE: /init.etc/ppp/pap-secrets and /init.etc/ppp/options.smd1 may not have the permissions necessary for you to be able to overwrite them. This is why you might have to go into a shell and type "su" and "chmod a+rw /init.etc/ppp/pap-secrets" and "chmod a+rw /init.etc/options.smd1" before you can copy over them, especially if you are using a GUI file explorer to copy, and not running everything as root (after "su") in the terminal shell. GOOD LUCK! And don't forget to thank my posts if you found them helpful ![]() PS: /init.etc is "persistent" UNTIL YOU CHANGE YOUR ROOTFS. If you do, you will have to repeat these steps. So it is probably a good idea to keep a backup copy of your working pap-secrets and options.smd1 until this issue is fixed in the latest rootfs, so that in case it is not, you can overwrite the /init.etc files again easily. Hopefully a new rootfs will fix this problem altogether, but current reports are inconsistent that the RIL changes do. Last edited by eval-; 03-22-2010 at 05:58 PM. |
This post has been thanked 5 times. |
|
||||
Re: Android running on US Cellular data service
Quote:
__________________
Device: 3VO
Case: Platinum 2 in 1 Covert with holster |
![]() |
|
Tags |
uscc data 3g cdma |
Thread Tools | |
Display Modes | |
|
|