[Q] Rooting Samsung Galaxy Star Pro Duos (GT-S7262)

Search This thread

Amruth Pillai

Senior Member
Nov 24, 2012
133
92
28
Bangalore
Samsung Galaxy S23 Ultra
I got this phone as a gift just recently and I have found it to be a very good device for a great price, but at times, I feel like it can go even more to hiigher potentials if it can be rooted. Since it's a new phone, there are no tutorials for it on the internet. The phone runs Android 4.1.2 stock w/ TouchWiz.

I'll be ready to give any information possible to help in the rooting of this device. I would love it if some of the developers here could make this happen, I'd be the happiest Android user in the world! :)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    we can use kingo software for root? these instruction are very risky so my question is can i use it for rooting my star pro gt s7262. my build number and other thing are......

    use this cwm no whie screen CWM
    https://drive.google.com/file/d/0B6xAzFVJYc3YbXlaaWNyenlpNkU/preview



    1 first install driver. 2 install odin in pc 3. enable
    usb debugging in setting developer option .4open
    in download mod 5 connect usb to pc and 6 in
    odin under pda select recovey.tar and clic start. 7
    install zip from recovery

    ---------- Post added at 07:10 AM ---------- Previous post was at 07:10 AM ----------

    we can use kingo software for root? these instruction are very risky so my question is can i use it for rooting my star pro gt s7262. my build number and other thing are......

    use this cwm no whie screen

    https://drive.google.com/file/d/0B6xAzFVJYc3YbXlaaWNyenlpNkU/preview



    1 first install driver. 2 install odin in pc 3. enable
    usb debugging in setting developer option .4open
    in download mod 5 connect usb to pc and 6 in
    odin under pda select recovey.tar and clic start. 7
    install zip from recovery
    5
    CWM For Star pro duos

    http://forum.xda-developers.com/showthread.php?p=48006606#post48006606

    Flash via Odin...
    For rooting flash superuser.zip via CWM.

    Even after flashing cwm via odin, stock recovery may boot due to security by Samsung...This happened to me initially, but after experimenting various things which i don't remember it worked...Do let me know if it works for u all...
    5
    added root permission !

    Hai Anabhi,

    Thanks for your support!
    Here is my boot.img uploaded at samsung-updates.com (Stock boot.img)

    http://hotfile.com/dl/252694755/6a0d2d8/KERNEL-INS-S7262XXUAMJ3-1381823311.tar.html

    Can you please make a recovery.img with CWM Recovery included in it.

    Thanks in advance,
    Jhenu

    https://db.tt/rd2PW94b

    here is your insecure boot.img
    have fun and press thanks button :p
    instruction inside !
    4
    Rooting Unsuccessful tried almost every method available

    Dear Fellows,

    Disclaimer: I'm very new (5 days old :)) to Android Development, Rooting and Custom ROM installation and some things which are obvious for others, are New n Unknown to me.

    I bought this device Samsung Galaxy S-GT7262 (Actually fell for the marketing gimmick of Samsung as Galaxy Series).
    Here comes the Tricked part, This phone comes with Spreadtrum SC6820 1 GHz processor powering all chinese phones.( To figure this out took me 2 sleepless nights).

    I tried all methods prescribed in google search and xda forum to Root: (the worst part is reading others saying it worked like a charm for them not in my case :crying:)
    1. Cydia Impactor
    2. Unlockroot
    3. Motochopper
    4, Rootmaster
    5.Vroot
    6.Kingo Andro Root
    7.Galaxy Victory root by niemasd
    8. Even galaxy s duos rooting kit (but found the kernel is different)
    9. Z4Root
    10. Odin flash CWM recovery image from http://forum.xda-developers.com/showthread.php?t=2165554 (random SC6820 kernel with cwm in it)
    11. Above mentioned universal root as well

    Trust me I have forgotten others :p

    Method untried:
    Spreadtrum Debug tool "ResearchDownload" (Reason: I dont want to end up with a bricked phone and too complex)

    Lessons Learnt:
    Samsung has shipped this phone with this "KERNEL-INS-S7262XXUAMJ3-1381823311.tar", which has patch for all security vulnerability defined in X-ray that why rooting didnt work. ( I Guess)

    My state:
    I have run around all through internet like a lunatic and hasnt slept for 5 days properly ended up with my head banging against wall.
    Over all very nice experience in learning Android. I am going to sell this device if no help available.

    Phone state:
    Phone has lost its stock recovery mode(Volume Up+Power Buttons which used to work earlier). It boots only into downloading mode (Vol Dwn+Home+Power Buttons).
    Other Functions working normally I guess

    Request:
    Can some one help in rooting this phone.
    Or Can some one direct me in making a root and Custom recovery and Custom ROM for this phone.:confused:

    Thanks to all the developers in the above mentioned list and numerous tutorials for all phones written for noobs (like me)
    4
    Successfully Rooted Samsung galaxy pro duos GT-S7262

    Hello All,

    Disclaimer: Don't Blame me if anything undesirable happens to phone, Go to mirror and point at yourself :)

    Tools Required : Windows Xp/7, Odin v3.07, adb commands essentials

    I have managed to successfully root the Samsung GT-S7262 device.
    This is split into two sections
    1. unlocking your kernel
    2. Pushing the superuser into the system and allowing apps in the mobile
    Stage-1
    Please use odin (Select PDA) and flash the attached boot.tar.md5 in the fastboot mode. (unzip the file to a desired location)
    Check point-1
    After flashing successfully, please connect the phone via usb and run
    Code:
    adb getprops
    command.
    You should see something like ro.secure=0 (if so then your kernel is unlocked)
    Check point-2
    connect via usb cable in the command prompt
    type following commands one after other
    Code:
    adb shell
    shell@android:/ $ /sbin/rootsh +p
    shell@android:/ #
    If you see the # symbol then you are rooted.

    Stage-2 Pushing the Super user access.
    Download the 3.1.3 version of chainsDD's superuser file and extract (su and Superuser.apk) in the c:\android (where the adb commands are in ur pc) from (http://androidsu.com/superuser/)
    run the following commands on after another
    Code:
    c:\>adb shell
    shell@android:/ $ /sbin/rootsh +p
    shell@android:/ #
    shell@android:/ # mount -ro remount,rw /system
    shell@android:/ # exit
    shell@android:/ $ exit

    Now change to following folder where adb tools and extract is present.
    Code:
    c:\> cd c:\android
    c:\android>adb push su /system/bin
    c:\android>adb push Superuser.apk /system/app

    Now we need to change the ownership and group for the su and superuser
    type following commands one after other
    Code:
    adb shell
    shell@android:/ $ /sbin/rootsh +p
    shell@android:/ #
    shell@android:/ # mount -ro remount,rw /system
    shell@android:/ # chmod 06755 /system/bin/su
    shell@android:/ # chmod 0644 /system/app/Superuser.apk
    shell@android:/ # chown 0:0 /system/bin/su
    shell@android:/ # chown 0:0 /system/app/Superuser.apk
    shell@android:/ # exit
    shell@android:/ $ exit
    c:\> adb reboot

    Now after your phone reboots it should be rooted. Tested with my device 100% working.

    Credits and Thanks to
    Mikael Q Kuisma http://whiteboard.ping.se/Android/Rooting
    ChainsDD for Superuser app
    Ravage32
    anabhi
    intex12345

    Thanks to all the members discussion in the various forums, who has helped in their own way.
    Happy Rooting...

    Don't forget to hit Thanks if I have helped you ....

    Request to Moderators Can you please make this post as sticky for the device ????