Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Search Forums

Welcome to the MobileRead Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.

If you have any problems with the registration process or your account login, please feel free to contact us contact us.

The MobileRead Team


Notices

Showing results 1 to 25 of 63 - Search took 0.00 seconds. Search: Posts Made By: DairyKnight
Forum: Nook Developer's Corner 07-25-2011, 12:53 AM
Replies: 3
Views: 4,162
Posted By DairyKnight
Nook2 Partial Refresh with FBReader

If anyone's interested, I've re-built the FBReader with partial refresh, with technical details in:


http://forum.xda-developers.com/showthread.php?t=1183173
Forum: Kindle Developer's Corner 07-04-2010, 08:41 AM
Replies: 2
Views: 2,143
Posted By DairyKnight
Short answer .... Yes, it's possible. The...

Short answer .... Yes, it's possible. The FreeScale CPU Kindle uses supports
USB OTG, but it will take some time for someone to develop such a device driver.
Forum: Amazon Kindle 05-14-2010, 04:05 AM
Replies: 104
Views: 25,807
Posted By DairyKnight
Does it support PDF TOC now?

Does it support PDF TOC now?
Forum: Kindle Developer's Corner 05-14-2010, 01:29 AM
Replies: 0
Views: 5,335
Posted By DairyKnight
KDK Reverse Engineering - For Those who Cannot wait...

