Blogger Templates

(tweaks) Open line your android phone

Rate this article:



OPENLINE YOUR SGY

Thanks to sir DOKY73 for this adb shell script..


BY sir DOKY73
I explicitly warn again everyone,
If you do not really understand what you do inside the shell, then wait for some!
YOU CAN POTENTIALLY HARM YOUR DEVICE!
If you doing something wrong with bml15, you might cause unrecoverable issues





Code:
Requirements:
1: SAMSUNG DRIVER or SAMSUNG KIES
2: JAVA DEV KIT
3: ANDROID SDK
4: Root Your SGY See main page Root tab
STEPS:
1.>Connect your SGY to the PC, using the USB cable.

2.>Access the command prompt in your Windows computer. In order to do that, click on Start button, and in the search field, type ‘cmd.exe’. Once found, open it. In this window you need to head to the folder where Android SDK has been installed.



3.>enter this codes on cmd
[note: when typing commands,,please wait for the # to show in the cmd before typing another command]
[note: start and ADB shell session into your phone by 'ADB shell' in Windows, './adb shell' in linux then copy line by line the following. If you got error, then stop, and report the issue!]


Code:
ADB  shell
su     #<- Check phone screen to grant root access, and wait for # prompt in shell
mkdir /sdcard/SGYunlock    #<-check if the folder has been created, and no error
stop       #<-the phone will freeze, It's OK!
dd if=/dev/bml15 of=/sdcard/SGYunlock/bml15.img.SAVE    #<- Do it ONLY ONCE!!!!
dd if=/dev/zero bs=1 count=16 of=/dev/bml15 seek=524360
dd if=/dev/zero bs=1 count=1 of=/dev/bml15 seek=525392
start    #<-the phone will restart
exit     #<- exit from root shell
exit     #<- exit from shell


4.>restart your SGY if it did not restart automatically




TO reNetLock TO DEFAULT NETWORK PROVIDER


Code:
Requirements:
1: SAMSUNG DRIVER or SAMSUNG KIES
2: JAVA DEV KIT
3: ANDROID SDK
4: Root Your SGY visit me or visit me too
5:
STEPS:
1.>Connect your SGY to the PC, using the USB cable.

2.>Access the command prompt in your Windows computer. In order to do that, click on Start button, and in the search field, type ‘cmd.exe’. Once found, open it. In this window you need to head to the folder where Android SDK has been installed.

3.>enter this codes on cmd


Code:
ADB shell
su   #<- Check phone screen to grant root access, and wait for # prompt in shell
stop   #<-the phone will freeze, It's OK! 
dd if=/sdcard/SGYunlock/bml15.img.SAVE of=/dev/bml15 
start   #<-the phone will restart, put default SIM and use!
exit #<- exit from root shell
exit #<- exit from shell
4.>restart your SGY if it did not restart automatically

Credits to:
Doky713
Codeshark
Izghitu
ALbavizion
Mikstev
ORIGINAL DEV
OPENLINE SOURCE THREAD

0 (mga) puna: