Quote:
Originally Posted by Renate
Ok, you have a link for the custom recovery.
Are you currently rooted?
Are you clear on ADB and have drivers installed?
Have you used EDL before (I prefer mine, at my website)?
The first task is to write rec.img to recovery.
You should figure out which slot you are on or just flash to both.
Code:
adb shell
getprop|grep suffix
You can flash with dd or fastboot (bootloader) if it still supports the command.
If not you can use EDL.
Then you need to go to recovery.
Code:
adb reboot recovery
It should make a white screen after flashing some sort of logo.
You should have ADB.
Code:
adb devices
12345678 device
adb shell
# id
root
# start ttyscreen
You should get some text on the screen.
It should look pretty and be right side up.
If you copy/paste any text put it inside [code] and [/code]
|
I can use adb. My device isnt rooted. I have your edl.exe from your website
1. My slot is B
2. First I try using fastboot to flash rec.img
Code:
adb reboot fastboot
fastboot flash recovery_b rec.img
adb returns
Code:
Sending 'recovery_b' (48080 KB) OKAY [ 1.119s]
Writing 'recovery_b' FAILED (remote: 'unknown command')
fastboot: error: Command failed
I reboot into edl using your edl.exe and a boox note air2 firehose, it works ok
Code:
adb reboot edl
edl /lnote.elf
edl /w /precovery_b rec.img
adb returns
Code:
Found EDL 9008, configuring... ok
Requesting info on LUN 0...
<log value="ERROR: Failed to open the SDCC Device slot 0 partition 0" />
<log value="ERROR: Failed to open the device:1 slot:0 partition:0 error:0" />
<log value="ERROR: OPEN handle NULL and no error, weird 203949076" />
<log value="ERROR: Failed to open device, type:eMMC, slot:0, lun:0 error:3" />
Nope
Can u have a look?