View Single Post
Old 02-11-2011, 11:31 AM   #6
afv011
Captain Penguin
afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.
 
afv011's Avatar
 
Posts: 2,966
Karma: 2079999999
Join Date: May 2009
Location: Seattle, WA
Device: Kobo Clara BW, Kobo Libra 2, Nook Glowlight
Quote:
Originally Posted by SCION View Post
You should spell this out for people who have no idea what you're talking about, but may be interested in learning.
Sure:

Code:
adb shell ps | grep applauncher | awk '{print $2}' | xargs adb shell kill
This is for Linux. For those using Windows, well, good luck to y'all :-)

Windows:
1.- adb shell ps
2.- look at the list of processes and write down the PID for the applauncher
3.- adb shell kill <PID>
afv011 is offline   Reply With Quote