Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 02-24-2024, 03:10 PM   #16
Quoth
the rook, bossing Never.
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 11,164
Karma: 85874891
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
Quote:
Originally Posted by j.p.s View Post
I think the current remote deletion problem isn't remote explicit commands to to delete, but that database syncs cause the kindle itself to conclude that the user used the web site to order removal from device. Or the kindle date is wrong and the book never got entered in the server database is considered newer than the on kindle database. Of course the book info should be propagated to the server, but bugs happen.
Oh, the book deletion thing is certainly a bug.
Quoth is offline   Reply With Quote
Old 02-24-2024, 06:33 PM   #17
Strether
Guru
Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.Strether ought to be getting tired of karma fortunes by now.
 
Strether's Avatar
 
Posts: 746
Karma: 2825929
Join Date: Feb 2007
Location: Fresno
Device: Kindle 1; iPad Air; iPhone 7; Kobo Libra; Kindle Oasis 3
Looks like the update deactivates your font ramp, if you have one. But if you delete it and reinstall it and restart the Kindle, it's activated again.

Jim
Strether is offline   Reply With Quote
Advert
Old 02-24-2024, 09:01 PM   #18
monoxdd
Member
monoxdd began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Aug 2019
Device: Kindle
Quote:
Originally Posted by JSWolf View Post
Doesn't matter. Amazon should not be removing side loaded eBooks regardless of what firmware is in use or what Kindle it is.
Why not?
monoxdd is offline   Reply With Quote
Old 02-24-2024, 09:38 PM   #19
GeorgeYellow
Enthusiast
GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!GeorgeYellow is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 40
Karma: 50000
Join Date: Nov 2017
Device: Nook, Kindle
This change in 5.6.7 looks mighty suspicious ...

Code:
mesquite/browser/javascripts/fileManager.js   2024-02-09 17:54:56.000000000 -0800

+/*
+ * Changes html content to text content
+ */
+function htmlToText(string) {
+    const div = document.createElement('div');
+    div.appendChild(document.createTextNode(string));
+    return div.innerHTML;
+}
+
 /**
  * Manages Browser file upload and download requests
  */
@@ -30,7 +39,8 @@

         // get dialog message
         var mf = new MessageFormat(b.strings.messages.downloadConfirm);
-        var message = mf.format({ filename: request.filename });
+        var filename = htmlToText(request.filename);
+        var message = mf.format({ filename: filename });
I don't suppose there's a way to trigger a download confirmation prompt from a "file:///mnt/us/exploit.html" URL by any chance, or does this require enabling WIFI ?
GeorgeYellow is offline   Reply With Quote
Old 02-25-2024, 04:57 AM   #20
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 74,015
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by monoxdd View Post
Why not?
Do you actually want Amazon to remove side loaded eBooks from your Kindle when you turn on WiFi?
JSWolf is offline   Reply With Quote
Advert
Old 02-25-2024, 06:13 AM   #21
monoxdd
Member
monoxdd began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Aug 2019
Device: Kindle
Quote:
Originally Posted by JSWolf View Post
Do you actually want Amazon to remove side loaded eBooks from your Kindle when you turn on WiFi?
i don´t sideload.
monoxdd is offline   Reply With Quote
Old 02-25-2024, 07:29 AM   #22
Bluebotlabs
Connoisseur
Bluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheeseBluebotlabs can extract oil from cheese
 
Bluebotlabs's Avatar
 
Posts: 83
Karma: 1170
Join Date: Sep 2022
Location: Why do you want to know?
Device: Bricked PW5
Quote:
Originally Posted by GeorgeYellow View Post
This change in 5.6.7 looks mighty suspicious ...

Code:
mesquite/browser/javascripts/fileManager.js   2024-02-09 17:54:56.000000000 -0800

+/*
+ * Changes html content to text content
+ */
+function htmlToText(string) {
+    const div = document.createElement('div');
+    div.appendChild(document.createTextNode(string));
+    return div.innerHTML;
+}
+
 /**
  * Manages Browser file upload and download requests
  */
@@ -30,7 +39,8 @@

         // get dialog message
         var mf = new MessageFormat(b.strings.messages.downloadConfirm);
-        var message = mf.format({ filename: request.filename });
+        var filename = htmlToText(request.filename);
+        var message = mf.format({ filename: filename });
I don't suppose there's a way to trigger a download confirmation prompt from a "file:///mnt/us/exploit.html" URL by any chance, or does this require enabling WIFI ?
p e r h a p s
might work on ARMHF toolchain today...
Bluebotlabs is offline   Reply With Quote
Old 02-25-2024, 07:32 AM   #23
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 74,015
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by monoxdd View Post
i don´t sideload.
But others do. So would you want others to lose eBooks because Amazon deletes side loaded eBooks?
JSWolf is offline   Reply With Quote
Old 02-25-2024, 12:15 PM   #24
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,285
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by Quoth View Post
Oh, the book deletion thing is certainly a bug.
That has been the consensus for some time. The question is, what is the nature of the bug?
j.p.s is offline   Reply With Quote
Old 02-25-2024, 12:26 PM   #25
jonathan2022
Connoisseur
jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.
 
