View Single Post
Old 02-11-2011, 08:08 PM   #8
AzB
Member
AzB doesn't litterAzB doesn't litter
 
Posts: 24
Karma: 168
Join Date: Jan 2011
Device: nook color
Quote:
Originally Posted by afv011 View Post
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>
Ok, you're clearly just showing off now.

Az
AzB is offline   Reply With Quote