Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-26-2011, 04:07 PM   #136
connmannic
Junior Member
connmannic began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2011
Device: Kindle DXG
Where exactly is the readme file that is mentioned in the intro? I have not seen one anywhere. Sick of waiting for amazon give me an update, I'm taking matters into my own hands. Thanks for all the great work you guys do.
connmannic is offline   Reply With Quote
Old 05-26-2011, 06:31 PM   #137
jsm555
Junior Member
jsm555 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2011
Device: Kindle 3
Probably a dumb question, but the instructions say to "apply the standard Amazon Kindle update procedure" - what is that procedure? TIA
jsm555 is offline   Reply With Quote
Old 05-27-2011, 12:53 AM   #138
kindleBunny
Bunny
kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.kindleBunny ought to be getting tired of karma fortunes by now.
 
kindleBunny's Avatar
 
Posts: 64
Karma: 554258
Join Date: May 2011
Location: Addic7ed
Device: Kindle PW2 Wifi
Quote:
Originally Posted by jsm555 View Post
Probably a dumb question, but the instructions say to "apply the standard Amazon Kindle update procedure" - what is that procedure? TIA
Menu - Settings - Menu - Update Your Kindle
kindleBunny is offline   Reply With Quote
Old 05-27-2011, 02:07 AM   #139
jsm555
Junior Member
jsm555 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2011
Device: Kindle 3
Quote:
Originally Posted by kindleBunny View Post
Menu - Settings - Menu - Update Your Kindle
Duuuh... Thanks! :-)
jsm555 is offline   Reply With Quote
Old 05-29-2011, 02:49 PM   #140
kranu
I <3 my Kindle
kranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensions
 
Posts: 528
Karma: 51332
Join Date: Nov 2010
Location: United States
Device: Kindle 3G + WiFi
Quote:
Originally Posted by connmannic View Post
Where exactly is the readme file that is mentioned in the intro? I have not seen one anywhere. Sick of waiting for amazon give me an update, I'm taking matters into my own hands. Thanks for all the great work you guys do.
The README file is located in launchpad.tar.gz/launchpad

For your convenience, here are the current contents:
Spoiler:
launchpad for Kindle is a small program supporting extended input
capabilities. The main purpose of it is providing the ability to run
any 3rd-party programs from within the original unmodified Kindle
Framework software. It can be also used to organize custom keyboard
shortcut operations and to simplify input of special symbols.
Also it fully supports the hotkey script files used by the popular
hotkeys package for Kindle.

This program was originally written for Kindle DX Graphite and later
extended in order to support Kindle3* operation. It has been successfully
tested on Kindle DX Graphite and Kindle3 WiFi and hopefully will also
work on older Kindle models.

Runtime parameters are fully controlled by a set of configuration files
of .ini type which are interpreted at program startup. Any number of
configuration files is allowed, three of them have predefined contents
and exist by default: launchpad.ini, fbreader.ini and servicecmds.ini .

The .ini files consist of text lines in a form <KEY> = <VALUE> , these
lines are grouped into logical sections by the specially formatted lines
indicating start of section. Similar format is widely used in .ini files
on Windows platform.

Currently only two section names are recognized in the launchpad
configuration files:

[Settings] section describes various runtime parameters,
[Actions] section contains definitions of hotkey sequences

It is recommended (but not required) to keep the whole [Setting] section
in a single file called launchpad.ini . As opposite to that, it is
recommended to keep logical groups of hotkey action definitions in separate
custom configuration files under [Actions] section.
These definitions, combined at startup, will constitute the supported hotkey
sequence repertoire.

Note: configuration files are processed in chronological order, as their
names are physically stored in a directory. All duplicate hot sequence
definitions, are ignored, if found.

When running, the Program just transparently scans keypad and fiveway
keystrokes until the user presses and releases the hot sequence Introducer
key. This causes the launchpad to enter the hotkey mode: it captures all
system input, engages the interval timer to trigger after specified HotInterval
milliseconds and starts collecting further keystrokes in internal hotkey
sequence buffer.

When the hotkey interval timer triggers or the Trailer key is pressed,
the system input capture gets released, and an attempt to execute collected
hotkey action is made. Available hotkey sequence actions are defined by
the configuration files as described above.

[Actions] section of the configuration file contains hotkey sequence
definitions in a form

<key_sequence> = <action_command> ,

one single action definition per text line.

<key_sequence> is a blank separated list of key symbolic names.
See keydefs.ini.default file for details.
<action_command> describes the action to execute on a particular
hotkey sequence.

Currently three type of action supported depending on the first character
of the <action_command> string:

'!' -- shell command. The <action_command> string excluding the leading
'!' is sent to the system shell, exactly as it was typed from
the console.
'@' -- Kindle Framework script. The <action_command> string excluding
the leading '@' is interpreted as a name of a special script
containing command information obeying format of the known hotkeys
package. The main purpose of these scripts is to simplify input of
special symbols into kindle Framework search box
'#' -- Kindle Framework key sequence. Similar to the above, but doesn't
require external script.

