[Q] Hard Reset EPST Code? - Samsung Epic 4G Touch

Anyone have it? Want to hard reset my phone with the code, not by going through the menu to Factory Data Reset.

##786#
You probably want to be on stock to be safe though. I recall a while back they had some problems with resetting from the ROM with the recompiled kernels, though they might have resolved those issues by now.

sfhub said:
##786#
You probably want to be on stock to be safe though. I recall a while back they had some problems with resetting from the ROM with the recompiled kernels, though they might have resolved those issues by now.
Click to expand...
Click to collapse
The ##786# has always seemed to work for me -- but if I am not using the full stock odexed Odin tar, it doesn't restore the /preload folder... Not a big deal, but it gives me a "feeling" that not everything finishes.
It does do the factory wipe, activation, PRL checks, etc. regardless.

Awesome. Thanks guys!

BUMP to prove search button does work!
google voice highjacked my phone now calls wont go through, hope this helps!

I have a noobie question. after you type ##786# it asks to enter msl. I am not sure what to enter. can anyone help?

jjdellorusso said:
I have a noobie question. after you type ##786# it asks to enter msl. I am not sure what to enter. can anyone help?
Click to expand...
Click to collapse
Go to adb shell or install Terminal Emulator.
Run the following command (case sensitive): getprop ril.MSL
The 6 digit code it spits out is your MSL.

nivron said:
Go to adb shell or install Terminal Emulator.
Run the following command (case sensitive): getprop ril.MSL
The 6 digit code it spits out is your MSL.
Click to expand...
Click to collapse
remember if you use swype it capitalizes the I. so I would change keyboards before doing that

nivron said:
Go to adb shell or install Terminal Emulator.
Run the following command (case sensitive): getprop ril.MSL
The 6 digit code it spits out is your MSL.
Click to expand...
Click to collapse
Also make sure that you remember it is case sensitive, so everything must be lowercase, and MSL must be in all caps

I am using adb shell it is installed on my desktop. when i run adb and type in that code it states that 'getprop' is not recognized as an internal, external command, operable program or batch file. Am I running adb wrong. thanks for your help

I font know about the adb method. I use terminal emulater from the android market.

Related

Flashing Recovery Image from Mac

