[SGY] Openline & reNetLock [Revised] Updated [Tested] + ScreenShots

Let's Count Openliners


  • Total voters
    31
Search This thread

bumslayer

Senior Member
Dec 8, 2011
452
143
Near you
Oppo Reno5
And your first android app will turn out to be a hit since unlocking phones is a most requested hack. I cannot wait to try it on my officemates' phones!

Sent from my GT-S5360 using Tapatalk
 

pichulo

Member
Apr 30, 2012
45
6
Panama
THANK YOU!!!!

dont copy paste to other forum without asking the author
i hate noob leechers
give proper credits to the dev and op




dont copy paste to other forum without asking the author
i hate noob leechers
give proper credits to the dev and op

amazing!... I spent the whole afternoon trying to do this with my operator and they were not able to do it... Now it took me 5 mins and i have unlocked my phone!!!!!! Now i need to get back my 3g! Yes we can!
 

leodasal2

Senior Member
Feb 5, 2012
925
265
Iloilo City
coming soon...
attachment.php
attachment.php

attachment.php
attachment.php


Sorry for the poor interface , this is my 1st Android application :cool:

cooool!! @_@
 

petrea_86

Senior Member
Apr 24, 2012
58
8
Have installed adb, java and drivers. While entering adb shell and typing su, got permission denied. Finally rooted my phone but still no permission granted.
 

rayne86

New member
May 6, 2012
1
0
Pangasinan
I know that, but no pop-up was seen...

After typing su, look at your phone and a pop-up will be seen from superuser. I didn't see it at first also until i checked superuser's log that an unknown package was trying to access my phone. So I tried again and looked at my phone once I typed in su. I saw it and gave permission. After that I followed the next steps and my phone is finally unlocked. Thank you!
 
May 3, 2011
29
2
warranty issues

how have you done it?

I have also GT-S5363 German O2 with Netlock
if possible could you pm me step by step instructions in german please?
do I need to root my phone? I don´t want to do that, warranty / guarantee
I don´t have such an experience like the other members here.
Any simple method to unlock the Phone, because I want wo use it with other network, my Data Card is from (vodafone)
regards

Hi,

When you want to open line the phone, it pretty much voids the warranty, so rooting the phone at this point is moot. :) anyway i think you can revert back to locking the phone and unrooting...
 

pogs24ever

Senior Member
Jul 24, 2010
265
70
You guys rock!!!

My phone is finally free!!! I can use my "ninja sim" right now!!! heheheh

I will give each one of you guys a click!!! :D

Just Click It!!! :D
 
Last edited:

mikstev

Senior Member
Apr 23, 2012
115
45
@Doky73: If you haven't already done so, feel free to include my method for removing subnet lock in your app.
 
  • Like
Reactions: leodasal2

okkim28

New member
May 10, 2012
3
0
help

help i cant seem to get past the third line w/c is the "mkdir /sdcard/SGYunlock".

i have done all the instructions correctly but mine cant seem to create a directory to the sdcard, theres no reply after i enter that command. sorry just a first time user here, thanks in advance :)
 

arczangel

Senior Member
Dec 10, 2010
344
71
NYC
finally got guts and done it like a wind! thanks doky and devion for the script and thread respectively. ;)
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 33
    DONT COPY PASTE TO OTHER FORUM WITHOUT ASKING THE AUTHOR
    I HATE NOOB LEECHERS
    GIVE PROPER CREDITS TO THE DEV and OP


    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: [URL="http://www.samsung.com/us/support/downloads"]SAMSUNG DRIVER[/URL] or [URL="http://www.samsung.com/us/kies/"]SAMSUNG KIES[/URL]
    2: [URL="http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u3-download-1501626.html"]JAVA DEV KIT[/URL]
    3: [URL="http://developer.android.com/sdk/index.html"]ANDROID SDK[/URL]
    4: Root Your SGY [URL="visit me"]visit me[/URL] or [URL="http://xdaforums.com/showthread.php?t=1534510"]visit me too[/URL]

    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.

    attachment.php


    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

    attachment.php


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

    attachment.php



    TO reNetLock TO DEFAULT NETWORK PROVIDER

    Code:
    Requirements:
    1: [URL="http://www.samsung.com/us/support/downloads"]SAMSUNG DRIVER[/URL] or [URL="http://www.samsung.com/us/kies/"]SAMSUNG KIES[/URL]
    2: [URL="http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u3-download-1501626.html"]JAVA DEV KIT[/URL]
    3: [URL="http://developer.android.com/sdk/index.html"]ANDROID SDK[/URL]
    4: Root Your SGY [URL="visit me"]visit me[/URL] or [URL="http://xdaforums.com/showthread.php?t=1534510"]visit me too[/URL]
    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


    DOWNOAD OLD THREAD HERE

    To remove Network Subnet Lock by Mikstev

    note: do this after openlining your SGY
    back up the original bml15.img.SAVE or rename SGYunlock folder to SGYunlock1 before proceeding

    Code:
    cmd.exe
    ADB shell
    su #<- Check phone screen to grant root access, and wait for # prompt in shell
    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!!!!
    start #<-the phone will restart, put any SIM and use!
    
    edit bml15.img.SAVE:
    (0×80049 and 0×80450) change 01 to 00
    
    save as bml15_unlocked.img.SAVE.
    
    ADB shell
    su
    cd /mnt/sdcard/SGYunlock
    stop #<-the phone will freeze, It's OK!
    dd if=bml15_unlocked.img.SAVE of=/dev/bml15 copy back file
    start #<-the phone will restart, put any SIM and use!

    DONT COPY PASTE TO OTHER FORUM WITHOUT ASKING THE AUTHOR
    I HATE NOOB LEECHERS
    GIVE PROPER CREDITS TO THE DEV and OP
    7
    hope a zip file can be made out of this.
    afraid to try the process posted by the TS


    the word "TRY" is the reason why you joined XDA :)
    feel free to try.. dont worry, android is restorable.
    7
    can anyone answer?

    is this possible using terminal emulator?
    7
    very simple unlocking

    My suggestion on easy easy network unlock:
    only ADB and root required, but no other skill (hex editor, pull, push etc...)

    DO IT ON YOUR OWN RISK!!! :)

    type (or copy line by line) to the command line:
    Code:
    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!

    save the bml15.img.SAVE file to a safe place, you can revert the lock in any case...
    creditz to the OP
    7
    Use the pc instead, it's not difficult to use adb. Better safe than sorry.;)

    Sent from my LG-P500 using XDA

    I know how to use adb.. im just asking.. hehe..
    so is it possible?