all other command strings are interpreted as a sequence of a send_key
commands. The contents of these commands gets interpreted and sent as
a sequence of simulated keystrokes to the input subsystem. Such commands
consist of the space-separated tokens, which can be symbolic key names
and/or ascii strings enclosed in quotes (")

Note: to correctly accept kindle key sequence starting with a special
symbol, the Framework search box should be brought up, if not
already. Press the 'Del' key on Kindle in order to bring the
search box up

Input key code definitions are hardcoded and cover the input capabilities of
Kindle DX Graphite and Kindle3 models.
There is a way to redefine these definitions at a startup by providing custom
keydefs.ini configuration file. See keydefs.ini.default example for details.

Fresh launchpad installation contains some useful hotkey sequences defined
by default. These definitions are listed below.
Note: the leading Shift introducer key is shown for convienience, it is not
a part of the hot section definitions found in .ini files:

FBReader group (fbreader.ini):

Shift F B -- run FBReader
Shift F R -- run the fbKindle port of FBReader.

Service commands group (servicecmds.ini):

Shift Shift Space -- reread hotkey sequence database
used in order to reinitialize hotkey sequence database without
restart. Launchpad home directory is re-scanned and all .ini files
found are re-interpreted. launchpad.log file containing minimal
diagnostics along with the list of actual hotkey sequence definitions
is created

Shift Shift I -- install custom updates
can be used as an alternative for the 'hack installation' technique.
This hotkey sequence runs the(provided) customupdate.sh shell script
which, in turns, scans the customupdates directory and, if
found, unpacks all .zip , .tar.gz and .tgz archives to kindle user root
[/mnt/us/] directory. Then all customupdates/*.sh shell scripts are executed.
Archives and scripts within a group are processed in alphabetical order.
Successfully processed archives and/or installation scripts are deleted
from customupdates directory. Processing failure, if happens, stops
execution of this action.

Shift Shift S -- Sleep/show screensaver
Note: the complementary Wakeup hotkey sequence cannot be implemented,
because the keyboard gets blocked in a sleep mode.

Shift Shift A -- restart Amazon Kindle framework

Shift Shift C -- kick/continue mistakenly stopped Amazon Kindle framework
this is related to fbKindle operation. Hopefully will not be needed
in a nearest future

Shift Shift R -- Reboot

Shift Shift H -- Shutdown

(starting from version 0.0.1b):
Shift Shift Shift -- takes a screenshot and saves it as screenshot.bmp
in the root user folder

-------------------
/*
* Copyright (C) 2010 Andy M. aka h1uke h1ukeguy @ gmail.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-------------------



kranu is offline   Reply With Quote
Old 05-31-2011, 09:34 PM   #141
booh
Junior Member
booh began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2011
Device: kindle 3 special offers
Any update regarding special offers?

Quote:
Originally Posted by balle View Post
I download the bin files and have tried all three k3w, k3gb and k3g and I get a message saying the "Update was not successful"

Has any one got to work with Kindle 3 with special offers (firmware 3.2)
Hi,

I would also like to try this out, and I've got a Kindle 3 with special offers (firmware 3.2.1). Do you know if the package should work for me, or are there known issues with the special offers firmware?

Thanks.
booh is offline   Reply With Quote
Old 06-17-2011, 09:18 AM   #142
Francesco
Aficionado
Francesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enough
 
Francesco's Avatar
 
Posts: 391
Karma: 710
Join Date: Jul 2003
Location: Denver, CO, USA
Device: Nexus 7, Kindle Touch
hello...
I have launchpad installed and working on a K3 FW 3.2 (I suppose it's 3.2.0). However, I can't make rotate.ini to work. I had rotate.ini working in a previous FW version, so I'm wondering if it's an FW issue.
What happens is that when I press the shift, shift, r sequence, I get the success message, but then the device freezes for a couple of seconds and then the it reboots.

Btw, rotate.ini is in the launchpad folder and I've done the shift,shift, space sequence.

Any help?
Thanks!

Last edited by Francesco; 06-17-2011 at 09:35 AM.
Francesco is offline   Reply With Quote
Old 06-24-2011, 07:06 AM   #143
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 829
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
The "rotate" hot-key sequence is "shift" "R", not "shift" "shift" "R" which is the "re-boot" shortcut supplied with launchpad.

Dave
dhdurgee is offline   Reply With Quote
Old 06-25-2011, 11:17 PM   #144
Francesco
Aficionado
Francesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enoughFrancesco will become famous soon enough
 
Francesco's Avatar
 
Posts: 391
Karma: 710
Join Date: Jul 2003
Location: Denver, CO, USA
Device: Nexus 7, Kindle Touch
Quote:
Originally Posted by dhdurgee View Post
The "rotate" hot-key sequence is "shift" "R", not "shift" "shift" "R" which is the "re-boot" shortcut supplied with launchpad.

Dave
That was it! Thanks!
Francesco is offline   Reply With Quote
Old 06-29-2011, 04:25 AM   #145
wellington
Member
wellington began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jul 2010
Device: Nook
I'm trying to remap the keyboard. Am I to understand from the README:

Quote:
Input key code definitions are hardcoded and cover the input capabilities of Kindle DX Graphite and Kindle3 models. There is a way to redefine these definitions at a startup by providing custom keydefs.ini configuration file. See keydefs.ini.default example for details.
that such a thing is possible? keydefs.ini.default yields:

Quote:
when modifying this file in order to change key repertoire and / or key codes please make sure that the definitions in file keydefs.h changed accordingly and the application binary rebuilt.
Well, I can edit the two files, but I am unclear as to how to rebuild the binary. Can anyone instruct me on how to do this? If I edit keydefs.default.ini and keydefs.h and recreate the bin file, then install that on the kindle will it modify the default behavior of keyboard keys?
wellington is offline   Reply With Quote
Old 07-07-2011, 03:53 AM   #146
cheongk
Junior Member
cheongk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2011
Device: Kindle 3
Hi all,

I've read somewhere that I can use launchpad to install duokan (as my wife would like to read Chinese ebooks on her kindle). I have a Kindle 3 with firmware v3.2.1. I've managed to jailbreak it.

To install duokan, do I just copy the duokan files into the kindle, then just assign one of the keys to the command "/mnt/us/DK_System/install/install.sh"?

(I prefer not to install the usbnetwork component unless I have to.)

Thanks in advance.

Kind regards,
Cheong
cheongk is offline   Reply With Quote
Old 07-07-2011, 07:02 PM   #147
kranu
I <3 my Kindle
kranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensions
 
Posts: 528
Karma: 51332
Join Date: Nov 2010
Location: United States
Device: Kindle 3G + WiFi
Quote:
Originally Posted by cheongk View Post
Hi all,

I've read somewhere that I can use launchpad to install duokan (as my wife would like to read Chinese ebooks on her kindle). I have a Kindle 3 with firmware v3.2.1. I've managed to jailbreak it.

To install duokan, do I just copy the duokan files into the kindle, then just assign one of the keys to the command "/mnt/us/DK_System/install/install.sh"?

(I prefer not to install the usbnetwork component unless I have to.)

Thanks in advance.

Kind regards,
Cheong
I think that will work. Just make sure you have the bang(!) at the beginning, because that signifies that it's a command.

Also: Doesn't Duokan have a .bin installer? If so, you should just use that.
kranu is offline   Reply With Quote
Old 07-07-2011, 08:11 PM   #148
cheongk
Junior Member
cheongk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2011
Device: Kindle 3
Quote:
Originally Posted by kranu View Post
I think that will work. Just make sure you have the bang(!) at the beginning, because that signifies that it's a command.

Also: Doesn't Duokan have a .bin installer? If so, you should just use that.
Thank you.

Yes, Duokan has a .bin installer but with Kindle version 3.2.1 firmware, it is not possible to use the Duokan installer. Refer to http://www.nikvdp.com/technotes/?p=79. Instead, we have to Jailbreak it, put in the usbNetwork app then telnet into the kindle to run the above script.

If I can use launchpad to do a similar thing then it saves me having to muck around with usbNetwork. I'm just a bit concerned that I'll screw something up as I haven't played around much with launchpad yet.
cheongk is offline   Reply With Quote
Old 07-07-2011, 11:19 PM   #149
kranu
I <3 my Kindle
kranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensions
 
Posts: 528
Karma: 51332
Join Date: Nov 2010
Location: United States
Device: Kindle 3G + WiFi
Quote:
Originally Posted by cheongk View Post
Thank you.

Yes, Duokan has a .bin installer but with Kindle version 3.2.1 firmware, it is not possible to use the Duokan installer. Refer to http://www.nikvdp.com/technotes/?p=79. Instead, we have to Jailbreak it, put in the usbNetwork app then telnet into the kindle to run the above script.

If I can use launchpad to do a similar thing then it saves me having to muck around with usbNetwork. I'm just a bit concerned that I'll screw something up as I haven't played around much with launchpad yet.
Ahh OK. I don't keep track of Duokan that much..

Try the Launchpad command. If that doesn't work, consider using this tutorial:

https://www.mobileread.com/forums/sho...d.php?t=125517
kranu is offline   Reply With Quote
Old 07-08-2011, 12:14 AM   #150
cheongk
Junior Member
cheongk began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2011
Device: Kindle 3
Quote:
Originally Posted by kranu View Post
Ahh OK. I don't keep track of Duokan that much..

Try the Launchpad command. If that doesn't work, consider using this tutorial:

https://www.mobileread.com/forums/sho...d.php?t=125517
Thank you very much.
I shall certainly try it ...
cheongk is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firmware Update Kindle Collection Manager for Windows acolegate Amazon Kindle 378 02-17-2012 05:22 AM
WHAT'S CONNECTION MANAGER liyiwen iRex 0 04-20-2009 10:12 AM
Best E-Book Manager Himitsu Seixi Sony Reader 1 03-31-2009 11:34 AM
Ebook Manager astrodad Reading and Management 2 12-08-2008 12:27 PM


All times are GMT -4. The time now is 10:09 AM.


MobileRead.com is a privately owned, operated and funded community.