Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Barnes & Noble NOOK > Nook Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-09-2010, 12:39 PM   #31
DuncanWatson
Kindle Convert
DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.DuncanWatson goes to eleven.
 
DuncanWatson's Avatar
 
Posts: 190
Karma: 62704
Join Date: Apr 2010
Location: Woodinville, WA, USA
Device: Kindle Paperwhite, Nook (all)
I am not sure if awk is in the command set but

Code:
ps | grep com.bn.nook.applauncher | awk '{print $2}' | xargs kill
would do the trick if it has the commands.
DuncanWatson is offline   Reply With Quote
Old 12-09-2010, 01:18 PM   #32
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,947
Karma: 2077653593
Join Date: May 2009
Location: Vancouver, BC
Device: Kobo Libra 2, Nook Glowlight
Quote:
Originally Posted by DuncanWatson View Post
I am not sure if awk is in the command set but

Code:
ps | grep com.bn.nook.applauncher | awk '{print $2}' | xargs kill
would do the trick if it has the commands.
Nice try. The shell in the nookColor is rather limited, so you have to make use of your PC's shell; it would be:

Code:
adb shell ps | grep applauncher | awk '{print $2}' | xargs adb shell kill
afv011 is offline   Reply With Quote
Advert
Old 12-16-2010, 03:11 PM   #33
Rayven01
Nevermore
Rayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankindRayven01 has exceeded all limitations known to mankind
 
Rayven01's Avatar
 
Posts: 52
Karma: 17275
Join Date: Nov 2009
Location: St Louis, MO
Device: Nook, Nook Color, Stanza(iphone)
An easier way to do this is to use a process manager application. I use Astro, a file manager that also has process and app manager tools. The Astro process manager lists all running Apps by their short description, including "AppLauncher". You can press-and-hold to bring up a menu to kill the process. The next time you go to "Extras" it will re-detect all installed Apps like it does the first time after a reboot.
Rayven01 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Classic Is a rooted Nook for me? JeffElkins Nook Developer's Corner 13 11-08-2010 02:46 PM
Classic Fictionwise and the rooted nook luqmaninbmore Nook Developer's Corner 5 03-24-2010 01:08 PM
Classic Rooted Nook???? KP1 Nook Developer's Corner 2 03-21-2010 09:38 AM
Classic Rooted nook and Opera mini 4.2 for nook? ttnews Nook Developer's Corner 4 03-11-2010 07:23 AM
Classic nook Rooted DaveNB Barnes & Noble NOOK 9 12-14-2009 10:09 PM


All times are GMT -4. The time now is 11:27 AM.


MobileRead.com is a privately owned, operated and funded community.