I've been Googling how to do this for a while and can't figure out how to get it to go through. I rooted successfully, but I just can't figure out how to push the recovery image. I'm using the "evo-recovery" folder from toasts guide.
I read somewhere that the command to reboot into recovery is:
./adb-mac reboot recovery
but when I put that into a Terminal window I get:
-bash: ./adb-mac: No such file or directory"
Any input would be greatly appreciated, I have quite literally zero experience with this outside of rooting my Hero. If someone can point me to a well written guide I would appreciate that as well, the best way for me to learn it is by doing it myself. I've exhausted all of my resources though
Thanks
I will have to get the SDK, but I don't think it is adb-mac. I think it should just be adb in the SDK folder.
You will need to go to the directory you have the SDK in and then go to the tools folder. You will find adb in there do you would do: ./adb reboot recovery
Ikyo said:
I will have to get the SDK, but I don't think it is adb-mac. I think it should just be adb in the SDK folder.
Click to expand...
Click to collapse
Correct. He should be typing:
Code:
./adb reboot recovery
Negrito said:
Correct. He should be typing:
Code:
./adb reboot recovery
Click to expand...
Click to collapse
Thanks guys, I'll give that a shot. I don't remember having an issue flashing my Hero, I think I just started reading bad info and got myself all confused.
EDIT: All of that worked and I got it to boot into recovery but the Terminal window is locked up and wont allow for text input...
Code:
Eric-Highleys-MBP:tools erichighley$ cd /Applications/AndroidSDK/tools/evo-recovery
Eric-Highleys-MBP:evo-recovery erichighley$ ./recovery-mac.sh
EVO Recovery Mode
Pushing required files to device...
Password:
How am I supposed to enter a password if I can't type? This has happened twice to me, it requires me to pull the Evo battery and restart my computer before I can start the process over. What am I doing wrong?
EDIT #2: Weird, I just hit enter twice and it went....strangest root ever, I think so. Thanks for everyones help though. Much appreciated.
booyakasha said:
Thanks guys, I'll give that a shot. I don't remember having an issue flashing my Hero, I think I just started reading bad info and got myself all confused.
EDIT: All of that worked and I got it to boot into recovery but the Terminal window is locked up and wont allow for text input...
Code:
Eric-Highleys-MBP:tools erichighley$ cd /Applications/AndroidSDK/tools/evo-recovery
Eric-Highleys-MBP:evo-recovery erichighley$ ./recovery-mac.sh
EVO Recovery Mode
Pushing required files to device...
Password:
How am I supposed to enter a password if I can't type? This has happened twice to me, it requires me to pull the Evo battery and restart my computer before I can start the process over. What am I doing wrong?
Click to expand...
Click to collapse
You should be able to type, try using a 3rd party terminal app if the issue is with OS X
When you type your password into teminal there is no evidence of whats being typed, that might have been your issue. You can type.... it just doesnt show anything. I assume to keep the password hidden.
Negrito said:
When you type your password into teminal there is no evidence of whats being typed, that might have been your issue. You can type.... it just doesnt show anything. I assume to keep the password hidden.
Click to expand...
Click to collapse
that might have been it, i did type my password (even though it wasn't showing) then hit enter the second time. Just flashed Froyo. Thanks again for your help.
what is the password? i am trying to flash and i havent made up a password but its asking for one
BigBallin said:
what is the password? i am trying to flash and i havent made up a password but its asking for one
Click to expand...
Click to collapse
Your login password
TREYisRAD said:
Your login password
Click to expand...
Click to collapse
what i figured out is you need to create a login password. i never had one. so i created one and problem solved

Recovery help

I have rooted and flashed to the latest recovery image. i can not get into adb recovery. every time i try i get the following prompt ~# followed by my command and then file not found. Anybody had this problem that knows how to fix. thanks
shadow635 said:
I have rooted and flashed to the latest recovery image. i can not get into adb recovery. every time i try i get the following prompt ~# followed by my command and then file not found. Anybody had this problem that knows how to fix. thanks
Click to expand...
Click to collapse
sounds like you are getting adb. What happens if you just run "adb shell"? What is the exact command you are trying to run?
cd/system/app is the command entered. i am following the post for removing apps. i have entered clockwork, gone to partitions and then went to unmount. connected to pc and type adb remount. get remount succeeded. type adb shell and the following prompts
~#cd/system/app (command)hit enter
cd/sytem/app
/sbin/sh: cd/sytem/app: not found
did u mount the system and SD partitions?
Yes tried both mount and unmount and get the same messages
Sent from my ADR6300 using Tapatalk
shadow635 said:
~#cd/system/app (command)hit enter
cd/sytem/app
/sbin/sh: cd/sytem/app: not found
Click to expand...
Click to collapse
Need a space between "cd" and "/".
If you're not a unix person and are entering these commands without knowing what they do, it's important to enter them exactly as described. Better yet, cut & paste rather than type them.
thanks will try that i did cut and paste will try adding space to command

[Q] How else can we get MSL number???

I tried with connectbot to get my MSL number and with the new EC05 update sprint has removed it. I called sprint for the number and they would not give it to me. How else can this be achieved with only using the phone without a computer?
punwik said:
I tried with connectbot to get my MSL number and with the new EC05 update sprint has removed it. I called sprint for the number and they would not give it to me. How else can this be achieved with only using the phone without a computer?
Click to expand...
Click to collapse
Connectbot is in the market.
Sent from my SPH-D700 using XDA App
Also.try several calls to Sprint. 1 in 3 reps will give it to you.
Sent from my SPH-D700 using XDA App
kennyglass123 said:
Connectbot is in the market.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
NO ****!!!
punwik said:
NO ****!!!
Click to expand...
Click to collapse
Someone didn't read the post LOL
Thats ok. I think i made that sound to rude, Im sorry
I got it by calling sprint back and telling them i need to do a hard reset and they gave it to me. Thank you for trying
Using ConnectBot, login to localhost
Type: "getprop ril.MSL" (sans quotes)
You will receive the 6 digit code for your phone
Worked fine on my stock, unrooted EC05.
Reference
I use terminal emulator and type get prop and look for ril.msl and voila mal number
Sent from my Epic 4.0.0g bonsai plant
nikon120 said:
Using ConnectBot, login to localhost
Type: "getprop ril.MSL" (sans quotes)
You will receive the 6 digit code for your phone
Worked fine on my stock, unrooted EC05.
Reference
Click to expand...
Click to collapse
Your the man on this one. I have a rooted Epic on ECO5 and couldent get the MSL with alogcat or by searching connectbot getprop list. I popped in getprop ril.MSL and bingo! Thank you sir.
punwik said:
I tried with connectbot to get my MSL number and with the new EC05 update sprint has removed it. I called sprint for the number and they would not give it to me. How else can this be achieved with only using the phone without a computer?
Click to expand...
Click to collapse
root your phone and use a terminal from the market
run terminal and type in su and then select enter key
allow su permissions when asked for it...
then type getprop
then press the left most key on the phone and select email to and email it to yourself as it is easier to read on a computer screen
search for MSL and you should find [ril.MSL]: [xxxxxx]
The x's above will be numbers which are your msl code....
Root is not necessary
southparkeric said:
root your phone and use a terminal from the market
run terminal and type in su and then select enter key
allow su permissions when asked for it...
then type getprop
then press the left most key on the phone and select email to and email it to yourself as it is easier to read on a computer screen
search for MSL and you should find [ril.MSL]: [xxxxxx]
The x's above will be numbers which are your msl code....
Click to expand...
Click to collapse
Rooting isn't even necessary... see my post from the first page, which I will conveniently quote below. You can use ConnectBot or Terminal Emulator for this, both of which are free on the Market.
nikon120 said:
Using ConnectBot, login to localhost
Type: "getprop ril.MSL" (sans quotes)
You will receive the 6 digit code for your phone
Worked fine on my stock, unrooted EC05.
Reference
Click to expand...
Click to collapse
How do you change the username? This helps me update the MSID & MEID but thats it. Could this possibly clone my current device using phone number and MSID?

[HOWTO] Force 1x network

Good afternoon.
After much digging, I answered my own question and I figured that I would pass this along.
How to force 1x with the E4GT:
1) Dial *2 on your handset and politely request your MSL (Master Subsidy Lock) from tech support. You can also download a terminal emulator from the market and enter getprop ril.MSL to obtain the MSL. (Thanks nivron)
2) Head over to your dialer and type ##DEBUG#
3) Enter your MSL.
4) Select other, then HDR/1x Settings
5) Select cdma only and press ok.
6) Profit! Enjoy your extended battery life!
The com.android.sprintmenu.HDR1X_Selection activity brings up a menu where you can select between Auto, CDMA only, and EVDO only. The CDMA only option is what you want.
To actually open the activity, you'll need another app like LauncherPro (the free version is fine), ADWLauncher (not sure if Pro is needed, but that's what I have), or Tasker. In the launchers, you can get to the activity list through the add shortcut menu. In Tasker, you'll have to create a task with a component intent action. Put "com.android.sprintmenu.HDR1X_Selection" in for Class, and "com.android.sprintmenu" for Package. Set Cat to "None" and Target to "Activity".
As an aside to anyone who is relatively advanced with Android, is there a way to use Tasker to actually change the options in this menu instead of just launching it, perhaps with Action Intent or Component Intent? I tried putting integers in data, but it didn't do anything.
dmchssc said:
The com.android.sprintmenu.HDR1X_Selection activity brings up a menu where you can select between Auto, CDMA only, and EVDO only. The CDMA only option is what you want.
To actually open the activity, you'll need another app like LauncherPro (the free version is fine), ADWLauncher (not sure if Pro is needed, but that's what I have), or Tasker. In the launchers, you can get to the activity list through the add shortcut menu. In Tasker, you'll have to create a task with a component intent action. Put "com.android.sprintmenu.HDR1X_Selection" in for Class, and "com.android.sprintmenu" for Package. Set Cat to "None" and Target to "Activity".
As an aside to anyone who is relatively advanced with Android, is there a way to use Tasker to actually change the options in this menu instead of just launching it, perhaps with Action Intent or Component Intent? I tried putting integers in data, but it didn't do anything.
Click to expand...
Click to collapse
I appreciate the advice, man, but I found a simpler solution and updated my original post.
djkraemer said:
I appreciate the advice, man, but I found a simpler solution and updated my original post.
Click to expand...
Click to collapse
FYI, you can also install Terminal Emulator and run getprop ril.MSL to get your MSL number. You don't have to call anyone, or even be rooted to do this.
nivron said:
FYI, you can also install Terminal Emulator and run getprop ril.MSL to get your MSL number. You don't have to call anyone, or even be rooted to do this.
Click to expand...
Click to collapse
OP updated
djkraemer said:
6) Profit! Enjoy your extended battery life!
Click to expand...
Click to collapse
And the point of this is to gain what? For that I just turn off data when not needed and on when needed ... if is just to save battery that is. There are widgets for this.
nivron said:
FYI, you can also install Terminal Emulator and run getprop ril.MSL to get your MSL number. You don't have to call anyone, or even be rooted to do this.
Click to expand...
Click to collapse
Actually you do need to be rooted. I believe superuser permissions are required to run that command. So you have to type su before getprop ril.MSL
EpicFlair said:
Actually you do need to be rooted. I believe superuser permissions are required to run that command. So you have to type su before getprop ril.MSL
Click to expand...
Click to collapse
No root needed..... Swype capitalizes the I in ril so it screws it up use Samsung keyboard
Sent from my SPH-D710 using xda premium
Epix4G said:
No root needed..... Swype capitalizes the I in ril so it screws it up use Samsung keyboard
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Oh, OK good to know. I think I read somewhere that you need to enter SU, but I guess not
I was curious, and yea no root or SU needed.

