Saturday, June 4, 2016

HOW TO EXIT FACTORY MODE ON SAMSUNG GALAXY DEVICES


How to Exit Factory Mode for Samsung Galaxy Devices
If your device display a annoying transparency black background which contains some info about your device (PDA, Phone, CSC, H/W, Camera, …)
PDA:1437UCALI6
Phone:1437UCLI6
H/W:REV1.0
RF Cal Date:2013.06.01
SMD:01N, PBA : 04N
CAMERA:N/A, FrontCAM:N/A
TSP:
TSK:0x09
Band:HSPA,CH:N/A
UART:N/A,USB:N/A
in yellow text … and lock screen is not working, mean that your device is in factory mode.

“Factory Mode” is enabled if the EFS partition is corrupted because of installing custom ROMs, bad Mods or downgrading your current system version or after you succeeded in fixing the EFS partition.



  • To Fix this problem it require knowledge
  • Rooted Samsung device
  • Root file explorer Root Explorer


Steps :

Go to Local
 / Device >
         efs >
        FactoryApp
and open factorymode as text in “ES Note Editor”
Change it from OFF to ON and save it
Open keystr as text in “ES Note Editor”, change it from OFF to ON and save it
Reboot.

Method 2 
Install “Terminal Emulator

Type :
su

Type:
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


Method 3
WITHOUT ROOT

You can also exit factory mode and remove the annoying message without root, but it won’t fix it :
Go to Settings>
 Application manager >
All>
Search Factory Test
and “Clear data”, “Clear cache”

No comments:

Post a Comment