View Single Post
Old 07-17-2012, 04:28 PM   #87
mmatej
Connoisseur
mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.mmatej is less competitive than you.
 
Posts: 91
Karma: 14730
Join Date: Jun 2012
Device: none
Quote:
Originally Posted by dlcmdrx View Post
Hi guys, i have a brand new Kindle touch , can anyone tell me if i will be able to have landscape mode in my touch web browser with this jailbreak??

Many thanks.
Yes you can. Install jailbreak, gui launcher, jbpatch (may be not needed, but for sure), usbnetwork, figure out how to connect to the SSH with that usbnet thingy (this will help you), unpack SFTP binary, transfer to Kindle, issue following commands in SSH:
Code:
mntroot rw
mv /mnt/us/sftp-server /usr/libexec/sftp-server
ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8
connect to the SFTP, add the following line after the "<script type="text/javascript" src="../shared/js/wafjs.js"></script>" in file /opt/var/local/waf/browser/index.html and /var/local/waf/browser/index.html:
Code:
<script type="text/javascript">kindle.dev.setOrientation('auto');</script>
You can change the orientation within the launcher menu. If you haven't understood something, I'll try to explain it again.
mmatej is offline   Reply With Quote