Quote:
Originally Posted by dlcmdrx
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.