|  01-18-2012, 04:42 AM | #61 | 
| Member  Posts: 18 Karma: 10 Join Date: Dec 2011 Device: Kindle Touch | 
			
			Ok, so it seems to be necessary to move any "install files" (*.bin) over usb otherwise the KT doesn't recognize them as such. Does anyone know a (ssh -> command line) way to force the KT to discover already present .bin files in the /mnt/us folder that enables the "update your kindle" menu entry?
		 | 
|   |   | 
|  01-18-2012, 04:45 AM | #62 | 
| Addict            Posts: 396 Karma: 33660 Join Date: Jul 2011 Device: Kindle 3, Kindle 4, Kindle PW, Nexus7 3G | 
			
			It is strange, I agree with you, because it is shifted to the correct place. No clue why the device behaves this way.
		 | 
|   |   | 
|  01-18-2012, 08:26 AM | #63 | 
| Kindle Dissector            Posts: 662 Karma: 475607 Join Date: Jul 2010 Device: Amazon Kindle 3 | 
			
			The rescan content event that is passed when the USB is unplugged tells the device to look for updates.
		 | 
|   |   | 
|  01-18-2012, 08:30 AM | #64 | 
| Member  Posts: 18 Karma: 10 Join Date: Dec 2011 Device: Kindle Touch | |
|   |   | 
|  01-19-2012, 04:37 AM | #65 | 
| Connoisseur            Posts: 65 Karma: 4662 Join Date: Feb 2011 Location: CZ Device: Kindle Touch 3G, Kindle Keyboard | |
|   |   | 
|  01-19-2012, 04:49 AM | #66 | 
| Pest            Posts: 204 Karma: 239254 Join Date: Jan 2012 Location: Italy Device: KT, PW3 | 
			
			I've modified the "orientation" entry in the GUI Launcher to avoid the 6 taps problem when in landscape mode. This is my new /mnt/us/extensions/orientation/menu.json file: Code: {
  "items": [
    {
      "name": "Orientation",
      "priority": 5,
      "items": [
        {"name": "Portrait", "priority": 0, "action": "bin/setorientation.sh", "params": "U"},
        {"name": "Portrait Inverted", "priority": 1, "action": "bin/setorientation.sh", "params": "D"},
        {"name": "Landscape Left", "priority": 2, "action": "bin/setorientation.sh", "params": "L"},
        {"name": "Landscape Right", "priority": 3, "action": "bin/setorientation.sh", "params": "R"}
      ]
    }
  ]
}Code: #!/bin/sh
SETPROP=/usr/bin/lipc-set-prop
PREFS=/var/local/java/prefs/com.amazon.ebook.framework/prefs
case "$1" in
"L"|"R")
        $SETPROP com.lab126.winmgr orientationLock $1
        $SETPROP com.lab126.winmgr refreshOnTurn true
        ;;
"U"|"D")
        $SETPROP com.lab126.winmgr orientationLock $1
        $SETPROP com.lab126.winmgr refreshOnTurn $({ grep onPageTurn $PREFS || echo false ; } | sed 's/.*=//')
        ;;
esacThis fix works only when you turn pages. The problem is still there when you swipe to jump between chapters. After 6 swipes, the display does not refresh anymore and you have to touch the top of the screen to unlock it. There's an issue after the 5.0.3 update. The book browsing application cuts a vertical strip of pixels at right when in landscape mode. Header and footer are displayed correctly. The web browser is not affected, also. Here's a screenshot of the problem:   Last edited by pirl8; 01-19-2012 at 04:51 AM. | 
|   |   | 
|  01-19-2012, 07:43 AM | #67 | |
| Kindle Dissector            Posts: 662 Karma: 475607 Join Date: Jul 2010 Device: Amazon Kindle 3 | Quote: 
 | |
|   |   | 
|  01-19-2012, 08:22 AM | #68 | 
| Pest            Posts: 204 Karma: 239254 Join Date: Jan 2012 Location: Italy Device: KT, PW3 | |
|   |   | 
|  01-19-2012, 04:02 PM | #69 | |
| Member  Posts: 18 Karma: 10 Join Date: Dec 2011 Device: Kindle Touch | Quote: 
 Unfortunately it doesn't work on my KT. I've transferred e.g. the update_launcher_1.0_install.bin file to the /mnt/us folder (via sftp) and after that I executed your command via a ssh connection (XShell under Windows). The "Update your Kindle" is still greyed out after these two steps. It seems I must own a very special version of the KT because the screen orientation change (via the launcher menu) doesn't work here, too. It's a rooted KT (sponsored, special offer version) with the latest 5.0.3 firmware. Regards, Highend | |
|   |   | 
|  01-20-2012, 01:54 AM | #70 | 
| Addict            Posts: 396 Karma: 33660 Join Date: Jul 2011 Device: Kindle 3, Kindle 4, Kindle PW, Nexus7 3G | 
			
			highend, I have the same device, same configuration and for me the orientation rotatation works via lauchner. Of course with the missing pixels as for others. Seems you have a special special offer version ;-)
		 | 
|   |   | 
|  01-26-2012, 05:53 PM | #71 | |
| Groupie   Posts: 153 Karma: 113 Join Date: Jan 2012 Location: Russia Device: Kindle Touch | Quote: 
 When I run "dbus-monitor --system" I don't see this event. I tried monitoring for it both while doing "usb plug - usb remove" (so as to trigger this event) and while sending it manually. | |
|   |   | 
|  01-27-2012, 02:30 PM | #72 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Good evening all,  sorry to disturb but I just installed the kindle_launcher_1.0. Everything is fine but I can see the launcher menu only on the home menu not while reading. If I tap the upper part of the screen while reading a book and I hit menu, I find only: turn off wirelles shop in kindle store sync to furthest page read book description add bookmark view notes & marks turn on text-to-speech am I supposed to see also launcher so that I can change orientation? Thanks a lot Best regards | 
|   |   | 
|  01-27-2012, 03:41 PM | #73 | 
| Groupie   Posts: 153 Karma: 113 Join Date: Jan 2012 Location: Russia Device: Kindle Touch | 
			
			It shows on my KT 5.0.0. Maybe it's yours 5.0.1 that blocks the stuff. BTW what format of book are you reading? There're different readers in KT (e.g. PDF is separate from .txt one), so maybe Launcher isn't integrated in that particular reader (it isn't integrated in PDF, for example) | 
|   |   | 
|  01-27-2012, 03:52 PM | #74 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			I've tried pdf, txt, pcr and azw from amazon. It doesn't appear in any of them. on the home screen, it is perfect! Thanks! | 
|   |   | 
|  01-27-2012, 05:26 PM | #75 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			No worry!!! After a few resets, I can finally see the launcher in reading mode. Perfect!!! Now, I have just to find a way of creating un update file. I really can't find a way of make Yifanlu's kindletool working in windows! | 
|   |   | 
|  | 
| Tags | 
| kindle touch hacks | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Extended Linux Functionality - GUI Launcher Kindle Touch | dasmoover | Kindle Developer's Corner | 41 | 02-11-2013 06:05 PM | 
| Removing Ads with the GUI Launcher | vaniaspeedy | Kindle Developer's Corner | 54 | 01-23-2013 08:47 PM | 
| Image Viewer: An extension for GUI Launcher on Kindle Touch 5.1 | starsy | Kindle Developer's Corner | 20 | 08-04-2012 04:15 PM | 
| Installing Yifan Lu's Launcher on Kindle Touch 5.03 | pwright2 | Amazon Kindle | 2 | 02-12-2012 10:13 PM |