Hi All,
Is there any way to make adb reboot sideload or adb sideload <pckg.zip> to work on android mode, without going to recovery.
I tried in user build adb reboot sideload, it is asking " adb root is required for adb reboot sideload".
When I have commented the root check in system/core/adb/services.cpp , I am getting permission denial failed to open /dev/block/bootdevice/by-name/misc : Permission Denied
In Eng build , the command adb reboot sideload is working, but my req is, it has to work on user build.
Any help will be appreciated.