DROID BIONIC XT875 and RAZR XT910 JB 4.1.2 ROOT WORKING FROM STOCK
Dan has done it again and left with a bang. You can ROOT a fully stock Bionic XT875 or Razr XT910 with OTA or factory installed Jelly Bean JB 4.1.2.
I am reposting from another
forum via member L7iharsha of xda-developers, I ran through the steps and it unconditionally works. YOU WILL NEED LINUX. This can be accomplished through using an
ubuntu live image ( i386 only for the provided scripts ) (the live image can be in the form of a cd iso,
virtualbox, or usb utilizing
unetbootin,
Virtual Box, or a regular linux box (if you are a regular linux user, you will need to either symlink or replace the included adb binaries with the proper for your arch type ) The exploit involves utilizing a samba/cifs connection so you will also need this computer/box available on the network that your Droid can connect over WIFI link with. Without Further waiting, here is the following:
Once you Booted into Ubuntu..
Type
Install Samba Package
Code:
sudo apt-get install samba
Edit the Config for file samba as mentioned Below
Code:
sudo gedit /etc/samba/smb.conf
add the following Lines as mentioned below
Code:
[share]
path = /tmp/share
available = yes
valid users = guest
read only = yes
browsable = yes
public = yes
save it then Create username through this command
Code:
sudo useradd guest -m -G users
then Set password (type when prompted twice)
then Set Samba Password (same password as before)
Then restart Samba Server
Download the Files, de-archive, and change file permissions
Code:
cd /tmp/share
wget [url]http://vulnfactory.org/public/motoshare2.tgz[/url]
tar xvf motoshare2.tgz
sudo chmod 755 run.sh
you'll need to know the IP address of your Linux host, which you can get by running "ifconfig" from your terminal it should be 192.168.xx.xx not 127.5.xx.xx (Unless you have set your network up differently)
Now take your Smartphone and Enable usb Debugging and the make sure that youare connected through WIFI
Open Stock "Files" r "Filemanger App"3rd party apps wont work
Open the "Files" app, and select "Remote storage". Click "Add storage", and fill in fields as follows:
Code:
Host IP address: [your Linux machine's IP address]
Domain name: WORKGROUP
Shared folder name: share
User: guest
Password: [the password you created above]
your phone will be mounted in Linux share to complete process plug in your Phone to Computer Via usb and then type following command
Code:
cd /tmp/share/
sudo ./run.sh
YOU MUST RUN THIS COMMAND VIA sudo. Also your phone will vibrate allot, let it finish vibrating before continuing.
Congrats!u are rooted your RAZR XT910 And Droid Bionic..
Every Credit Goes to Dan Rosenberg i take no credits ....im just re-posting to help people...
Donate to Dan
http://goo.gl/zBGb0