Fix for note 2 if stuck in factory mode

Search This thread

floykoe

Senior Member
Feb 16, 2013
236
123
Wenatchee
1. I ODIN BACK TO STOCK WITH ROOT
2. DOWNLOADED TERMINAL EMULATOR
FOLLOW DIRECTIONS IN LINK WORKED GREAT
I THOUGHT I F***ED MY DEVICE TIL I FOUND THIS


http://www.444android.com/samsung-g...xy-note-ii-factory-mode-sorunu.html#post86539

I tried all the other methods and suggestions. Finally I tried this one and it worked. The post is in another language, but the code works. Don't worry if terminal tells you bla bla bla not found, just keep typing in the next code. When you reboot, factory mode will be a thing of the past.
 
  • Like
Reactions: johnkor

Speakeasys

Member
Sep 15, 2013
5
0
Thank you thank you thank you.

I really appreciate the help here. I had a i605 that had that annoying Factory Mode box because I messed up my EFS folder with Root Explorer. Now at least I have a baseband and 000000000's for my ESN. Much appreciative to the developers who share their knowledge with us.
 

dicksteele

Inactive Recognized Contributor
Sep 4, 2010
3,807
2,740
California
FIX for getting out out of Factory Mode-Must be rooted

Might as well post the fix since it does work.



From terminal emulator or adb shell

su

rm /efs/FactoryApp/keystr
rm /efs/FactoryApp/factorymode
echo -n ON >> /efs/FactoryApp/keystr
echo -n ON >> /efs/FactoryApp/factorymode
chown 1000.1000 /efs/FactoryApp/keystr
chown 1000.1000 /efs/FactoryApp/factorymode
chmod 0744 /efs/FactoryApp/keystr
chmod 0744 /efs/FactoryApp/factorymode
reboot


Also located here, on XDA. What a coincidence

http://xdaforums.com/showpost.php?p=42794146&postcount=1
 

dicksteele

Inactive Recognized Contributor
Sep 4, 2010
3,807
2,740
California
But how can i change permissions in the terminal. On every command is answering with "Permission denied"?

Tnx in advance for your answer.

You need to be root. Type su, approve the root request when the message pops up.
If you phone is not rooted, then you need to root it.

Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
 

Top Liked Posts