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 02-26-2013, 11:19 PM   #1
isotherm
Connoisseur
isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.
 
Posts: 79
Karma: 187319
Join Date: Jul 2010
Device: Kindle 2
Smile Kindle DX Kernel Module for Contrast

For those not desiring to upgrade their Kindle DX to 3.2.1 in order to get PDF contrast, here is a replacement that allows setting contrast (and more!) throughout the whole system. It replaces a kernel module and adds a simple watcher so that you can modify the contrast with the keyboard. In addition to contrast, you can also reduce the number of shades so that page turns are faster and/or flashless. The README is duplicated below. Enjoy!

Code:
NOTE: This has been tested on a Kindle DX Graphite 2.5.8. You must update your
Kindle DX to this version before installing the update! Installing on the
3.2.1+ adaptation should be okay but hasn't been tested.

INSTALLATION INSTRUCTIONS
1. Plug your Kindle into your computer.
2. Copy update_contrast_0.1_install.bin to the root of the Kindle.
3. Eject/unplug the Kindle DXG.
4. Go to the Home screen, press the Menu key, and select Settings.
5. Press the Menu key again, and select Update Your Kindle.
6. Select Ok when prompted if you want to perform an update.

USAGE INSTRUCTIONS
1. While holding Shift, press up/down to move among 5 contrast levels.
2. While holding Shift, press left/right to move among 3 bit depths.
   (16 shades is default; 4 shades has faster updates; 2 shades has no flashes)
3. While holding Shift, press the five way to invert the screen.

UNINSTALLATION INSTRUCTIONS
1. Plug your Kindle into your computer.
2. Copy update_contrast_0.1_uninstall.bin to the root of the Kindle.
3. Eject/unplug the Kindle DXG.
4. Go to the Home screen, press the Menu key, and select Settings.
5. Press the Menu key again, and select Update Your Kindle.
6. Select Ok when prompted if you want to perform an update.

INTERNAL DOCUMENTATION
It adds a command 99 to /proc/eink_fb/update_display which takes 16 numbers as
arguments. These are the shades 0-15 that each shande should be mapped to before
it is displayed. This allows you to set up pretty much any mapping you want. e.g.
echo "99 0 3 6 9 12 15 15 15 15 15 15 15 15 15 15 15" >/proc/eink_fb/update_display

LICENSE AND DISCLAIMER
You may freely use and share unmodified versions of this software so long as
you do not charge a fee for redistribution. This software may not be bundled,
preloaded on devices, included in collections, or otherwise aggregated without
prior written consent of the copyright holder. All other rights reserved to
the maximum extent permitted by applicable law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Attached Files
File Type: zip contrast_0.2.zip (62.8 KB, 993 views)

Last edited by isotherm; 03-29-2013 at 03:41 PM. Reason: Update installation package
isotherm is offline   Reply With Quote
Old 02-27-2013, 12:21 AM   #2
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
don't suppose the monochrome driver can possibly manage eink video

did you try?

: D

smart work btw!

shame the DX has such a low frame rate...

I will be looking to slap a similar patch on the K3 and K5 versions and test (perhaps knc1 would be so kind as to provide alt version for the KUAL system bundle that is upcoming...)

with a little gratuitous swapping this may be the answer to my FB woes.

Might I be the first to congratulate your ingenuity.

Last edited by twobob; 02-27-2013 at 12:24 AM.
twobob is offline   Reply With Quote
Old 02-27-2013, 07:38 AM   #3
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
*scratch head* so... did you simply retro-fit the code that emerged in the later kernels to the DX...

as-in later devices could ALREADY be convinced to do what you are indicating.. ?

Am code diving and attempting to figure out what might be done to convince later device to go monochrome natively...

Anyone???
twobob is offline   Reply With Quote
Old 02-27-2013, 08:10 AM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
*scratch head* so... did you simply retro-fit the code that emerged in the later kernels to the DX...

as-in later devices could ALREADY be convinced to do what you are indicating.. ?

Am code diving and attempting to figure out what might be done to convince later device to go monochrome natively...

Anyone???
The code posted by the O.P. certainly looks clean enough, and the user can effectively disable it.

Will have to see how it would all fit into the newer devices e-ink driver before making any additional comment.

@twobob: Just one patch, to one module, does not sound like much of a reason to ask the O.P. to setup a repo for it - - -
Do you want to push it to the */systems repo or shall I give it a public repo on my system ?
I can give the O.P. write access to the repo for it on my system.

@twobob: We need another chat on that */systems tree structure - I think we missed something in our last planning.
knc1 is offline   Reply With Quote
Old 02-27-2013, 08:26 AM   #5
isotherm
Connoisseur
isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.
 
