08-12-2012, 04:25 AM | #1 |
Senior Altruist
Posts: 82
Karma: 600554
Join Date: Jun 2012
Device: Onyx Boox C67ML, Onyx Boox Note Pro
|
Hack: Google Books without flickering page-turn animation
(Only for developers familiar with apktool. I'm distributing neither the original nor the hacked version of the Google Books APK.)
I was annoyed with the eink-refresh flickering caused by Google Book's page-turn animation, so I attempted to remove it. The result is a modified app in which turning a page at least does not flicker, but admittedly still is a bit slow. I do not intend to further enhance or support the modification, but I'm posting it here for the enjoyment of others. The patch applies to a apktool-decoded Google Play Books 1.5.4 app (the latest version still running on the PRS-T1), but a similar change is possible for older versions of the app. One complication in rebuilding the APK is that the contained resources.arsc file is too big for the PRS-T1 to uncompress. The solution is to store it in the APK file uncompressed. Here's what I did to the apktool-built APK file before signing it: Code:
aapt r Google_Play_Books_$VERSION.hacked.apk resources.arsc cd Google_Play_Books_$VERSION.hacked/build/apk/ aapt a -0 '' ../../../Google_Play_Books_$VERSION.hacked.apk resources.arsc |
Tags |
flicker, google books, hack, mod |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows ereader program that imports epubs and has page turn animation? | Smalis | Reading and Management | 2 | 09-16-2011 02:54 PM |
Aldiko -- page animation? | Skydog | Android Devices | 4 | 03-15-2011 02:12 PM |
PRS 505 v1.1.01.25200 vs joypad turn-page hack | Stefx | Sony Reader | 3 | 09-03-2009 09:39 AM |
looking for hack to turn off ereader | richman | Sony Reader Dev Corner | 4 | 08-05-2009 03:59 PM |
Read O'Reilly Hacks Series books using Google hack | Brian | Lounge | 12 | 02-19-2009 03:17 PM |