One major update for Kindle 2.5 firmware is (although not stated in Amazon's release notes) the support for Kindle Programs - called Kindlets.

The main support jar file is a bootlet called...
Forum: Amazon Kindle 05-07-2010, 03:51 AM
Replies: 2
Views: 1,405
Posted By DairyKnight
My KDX bricked when trying to update firmward 2.3.3

Got stuck in 'Your Kindle is starting up. This can take a minute'.
None of the update files, or hacked bin installers could work with the 'Holding Home' Recovery Mode.

Anyone could come up with...
Forum: Kindle Developer's Corner 03-21-2010, 04:39 AM
Replies: 8
Views: 16,098
Posted By DairyKnight
Somehow I cannot upload images... go to ...

Somehow I cannot upload images... go to
http://www.hi-pda.com/forum/viewthread.php?tid=574614&extra=page%3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D68&page=2

to have a look
Forum: Kindle Developer's Corner 03-21-2010, 04:26 AM
Replies: 8
Views: 16,098
Posted By DairyKnight
OK... here're the before/after the on-the-go...

OK... here're the before/after the on-the-go thicken/bolden pictures... :cool:
Forum: Kindle Developer's Corner 03-21-2010, 02:23 AM
Replies: 8
Views: 16,098
Posted By DairyKnight
The most important thing is... I don't know how...

The most important thing is... I don't know how to do Qt programming... :p

Kidding..... muPDF is more lightweighted, and I don't need to deal with library dependencies and the complicated UI.
Forum: Kindle Developer's Corner 03-16-2010, 10:04 AM
Replies: 8
Views: 16,098
Posted By DairyKnight
Just added a 'On-the-Go text thicken & bolden',...

Just added a 'On-the-Go text thicken & bolden', which uses FreeType2's Font Embolden algorithm. - Apparently, it is much faster than my algorithm based on metamorphism....
Forum: Kindle Developer's Corner 03-09-2010, 11:28 AM
Replies: 8
Views: 16,098
Posted By DairyKnight
Opps.... somehow the image was not uploaded...

Opps.... somehow the image was not uploaded...
Forum: Kindle Developer's Corner 03-09-2010, 11:26 AM
Replies: 8
Views: 16,098
Posted By DairyKnight
muPDF on Kindle DX!!

I have just ported muPDF to Kindle DX, in order to replace the crappy built-in PDF reader. Though still with some bugs and lack a GUI, it could correctly read and render PDF files - see the picture...
Forum: Kindle Developer's Corner 02-07-2010, 09:16 AM
Replies: 49
Views: 27,390
Posted By DairyKnight
I agree with you that Qt is a great platform....

I agree with you that Qt is a great platform. E-Ink Readers lik Onyx Boox is already based on qt & qtopia.

But I hold my own opinions about Java. Embedded Java has been there for a while and it...
Forum: Kindle Developer's Corner 02-06-2010, 11:53 PM
Replies: 49
Views: 27,390
Posted By DairyKnight
Yes you're right. Okular depends on Poppler and...

Yes you're right. Okular depends on Poppler and lots of other things. I didn't try out that code, but I've seen the developer of Qindle posted a screenshot with Okular running on Kindle somewhere...
Forum: Kindle Developer's Corner 02-03-2010, 09:30 PM
Replies: 49
Views: 27,390
Posted By DairyKnight
I didn't try your program but it seems you didn't...

I didn't try your program but it seems you didn't make any modifications to the QTE library itself? Using simply direct FB is a very ineffective way of utilizing the e-ink display. So far as I can...
Forum: Kindle Developer's Corner 02-01-2010, 02:03 AM
Replies: 49
Views: 27,390
Posted By DairyKnight
This is great work! If possible, I'd like to...

This is great work!

If possible, I'd like to learn more about how the e-ink driver was implemented.
Porting qt embedded to Kindle is not really a new thing, and someone has already done this...
Forum: Kindle Developer's Corner 01-18-2010, 04:53 AM
Replies: 2
Views: 2,308
Posted By DairyKnight
Google for CSS hyperlink mouse hover PS:...

Google for CSS hyperlink mouse hover


PS: It's a HTML related question and actually have nothing to do with Kindle.... :D
Forum: Kindle Developer's Corner 01-16-2010, 02:19 AM
Replies: 104
Views: 36,085
Posted By DairyKnight
Yes it does. Kindle uses Adobe Acrobat Mobile SDK...

Yes it does. Kindle uses Adobe Acrobat Mobile SDK and it supports reflowable PDF. Actually it's in the JNI interface but just nowhere you can enable it....
Forum: Kindle Developer's Corner 01-16-2010, 02:16 AM
Replies: 2
Views: 3,916
Posted By DairyKnight
Write a booklet and AWTHook to hijack the key...

Write a booklet and AWTHook to hijack the key press event, and send 'NEXT_PAGE' to the corresponding dev. This should work.
Forum: Kindle Developer's Corner 12-23-2009, 05:32 AM
Replies: 2
Views: 4,142
Posted By DairyKnight
1. I have reverse-engineered the Java booklet...

1. I have reverse-engineered the Java booklet interface. Please see my previous post on this forum.
2. Kindle is using Adobe's Acrobat Mobile SDK. It is called through a JNI interface. I have...
Forum: Kindle Developer's Corner 12-12-2009, 08:29 AM
Replies: 20
Views: 15,453
Posted By DairyKnight
Possibly because of internet censoring in my...

Possibly because of internet censoring in my country... :(
Forum: Kindle Developer's Corner 12-11-2009, 01:59 AM
Replies: 20
Views: 15,453
Posted By DairyKnight
Thanks. Any docs on this except the fsck.com...

Thanks. Any docs on this except the fsck.com link? (cannot open it...)


It'll be great if we can bring up xPDF and FBReader on Kindle DX:)
Forum: Kindle Developer's Corner 12-10-2009, 05:52 AM
Replies: 20
Views: 15,453
Posted By DairyKnight
Cannot open the link.... :(

Cannot open the link.... :(
Forum: Amazon Kindle 12-08-2009, 12:06 PM
Replies: 3
Views: 3,267
Posted By DairyKnight
Actually there seems to be an 'annotation'...

Actually there seems to be an 'annotation' library for PDF files in the Kindle java library, which
could be found by reverse-engineering. But Amazon just disabled that on purpose.:angry:
Forum: Amazon Kindle 12-08-2009, 12:04 PM
Replies: 15
Views: 15,447
Posted By DairyKnight
It's on the TODO list of my little scanned PDF...

It's on the TODO list of my little scanned PDF text thicken/bolden program.
But sometimes it makes not much sense for scientific papers because most of them have graphs/plots. Cutting the page in...
Forum: Amazon Kindle 12-08-2009, 12:02 PM
Replies: 9
Views: 2,767
Posted By DairyKnight
Both Kindle and Sony Reader are using Adobe's...

Both Kindle and Sony Reader are using Adobe's Mobile Acrobat library to display PDF files.
Showing results 1 to 25 of 63

 
Forum Jump

All times are GMT -4. The time now is 11:32 PM.


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