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-16-2023, 09:54 AM   #1
Wolfbeta
Junior Member
Wolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the end
 
Posts: 4
Karma: 31934
Join Date: Aug 2023
Device: Kindle Paperwhite(11) 5.14.1.1
Question Accidently deleted libfuse binary. Anyone got a spare?

I was trying to install libfuse3 in /usr/bin

When that didn't work and I went to remove it, I entered 'rm libfuse' instead of 'rm libfuse3'.

Would someone kindly share theirs?

I'm on PW4 5.14.1.1
Wolfbeta is offline   Reply With Quote
Old 08-16-2023, 02:00 PM   #2
luketheduke
Connoisseur
luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.
 
luketheduke's Avatar
 
Posts: 87
Karma: 25608
Join Date: Sep 2022
Device: PW3, PW2, KT2, 2xKT, 2xK3G
Quote:
Originally Posted by Wolfbeta View Post
I was trying to install libfuse3 in /usr/bin

When that didn't work and I went to remove it, I entered 'rm libfuse' instead of 'rm libfuse3'.

Would someone kindly share theirs?

I'm on PW4 5.14.1.1
It's pretty easy to extract it from an update file yourself instead.

See this.

Just grab the libfuse binary instead of the otav3 binary

Make sure you download the right update for your Kindle.

You can find the downloads to the Kindle updates here.

If you can't find the version listed that you need, click the one that matches your device, then change the version in the URL to match the update you need.

Cheers!
luketheduke is offline   Reply With Quote
Advert
Old 08-16-2023, 05:35 PM   #3
Wolfbeta
Junior Member
Wolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the endWolfbeta knows the complete value of PI to the end
 
Posts: 4
Karma: 31934
Join Date: Aug 2023
Device: Kindle Paperwhite(11) 5.14.1.1
Unhappy

Quote:
Originally Posted by luketheduke View Post
It's pretty easy to extract it from an update file yourself instead.

See this.

Just grab the libfuse binary instead of the otav3 binary

Make sure you download the right update for your Kindle.

You can find the downloads to the Kindle updates here.

If you can't find the version listed that you need, click the one that matches your device, then change the version in the URL to match the update you need.

Cheers!
Thank you for this brilliant suggestion!

I downloaded update_kindle_all_new_paperwhite_11th_5.14.1.1.bin , and converted it with Kindletool, but, unfortunately, the libfuse binary is nowhere to be found.
Wolfbeta is offline   Reply With Quote
Old 08-16-2023, 06:10 PM   #4
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,773
Karma: 103362673
Join Date: Apr 2011
Device: pb360
You probably need to extract it from an archive inside the update or mount a disk image inside the update.
j.p.s is offline   Reply With Quote
Old 08-16-2023, 06:15 PM   #5
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,773
Karma: 103362673
Join Date: Apr 2011
Device: pb360
BTW, on my Oasis 3 running 5.12.4,

/usr/lib/libfuse.so

is a symbolic link to

/usr/lib/libfuse.so.2.9.7
j.p.s is offline   Reply With Quote
Advert
Old 08-17-2023, 03:09 AM   #6
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,110
Karma: 12000222
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
Quote:
Originally Posted by Wolfbeta View Post

I downloaded update_kindle_all_new_paperwhite_11th_5.14.1.1.bin
That is for PW5 aka 11th gen Paperwhite and in previous comment you said that you have a PW4 (aka 10th gen Paperwhite).

Also IIRC PW5 is the only model that had firmware 5.14.1.1, all the rest had 5.14.1.
shamanNS is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Kobo accidently leaking (sarcasm) of new device's Rid Kobo Reader 241 12-10-2021 04:47 AM
Aura HD Accidently logged out of my Kobo account... Kasper Hviid Kobo Reader 4 08-29-2014 06:38 PM
Spare Cover Files Being Deleted MartyTX Library Management 6 08-14-2012 06:21 PM
HELP, just accidently deleted a number of books Pinecone Calibre 9 03-02-2012 04:48 PM
Accidently Deleted my Calibre Library! Dang it! willmize Calibre 13 10-10-2010 05:03 AM


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


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