adb-linux root-unroot-for-linux.sh stripped-root-for-linux.sh~
adb-mac root-unroot-for-mac-osx.sh stripped-unroot-for-linux.sh
AdbWinApi.dll script1-root.sh su
AdbWinUsbApi.dll script1-unroot.sh Superuser.apk
mempodroid script2-root.sh unroot-for-windows.bat
README.txt script2-unroot.sh
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ stri
strings strip
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ stripped-root-for-linux
stripped-root-for-linux: command not found
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ stripped-root-for-linux.sh
stripped-root-for-linux.sh: command not found
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ /.stripped-root-for-linux.sh
bash: /.stripped-root-for-linux.sh: No such file or directory
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ ./stripped-root-for-linux.sh
# ==========================================================================
# Samsung Galaxy Nexus Simple Root by AndroidForums 'scary alien'
#
# Written for and tested on Samsung Galaxy Nexus running stock Android 4.0.2
#
# This script will install the root binaries (su, Superuser.apk) on an
# unrooted GNex without needing to unlock the bootloader
#
# For additional details, credits, etc., please visit:
#
# http://androidforums.com/verizon-galaxy-nexus-all-things-root/499117-root-gnex-without-unlocking-bootloader-yep.html
#
# Instructions:
#
# 1) Make sure you have the adb USB device drivers installed
#
# 2) Make sure you have USB debugging enabled on your phone
#
# 3) Connect your phone and computer via your USB cable
#
# 4) Run this script from the same directory where the rest of the
# files from the extracted .zip file are located
#
# ==========================================================================
#
Press the <enter> key to root your Galaxy Nexus
[*] securing the adb utility...
#
[*] waiting for adb USB connectivity to your device
sudo: adb-linux: command not found
#
[*] connectivity established! here we go! :)
#
[*] pushing our binaries and scripts over to the phone...
./stripped-root-for-linux.sh: line 44: adb-linux: command not found
./stripped-root-for-linux.sh: line 45: adb-linux: command not found
./stripped-root-for-linux.sh: line 46: adb-linux: command not found
./stripped-root-for-linux.sh: line 47: adb-linux: command not found
./stripped-root-for-linux.sh: line 48: adb-linux: command not found
./stripped-root-for-linux.sh: line 49: adb-linux: command not found
./stripped-root-for-linux.sh: line 51: adb-linux: command not found
./stripped-root-for-linux.sh: line 52: adb-linux: command not found
#
[*] securing work files...
#
[*] rooting the phone...
./stripped-root-for-linux.sh: line 57: adb-linux: command not found
#
[*] cleaning-up /data/local...
./stripped-root-for-linux.sh: line 60: adb-linux: command not found
./stripped-root-for-linux.sh: line 61: adb-linux: command not found
[*] rebooting your phone
./stripped-root-for-linux.sh: line 63: adb-linux: command not found
[*] waiting for reboot to complete
./stripped-root-for-linux.sh: line 65: adb-linux: command not found
#
# Congratulations, your GNex has just been rooted :)
#
# Use your new root powers carefully and wisely.
#
# final clean-up...
./stripped-root-for-linux.sh: line 72: adb-linux: command not found
./stripped-root-for-linux.sh: line 73: adb-linux: command not found
./stripped-root-for-linux.sh: line 74: adb-linux: command not found
# --- all done ---
./stripped-root-for-linux.sh: line 77: adb-linux: command not found
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ chmod +x adb-linux
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ ./stripped-root-for-linux.sh
# ==========================================================================
# Samsung Galaxy Nexus Simple Root by AndroidForums 'scary alien'
#
# Written for and tested on Samsung Galaxy Nexus running stock Android 4.0.2
#
# This script will install the root binaries (su, Superuser.apk) on an
# unrooted GNex without needing to unlock the bootloader
#
# For additional details, credits, etc., please visit:
#
# http://androidforums.com/verizon-galaxy-nexus-all-things-root/499117-root-gnex-without-unlocking-bootloader-yep.html
#
# Instructions:
#
# 1) Make sure you have the adb USB device drivers installed
#
# 2) Make sure you have USB debugging enabled on your phone
#
# 3) Connect your phone and computer via your USB cable
#
# 4) Run this script from the same directory where the rest of the
# files from the extracted .zip file are located
#
# ==========================================================================
#
Press the <enter> key to root your Galaxy Nexus
[*] securing the adb utility...
#
[*] waiting for adb USB connectivity to your device
sudo: adb-linux: command not found
#
[*] connectivity established! here we go! :)
#
[*] pushing our binaries and scripts over to the phone...
./stripped-root-for-linux.sh: line 44: adb-linux: command not found
./stripped-root-for-linux.sh: line 45: adb-linux: command not found
./stripped-root-for-linux.sh: line 46: adb-linux: command not found
./stripped-root-for-linux.sh: line 47: adb-linux: command not found
./stripped-root-for-linux.sh: line 48: adb-linux: command not found
./stripped-root-for-linux.sh: line 49: adb-linux: command not found
./stripped-root-for-linux.sh: line 51: adb-linux: command not found
./stripped-root-for-linux.sh: line 52: adb-linux: command not found
#
[*] securing work files...
#
[*] rooting the phone...
./stripped-root-for-linux.sh: line 57: adb-linux: command not found
#
[*] cleaning-up /data/local...
./stripped-root-for-linux.sh: line 60: adb-linux: command not found
./stripped-root-for-linux.sh: line 61: adb-linux: command not found
[*] rebooting your phone
./stripped-root-for-linux.sh: line 63: adb-linux: command not found
[*] waiting for reboot to complete
./stripped-root-for-linux.sh: line 65: adb-linux: command not found
#
# Congratulations, your GNex has just been rooted :)
#
# Use your new root powers carefully and wisely.
#
# final clean-up...
./stripped-root-for-linux.sh: line 72: adb-linux: command not found
./stripped-root-for-linux.sh: line 73: adb-linux: command not found
./stripped-root-for-linux.sh: line 74: adb-linux: command not found
# --- all done ---
./stripped-root-for-linux.sh: line 77: adb-linux: command not found
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ ./stripped-root-for-linux.sh
# ==========================================================================
# Samsung Galaxy Nexus Simple Root by AndroidForums 'scary alien'
#
# Written for and tested on Samsung Galaxy Nexus running stock Android 4.0.2
#
# This script will install the root binaries (su, Superuser.apk) on an
# unrooted GNex without needing to unlock the bootloader
#
# For additional details, credits, etc., please visit:
#
# http://androidforums.com/verizon-galaxy-nexus-all-things-root/499117-root-gnex-without-unlocking-bootloader-yep.html
#
# Instructions:
#
# 1) Make sure you have the adb USB device drivers installed
#
# 2) Make sure you have USB debugging enabled on your phone
#
# 3) Connect your phone and computer via your USB cable
#
# 4) Run this script from the same directory where the rest of the
# files from the extracted .zip file are located
#
# ==========================================================================
#
chmod: cannot access `~/Desktop/simple-gnex-root-unroot/adb-linux': No such file or directory
Press the <enter> key to root your Galaxy Nexus
[*] securing the adb utility...
#
[*] waiting for adb USB connectivity to your device
sudo: ~/Desktop/simple-gnex-root-unroot/adb-linux: command not found
#
[*] connectivity established! here we go! :)
#
[*] pushing our binaries and scripts over to the phone...
./stripped-root-for-linux.sh: line 44: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 45: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 46: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 47: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 48: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 49: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 51: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 52: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
[*] securing work files...
#
[*] rooting the phone...
./stripped-root-for-linux.sh: line 57: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
[*] cleaning-up /data/local...
./stripped-root-for-linux.sh: line 60: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 61: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
[*] rebooting your phone
./stripped-root-for-linux.sh: line 63: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
[*] waiting for reboot to complete
./stripped-root-for-linux.sh: line 65: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
# Congratulations, your GNex has just been rooted :)
#
# Use your new root powers carefully and wisely.
#
# final clean-up...
./stripped-root-for-linux.sh: line 72: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 73: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 74: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
# --- all done ---
./stripped-root-for-linux.sh: line 77: ~/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ ./stripped-root-for-linux.sh
# ==========================================================================
# Samsung Galaxy Nexus Simple Root by AndroidForums 'scary alien'
#
# Written for and tested on Samsung Galaxy Nexus running stock Android 4.0.2
#
# This script will install the root binaries (su, Superuser.apk) on an
# unrooted GNex without needing to unlock the bootloader
#
# For additional details, credits, etc., please visit:
#
# http://androidforums.com/verizon-galaxy-nexus-all-things-root/499117-root-gnex-without-unlocking-bootloader-yep.html
#
# Instructions:
#
# 1) Make sure you have the adb USB device drivers installed
#
# 2) Make sure you have USB debugging enabled on your phone
#
# 3) Connect your phone and computer via your USB cable
#
# 4) Run this script from the same directory where the rest of the
# files from the extracted .zip file are located
#
# ==========================================================================
#
Press the <enter> key to root your Galaxy Nexus
[*] securing the adb utility...
#
[*] waiting for adb USB connectivity to your device
#
[*] connectivity established! here we go! :)
#
[*] pushing our binaries and scripts over to the phone...
./stripped-root-for-linux.sh: line 44: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 45: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 46: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 47: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 48: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 49: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 51: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 52: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
[*] securing work files...
#
[*] rooting the phone...
./stripped-root-for-linux.sh: line 57: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
[*] cleaning-up /data/local...
./stripped-root-for-linux.sh: line 60: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 61: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
[*] rebooting your phone
./stripped-root-for-linux.sh: line 63: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
[*] waiting for reboot to complete
./stripped-root-for-linux.sh: line 65: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
# Congratulations, your GNex has just been rooted :)
#
# Use your new root powers carefully and wisely.
#
# final clean-up...
./stripped-root-for-linux.sh: line 72: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 73: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 74: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
# --- all done ---
./stripped-root-for-linux.sh: line 77: /home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ ./stripped-root-for-linux.sh
# ==========================================================================
# Samsung Galaxy Nexus Simple Root by AndroidForums 'scary alien'
#
# Written for and tested on Samsung Galaxy Nexus running stock Android 4.0.2
#
# This script will install the root binaries (su, Superuser.apk) on an
# unrooted GNex without needing to unlock the bootloader
#
# For additional details, credits, etc., please visit:
#
# http://androidforums.com/verizon-galaxy-nexus-all-things-root/499117-root-gnex-without-unlocking-bootloader-yep.html
#
# Instructions:
#
# 1) Make sure you have the adb USB device drivers installed
#
# 2) Make sure you have USB debugging enabled on your phone
#
# 3) Connect your phone and computer via your USB cable
#
# 4) Run this script from the same directory where the rest of the
# files from the extracted .zip file are located
#
# ==========================================================================
#
Press the <enter> key to root your Galaxy Nexus
[*] securing the adb utility...
#
[*] waiting for adb USB connectivity to your device
#
[*] connectivity established! here we go! :)
#
[*] pushing our binaries and scripts over to the phone...
./stripped-root-for-linux.sh: line 44: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 45: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 46: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 47: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 48: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 49: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 51: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 52: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
#
[*] securing work files...
#
[*] rooting the phone...
./stripped-root-for-linux.sh: line 57: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
#
[*] cleaning-up /data/local...
./stripped-root-for-linux.sh: line 60: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 61: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
[*] rebooting your phone
./stripped-root-for-linux.sh: line 63: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
[*] waiting for reboot to complete
./stripped-root-for-linux.sh: line 65: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
#
# Congratulations, your GNex has just been rooted :)
#
# Use your new root powers carefully and wisely.
#
# final clean-up...
./stripped-root-for-linux.sh: line 72: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 73: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 74: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
# --- all done ---
./stripped-root-for-linux.sh: line 77: /home/ubuntu/Desktop/simple-gnex-root-unroot/./adb-linux: No such file or directory
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$ ./stripped-root-for-linux.sh
# ==========================================================================
# Samsung Galaxy Nexus Simple Root by AndroidForums 'scary alien'
#
# Written for and tested on Samsung Galaxy Nexus running stock Android 4.0.2
#
# This script will install the root binaries (su, Superuser.apk) on an
# unrooted GNex without needing to unlock the bootloader
#
# For additional details, credits, etc., please visit:
#
# http://androidforums.com/verizon-galaxy-nexus-all-things-root/499117-root-gnex-without-unlocking-bootloader-yep.html
#
# Instructions:
#
# 1) Make sure you have the adb USB device drivers installed
#
# 2) Make sure you have USB debugging enabled on your phone
#
# 3) Connect your phone and computer via your USB cable
#
# 4) Run this script from the same directory where the rest of the
# files from the extracted .zip file are located
#
# ==========================================================================
#
chmod: cannot access `~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux': No such file or directory
Press the <enter> key to root your Galaxy Nexus
[*] securing the adb utility...
#
[*] waiting for adb USB connectivity to your device
sudo: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: command not found
#
[*] connectivity established! here we go! :)
#
[*] pushing our binaries and scripts over to the phone...
./stripped-root-for-linux.sh: line 44: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 45: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 46: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 47: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 48: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 49: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 51: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 52: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
[*] securing work files...
#
[*] rooting the phone...
./stripped-root-for-linux.sh: line 57: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
[*] cleaning-up /data/local...
./stripped-root-for-linux.sh: line 60: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 61: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
[*] rebooting your phone
./stripped-root-for-linux.sh: line 63: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
[*] waiting for reboot to complete
./stripped-root-for-linux.sh: line 65: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
#
# Congratulations, your GNex has just been rooted :)
#
# Use your new root powers carefully and wisely.
#
# final clean-up...
./stripped-root-for-linux.sh: line 72: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 73: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
./stripped-root-for-linux.sh: line 74: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
# --- all done ---
./stripped-root-for-linux.sh: line 77: ~/home/ubuntu/Desktop/simple-gnex-root-unroot/adb-linux: No such file or directory
ubuntu@ubuntu:~/Desktop/simple-gnex-root-unroot$