Gear 2 Neo Root

Search This thread

I-TensE-I

Senior Member
Apr 21, 2014
59
5
Vancouver
So does this mean that the watch will be able to work normally with non-touchwiz Roms? I'm sick of my ROM and want to go back to CM
 

flipq88

Senior Member
Aug 11, 2011
1,681
671
I'm about to try this tomorrow so just a few questions. 1. Does the ringtone I want to add to the watch have to be. ogg and 2. Where do I place the ringtone before I push it? Any folder on my laptop? Thanks in advance.

EDIT: Never mind. I suck with computers. Was going to try and do it right now but I'm lost lol. Oh well, maybe I can find someone local to do it for me.

Sent from my SM-N900T using Tapatalk
 
Last edited:

fogame

Senior Member
I'm about to try this tomorrow so just a few questions. 1. Does the ringtone I want to add to the watch have to be. ogg and 2. Where do I place the ringtone before I push it? Any folder on my laptop? Thanks in advance.

EDIT: Never mind. I suck with computers. Was going to try and do it right now but I'm lost lol. Oh well, maybe I can find someone local to do it for me.

Sent from my SM-N900T using Tapatalk

Files should all be ogg format

You will want to push them here

/opt/share/settings/Ringtones
/opt/share/settings/Alerts

Those will change your stuff


Sent from my bloody mobile
 

scrappydoo26

Member
May 20, 2014
27
0
unroot

friends'm already root, but do not see it useful even by chance look him in search-dates and says my gear has been modified and not be able to update this means that in a next update not be able to do it ... as do the unroot?
some pics to maniular sdb?
 

AndroidState

Senior Member
Mar 17, 2013
885
378
NY
All credit goes to Fibs for finding out the root method.

Original forum: http://xdaforums.com/showthread.php?t=2771470

Tested on NE5 with Neo with Windows 7 & 8.

Important!: This requires that the Tizen SDK already be installed on your computer. Instructions to install SDK Here. Before rooting make sure your Gear is backed up through Gear manager.

To flash NE5 download from Sammobile. Make sure that you are logged in to download it. Flashing NE5 over ND8 or NDD won't hurt it. Just flash through Odin.

Once you are on NE5 please download Fibs rootf_s and flash through Odin

R381XXU0BNE5rootfs_root.tar. Remove the .md5 at the end so the file is a .tar file. (Needs Gear 2 NEO R381XXU0BNE5 installed)


How to do it?

1. Open command prompt
2. Navigate to where the Tizen SDK is installed in command prompt
3. Run command sdb root on (should tell you that you are in root mode)

Congratulations you have root access.

If you get permission denied then make sure you flashed Fibs rootf_s file in Odin.

**you can check root by running the command below**


Code:
sdb shell
sh-3.2# whoami
root
\\it should tell you root\\

If it tells you that you are a developer run the code below

Code:
sdb root on
\\switched to 'root' account mode\\

sdb shell
sh-3.2# whoami
root

What is this good for?

Removing stock sounds *Be careful*

sdb root on
sdb shell mount -o remount,rw /
sdb shell rm /opt/share/settings/Alerts/ filename.ogg (for removing ringtones change Alerts to Ringtones)
sdb shell mount -o remount,ro / **Make sure that you remount to read only before restarting**
reboot watch

