Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 08-18-2019, 09:21 AM   #31
trcm
Connoisseur
trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!
 
Posts: 96
Karma: 100000
Join Date: Dec 2018
Location: London
Device: Kobo Libra H2O
Might someone with a 5.12 device try this ?

My device is still on 5.11.1, and I see no reason to let that upgrade yet.
But for folk on the 5.12 firmware which seems to 'rm -rf /mnt/us/update.bin.tmp.partial', try this in order to prevent that from succeeding....

Code:
[root@kindle]# mkdir /mnt/us/update.bin.tmp.partial
[root@kindle]# dd if=/dev/zero of=/mnt/us/update.bin.tmp.partial/loopfile bs=1k count=360
360+0 records in
360+0 records out
368640 bytes (360.0KB) copied, 0.180811 seconds, 1.9MB/s
[root@kindle]# losetup /dev/loop/16 /mnt/us/update.bin.tmp.partial/loopfile
[root@kindle]# mkfs.msdos /dev/loop/16
mkfs.msdos 2.11 (12 Mar 2005)
[root@kindle]# mount -o ro /dev/loop/16 /mnt/us/update.bin.tmp.partial
Which should result in ...
Code:
[root@kindle]# rm -rf /mnt/us/update.bin.tmp.partial
rm: can't remove '/mnt/us/update.bin.tmp.partial': Device or resource busy
Not sure how to make that persistent across reboots yet?
trcm is offline   Reply With Quote
Old 08-18-2019, 09:29 AM   #32
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Check the 'bridge' code, it may have what you are looking for (systemd example).
Use the 'bridge' code from NiLuJe's snapshots thread, it will be the most recent.
knc1 is offline   Reply With Quote
Advert
Old 08-18-2019, 10:12 AM   #33
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
There may even be a pre-set hook for a script in the userstore in there. Although I may be misremembering that .
NiLuJe is offline   Reply With Quote
Old 08-18-2019, 10:52 AM   #34
trcm
Connoisseur
trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!
 
Posts: 96
Karma: 100000
Join Date: Dec 2018
Location: London
Device: Kobo Libra H2O
Doesn't seem to be anything suitable in the bridge.sh as it ends with the note "# And don't try anything fancier, the userstore isn't mounted yet..."
trcm is offline   Reply With Quote
Old 08-18-2019, 10:53 AM   #35
trcm
Connoisseur
trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!
 
Posts: 96
Karma: 100000
Join Date: Dec 2018
Location: London
Device: Kobo Libra H2O
I see mention of '/mnt/us/RUNME.sh' in dispatch.sh, but it's not clear to me if or when that is ever called with the necessary {"custom" | "CUSTOM" | "runme" | "RUNME" | r*} flags.
trcm is offline   Reply With Quote
Advert
Old 08-18-2019, 11:01 AM   #36
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Ah, yeah, I was probably thinking of something else (usbnet?), the bridge is too early for the suerstore, as that comment reminded me of .
NiLuJe is offline   Reply With Quote
Old 08-18-2019, 11:20 AM   #37
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by NiLuJe View Post
Ah, yeah, I was probably thinking of something else (usbnet?), the bridge is too early for the suerstore, as that comment reminded me of .
The "Auto Wifi" feature?
knc1 is offline   Reply With Quote
Old 08-18-2019, 11:22 AM   #38
trcm
Connoisseur
trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!
 
Posts: 96
Karma: 100000
Join Date: Dec 2018
Location: London
Device: Kobo Libra H2O
I could probably tack something into usbnet/bin/usbnetwork.sh, but it doesn't seem entirely appropriate for this.
trcm is offline   Reply With Quote
Old 08-18-2019, 12:55 PM   #39
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
No, I was probably thinking of this.

Although, right now, it shortcuts the rest of the USBNet startup, so, eh, not necessarily usable ;p.
NiLuJe is offline   Reply With Quote
Old 08-18-2019, 01:18 PM   #40
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Quote:
Originally Posted by trcm View Post
I see mention of '/mnt/us/RUNME.sh' in dispatch.sh, but it's not clear to me if or when that is ever called with the necessary {"custom" | "CUSTOM" | "runme" | "RUNME" | r*} flags.
A RUNME.sh shell on the top of visible USB storage can be called from a search bar ;log runme command ...

Quote:
Originally Posted by knc1 View Post
The "Auto Wifi" feature?
... as last resort manually, prior to turning on Wifi.
Attached Files
File Type: zip RUNME.sh.zip (306 Bytes, 185 views)
PoP is offline   Reply With Quote
Old 08-18-2019, 01:20 PM   #41
trcm
Connoisseur
trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!
 
Posts: 96
Karma: 100000
Join Date: Dec 2018
Location: London
Device: Kobo Libra H2O
I think for safety, this would have to be automatic, too easy to forget to run this manually and accidentally get updated firmware.
We're not sure it would even work yet
trcm is offline   Reply With Quote
Reply

Tags
update blocker


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PW4 Charging.... patrickt Amazon Kindle 2 05-09-2019 05:07 PM
Troubleshooting PW4 Barbara1955 Amazon Kindle 22 12-23-2018 06:56 PM
Placeholder for PW4 jailbreaking notes - reminder - DO NOT UPDATE coplate Kindle Developer's Corner 12 11-09-2018 10:11 AM
Issues taking notes - firmware or touchscreen issue? - Kobo Glo HD biojack Kobo Reader 8 04-07-2016 10:23 PM
PW4 ? Scarpad Amazon Kindle 5 11-29-2015 04:51 PM


All times are GMT -4. The time now is 10:22 PM.


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