Posts: 79
Karma: 187319
Join Date: Jul 2010
Device: Kindle 2
The trouble with porting to Kindle 3 (not sure about later versions as I didn't look at their kernels) is that it already has a different contrast ioctl (accessed as command 19 via update_display). It provides not as good contrast adjustments (they output only 4-bit shades and the monochrome adjustment is extremely dark).

On K3, it currently allows levels 0 through 7. I think the code could be combined in the following way: Add a level 8, which enables the new contrast table. Route all contrast lookups through the K3's pointer rather than directly through the custom table.
isotherm is offline   Reply With Quote
Old 02-27-2013, 10:20 AM   #6
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
I love it! Thanks isotherm!
geekmaster is offline   Reply With Quote
Old 02-27-2013, 11:07 AM   #7
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
Quote:
Originally Posted by isotherm View Post
The trouble with porting to Kindle 3 (not sure about later versions as I didn't look at their kernels) is that it already has a different contrast ioctl (accessed as command 19 via update_display). It provides not as good contrast adjustments (they output only 4-bit shades and the monochrome adjustment is extremely dark).

On K3, it currently allows levels 0 through 7. I think the code could be combined in the following way: Add a level 8, which enables the new contrast table. Route all contrast lookups through the K3's pointer rather than directly through the custom table.
if this can put paid to the eink video worries I think I may faint.

Hell... I think I may faint anyways.

EDIT: I really wish I understood how to do that


errr... so ...

echo "19 8" >/proc/eink_fb/update_display
or something?

Last edited by twobob; 02-27-2013 at 11:56 AM.
twobob is offline   Reply With Quote
Old 02-27-2013, 11:43 AM   #8
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
New KUAL dev thingy

Alright now, your patch has a new home:
https://bitbucket.org/kualhackers/ku...m-dev/overview

Contact twobob via PM or the chat channel to gain write access to your own patch.
knc1 is offline   Reply With Quote
Old 03-06-2013, 11:43 AM   #9
isotherm
Connoisseur
isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.
 
Posts: 79
Karma: 187319
Join Date: Jul 2010
Device: Kindle 2
I don't think this will help with video speed - not on the DX at least. The updates are still relatively slow. Thanks for creating the repo! You are of course free to integrate this (with the keystrokes now too) into KUAL if you like.

I have updated the first post, so that it contains update packages and a helper utility to change contrast and bit depth with simple keystrokes.

Last edited by isotherm; 03-06-2013 at 12:06 PM.
isotherm is offline   Reply With Quote
Old 03-06-2013, 12:47 PM   #10
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
Sweet.

I did think about trying this on the later devices. the 3/4 specifically

it WOULD ROCK if this could/would provide the solution to the dithering problem on a FW level. sadly of course the X implementations on the later devices just utterly trash this "being included in the FW" I checked OF COURSE... not there.
twobob is offline   Reply With Quote
Old 03-06-2013, 05:33 PM   #11
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by isotherm View Post
I don't think this will help with video speed - not on the DX at least. The updates are still relatively slow. Thanks for creating the repo! You are of course free to integrate this (with the keystrokes now too) into KUAL if you like.

I have updated the first post, so that it contains update packages and a helper utility to change contrast and bit depth with simple keystrokes.
Did you push the changes to the repo?
knc1 is offline   Reply With Quote
Old 03-06-2013, 06:25 PM   #12
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
If not I certainly can.

Would be honored to have isotherm on the access team should he request it
twobob is offline   Reply With Quote
Old 03-08-2013, 08:24 AM   #13
isotherm
Connoisseur
isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.
 
Posts: 79
Karma: 187319
Join Date: Jul 2010
Device: Kindle 2
I've updated to 0.2 to fix an issue with the hotkey listener, where it would accumulate arrow keypresses and then act on them as soon as you pushed Shift. Although I'm not sure if anyone has actually tried this.

Feel free to push the updated code... Haven't gotten around to requesting push access yet. I don't have any other Kindle but could assist sometime in modifying the later Kernels to do the same.
isotherm is offline   Reply With Quote
Old 03-21-2013, 06:01 AM   #14
Bablu
Junior Member
Bablu began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Mar 2013
Device: Kindle DX
Hi Isothem,

I tried to install the contrast control update in my Kindle DX with 2.5.8. But always the update is failing. Can you again repost the link or a upgraded workable one ?

Last edited by Bablu; 03-21-2013 at 06:03 AM. Reason: question to original man isothem
Bablu is offline   Reply With Quote
Old 03-21-2013, 09:31 AM   #15
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
Quote:
Originally Posted by isotherm View Post
I've updated to 0.2 to fix an issue with the hotkey listener, where it would accumulate arrow keypresses and then act on them as soon as you pushed Shift. Although I'm not sure if anyone has actually tried this.

Feel free to push the updated code... Haven't gotten around to requesting push access yet. I don't have any other Kindle but could assist sometime in modifying the later Kernels to do the same.
most certainly will push that to the kual-system-development area mate.

Big Kudos.
twobob is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-T1 How-to: Compiling the kernel and kernel modules altruizine Sony Reader Dev Corner 9 09-03-2012 09:12 PM
usbvision.ko kernel module for PE ConteMascetti enTourage eDGe 6 12-01-2011 04:40 PM
squashfs module for kindle dx 2.5.4 troyme Kindle Developer's Corner 3 12-30-2010 10:28 AM
linux kernel module compilation + insertion gdkags Kindle Developer's Corner 3 09-21-2010 05:27 PM
iLiad Kernel module compilation howto? drazvan iRex Developer's Corner 2 04-23-2007 07:43 PM


All times are GMT -4. The time now is 04:31 PM.


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