jeudi 18 décembre 2014

Howto: Enable Adb over wireless topic

21:59






Hey guys just a heads up and quick howto:
Here is how to get adb wireless working so you dont need to use a cable any longer to easily push/pull files and logcats/debugging
(its beyond me why google doesnt have a ui option to turn this on)

Open up a terminal emulator (I use rom toolbox pro) with droidmote and do this:


Code:


su
setprop service.adb.tcp.port 5555
stop adbd
start adbd


From pc do this:

Code:


adb tcpip 5555
adb connect 192.168.0.101:5555



Code:


adb shell
adb push blah etc


To automate this on boot, add this as a script to rom toolbox/pro to execute on boot






Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 commentaires:

Enregistrer un commentaire

 

© 2013 Mobile Probleme. All rights resevered. Designed by Templateism

Back To Top