wsvn53 / adb-mobile

Android Debug Bridge (adb) ported version for mobile apps, the goal of this project is supporting both iOS App and Android App to connect to Android devices in developer mode (TCP/IP Mode) and execute supported ADB commands by integrating the libraries generated by this project.
48 stars 10 forks source link

Can you help me to some callback #3

Open hieuttmatech opened 1 year ago

hieuttmatech commented 1 year ago

Can you help me to some callback: @wsvn53 can you write some callback like :

wsvn53 commented 5 months ago

Please refer to https://github.com/wsvn53/adb-mobile/blob/6fc43f93f622db1d91b139ea9733bc8c3b5c6575/porting/adb/include/adb_public.h#L53 this file, there is an API to monitor the adb status changes, just rewrite this function can be done.