You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Rust beginner exploring adb_client, I noticed the absence of several important ADB commands that are crucial for Android development workflows:
adb root (to restart adbd with root permissions)
adb remount (to remount partitions as writable)
adb disable-verity (to disable dm-verity for development)
These commands are particularly useful for system-level debugging and modification. Could support for these features be implemented?
I'd be happy to help test or provide additional details if needed. Thanks for considering this enhancement!