View Single Post
Old 10-30-2024, 10:57 PM   #86
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 86
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
My life is pretty boring. Everyone expects me to just study and that's all I do, study and nothing more.
Quote:
You're not going forward anywhere until you can manage to get ADB working on something. Is recovery showing ADB unauthorized now? Did you post me recovery already? I forget.
Only ADB sideload command works.
Code:
.\adb.exe devices
List of devices attached
XXXXXXXX        sideload
.\adb.exe get-state
sideload
the only other command that works is get-serialno.
Quote:
Is recovery showing ADB unauthorized now?
Yes, adb is unauthorized.
Recovery looks loke this:
Code:
Android Recovery
ONYX/BOOX/BOOX
11/RKQ1.210614.002/200
userdebug/release-keys
Use volume up/down and power.
WARNING: Previous installation has failed.
  You device may fail to boot if you reboot or power off now.
-----
Reboot system now
Reboot to bootloader
Enter fastboot
Apply update from ADB // adb sideload works here, not adb
Apply update from SD card
Wipe data/factory reset
Mount /system
View recovery logs
Run graphics test
Run locale test
 Power off
-----
richard.black is offline   Reply With Quote