2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
chrox
9398428f4e fix typo
This should fix #785.
2014-08-11 20:40:27 +08:00
NiLuJe
3b5076a112 Minor tweaks to the Kindle startup script.
Don't sleep during eips calls in ASAP mode
Only show the 'starting KOReader' eips msg w/ KUAL
2014-08-05 17:23:20 +02:00
NiLuJe
3a0beed410 Don't sleep during eips calls for the tar feedback 2014-08-01 21:59:13 +02:00
NiLuJe
e749018f71 Don't restore permissions when untaring
We're running as root, so those aren't the defaults,
but we're unpacking on vfat, so trying to preserve permissions
fails horribly.
2014-08-01 21:52:04 +02:00
NiLuJe
c25186911b Rename the shell helper 'library'...
Because Kate is being stupid.
2014-08-01 21:41:30 +02:00
NiLuJe
5354fead70 Handle the new 4GB PW2 models 2014-08-01 19:32:24 +02:00
NiLuJe
bd180fc34d Minor cosmetic tweaks 2014-08-01 19:24:38 +02:00
NiLuJe
2652c1e5e0 Visual feedback on update end, successful or not 2014-08-01 19:20:07 +02:00
NiLuJe
477d661e8f Add visual feedback to OTA updates on Kindle
Dry-coded
2014-08-01 19:15:35 +02:00
chrox
d9f5edf54a add 'Check update' menu and OTA update functionality 2014-08-01 12:36:36 +08:00
NiLuJe
86cfca447c Don't even try to launch on Kindle FW 5.0 2014-07-10 01:17:32 +02:00
NiLuJe
94130bb994 Tweak the Kindle startup script.
Not a huge fan of negative nice values, you're screwed if it chokes
@ 100% CPU on UP systems.
Besides, AFAICT, neither awesome nor the Booklet thread runs at negative values.
2014-07-08 20:20:27 +02:00
NiLuJe
2d55b3537f Ha, of course, I forgot the dubest thing ;).
Cleanup behind us after an update/install ^^.
2014-07-08 03:57:44 +02:00
NiLuJe
5b0ac644fb Make the CRe KUAL buttons conditional 2014-07-08 03:36:10 +02:00
NiLuJe
d942b24e4e Add kerning tweaking to the KUAl ext 2014-07-08 03:31:43 +02:00
NiLuJe
1be569a14d Meh...
It's not even funny when everything works straightaway...
2014-07-08 03:28:03 +02:00
NiLuJe
2f47ae3d1b Add an installer/updater to the KUAL ext.
And also play with some CRe settings, for kicks.
2014-07-08 03:24:07 +02:00
NiLuJe
db4a30ff07 Add an 'ASAP' variant to the KOReader KUAL menu.
Does away with the added ~3s of sleep, in exchange of possible UI quirks
at startup.
2014-07-05 15:05:03 +02:00
NiLuJe
ea3a5dabc9 Wheee, more Kindle startup script tweaks...
Unfortunately, it appears that we do eed to sleep some more when started
from KUAL, because the framework schedules a refresh that risks popin up
over us if we start too early/fast... :/.

I tried to be tricky (by stopping awesome, and s cheduling a resume
later) to avoid sleeping, but that didn't work :'(.
We just end up with the scheduled refresh as soon as awesome resumes...
2014-07-04 19:55:15 +02:00
NiLuJe
00100ba366 Some more Kindle startup scrip tweaks.
First: sleep less. Looks okay on the slowest device I could find
(an indexing Touch in a hottish weather). Tweak if things are still racy
somewhere.

Second: Switch to a gentler approach to get rid of the title bar.
Seems to do the trick, and we don't get a slew of warnings in the logs
on exit ;).
2014-07-04 16:00:04 +02:00
NiLuJe
ecb0c11add Tweak the Kindle startup scripts
Besides a few sanity fixes, this adds logging, doesn't flood
KUAL's log anymore, and handles KUAL-only code-paths properly.
There's a bunch of maybe-no-terribly-necessary sleeps in there,
but in general they help avoid weird crap happening.
2014-07-04 03:55:21 +02:00
chrox
54a551a0f5 restore firewall rules when exiting koreader 2014-06-25 22:06:43 +08:00
chrox
2773ca9386 fix zsync cannot run properly in Kindle due to firewall 2014-06-25 21:32:50 +08:00
chrox
aa13e7ab4f reorganize launching scripts for both kindle and kobo
so that platform specific files are collected into platform
directory respectively
2014-05-08 19:56:24 +08:00