Everytime I run the .bat for the my prompt reads Your device is a Nook Tablet meaning we can continue!
[/quote]Now, just making sure you WANT to root it!
[-] Cannot copy boomsh.: Permission denied
Installing superuser and su...
2313 KB/s (843503 bytes in 0.356s)
1819 KB/s (22364 bytes in 0.012s)
failed to copy 'root-files\su' to '/system/bin/su': Read-only file system
Installing and setting up busybox...
failed to copy 'root-files\busybox' to '/system/xbin//busybox': Read-only file s
ystem
1963 KB/s (12066 bytes in 0.006s)
[quote/]
I tried to root when in version 1.4.0 then downgraded back to 1.4.0 when the OTA hit and tried once more only to get the same error. Tried to cmod the entire system folder from both an adb shell and android terminal. any ideas guy?
Do you have USB Debugging enabled (in both boxes)?
Yea, its shows my device in the beginning of the script. =\
I think you need to run the runmefirst. bat then apply the other .bat to root
Sent from my LG GT540 Swift using XDA App
Did the runmefirst.bat.
logoguy said:
Did the runmefirst.bat.
Click to expand...
Click to collapse
ok then if that didn't work then its 100% drivers issue check this its the best step by step tutorial i have found , check step 3 or better the whole tut
Having successfully semi-rooting my device through pauls root i was trying to install the SDE, i followed all steps correctly and ran the batch file but when rebooting into recovery mode no such menu appeared, i have confirmed root shell access so now i'm wondering if anyone else has had a problem? really would want to get the menu installed. It just seems not to work at all and i've ran the script from both my pc and from the internal device memory but this seems not to have worked, any ideas? Thanks
I followed all paul's instruction but I can't root my 101, I tried SDE script too but I can't see any differcence in recovery
Nadrian,
could you try this for me:
start a cmd.exe, and launch the script from this cmd window.
Do a copy/paste of the execution log and post it here please ?
(to copy paste from cmd, do Alt+space, select "edit", "mark", then select text with mouse, press enter then do a paste here)
Moskiller, you problem is different if you don't have the # prompt when doing Paul's root, could you show me the log of the adb session ?
@letama i'll pm you those tomorrow and thanks for the help!
letama said:
Nadrian,
could you try this for me:
start a cmd.exe, and launch the script from this cmd window.
Do a copy/paste of the execution log and post it here please ?
(to copy paste from cmd, do Alt+space, select "edit", "mark", then select text with mouse, press enter then do a paste here)
Moskiller, you problem is different if you don't have the # prompt when doing Paul's root, could you show me the log of the adb session ?
Click to expand...
Click to collapse
If u explain to me how do it, with pleasure
Sent from my ARCHOS 101G9 using Tapatalk
Moskiller said:
If u explain to me how do it, with pleasure
Click to expand...
Click to collapse
I need all the text in the cmd window with the adb commands and the results.
you can do the copy/paste the same way I explained to Nadrian.
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb reboot
C:\Program Files (x86)\Android\android-sdk\platform-tools>enable_sde
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push zimage /data/
local/tmp
306 KB/s (2655004 bytes in 8.450s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push initrd.cpio.l
zma /data/local/tmp
314 KB/s (398045 bytes in 1.236s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push abcbox /data/
local/tmp
323 KB/s (277204 bytes in 0.838s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell chmod 755 /d
ata/local/tmp/abcbox
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell /data/local/
tmp/abcbox kd_flasher -k /data/local/tmp/zimage -i /data/local/tmp/initrd.cpio.l
zma
Generating KD...
Updating KD (3053305 bytes)...
0
100
It worked when i executed the script through command prompt, but here's the execution log anyway, thanks for the tool and for all help!
My log (Windows XP SP3):
C:\android-sdk-windows\platform-tools>enable_sde.bat
C:\android-sdk-windows\platform-tools>adb push zimage /data/local/tmp
1999 KB/s (2655004 bytes in 1.296s)
C:\android-sdk-windows\platform-tools>adb push initrd.cpio.lzma /data/local/tmp
1776 KB/s (398045 bytes in 0.218s)
C:\android-sdk-windows\platform-tools>adb push abcbox /data/local/tmp
1925 KB/s (277204 bytes in 0.140s)
C:\android-sdk-windows\platform-tools>adb shell chmod 755 /data/local/tmp/abcbox
C:\android-sdk-windows\platform-tools>adb shell /data/local/tmp/abcbox kd_flashe
r -k /data/local/tmp/zimage -i /data/local/tmp/initrd.cpio.lzma
Generating KD...
Updating KD (3053305 bytes)...
0
100
C:\android-sdk-windows\platform-tools>
Even for me, SDE doesn't work (archos 101 G9 8gb)
EDIT: WORKS!
at the fourth attempt it worked (ext4 firmware)! After removing the root and before reboot, the only thing I changed was disconnect the USB cable from tablet (???). ciao
hitman72 said:
at the fourth attempt it worked (ext4 firmware)! After removing the root and before reboot, the only thing I changed was disconnect the USB cable from tablet (???). ciao
Click to expand...
Click to collapse
Weird!
I guess a couple of md5sum could help pinpointing adb push or flash issue.
I'll add that someday.
Thanks for the report!
I accidentally formatted my phone before i installed the rom. Now i need to adp push the rom onto the phone. ADB says the following when i try.
C:\adb>adb -s emulator-5554 push dlx.zip /dlx.zip
failed to copy 'dlx.zip' to '/dlx.zip': Read-only file system
wack0jacko said:
I accidentally formatted my phone before i installed the rom. Now i need to adp push the rom onto the phone. ADB says the following when i try.
C:\adb>adb -s emulator-5554 push dlx.zip /dlx.zip
failed to copy 'dlx.zip' to '/dlx.zip': Read-only file system
Click to expand...
Click to collapse
I just got this:
C:\adb>adb push dlx.zip /sdcard/
1887 KB/s (914054797 bytes in 472.833s)
The file is 900mb. What am I doing wrong?
wack0jacko said:
I just got this:
C:\adb>adb push dlx.zip /sdcard/
1887 KB/s (914054797 bytes in 472.833s)
The file is 900mb. What am I doing wrong?
Click to expand...
Click to collapse
adb push <Rom directory> /sdcard/
i found these tools in Synaptic:
fastboot
ddms (sdk)
&
adb
Can i use these to unlock the bootloader instead of downloading a bunch of stuff from websites? i found the device using fastboot and the unlock code from sony but thats about as far as i got.
Sure, you also need the linux version of flashtool, which you can get from the site (no need to install), and you are good to go. :thumbup:
Sent from my E2303 using XDA Free mobile app
would anyone mind guiding me through the steps?
xinjian said:
would anyone mind guiding me through the steps?
Click to expand...
Click to collapse
There is a linux version of Flashtool and its an sh script so the command would be
sudo bash LocationOfFlashtool/Flashtool
Click to expand...
Click to collapse
And then when the bootloader is unlocked and you want to flash recovery
sudo fastboot flash recovery LocationOfRecovery/recovery.img
Click to expand...
Click to collapse
xinjian said:
i found these tools in Synaptic:
fastboot
ddms (sdk)
&
adb
Can i use these to unlock the bootloader instead of downloading a bunch of stuff from websites? i found the device using fastboot and the unlock code from sony but thats about as far as i got.
Click to expand...
Click to collapse
I just rooted my phone under Gentoo using adb commands from install.bat file which I downloaded from here: http://www.mediafire.com/download/awrsi78ddjl0x2r/rootkitXperia_E23xx_26.1.X.3.xxx.zip
Just unpack this zip, change directory to where you unzipped it and run:
Code:
adb push files/getroot /data/local/tmp/
adb push files/su /data/local/tmp/
adb push files/supolicy /data/local/tmp/
adb push files/libsupol.so /data/local/tmp/
adb push files/Superuser.apk /data/local/tmp/
adb push files/busybox /data/local/tmp/
adb push files/99SuperSUDaemon /data/local/tmp/
adb push files/install-recovery.sh /data/local/tmp/
adb push files/install_tool.sh /data/local/tmp/
adb shell "chmod 0755 /data/local/tmp/getroot"
adb shell "chmod 0755 /data/local/tmp/busybox"
adb shell "chmod 0755 /data/local/tmp/install_tool.sh"
adb shell "/data/local/tmp/getroot /data/local/tmp/install_tool.sh"
After last command you should get something like this:
Code:
Patching address 0xffffffc00112a9d0
Start map/unmap thread.
Start write thread.
Spraying kernel heap.
100 200 300 400 500 600 700 800 900 1000
Start read thread.
Done.
Patching address 0xffffffc058b34008
Start map/unmap thread.
Start write thread.
Spraying kernel heap.
100 200 300 400 500 600 700 800 900 1000
Start read thread.
10000
Done.
2047+1 records in
2047+1 records out
1048328 bytes transferred in 0.057 secs (18391719 bytes/sec)
203+1 records in
203+1 records out
104368 bytes transferred in 0.009 secs (11596444 bytes/sec)
203+1 records in
203+1 records out
104368 bytes transferred in 0.004 secs (26092000 bytes/sec)
203+1 records in
203+1 records out
104368 bytes transferred in 0.004 secs (26092000 bytes/sec)
203+1 records in
203+1 records out
104368 bytes transferred in 0.004 secs (26092000 bytes/sec)
58+1 records in
58+1 records out
30168 bytes transferred in 0.005 secs (6033600 bytes/sec)
613+1 records in
613+1 records out
314232 bytes transferred in 0.016 secs (19639500 bytes/sec)
11948+1 records in
11948+1 records out
6117378 bytes transferred in 0.189 secs (32367079 bytes/sec)
1+1 records in
1+1 records out
629 bytes transferred in 0.003 secs (209666 bytes/sec)
0+1 records in
0+1 records out
55 bytes transferred in 0.001 secs (55000 bytes/sec)
Actually you don't need to have Flashtool to unlock the bootloader since the device is officially supported by Sony
Just follow the instructions in its webpage
Hi to all.
Here my error why?
HTML:
C:\Program Files (x86)\Minimal ADB and Fastboot>adb install -r com.sec.android.app.camera.apk
2472 KB/s (38344371 bytes in 15.145s)
Failure [-3001]
My device is S7 edge with oreo unrooted
Thanks.