Replies: 3 comments 13 replies
-
|
@Tartarus6 I found out how to toggle ADB on and off, no need to patch the binary.
To disable ADB tap again 10 times the About text. |
Beta Was this translation helpful? Give feedback.
-
|
@Tartarus6 Did you ever figure out what Burn Mode does? |
Beta Was this translation helpful? Give feedback.
-
|
Hey team, it looks like we have full adb access now! The issue was a conflict in the adbon script, it was trying to start ADB while the USB configfs gadget was still partially initialized from mass storage mode. A small fix to properly tear down the USB gadget before initializing ADB resolved it. So what works right now is: The fixed adbon script will be included in the next firmware release. In the meantime it requires a custom firmware build. A few intersting things I saw: More documentation to follow. Big thanks to everyone who contributed to getting here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
Enabling ADB functionality is really easy, just renaming one file does the trick. The issue is that it breaks certain features. So I want it to be better handled within the UI. I want to be able to enable and disable ADB functionality along with DAC mode and mass storage mode.
How...?
I know that ADB functionality has been built into older versions of HiBy OS firmware, so it should be able to be brought back.
Additionally, functions to toggle ADB mode do exist within the
hiby_playerbinary.TODOs
hiby_playerI can totally deal with the binary parts, but if someone else could figure out where in the
.viewfiles (or any other UI config files) the ADB buttons are, and how to make them show up again.Beta Was this translation helpful? Give feedback.
All reactions