-
Notifications
You must be signed in to change notification settings - Fork 2
Home
cladden edited this page Sep 11, 2012
·
2 revisions
Welcome to the NetworkedSerial wiki!
- adb shell ps | grep com.liquidware.networkedserial.app
liquidware@liquidware-X300-X340-X400-series:~$ adb shell ps | grep com.liquidware.networkedserial.app
app_43 1880 1383 460452 34736 ffffffff 4008eff4 S com.liquidware.networkedserial.app
- Take the number from the second field ex. 1880
adb shell kill -9 1880
- Uninstall the app:
adb uninstall com.liquidware.networkedserial.app
- Install the app:
adb install ~/Downloads/NetworkedSerial-v3.apk