@@ -35,22 +35,22 @@ adb shell am start -n com.niostack.adbext/.MainActivity --es language en --es ti
3535命令示例(连接wifi)
3636To join a wifi network with no password:
3737``` shell 
38- adb shell am start -n com.steinwurf.adbjoinwifi /.MainActivity --es ssid SSID
38+ adb shell am start -n com.niostack.adbext /.MainActivity --es ssid SSID
3939``` 
4040To join a password protected wifi network:
4141``` shell 
42- adb shell am start -n com.steinwurf.adbjoinwifi /.MainActivity \
42+ adb shell am start -n com.niostack.adbext /.MainActivity \
4343--es ssid SSID --es password_type WEP| WPA --es password PASSWORD
4444``` 
4545To join a wifi network and set a static proxy (with optional bypass list):
4646``` shell 
47- adb shell am start -n com.steinwurf.adbjoinwifi /.MainActivity \
47+ adb shell am start -n com.niostack.adbext /.MainActivity \
4848--es ssid SSID --es password_type WEP| WPA --es password PASSWORD \
4949--es proxy_host HOSTNAME --es proxy_port PORT [--es proxy_bypass COMMA,SEPARATED,LIST]
5050``` 
5151To join a wifi network and set a proxy auto-configuration URL:
5252``` shell 
53- adb shell am start -n com.steinwurf.adbjoinwifi /.MainActivity \
53+ adb shell am start -n com.niostack.adbext /.MainActivity \
5454--es ssid SSID --es password_type WEP| WPA --es password PASSWORD \
5555--es proxy_pac_uri http://my.pac/url
5656``` 
@@ -65,5 +65,5 @@ adb shell dpm set-device-owner "com.niostack.adbext/.AdminReceiver"
6565``` 
6666This requires that your device has no provisioned accounts on it. If you wish to demote this app and remove its device owner privileges, run this:
6767``` shell 
68- adb shell am start -n com.steinwurf.adbjoinwifi /.MainActivity --es clear_device_admin true 
68+ adb shell am start -n com.niostack.adbext /.MainActivity --es clear_device_admin true 
6969``` 
0 commit comments