Custom ringtones/alerts:
sdb root on
sdb push your_ringtone.ogg /opt/share/settings/Alerts/ (pushing ringtones change Alerts to Ringtones
reboot watch
Keep in mind free diskspace is 80MB for /opt/ don't fill it up!

If something goes wrong you can always reflash your firmware, factory reset the device and everything is back to normal.

please root the Gear fit also on NE5.
 

Acedooncoon

Senior Member
Nov 4, 2007
609
64
New York
I'm not familiar with using the SDB command... I find it to be hard to understand. Is there some sorta video that I can watch to get this done? Meaning I just want to change my notification/ringtone(s). I have already rooted the watch...did it early today...just need to learn to add custom ringtones.
So far when I open the command prompt it just closes right back so I'm not sure what else to do to keep it open. Any suggestion? Thanks guys

Sent from my SM-N900P using XDA Free mobile app
 

JimSmith94

Senior Member
Jul 21, 2007
2,808
550
Midlothian, TX
Smart Watches
Android Wear
I'm not familiar with using the SDB command... I find it to be hard to understand. Is there some sorta video that I can watch to get this done? Meaning I just want to change my notification/ringtone(s). I have already rooted the watch...did it early today...just need to learn to add custom ringtones.
So far when I open the command prompt it just closes right back so I'm not sure what else to do to keep it open. Any suggestion? Thanks guys

Sent from my SM-N900P using XDA Free mobile app

You need to open a command prompt in the directory that has sdb.exe first.
 
  • Like
Reactions: Acedooncoon

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    All credit goes to Fibs for finding out the root method.

    Original forum: http://xdaforums.com/showthread.php?t=2771470

    Tested on NE5 with Neo with Windows 7 & 8.

    Important!: This requires that the Tizen SDK already be installed on your computer. Instructions to install SDK Here. Before rooting make sure your Gear is backed up through Gear manager.

    To flash NE5 download from Sammobile. Make sure that you are logged in to download it. Flashing NE5 over ND8 or NDD won't hurt it. Just flash through Odin.

    Once you are on NE5 please download Fibs rootf_s and flash through Odin

    R381XXU0BNE5rootfs_root.tar. Remove the .md5 at the end so the file is a .tar file. (Needs Gear 2 NEO R381XXU0BNE5 installed)


    How to do it?

    1. Open command prompt
    2. Navigate to where the Tizen SDK is installed in command prompt
    3. Run command sdb root on (should tell you that you are in root mode)

    Congratulations you have root access.

    If you get permission denied then make sure you flashed Fibs rootf_s file in Odin.

    **you can check root by running the command below**


    Code:
    sdb shell
    sh-3.2# whoami
    root
    \\it should tell you root\\

    If it tells you that you are a developer run the code below

    Code:
    sdb root on
    \\switched to 'root' account mode\\
    
    sdb shell
    sh-3.2# whoami
    root

    What is this good for?

    Removing stock sounds *Be careful*

    sdb root on
    sdb shell mount -o remount,rw /
    sdb shell rm /opt/share/settings/Alerts/ filename.ogg (for removing ringtones change Alerts to Ringtones)
    sdb shell mount -o remount,ro / **Make sure that you remount to read only before restarting**
    reboot watch

    Custom ringtones/alerts:
    sdb root on
    sdb push your_ringtone.ogg /opt/share/settings/Alerts/ (pushing ringtones change Alerts to Ringtones
    reboot watch
    Keep in mind free diskspace is 80MB for /opt/ don't fill it up!

    If something goes wrong you can always reflash your firmware, factory reset the device and everything is back to normal.
    3
    I would like the ability to have the watch both vibrate and play a ringtone. I'm sure rooting will eventually get that accomplished.

    Yes. I am working on the vibrate files right now so that we can change the method of vibration. Once that is done I will move to getting them to play at the same time.
    3
    I'm not familiar with using the SDB command... I find it to be hard to understand. Is there some sorta video that I can watch to get this done? Meaning I just want to change my notification/ringtone(s). I have already rooted the watch...did it early today...just need to learn to add custom ringtones.
    So far when I open the command prompt it just closes right back so I'm not sure what else to do to keep it open. Any suggestion? Thanks guys

    Sent from my SM-N900P using XDA Free mobile app

    http://youtu.be/2SMRRTmaVOY

    Sent from my SM-T705 using Xparent BlueTapatalk 2
    2
    can i root my gear 2 neo without andorid Sdk ? my watch will be damge or not ? :) because i cant install SDK in my PC :rolleyes:

    Well to root your watch you have to have Odin installed and the correct drivers. The only reason to use the SDK is to add/remove things from the watch OS.
    1
    Really?:eek: It has root? Awesome! Not tried this yet. I ordered neo watch it should be coming in few days. Can't wait to try this!:victory: