R rabiuls Member Licensed User Longtime User Apr 13, 2013 #1 Can someone please direct me to the correct way to communicate with an app on android from pc using adb? Thanks a lot. Last edited: Apr 13, 2013
Can someone please direct me to the correct way to communicate with an app on android from pc using adb? Thanks a lot.
mangojack Expert Licensed User Longtime User Apr 13, 2013 #2 One method is Dalvic Debug Monitor located in the Android/Tools folder. Read Chapter 6.4 of the Beginners Guide .. Exchanging Files with the PC Cheers mj Upvote 0
One method is Dalvic Debug Monitor located in the Android/Tools folder. Read Chapter 6.4 of the Beginners Guide .. Exchanging Files with the PC Cheers mj
R rabiuls Member Licensed User Longtime User Apr 13, 2013 #3 mangojack said: One method is Dalvic Debug Monitor located in the Android/Tools folder. Read Chapter 6.4 of the Beginners Guide .. Exchanging Files with the PC Cheers mj Click to expand... Thank you mangojack. I shall read the document. Actually I don't want to transfer files, but only data. Probably this can be found in the document. Upvote 0
mangojack said: One method is Dalvic Debug Monitor located in the Android/Tools folder. Read Chapter 6.4 of the Beginners Guide .. Exchanging Files with the PC Cheers mj Click to expand... Thank you mangojack. I shall read the document. Actually I don't want to transfer files, but only data. Probably this can be found in the document.
R rabiuls Member Licensed User Longtime User Apr 13, 2013 #4 I need something like B4A-Bridge. Can someone please post any link of example or tutorial? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 13, 2013 #5 B4A-Bridge is not related to ADB. The source code is available in the forum so you can download it. You can communicate through ADB by creating a TCP/IP connection (Network library). On the PC you should run "ADB Forward" to tie a local port to ADB. Upvote 0
B4A-Bridge is not related to ADB. The source code is available in the forum so you can download it. You can communicate through ADB by creating a TCP/IP connection (Network library). On the PC you should run "ADB Forward" to tie a local port to ADB.
R rabiuls Member Licensed User Longtime User Apr 13, 2013 #6 Thank you Erel. I thought B4A-Bridge communicates through adb:sign0137:. I shall try the Network library. Upvote 0
Thank you Erel. I thought B4A-Bridge communicates through adb:sign0137:. I shall try the Network library.