Android Question Use ADB to communicate with another android device?

aidymp

Well-Known Member
Licensed User
Longtime User
Hi, me again with another annoying question!

I use Jshell in B4J to install software to Android boxes, by issuing adb commands.

Im wondering if i can write the same app in B4A? (as I have seen there is one already)

if so how would I need a version of adb for android or is it built in?

And how would i issue commands to it?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
On my system it is
E:\Android\android-sdk\platform-tools\adb.exe
Open a cmd window and start adb.exe to get a list of all commandline switches
 
Upvote 0

aidymp

Well-Known Member
Licensed User
Longtime User
On my system it is
E:\Android\android-sdk\platform-tools\adb.exe
Open a cmd window and start adb.exe to get a list of all commandline switches

Hi Sorry you seem to have misunderstood me! I can do it with Windows, I'm wanting to do it on Android. without a PC!

Thanks
 
Upvote 0
Top