Saturday 28 April 2012

How To Open Line Your Samsung Galaxy Y { Tutorial }


Dear Friends Today I will Show U How To Open line your galaxy y.

1. Connect your smartphone 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. It should like this: C:\fastlink2.com\Android\android-sdk-windows\platform-tools. Here you need to run ‘adb shell’, using the command prompt.or go to android sdk platform directory then press shift right click then choose open command prompt here.

3. Type (or copy line by line) to the command line:


ADB shell
su
mkdir /mnt/sdcard/SGYunlock
cd /mnt/sdcard/SGYunlock
stop #<-the phone will freeze, It's OK!
dd if=/dev/bml15 of=bml15.img.SAVE #<- Do it ONLY ONCE!!!!
dd if=/dev/zero bs=1 count=16 of=/dev/bml15 seek=524360
start #<-the phone will restart, put any SIM and use!Tools Needed:



Android SDK From this Link


*******************************************************************************

Other method by xda Thanks to  sir DOKY73

OPENLINE YOUR SGY

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
Requirements: 
4: Root Your SGY
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: 
4: Root Your SGY 

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

2 comments

kevzvilla 6 May 2012 at 16:22

sir why i cant see my sdk ..even its already installed.

SAMEER 7 May 2012 at 08:40

see the new update & follow

Post a Comment