Posts: 82
Karma: 213232
Join Date: Mar 2022
Device: android
Quote:
Originally Posted by jhowell View Post
I examined the Scribe firmware and there are a lot of small changes compared with the previous release. As usual most changes in the firmware that affect the user interface do not take effect until enabled remotely by Amazon. Here is a partial list:
  • Per-page Scribe notebook templates and an advanced notebook template selector.
  • Enhanced Manga navigation: "For faster navigation, press-and-hold page turning in Manga has been replaced by Page Flip. To use Page Flip, tap the icons in the bottom navigation toolbar."
  • Pinyin deprecation, affects reader and Aa menu.
  • Changes related to book synchronization. (Why they haven't been able to get it right after all this time is a mystery.)
  • Changes related to the handling of page numbers.
  • Possible selective export of notebook pages.
  • Updates to chromium web browser.
  • Changes to asset management related to types of content on the device and its organization.
  • A process named Minerva for recording and reporting metrics to Amazon.
  • An app watchdog for the main interface application, possibly to help detect failures.
Do you see all these from looking at code or is there a somewhere that lists changes. Because like everyone else I only see it saying the usual bug updates. Is there one that lists android updates too
jonathan2022 is offline   Reply With Quote
Old 02-25-2024, 02:01 PM   #26
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,498
Karma: 84420419
Join Date: Nov 2011
Location: Tampa Bay, Florida
Device: Kindles
Quote:
Originally Posted by jonathan2022 View Post
Do you see all these from looking at code or is there a somewhere that lists changes. Because like everyone else I only see it saying the usual bug updates. Is there one that lists android updates too
I compare the code to the previous release looking for changes.
jhowell is offline   Reply With Quote
Old 02-26-2024, 06:29 AM   #27
jonathan2022
Connoisseur
jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.jonathan2022 ought to be getting tired of karma fortunes by now.
 
Posts: 82
Karma: 213232
Join Date: Mar 2022
Device: android
Quote:
Originally Posted by jhowell View Post
I compare the code to the previous release looking for changes.
I thought I was missing something. Thanks for posting these. It is very annoying how vague they are. One of the updates actually had something helpful to me. Not that they all aren't. But it enabled voiceview to continue where it left off when stopped. Not restart the who page.
jonathan2022 is offline   Reply With Quote
Old 02-26-2024, 01:49 PM   #28
nabsltd
Evangelist
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 417
Karma: 6913952
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe
Quote:
Originally Posted by GeorgeYellow View Post
This change in 5.6.7 looks mighty suspicious ...

Code:
mesquite/browser/javascripts/fileManager.js   2024-02-09 17:54:56.000000000 -0800

+/*
+ * Changes html content to text content
+ */
+function htmlToText(string) {
+    const div = document.createElement('div');
+    div.appendChild(document.createTextNode(string));
+    return div.innerHTML;
+}
+
 /**
  * Manages Browser file upload and download requests
  */
@@ -30,7 +39,8 @@

         // get dialog message
         var mf = new MessageFormat(b.strings.messages.downloadConfirm);
-        var message = mf.format({ filename: request.filename });
+        var filename = htmlToText(request.filename);
+        var message = mf.format({ filename: filename });
All this is doing is sanitizing a filename for display.

It looks like there was some exploit where the filename contained actual HTML (e.g. "<p>stuff</p>.ext") and this was just appended to the HTML output. Now, it gets converted to text and stuffed into a div (e.g. "<div>&lt;p&gt;stuff&lt;/p&gt;.ext"</div>).
nabsltd is offline   Reply With Quote
Old 03-02-2024, 04:59 AM   #29
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,478
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
I was having an issue downloading a 'PDF'. Scribe was still on 5.16.6.1, I was just curious if would ever update automatically. Thought I would try updating to 5.16.7 and the download worked as expected.
tomsem is offline   Reply With Quote
Old 03-02-2024, 10:24 AM   #30
davedeacon
Enthusiast
davedeacon began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jan 2022
Device: Paperwhite Kindle 5 11th gen 2021
Quote:
Originally Posted by DenS View Post
The same thing happened here. I had to turn on the Wi-Fi and the settings menu was updated.
Maybe if I wait long enough, with WiFi enabled, my font size will increase too...
davedeacon is offline   Reply With Quote
Reply


Forum Jump


All times are GMT -4. The time now is 08:27 AM.


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