View Single Post
Old 01-04-2013, 09:08 AM   #17
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
in fact... why not back all the libs off of the device?

(instructions on GTK thread)
Quote:
fisrt we'll grab the libs we need from the kindle
Code:
ssh root@kindle
cd /usr
tar -cpvzf /mnt/us/libs.tar.gz lib
exit

this tar ball should be created as I have above, if you've got the symlinks and not copied libs multiple times (will break our builds later) the tar ball should be around 35mb


scp root@<your kindles ip address>:/mnt/us/libs.tar.gz .
ssh root@<your kindles ip address> rm /mnt/us/libs.tar.gz
tar zxvf libs.tar.gz

and search locally?
twobob is offline   Reply With Quote