rooting

Search This thread

tesuri

Member
Oct 8, 2006
45
52
Samsung Galaxy Z Fold3
I was successful rooted Gear S for DoCoMo Japan version.
I think that it can be rooted in the same procedure in the other models .

1. Download firmware
2. Extract tar.md5
3. Mount rootfs.img in Linux
4. copy files (attached file)
cp su ${mountfolder}/bin/su
chmod 755 ${mountfolder}/bin/su
cp vconf-init ${mountfolder}/etc/rc.d/init.d/vconf-init
chmod 755 ${mountfolder}/etc/rc.d/init.d/vconf-init
cp rc.local.service ${mountfolder}/etc/systemd/system
5 umount rootfs.img
6 tar -H ustar -c rootfs.img > rootfs.img.tar
7 md5sum rootfs.img.tar >> rootfs.img.tar
8 rename rootfs.img.tar.md5
9 Push Gear S Button while Reboot
10 select Download mode
11 write rootfs.img.tar.md5 with odin
 

Attachments

  • GearS_Rooted.tar
    60 KB · Views: 3,746
Last edited:

FLJ

Member
Feb 20, 2009
5
0
Hi tesuri,

i have tried to root my device - but it's not working.

6 tar -H ustar rootfs.img > rootfs.img.tar

What is the syntax?
Mabye i need special packages?

My System: Ubuntu 14.04
 

jeongjin

New member
Sep 14, 2007
1
0
I was successful rooted Gear S for DoCoMo Japan version.
I think that it can be rooted in the same procedure in the other models .

1. Download firmware
2. Extract tar.md5
3. Mount rootfs.img in Linux
4. copy files (attached file)
cp su ${mountfolder}/bin/su
chmod 755 ${mountfolder}/bin/sh
cp vconf-init ${mountfolder}/etc/rc.d/init.d/vconf-init
chmod 755 ${mountfolder}/etc/rc.d/init.d/vconf-init
cp rc.local.service ${mountfolder}/etc/systemd/system
5 umount rootfs.img
6 tar -H ustar rootfs.img > rootfs.img.tar
7 md5sum rootfs.img.tar >> rootfs.img.tar
8 rename rootfs.img.tar.md5
9 Push Gear S Button while Reboot
10 select Download mode
11 write rootfs.img.tar.md5 with odin

it works perfectly. Thank you.
 

Uniquebarbee

Senior Member
Oct 29, 2014
1,170
170
that picture shows October 14th 2014 the Gear S came out in November so did you use the Gear 2 root to root your GS as you say?
 

cipherswitch

Senior Member
Dec 26, 2009
617
599
that picture shows October 14th 2014 the Gear S came out in November so did you use the Gear 2 root to root your GS as you say?


picture.php
 

sbrownla

Senior Member
Jun 1, 2007
671
122
Northern Arizona
I was successful rooted Gear S for DoCoMo Japan version.
I think that it can be rooted in the same procedure in the other models .

1. Download firmware
...
4. copy files (attached file)
cp su ${mountfolder}/bin/su
chmod 755 ${mountfolder}/bin/sh
cp vconf-init ${mountfolder}/etc/rc.d/init.d/vconf-init
chmod 755 ${mountfolder}/etc/rc.d/init.d/vconf-init
cp rc.local.service ${mountfolder}/etc/systemd/system
...

ごめんください。ちょっとしつもんがあります。本当にchmod 755 ${mountfolder}/bin/suですか。"su"というfileをcopyしました。"sh"というfileはちがいますか。
 

Top Liked Posts

  • There are no posts matching your filters.
  • 17
    I was successful rooted Gear S for DoCoMo Japan version.
    I think that it can be rooted in the same procedure in the other models .

    1. Download firmware
    2. Extract tar.md5
    3. Mount rootfs.img in Linux
    4. copy files (attached file)
    cp su ${mountfolder}/bin/su
    chmod 755 ${mountfolder}/bin/su
    cp vconf-init ${mountfolder}/etc/rc.d/init.d/vconf-init
    chmod 755 ${mountfolder}/etc/rc.d/init.d/vconf-init
    cp rc.local.service ${mountfolder}/etc/systemd/system
    5 umount rootfs.img
    6 tar -H ustar -c rootfs.img > rootfs.img.tar
    7 md5sum rootfs.img.tar >> rootfs.img.tar
    8 rename rootfs.img.tar.md5
    9 Push Gear S Button while Reboot
    10 select Download mode
    11 write rootfs.img.tar.md5 with odin
    3
    IF YOU ARE TOTALLY GREEN TO TIZEN, SDB, LINUX, ROOTING OR COMPUTERS IN GENERAL -->> STOP!


    That being said, the instructions in this thread are somewhat lacking. I have a T-mobile variant of the Gear S and using these instructions as well as ALOT of prior linux / sdb knowledge, I was able to get root, customize my notifications+icons and stuff. I am waiting on permission from another dev for his part of the work so that I can do a full write up from start to finish. These instructions need ALOT of pre-requisites such as having a working copy of linux ( by working I mean that YOU actually know how to work it,otherwise its free, duh.), the Tizen SDK, a working knowledge of ODIN and guts, lots of guts. I will be doing a full write up assuming you have never even touched a computer before and will have it up as soon as the dev(s) I touched base with answer me (gotta give credit where credit is due).

    Be patient, don't brick your device!!


    Me personally, I'm a kid trapped in a mans body and wanted the Power Rangers notification sound that I had on my Gear 2, don't judge me. Thats the only reason that I went through dozens upon dozens of posts, installed and learned how to use linux and everything else.
    2
    I have the Tmobile and AT&T stock roms, still waiting on Verizon to pop up somewhere.

    ---------- Post added at 12:33 PM ---------- Previous post was at 12:01 PM ----------

    Confused.... which thread. I think it needs rooting too

    Sent from my SAMSUNG-SM-G900A using XDA Free mobile app
    I will start a new thread on the whole root procedure, just got permission from the devs for the writeup.
    2
    ごめんください。ちょっとしつもんがあります。本当にchmod 755 ${mountfolder}/bin/suですか。"su"というfileをcopyしました。"sh"というfileはちがいますか。

    it it typo.
    '${mountfolder}/bin/su' is right.
    I update steps.
    1
    Hi tesuri,

    i have tried to root my device - but it's not working.

    6 tar -H ustar rootfs.img > rootfs.img.tar

    What is the syntax?
    Mabye i need special packages?

    My System: Ubuntu 14.04
    Sorry, it's wrong.
    correct following:
    tar -H ustar -c rootfs.img > rootfs.img.tar