View Single Post
Old 12-20-2012, 05:45 AM   #5
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
Confirmed as working on the 3...

okay... using the files from post two. (bash and find are the biggies)

no changes in the code.

on a 3

(let's give it a tough one)

[root@kindle root]# filechecker /mnt/us/usr/bin/matchbox-desktop
Quote:
copying /mnt/us/usr/bin/matchbox-desktop to /mnt/us/export/matchbox-desktop/bin/matchbox-desktop

Searching 468 user libs, 58 libs, 16 extended dirs
Spoiler:

libmb.so.1
non native result /mnt/us/usr/lib/libmb.so.1

libXft.so.2
non native result /mnt/us/usr/lib/libXft.so.2

libXrender.so.1
non native result /mnt/us/usr/lib/libXrender.so.1

libfontconfig.so.1
kindle supported at /usr/lib/libfontconfig.so.1.3.0
/usr/lib support detected

libfreetype.so.6
kindle supported at /usr/lib/libfreetype.so.6.3.20
/usr/lib support detected

libpng14.so.14
non native result /mnt/us/usr/lib/libpng14.so.14

libjpeg.so.8
non native result /mnt/us/usr/lib/libjpeg.so.8

libX11.so.6
non native result /mnt/us/usr/lib/libX11.so.6

libXext.so.6
non native result /mnt/us/usr/lib/libXext.so.6

libz.so.1
kindle supported at /usr/lib/libz.so.1
/usr/lib support detected

libc.so.6
kindle supported at /lib/libc.so.6
/lib support detected

libdl.so.2
kindle supported at /lib/libdl.so.2
/lib support detected

Export complete at /mnt/us/export/matchbox-desktop
ensure you run matchbox-desktop like: LD_LIBRARY_PATH=../lib ./matchbox-desktop
result so yeah. just update your old versions of things in a safe way.
over-ride, not overwrite

(although I overwrote my various find and egrep calls with the bins just to see if it would blow the device up and it seems fine) but really just invoke it by path or something.

but - at a pinch - you can just overwrite /bin/bash and /usr/bin/find
WARNING!! They are symbolic links that point to busybox
RENAME THEM TO name.old (like /bin/bash.old) before you attempt to replace them or you will overwrite your busybox...

: ) Nice
Attached Thumbnails
Click image for larger version

Name:	Selection_075.png
Views:	541
Size:	9.1 KB
ID:	97975   Click image for larger version

Name:	Selection_076.png
Views:	509
Size:	6.4 KB
ID:	97976   Click image for larger version

Name:	Selection_078.png
Views:	531
Size:	14.9 KB
ID:	97978   Click image for larger version

Name:	TightVNC: kindle:0.0_079.png
Views:	547
Size:	27.2 KB
ID:	98001  
Attached Files
File Type: gz export.log.tar.gz (220 Bytes, 480 views)

Last edited by twobob; 08-31-2013 at 10:04 AM.
twobob is offline   Reply With Quote