[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! :)
 

wahab96

Senior Member
Aug 17, 2012
62
13
28
Sahiwal
Tried flashing stock rom again and again!

I know how flash rom with odin but its not working
I Tried flashing stock rom again and again! but no luck... so what now i am supposed to do to recover my phone

phone just stuck on boot screen and vibrates constantly Samsung logo won't appear... (but still getting in download mode where it says system status: custom
before i bricked my phone it says system status: official) !!! now here's the problem i see... So anybody got some help odin's doing nothing for me!!!

or i should try a stock rom of another country... as i am pakistani i have tried stock rom for pakistan downloaded from sammobile!!! please help me getting out that... i have buy that with 4 month of my pocket money and now it's just piece of plastic or dummy!!! :crying:
 

wahab96

Senior Member
Aug 17, 2012
62
13
28
Sahiwal
Sorry for my late reply

Dear Wahab96,

If the odin method fails you try the research download http://xdaforums.com/showthread.php?t=2165554

Try searching the forum before you try any method. Confirm its working

hey thanks for response! I am trying to understand ResearchDownload :rolleyes: because its quite complicated :p
BTW i want to ask you are you sure about that, that Samsung Galaxy Star Pro is Spreadtrum SC6820 :confused:

And at last! have you got any progress for making your own ClockWorkMod Recovery :)
 

jhenu

Senior Member
Oct 22, 2013
50
18
Shanghai
Dear Wahab96,

Yes I am pretty sure about the processor. I opened the build.prop file inside the boot.img in which they specify the processor and other important details. its spreadtrum sc6820. and device name is logan2g
Regarding the progress of building own cwm recovery it will take time(partially i need to sync to cyangenmod source code I don't have that much time and internet bandwidth). Also I'm trying now to pre-root the kernel by editing the boot.img to make insecure by the method specified in here
http://whiteboard.ping.se/Android/Rooting.
 
  • Like
Reactions: wahab96

wahab96

Senior Member
Aug 17, 2012
62
13
28
Sahiwal
Do Report!

Dear Wahab96,

Yes I am pretty sure about the processor. I opened the build.prop file inside the boot.img in which they specify the processor and other important details. its spreadtrum sc6820. and device name is logan2g
Regarding the progress of building own cwm recovery it will take time(partially i need to sync to cyangenmod source code I don't have that much time and internet bandwidth). Also I'm trying now to pre-root the kernel by editing the boot.img to make insecure by the method specified in here
http://whiteboard.ping.se/Android/Rooting.


Thanks for confirming! & Do report if any of those came to work :cowboy:

and wish you all the best! :fingers-crossed:
 

jhenu

Senior Member
Oct 22, 2013
50
18
Shanghai
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 ????
 

Attachments

  • boot.tar.md5.zip
    4.5 MB · Views: 5,242
Last edited:

Amruth Pillai

Senior Member
Nov 24, 2012
133
92
28
Bangalore
Samsung Galaxy S23 Ultra
I tried following jhenu's steps, and though they may seem simple and easy, I failed at the very first step.

I guess I'm a much bigger n00b than I thought when it comes to android, but I couldn't get any of the commands to work, and running getprops on adb just kept on showing me all the commands (help). I know there is no easy way to root this phone, as of yet, but if this method is sure to work, I'm ready to risk it all and make it work with a much more detailed tutorial, if you have the time to write one.

Thank you very much.
 

jhenu

Senior Member
Oct 22, 2013
50
18
Shanghai

[SIZE="<font><font>4</font></font>"]does not work! kernel does not unlock! Find other ways, easier[/SIZE]

It works 100% ..... Let me know what you tried :)

---------- Post added at 07:49 AM ---------- Previous post was at 07:46 AM ----------

I tried following jhenu's steps, and though they may seem simple and easy, I failed at the very first step.

I guess I'm a much bigger n00b than I thought when it comes to android, but I couldn't get any of the commands to work, and running getprops on adb just kept on showing me all the commands (help). I know there is no easy way to root this phone, as of yet, but if this method is sure to work, I'm ready to risk it all and make it work with a much more detailed tutorial, if you have the time to write one.

Thank you very much.

Hai Amruth Pillai,
Please let me know have you have flashed boot.img using odin ?
Did you create c:\android folder with adb essentials ?
Can you test this command ?

Code:
C:\android>adb devices

If you cannot get it work PM me ???
[SIGPIC][/SIGPIC]
 
Last edited:

Nurla251089

New member
Nov 27, 2013
4
0
Microsoft Windows [Version 6.1.7601]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\adb\progbin>adb devices
List of devices attached
3795084d903bc4 device


C:\adb\progbin>adb shell
shell@android:/ $ /sbin/rootsh +p
/sbin/rootsh +p
shell@android:/ # symbol then you are rooted.
symbol then you are rooted.
/sbin/rootsh: symbol: not found
127|shell@android:/ #

---------- Post added at 11:59 AM ---------- Previous post was at 11:53 AM ----------

Microsoft Windows [Version 6.1.7601]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\adb\progbin>adb push su /system/bin
failed to copy 'su' to '/system/bin/su': Read-only file system

C:\adb\progbin>
 

jhenu

Senior Member
Oct 22, 2013
50
18
Shanghai
Microsoft Windows [Version 6.1.7601]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\adb\progbin>adb devices
List of devices attached
3795084d903bc4 device


C:\adb\progbin>adb shell
shell@android:/ $ /sbin/rootsh +p
/sbin/rootsh +p
shell@android:/ # symbol then you are rooted.
//Symbol then you are rooted is a comment to give a direction buddy :)//
symbol then you are rooted.
/sbin/rootsh: symbol: not found
127|shell@android:/ #

---------- Post added at 11:59 AM ---------- Previous post was at 11:53 AM ----------

Microsoft Windows [Version 6.1.7601]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\adb\progbin>adb push su /system/bin
failed to copy 'su' to '/system/bin/su': Read-only file system

C:\adb\progbin>


shell@android:/ # mount -ro remount,rw /system
shell@android:/ #chmod 777 /system/bin

use these two commands and then try copying ......
 
  • Like
Reactions: user9z

z2s8

Member
Jun 28, 2013
13
1
I tried following jhenu's steps, and though they may seem simple and easy, I failed at the very first step.

I guess I'm a much bigger n00b than I thought when it comes to android, but I couldn't get any of the commands to work, and running getprops on adb just kept on showing me all the commands (help). I know there is no easy way to root this phone, as of yet, but if this method is sure to work, I'm ready to risk it all and make it work with a much more detailed tutorial, if you have the time to write one.

Thank you very much.

I can't confirm it works for your device, but it worked for mine galaxy young which couldn't be rooted with framaroot) and is very similar to yours. So basically you just need the usual drivers, USB debugging enabled and the program from www.cydiaimpactor.com All easy, and all is done on graphical interface, menu>root, reboot and done.


Sent from my Nexus 7 using xda app-developers app
 

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://xdaforums.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://xdaforums.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 ????