Debug/test apps on device over the air, wireless, no cable. Must-have developer tool.
WiFi ADB makes it easy to debug/test your Android apps directly on device via WiFi TCP/IP connection. No need to use USB cable. After enabling ADB over WiFi, to connect your computer to the device open the console and run
adb connect ip_address_of_the_device
REQUIREMENTS
This app works on ROOTED devices only. If you don't know what it means or your device is not rooted please don't install. Users also need to grant this app su permission when being asked.
FEATURES
• Quickly enable/disable ADB connection over WiFi TCP/IP
• Auto-enable ADB over WiFi on configured known SSIDs
• Once enabled an entry is added to ongoing notification bar to remind user that ADB over WiFi is active and make it easy to disable it manually
• The app icon can be put on status bar at all time for quick access (better than home screen widget, IMO)
• Temporarily increase screen-off timeout. Nine times out of 10 this is what users want during development of an Android app and testing it on device. The original screen timeout value is restored when ADB over WiFi is disabled again.
• Temporarily lock WiFi, prevent it from going into sleep mode (how effectively it works depends on device and Android version)
• Also acts as Tasker/Locale plugin. You can configure Tasker/Locale to automatically turn on/off WiFi ADB based on other conditions
TIPS
★ If your development computer is Unix/Linux or Mac open a console and run
while true ; do adb connect phone_ip_address ; sleep 15 ; done
This one-liner auto-reconnects to ADB daemon on the phone every time the link is broken for whatever reason.
★ If you control the WiFi router, configure it to give the phone the same IP address every time. Then assign a local DNS hostname to that IP address so that you don't have to type an IP address which changes everytime in the console.
IN-APP PURCHASE
This app requires in-app purchase permission. This is for users to make donations to the app developer. Donations are voluntary and in fact do not add any extra features. But if you want to say thank-you with your wallet, you can. (Thanks!)
通过无线,无线,无线缆在设备上调试/测试应用程序。必备的开发人员工具。
WiFi ADB使您可以通过WiFi TCP / IP连接直接在设备上调试/测试Android应用程序。无需使用USB线。通过WiFi启用ADB后,要将计算机连接到设备,请打开控制台并运行
adb connect ip_address_of_the_device
要求的
此应用仅适用于ROOTED设备。如果您不知道它的含义或您的设备未植根,请不要安装。用户还需要在被询问时授予此应用su权限。
功能的
•通过WiFi TCP / IP快速启用/禁用ADB连接
•在配置的已知SSID上通过WiFi自动启用ADB
•启用后,会向正在进行的通知栏添加一个条目,以提醒用户通过WiFi的ADB处于活动状态,并可以轻松地手动禁用它
•应用程序图标可以随时放在状态栏上以便快速访问(比主屏幕小部件,IMO更好)
•暂时增加屏幕关闭超时。这是用户在开发Android应用程序并在设备上测试时想要的内容中的9次。当再次禁用ADB over WiFi时,将恢复原始屏幕超时值。
•暂时锁定WiFi,防止其进入睡眠模式(它的工作效率取决于设备和Android版本)
•还充当Tasker / Locale插件。您可以将Tasker / Locale配置为根据其他条件自动打开/关闭WiFi ADB
TIPS 的
★如果您的开发计算机是Unix / Linux或Mac,请打开控制台并运行
而真实;做adb connect phone_ip_address;睡15; DONE
无论出于何种原因,每次链接断开时,此单行自动重新连接到电话上的ADB守护程序。
★如果您控制WiFi路由器,请将其配置为每次为手机提供相同的IP地址。然后将本地DNS主机名分配给该IP地址,这样您就不必键入每次在控制台中更改的IP地址。
应用程序内购买
此应用需要应用内购买权限。这是供用户向应用开发者捐款的。捐款是自愿的,实际上不添加任何额外的功能。但如果你想用你的钱包说谢谢你,你可以。 (谢谢!)