Gear 2 Neo Root

Search This thread

fogame

Senior Member
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.
 
Last edited:

d.koleda

New member
Nov 14, 2013
4
0
36
Lodz
www.dkoleda.pl
Well, I've tried to flash it using file you pointed (R381XXU0BNE5_R381OXA0BNE5_HOME.tar.md5), but the result is the sime like trying to flash it using R381XXU0BNE5rootfs_root directly:
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> R381XXU0BNE5_R381OXA0BNE5_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Added!!
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<OSM> All threads completed. (succeed 0 / failed 1)

My Gear 2 Neo build is:
Model=SM-R381;
Build=R381XXU0BNDD;
 

fogame

Senior Member
Well, I've tried to flash it using file you pointed (R381XXU0BNE5_R381OXA0BNE5_HOME.tar.md5), but the result is the sime like trying to flash it using R381XXU0BNE5rootfs_root directly:
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> R381XXU0BNE5_R381OXA0BNE5_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Added!!
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<OSM> All threads completed. (succeed 0 / failed 1)

My Gear 2 Neo build is:
Model=SM-R381;
Build=R381XXU0BNDD;

Remove the .md5 at the end and it should flash fine. I'll update OP
 

flipq88

Senior Member
Aug 11, 2011
1,681
671
Damn, my laptop stopped working. I want my damn custom ringtones!

Sent from my SM-N900T using Tapatalk
 

fogame

Senior Member
Damn, my laptop stopped working. I want my damn custom ringtones!

Sent from my SM-N900T using Tapatalk

Lol I'm in the process of trying to create a script that will allow for auto rooting. Something like Chainfire's Superuser. Dumb Tizen. That way it can be side loaded and avoid computer.

Sent from my SM-N900T using XDA Free mobile app
 
  • Like
Reactions: slaydog

chiefsalami

Member
Aug 15, 2007
39
1
will this allow us to use "unapproved" phones for connection? like an iphone (one of the benefits of rooting the original galaxy gear)?
 

fogame

Senior Member
will this allow us to use "unapproved" phones for connection? like an iphone (one of the benefits of rooting the original galaxy gear)?

You can already use it with the iPhone but you won't be able to use features like s-voice. It will work as a Bluetooth headset. You should still get notifications, make calls, and everything that does not require Samsung though

Sent from my SM-N900T using XDA Free mobile app
 
Last edited:

fogame

Senior Member
iPhone 5. I do also have access to a Samsung Stratosphere II, but it is running OS 4.0.4 with no way to root or update that I've been able to find. So I'm not able to install Gear Manager on that.

Okay yeah you would need to set it up first. Hmm I think that once someone gets perm root without the use of a command prompt they should be able to get you hooked up. Until that time frame I don't think there is a way unless you connect to a phone that is compatible
 

jacktownlane

Senior Member
Jul 13, 2009
52
10
Jackson, MI
Sound & Vibrate

I would like the ability to have the watch both vibrate and play a ringtone. I'm sure rooting will eventually get that accomplished.
 

fogame

Senior Member
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.
 

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: