Issue
Is it possible to launch ADB pointed at an adb_usb.ini file in a custom location instead of looking at the users .android folder? I would like to be able to limit an embedded adb executable to only look for certain vid/pids and not interfere with potentially other copies of ADB on the computer (such as from having installed the android sdk).
Solution
recent versions of adb
do not use adb_usb.ini
any more. Google has removed the USB VendorID
whitelisting feature. There was no option to change the location of the file per user while it was still being used.
Answered By - Alex P.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.