AdbLibTest
AdbLibTest copied to clipboard
Could you please give more introduction about how to use AdbLibTest?
Hi @cgutman ,thanks for your distribution. Actually, I have no idea how to understand "AdbLibTest" and how to use "adblib" to make an app like remote shell you did. Could you please give more introduction or documents about these work?Thank you very much.
Hi @cgutman ,thanks for your distribution. Actually, I have no idea how to understand "AdbLibTest" and how to use "adblib" to make an app like remote shell you did. Could you please give more introduction or documents about these work?Thank you very much.
Hey! did you find anything?
There aren't docs for the interfaces, but I think the example in this repo is pretty clear.
Under 200 lines to demonstrate creating keys, authenticating, and establishing a shell connection: https://github.com/cgutman/AdbLibTest/blob/master/src/AdbTest.java
If that's not enough, can you clarify what specifically you're looking for?
There aren't docs for the interfaces, but I think the example in this repo is pretty clear.
Under 200 lines to demonstrate creating keys, authenticating, and establishing a shell connection: https://github.com/cgutman/AdbLibTest/blob/master/src/AdbTest.java
If that's not enough, can you clarify what specifically you're looking for?
I want to connect my android tv and send adb commands to it from mobile app just like your Remote ADB Shell app. I dont know how to use this lib. i have tried but it gets error "error=13,Permission denied". Pl help
@cgutman I think the request is how to use this library in an Android app which sounds like it's out of scope for this project.
There aren't docs for the interfaces, but I think the example in this repo is pretty clear. Under 200 lines to demonstrate creating keys, authenticating, and establishing a shell connection: https://github.com/cgutman/AdbLibTest/blob/master/src/AdbTest.java If that's not enough, can you clarify what specifically you're looking for?
I want to connect my android tv and send adb commands to it from mobile app just like your Remote ADB Shell app. I dont know how to use this lib. i have tried but it gets error "error=13,Permission denied". Pl help
@BhargavBhanshali what specifically have you tried?
There aren't docs for the interfaces, but I think the example in this repo is pretty clear. Under 200 lines to demonstrate creating keys, authenticating, and establishing a shell connection: https://github.com/cgutman/AdbLibTest/blob/master/src/AdbTest.java If that's not enough, can you clarify what specifically you're looking for?
I want to connect my android tv and send adb commands to it from mobile app just like your Remote ADB Shell app. I dont know how to use this lib. i have tried but it gets error "error=13,Permission denied". Pl help
You need to give internet permission to your Android app from manifest
I know it's quite late but this might help someone else