02-15-2014, 06:54 AM | #31 |
Old Kaz
Posts: 208
Karma: 1064151
Join Date: May 2010
Device: PocketBook Era
|
|
02-15-2014, 09:20 AM | #32 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@kaznelson: Thanks! Fixed it, and tweaked my upload script to take care of it automatically, because apparently that wasn't an isolated incident .
|
Advert | |
|
06-09-2014, 04:46 PM | #33 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jun 2014
Device: Kindle 4NT
|
Nice work everyone
Last edited by florinl; 06-09-2014 at 05:07 PM. |
06-09-2014, 04:55 PM | #34 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Follow the instructions on the Wiki page, the sources are, well, the sources ^^. As a random end-user, you don't really need them .
|
06-11-2014, 12:10 AM | #35 | ||
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
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:
mntroot rw crontab -e -c /etc/crontab -u root Code:
MAILTO="" #*/15 * * * * /usr/sbin/checkpmond */15 * * * * /usr/sbin/tinyrot */60 * * * * /usr/sbin/loginfo tmpfs */60 * * * * /usr/sbin/loginfo localVars */60 * * * * /usr/sbin/loginfo userstore */60 * * * * /usr/sbin/loginfo memusedump */15 * * * * /usr/sbin/loginfo powerdcheck #*/30 * * * * _OTAFILE=`ls /mnt/us/[Uu]pdate*.bin`; if [ $? -eq 0 ]; then /usr/sbin/otacheck $_OTAFILE; killall - * * * * * /mnt/us/pinger.sh &>/dev/null * * * * * sleep 15 && /mnt/us/pinger.sh &>/dev/null * * * * * sleep 30 && /mnt/us/pinger.sh &>/dev/null * * * * * sleep 45 && /mnt/us/pinger.sh &>/dev/null [root@kindle root]# cat /mnt/us/pinger.sh Quote:
Seems to sort out most of the fails. Thought I would share. |
||
Advert | |
|
06-11-2014, 12:21 AM | #36 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@twobob: The OpenSSH client has a (couple of) keepalive feature (one of which is disabled by default) that *might* help. I came upon it for completely unrelated reasons (silly new cable modem/router), but it might help.
Code:
ServerAliveInterval 15 |
06-21-2014, 04:28 PM | #37 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Did I already mention how much I hate Helvetica? Naah, I'm sure I did, somewhere.
Anyways, the latest KUAL snapshot (>= 2.3.19) now sports user-configurable fonts (for the KDK-2 version [ie. Touch/PW]), and the default font has been switched to Futura Regular. (I wish we could have been using the actual same font as most of the UI, which is actually Futura DemiBold, but apparently Java is stupid, so, nope). This is configurable through two new config keys: KUAL_font_family & KUAL_font_style (cf. the default config). EDIT: It's fairly useless there, but 2.3.25 now handles this on KDK-1, too. Last edited by NiLuJe; 06-23-2014 at 07:51 PM. |
06-22-2014, 05:52 PM | #38 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
I just applied the tweaks mentioned in #36 to the OpenSSH configs in the USBNetwork snapshots.
Keep in mind that OpenSSH is *NOT* the default SSHD used by the hack, but if you're experiencing spotty connection issues (over WiFi and/or on FW 2.x for example), you might want to check it out . Last edited by NiLuJe; 06-23-2014 at 02:42 PM. |
06-30-2014, 10:33 PM | #39 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
I just updated the snapshots. I rewrote some helper code used in all my install scripts, so if something behaves badly, please alert me . I couldn't find anything wrong during testing, but I could have missed something .
(cf. https://github.com/NiLuJe/KindleTool/issues/4) |
07-25-2014, 10:22 AM | #40 |
Member
Posts: 17
Karma: 10
Join Date: Jan 2012
Device: Kindle Paperwhite
|
Forgive me my ignorance, but do you guys suspect serious problems with jailbreaking 5.4.5 for PW2?
|
07-25-2014, 12:24 PM | #41 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
My bad - I did not re-read the updated Jailbreak thread with the current status. In answer to your question: Yes Last edited by knc1; 07-25-2014 at 04:28 PM. |
|
07-25-2014, 02:09 PM | #42 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@sebarkh: Check the JB thread, there's a whole section dedicated to 5.4.5 in it.
|
07-25-2014, 04:02 PM | #43 |
Linux devotee
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
|
sebarkh: Unfortunately there isn't much hope.
The empire strikes back - first they disabled downgrading (sort of), then they closed the only known attack vector. The dark side is on the verge of reconquering our devices. We are in need of another Skywalker :-) |
07-26-2014, 12:29 AM | #44 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
What would we all do with our free hobby time without these opportunities? Last edited by knc1; 07-26-2014 at 12:34 AM. |
|
07-28-2014, 12:45 AM | #45 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
I just updated the snapshots.
Dropbear was updated to the freshly released 2014.64 version, and I had to battle some fairly weird issues with it... In the end, strace, git bisect and some good old elbow grease won the day, but I'd be glad for some more testing! So if you're using dropbear with those snapshots, and something weird happens, give me a shout! . But the good news is that I was able to enable the same kind of keep alive feature than I did in OpenSSH, so, if you had some reliability issues (especially over WiFi and/or on legacy devices), that might help . Last edited by NiLuJe; 07-28-2014 at 12:47 AM. |
Tags |
hacks, kindle, niluje |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I removed the hacks, installed 3.1, then new hacks, and now Kindle is dead | cloudyvisions | Amazon Kindle | 55 | 11-29-2023 08:27 PM |
Tools Snapshots of Coplate's packages | coplate | Kindle Developer's Corner | 104 | 10-24-2022 12:41 AM |
NiLuJe offline? | picree | Kindle Developer's Corner | 1 | 09-28-2016 11:29 PM |
Snapshots test in Live version | Michele Clinco | OpenInkpot | 7 | 09-08-2009 03:42 PM |