How to transfer data between apk and pc via adb?

rabiuls

Member
Licensed User
Longtime User
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:

mangojack

Expert
Licensed User
Longtime User
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

rabiuls

Member
Licensed User
Longtime User
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

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

rabiuls

Member
Licensed User
Longtime User
Thank you Erel. I thought B4A-Bridge communicates through adb:sign0137:. I shall try the Network library.
 
Upvote 0
Top