duderuud, on 09 May 2012 - 05:04 PM, said:
Should the phone be S-OFF now or just rooted? Last one is difficult to test because phone is already rooted...
SozzaSinnian, on 09 May 2012 - 05:05 PM, said:
P
duderuud, on 09 May 2012 - 05:04 PM, said:
SozzaSinnian, on 09 May 2012 - 05:05 PM, said:
You can follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco
Want to donate? MoDaCo is raising money for the Multiple Sclerosis society.
* daemon not running. starting it now on port 5037 * * daemon started successfully * cannot stat 'busybox': No such file or directory cannot stat 'su': No such file or directory cannot stat 'Superuser.apk': No such file or directory Unable to chmod /data/local/busybox: No such file or directory Unable to chmod /data/local/su: No such file or directory Unable to chmod /data/local/Superuser.apk: No such file or directory rm failed for /data/local.prop, No such file or directory Reboot Reboot again... note that when device returns it may appear to be bootlooping, don't panic! /data/local/busybox: No such file or directory Unable to chmod /system/xbin/su: No such file or directory Unable to chmod /system/xbin/su: No such file or directory Unable to chmod /system/app/Superuser.apk: No such file or directory Reboot one last time...
sibbor@ubuntu:~$ adb devices List of devices attached ???????????? no permission
1. Create the file:
/etc/udev/rules.d/51-android.rules
2. Add the following line to the file:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
3. Restart udev service:
sudo service udev restart
sibbor@ubuntu:~$ adb devices List of devices attached HT23ZW100391 device
Edited by sibbor, 09 May 2012 - 06:11 PM.
Mike Penz, on 09 May 2012 - 05:41 PM, said:
ste1164, on 09 May 2012 - 05:31 PM, said:
You can follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco
Want to donate? MoDaCo is raising money for the Multiple Sclerosis society.
Mike Penz, on 09 May 2012 - 05:41 PM, said:
PaulOBrien, on 09 May 2012 - 04:13 PM, said:
Mike Penz, on 09 May 2012 - 05:41 PM, said:
Life is like a coin, you can spend it anyway you like but you can only spend it once.

D:\Handy\HTC One X\root-one-x-tegra>adb kill-server D:\Handy\HTC One X\root-one-x-tegra>adb wait-for-device * daemon not running. starting it now * * daemon started successfully * D:\Handy\HTC One X\root-one-x-tegra>ECHO. D:\Handy\HTC One X\root-one-x-tegra>echo HTC One X Tegra 3 Root Script by Paul O 'Brien- includes script from kennethpenn HTC One X Tegra 3 Root Script by Paul O'Brien- includes script from kennethpenn D:\Handy\HTC One X\root-one-x-tegra>echo Follow paulobrien and modaco on Twitter for more Android fun! Follow paulobrien and modaco on Twitter for more Android fun! D:\Handy\HTC One X\root-one-x-tegra>ECHO DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING! DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING! D:\Handy\HTC One X\root-one-x-tegra>ECHO PUSH FILES PUSH FILES D:\Handy\HTC One X\root-one-x-tegra>adb push busybox /data/local/busybox 1106 KB/s (837916 bytes in 0.739s) D:\Handy\HTC One X\root-one-x-tegra>adb push su /data/local/su 1703 KB/s (91980 bytes in 0.052s) D:\Handy\HTC One X\root-one-x-tegra>adb push Superuser.apk /data/local/Superuser.apk 842 KB/s (570342 bytes in 0.661s) D:\Handy\HTC One X\root-one-x-tegra>adb shell chmod 777 /data/local/busybox D:\Handy\HTC One X\root-one-x-tegra>adb shell chmod 755 /data/local/su D:\Handy\HTC One X\root-one-x-tegra>adb shell chmod 755 /data/local/Superuser.apk D:\Handy\HTC One X\root-one-x-tegra>adb shell mv /data/tigps/aiding /data/tigps/aiding.old D:\Handy\HTC One X\root-one-x-tegra>adb shell ln -s /data /data/tigps/aiding D:\Handy\HTC One X\root-one-x-tegra>adb shell rm /data/local.prop 1>nul D:\Handy\HTC One X\root-one-x-tegra>ECHO. D:\Handy\HTC One X\root-one-x-tegra>ECHO REBOOT REBOOT D:\Handy\HTC One X\root-one-x-tegra>adb reboot D:\Handy\HTC One X\root-one-x-tegra>adb wait-for-device D:\Handy\HTC One X\root-one-x-tegra>adb shell "echo ro.kernel.qemu=1 > /data/local.prop" D:\Handy\HTC One X\root-one-x-tegra>ECHO Reboot again... note that when device returns it may appear to be bootlooping, don't panic! Reboot again... note that when device returns it may appear to be bootlooping, don't panic! D:\Handy\HTC One X\root-one-x-tegra>adb reboot D:\Handy\HTC One X\root-one-x-tegra>adb wait-for-device D:\Handy\HTC One X\root-one-x-tegra>ECHO AGAIN!? AGAIN!? D:\Handy\HTC One X\root-one-x-tegra>adb shell "mount -wo remount rootfs /" D:\Handy\HTC One X\root-one-x-tegra>adb shell "mount -o remount,rw -t ext4 /dev/block/mmcblk0p12 /system" D:\Handy\HTC One X\root-one-x-tegra>adb shell "cat /data/local/busybox > /system/xbin/busybox" D:\Handy\HTC One X\root-one-x-tegra>adb shell "chmod 777 /system/xbin/busybox" D:\Handy\HTC One X\root-one-x-tegra>adb shell "/system/xbin/busybox --install -s /system/xbin" D:\Handy\HTC One X\root-one-x-tegra>adb shell "busybox cp /data/local/Superuser.apk /system/app/Superuser.apk" D:\Handy\HTC One X\root-one-x-tegra>adb shell "busybox cp /data/local/su /system/xbin/su" D:\Handy\HTC One X\root-one-x-tegra>adb shell "chown 0.0 /system/xbin/su" D:\Handy\HTC One X\root-one-x-tegra>adb shell "chmod 06755 /system/xbin/su" D:\Handy\HTC One X\root-one-x-tegra>adb shell "chmod 644 /system/app/Superuser.apk" D:\Handy\HTC One X\root-one-x-tegra>adb shell "rm /data/local.prop" D:\Handy\HTC One X\root-one-x-tegra>adb shell "rm /data/tigps/aiding" D:\Handy\HTC One X\root-one-x-tegra>adb shell "mv /data/tigps/aiding.old /data/tigps/aiding" D:\Handy\HTC One X\root-one-x-tegra>adb reboot D:\Handy\HTC One X\root-one-x-tegra>
Edited by kruppin, 09 May 2012 - 06:21 PM.
ste1164, on 09 May 2012 - 06:12 PM, said:
You can follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco
Want to donate? MoDaCo is raising money for the Multiple Sclerosis society.
sibbor@ubuntu:~$ adb shell "mount -wo remount rootfs /" error: insufficient permissions for device sibbor@ubuntu:~$ adb shell "cat /data/local/busybox > /system/xbin/busybox" error: insufficient permissions for device
Edited by sibbor, 09 May 2012 - 06:38 PM.
You can follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco
Want to donate? MoDaCo is raising money for the Multiple Sclerosis society.
0 members, 0 guests, 0 anonymous users