11-30-2014, 04:42 AM | #1 |
Junior Member
Posts: 2
Karma: 10
Join Date: Nov 2014
Device: Kindle 5 (Paperwhite 2 w/touch)
|
Kindle Freetime Daily Goals on jailbroken device broken?
Hi,
I have a K5 (PW/Touch) that I jailbroke following the hints in this forum. As my son is going to school now and he learns reading I set him up a daily goal in Freetime and deployed two books for him. While he today read at least for 10 minutes in one of the books, the Freetime app accounted only 4 minutes. I didn't find any official information about how the reading time is being calculated nor did I find anyone who noticed a similar problem. Is it possible that this phaenomenon is being caused by the jailbreak? Cheers, b. |
11-30-2014, 07:58 AM | #2 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Long answer: Nnnnooooo |
|
Advert | |
|
11-30-2014, 10:52 AM | #3 |
Junior Member
Posts: 2
Karma: 10
Join Date: Nov 2014
Device: Kindle 5 (Paperwhite 2 w/touch)
|
Ok. I first thought the kernel may had been replaced by installing the jailbreak and the replacement kernel might lack some reliable clock source/event timer or the HZ value might have been fiddled with. But that's obviously nonsense.
|
11-30-2014, 11:15 AM | #4 |
BLAM!
Posts: 13,494
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@belektro: This is not Android Lollipop . The jailbreak is fairly inert in and of itself.
|
11-30-2014, 03:16 PM | #5 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
OR in the README file in the Jailbreak archive. |
|
Advert | |
|
12-01-2014, 02:21 AM | #6 | |
Fanatic
Posts: 538
Karma: 1000000
Join Date: Dec 2011
Location: Rome, Italy
Device: Kindle PW5, Kindle PW4, Kindle 4 NT
|
Quote:
How course it should also be pretty clear from the ops you do to jailbreak that this is not a kernel replacement |
|
12-01-2014, 02:59 AM | #7 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
(Even when I did not suggest it was not a legitimate question.) Many places here **do** mention that the only (primary) thing done is add a single file, our (Mobileread's) signature certificate to the certificate store. |
|
12-01-2014, 05:42 AM | #8 |
abibliophobic
Posts: 220
Karma: 219708
Join Date: Aug 2012
Device: KV jailbroken
|
NiJuLe, just in case you're interested it would appear that a modified kernel is no longer necessary to root Lollipop.
Chainfire manged to find a way. |
12-01-2014, 06:44 PM | #9 | |
Fanatic
Posts: 538
Karma: 1000000
Join Date: Dec 2011
Location: Rome, Italy
Device: Kindle PW5, Kindle PW4, Kindle 4 NT
|
Quote:
If it is too off topic then never mind. |
|
12-01-2014, 07:17 PM | #10 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
See that one with the very strange name? The one whose filename looks like a shell command? Guess what, it is. What in the *nix world is called a: "poison filename". The most recent versions of the series 5.x firmware goes through a filename check and rename process that avoids letting the shell actually execute the filename. Which is actually more convoluted than the system built-in method of avoiding poison filenames - but we have stopped giving Lab126 Linux lessons. |
|
12-01-2014, 07:18 PM | #11 |
BLAM!
Posts: 13,494
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
(with an early exit in case of failed rename, in case someone had any bright ideas ).
|
12-02-2014, 05:51 AM | #12 | |
Fanatic
Posts: 538
Karma: 1000000
Join Date: Dec 2011
Location: Rome, Italy
Device: Kindle PW5, Kindle PW4, Kindle 4 NT
|
[QUOTE=knc1;2991227]
See that one with the very strange name? The one whose filename looks like a shell command? Guess what, it is. What in the *nix world is called a: "poison filename". The most recent versions of the series 5.x firmware goes through a filename check and rename process that avoids letting the shell actually execute the filename.[quote] A poison filename, cool. I have always read about hacking tecniques - though not specific to kindle - and always wondered how one could discover them... poison filenames, stack overflows Just playing around ramdomly? In this case, creating filenames at random? Quote:
|
|
12-02-2014, 06:23 AM | #13 |
abibliophobic
Posts: 220
Karma: 219708
Join Date: Aug 2012
Device: KV jailbroken
|
|
12-02-2014, 06:48 AM | #14 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
You've heard of "K & R" ? Designed/wrote the "C" programing language and then used that to write (well, actually re-write) their Unix operating system. Ken Thompson also wrote the first command shell. That was already a standard feature of the first release of Unix in 1971. The Thompson shell was not actually intended for scripting. J. R. Mashey wrote an "enhanced" Thompson shell that was intended for scripting. The Mashey shell introduced shell variables. System control by scripting was clearly becoming a useful technique and A.T.&T. wanted to replace the Thompson shell in support of that trend. Steve Bourne wrote the Bourne shell as the system replacement command shell in the mid to late '70s. The Bourne shell shipped with, and replaced the existing shell programs in both Unix Version 7 and in 2BSD. Both of those operating systems where released in 1979. "Poison filenames" was a feature of the Bourne shell, I am fairly certain (I.E: as best as I can recall). They where actually used as a "shortcut" to writing a full script. I don't recall if they existed in the Thompson shell (or in the contemporary C-shell or Korn-shell). (My memory's failure, I **should** know! K&R where both still in school when I got my start in C.S.) - - - - - I can't claim any part of their use in jailbreaking the Kindle. Someone else had to remember the technique. I only recognized it for what it was when the JB that used it was published here. Last edited by knc1; 12-02-2014 at 07:14 AM. |
|
12-04-2014, 06:29 PM | #15 |
Fervent Pleasure Seeker
Posts: 1,220
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
|
Sorry to go OT, but seriously? I haven't been taking updates because of lack of further JB on my Android. Good to know. Chainfire's my go-to.
|
Tags |
freetime, goal, jailbreak, kindle |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kindle FreeTime Questions | mystika1 | Kindle Fire | 4 | 11-15-2014 01:58 AM |
the Kindle FreeTime Unlimited thread | tubemonkey | Kindle Fire | 11 | 01-28-2013 06:49 AM |
Broken Recipe-Our Daily Bread? | DuhMe | Recipes | 8 | 07-01-2012 01:32 PM |
People Daily (China) Recipe Broken | zhihong | Recipes | 2 | 01-24-2012 09:26 AM |
Broken Screen - Jailbroken Kindle | janp92 | Amazon Kindle | 9 | 12-31-2010 02:16 PM |