[Guide] Get your MSL# on your Sprint SGS3

Easiest Method - Thanks to billard412! From his post:http://forum.xda-developers.com/showpost.php?p=28169785&postcount=14 (Give him thanks)
What worked for me to to go to the screen where it requested it(thru ##3282# menu) once there type getprop ril.MSL in adb or terminal, if it shows nothing type anything in the msl box, and after it says invalid code retype getprop ril.MSL and it'll show. Hope this helps
Method #2:
I didnt develop this, but think it best belongs here. I take no credit for this. This was from Viperboy, and I expect him to get all the credit for it. Please go to his thread and thank him.
I used the zip from Viperboy in this thread: http://forum.xda-developers.com/showthread.php?t=1621993
1. Download the flashable zip and flash from recovery
2. Let the phone boot and go into terminal emulator (I use adb from command promp in windows)
3.Type "su". **If using adb "adb shell" then "su"
4. Type "getprop ril.MSL"
****I have had instances where the flashable mode didnt work. In that case, try the manual way listed in Viperboys OP****
Tada!!!! Right it down.
Now you can do all those hidden menu things ##DATA##, etc.
Here is a video of the first method, using connectbot (terminal emulator). http://youtu.be/CWb8ootppo0
Easier Way
I downloaded "Get my MSL" from the market and it gave it to me before i was even rooted
Cool. I have always run scripts to get mine, and it didnt work with this phone, so I tried Viperboys method. Thanks for letting us know that worked.
All I get after flashing and typing
getprop ril.MSL in terminal is
[email protected]:/ #
What can't I get this msl?
Sent from my SPH-L710 using xda premium
shadowsnake6666 said:
I downloaded "Get my MSL" from the market and it gave it to me before i was even rooted
Click to expand...
Click to collapse
This doesn't work either
Sent from my SPH-L710 using xda premium
I have got the OP method to work on mine 3 times now. You may have to try it a couple times. I noticed that after I flashed the zip, I went to /system/bin and msl wasnt there. I used root explorer, moved msl to /system/bin and gave it all permissions, then did what I said in the OP via adb and it worked.
shadowsnake6666 said:
I downloaded "Get my MSL" from the market and it gave it to me before i was even rooted
Click to expand...
Click to collapse
Get my MSL doesn't work for me either. Worked on my Nexus S 4g and Evo, not on the GS3. I'm rooted. Maybe that's the difference? I can't imagine why that would make a difference. Anyone else get their MSL using the app?
The app didnt work for me, but like I said, try the manual mode if all else fails.
You guys are right I'm rooted and running a custom rom and I tried the app again and it didn't work good thing I wrote it down before I rooted
Here is the easiest way with any sprint phone. Activate it online and it's what they called the "programming code." I don't know if it will work if you are already activated. But if you have a backup phone. Activate that then activate your SG3 again.
Sent from my EVO using xda premium
I got it with connecbot, no root. First time didn't work, did getprop alone then did getprop ril.MSL and got it.
Sent from my SPH-L710 using xda premium
I've tried everything. I can't get it. I know how to cuz I've done it a million times, but now it just doesn't want to.
Sent from my SPH-L710 using xda app-developers app
I'm totally stuck, can't get my MSL at all. no method here is working for me...
If it didnt work for you..
What worked for me to to go to the screen where it requested it(thru ##3282# menu) once there type getprop ril.MSL in adb or terminal, if it shows nothing type anything in the msl box, and after it says invalid code retype getprop ril.MSL and it'll show.
You could also activate the phone online at Sprint.com takes 5 minutes
Sent from my SPH-L710 using xda premium
I was able to get the MSL by calling in and requesting to perform a full system reset (not just data). ##RTN# requires it in order to proceed.
billard412 said:
What worked for me to to go to the screen where it requested it(thru ##3282# menu) once there type getprop ril.MSL in adb or terminal, if it shows nothing type anything in the msl box, and after it says invalid code retype getprop ril.MSL and it'll show. Hope this helps
Click to expand...
Click to collapse
This worked perfectly, thank you!
Sent from my SPH-L710 using xda app-developers app
Doing what billard412 says, worked, thank you.
Sent from my SPH-L710 using xda premium
billard412 said:
What worked for me to to go to the screen where it requested it(thru ##3282# menu) once there type getprop ril.MSL in adb or terminal, if it shows nothing type anything in the msl box, and after it says invalid code retype getprop ril.MSL and it'll show. Hope this helps
Click to expand...
Click to collapse
Nothing else had been working for me. This worked like a charm, Thanks !!!
billard412 said:
What worked for me to to go to the screen where it requested it(thru ##3282# menu) once there type getprop ril.MSL in adb or terminal, if it shows nothing type anything in the msl box, and after it says invalid code retype getprop ril.MSL and it'll show. Hope this helps
Click to expand...
Click to collapse
Nothing worked except this..
Sent from my SPH-L710 using xda app-developers app

Categories

Resources