Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 10-27-2022, 07:11 PM   #1
James Bryant
Ebook fanatic since 1962
James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.
 
James Bryant's Avatar
 
Posts: 91
Karma: 3033
Join Date: Apr 2008
Location: By the sea in Southern England
Device: Cybook3/REB1100/Kolin/iRex iLiad/JetBook & JB Mini/Onyx C67, T68, Poke
Screensaver Images Wanted

I should like the screensaver images from my C67, T68, Poke 2 and Poke 3 as .PNG files (or .JPG or whatever).

I should be grateful for instructions on how to read them or export them from my machines.

Or, being lazy, I should be even more grateful if anyone who has such files would send them to me or give me URL(s) where I can download them from the Internet.
James Bryant is offline   Reply With Quote
Old 10-27-2022, 08:54 PM   #2
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,512
Karma: 10479009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Do you mean the sea shells?

They're in /system/media

Here you go.
Attached Files
File Type: zip poke3png.zip (1.49 MB, 166 views)
Renate is offline   Reply With Quote
Old 10-28-2022, 07:43 AM   #3
James Bryant
Ebook fanatic since 1962
James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.James Bryant could sell banana peel slippers to a Deveel.
 
James Bryant's Avatar
 
Posts: 91
Karma: 3033
Join Date: Apr 2008
Location: By the sea in Southern England
Device: Cybook3/REB1100/Kolin/iRex iLiad/JetBook & JB Mini/Onyx C67, T68, Poke
Thank you very much

Those files are just what I'm after - thank you again. If you're ever in the New Forest in Southern England I owe you a beer - do call and collect it.

I can't find system/media - do I have to root the books to get there? Izzit it safe for a bear of very little brain like myself to attempt that?

I'm also after the cityscapes from the Poke2 and C67/T68 (can't remember which, and don't particularly want the typewriter/parchments/corks from the other one and the Poke Pro). If you (or anyone) has 'em I'd be grateful.
James Bryant is offline   Reply With Quote
Old 10-28-2022, 01:35 PM   #4
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,512
Karma: 10479009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by James Bryant View Post
If you're ever in the New Forest in Southern England I owe you a beer - do call and collect it.
Hmm, I've been to Bournemouth, but never the New Forest. It sounds quite foresty. I've been to many of the US National Forests.

Quote:
Originally Posted by James Bryant View Post
I can't find system/media...
Most everything under /system can be viewed/copied without a problem and without risk.

You can try these commands:
Code:
C:\>adb shell
$ find /system -name '*.png'
/system/media/shutdown-default.png
/system/media/standby-1.png
/system/media/standby-2.png
/system/media/standby-3.png
$ find /system -name '*.jpg'
$ ^D
C:\>adb pull /system/media/standby-1.png
Under the Poke3 the default system images can be replaced by putting images with the same name in a writeable directory, e.g. /data/local/assets/standby-1.png

Undoubtedly the other models store the images in different directories.
Renate is offline   Reply With Quote
Old 07-04-2023, 01:20 AM   #5
swedenboy
Member
swedenboy began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2019
Device: Kobo Clara HD
Quote:
Originally Posted by Renate View Post
Hmm, I've been to Bournemouth, but never the New Forest. It sounds quite foresty. I've been to many of the US National Forests.


Most everything under /system can be viewed/copied without a problem and without risk.

You can try these commands:
Code:
C:\>adb shell
$ find /system -name '*.png'
/system/media/shutdown-default.png
/system/media/standby-1.png
/system/media/standby-2.png
/system/media/standby-3.png
$ find /system -name '*.jpg'
$ ^D
C:\>adb pull /system/media/standby-1.png
Under the Poke3 the default system images can be replaced by putting images with the same name in a writeable directory, e.g. /data/local/assets/standby-1.png

Undoubtedly the other models store the images in different directories.
Thank you so much, it worked great on Poke 5
swedenboy is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Original Screensaver images of Kindle DX anywhere available? kreacherteacher Amazon Kindle 8 01-30-2015 05:18 AM
Content Screensaver Images pdagenius Amazon Kindle 1 08-20-2011 01:26 PM
201 Optimzed Screensaver Images Snuggles0220 Amazon Kindle 8 10-29-2010 03:01 PM
Classic nook screensaver images afa Barnes & Noble NOOK 9 07-20-2010 04:12 PM
Kindle DX special Screensaver Hack wanted Rancho210 Introduce Yourself 1 10-13-2009 04:39 PM


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


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