View Single Post
Old 04-25-2024, 07:38 PM   #8
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,401
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
I'm working on some stuff for a custom recovery on the Poke5.
There's been some major changes since the Poke3:
/dev/graphics/fb0 is now /dev/dri/card0 (but /dev/ebc still exists).
The old update-binary is out and the "update engine" is in.

One of the things that had always been a pain was resetting in recovery (without the recovery process).
I whipped up a little reboot executable and it's neat that it works through ADB too.
It explicitly tells you what's up with the BCB.
Code:
C:\adb reboot recovery  # going from system to recovery with stock reboot

C:\>adb reboot          # going from recovery to system with custom reboot
Was: boot-recovery
Now: <empty>
Rebooting
Renate is offline   Reply With Quote