Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 01-26-2020, 09:44 AM   #1
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Random logo feature

I see that under "Power-off logo" (in Settings→Personalize) there is a feature called "random logo". The Pocketbook manual for TL3 says to place any image in the folder system/logos. I tried placing some covers in jpeg and bmp in that folder and in the subfolder called offlogo, to no effect. Has anyone gotten this feature to work?
Lykke is offline   Reply With Quote
Old 01-28-2020, 01:13 AM   #2
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 797
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
The folder name seems wrong. From a look into ebrmain it should be either:
/system/logo/offlogo
/system/logo/bootlogo
or
/logo/offlogo
/logo/bootlogo
not sure myself, since I don't use it.
nhedgehog is offline   Reply With Quote
Old 03-07-2020, 04:56 PM   #3
anonymust
Book Reader
anonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavensanonymust is a rising star in the heavens
 
anonymust's Avatar
 
Posts: 43
Karma: 13674
Join Date: Aug 2015
Location: Earth
Device: Pocketbook *** (Touch HD 3)
I'd like to make my own power off logo screen. But have no idea where to add the images


Just so I can add a personalized message like my contact info if my pocketbook is ever stolen/lost and someone can find a way to contact mel
anonymust is offline   Reply With Quote
Old 03-08-2020, 06:12 AM   #4
Cyfranek
Groupie
Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'Cyfranek can spell AND pronounce 'liseuse.'
 
Cyfranek's Avatar
 
Posts: 170
Karma: 39092
Join Date: Jul 2017
Location: Poland
Device: PocketBok Era, Kindle Oasis 3, Bookeen Diva HD
You could add your image into "Photos" folder for instance. Doesn't matter.
Cyfranek is offline   Reply With Quote
Old 03-10-2020, 09:46 AM   #5
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Open the Gallery app → open the image → menu button → "Power off logo"
Lykke is offline   Reply With Quote
Old 06-16-2020, 05:43 AM   #6
alexxxm
Addict
alexxxm has a complete set of Star Wars action figures.alexxxm has a complete set of Star Wars action figures.alexxxm has a complete set of Star Wars action figures.alexxxm has a complete set of Star Wars action figures.
 
Posts: 223
Karma: 356
Join Date: Aug 2007
Device: Rocket; Hiebook; N700; Sony 505; Kindle DX ...
Quote:
Originally Posted by Lykke View Post
Open the Gallery app → open the image → menu button → "Power off logo"
yes, I did try that and it works - but I cannot have a random choice between multiple images: it only uses the last one you set
alexxxm is offline   Reply With Quote
Old 06-16-2020, 06:26 AM   #7
alexxxm
Addict
alexxxm has a complete set of Star Wars action figures.alexxxm has a complete set of Star Wars action figures.alexxxm has a complete set of Star Wars action figures.alexxxm has a complete set of Star Wars action figures.
 
Posts: 223
Karma: 356
Join Date: Aug 2007
Device: Rocket; Hiebook; N700; Sony 505; Kindle DX ...
ok, I solved it for my inkpadX, obtaining a result even better than the one I had on my old Kindle DX:

1) I saved around 100 images of my favorite authors, in grayscale

2) using ImageMagick, I converted them to 16 colors, bmp, resized to fit:

Code:
mogrify -resize 1404x1872 -background white -gravity center -extent 1404x1872 -format bmp -colors 16  *
(NB this is the ImageMagicv6 syntax; for v7 I believe it is slightly different)

3) copy the resulting images to /system/logo/offlogo

4) set personalize/power-off logo to random

Last edited by alexxxm; 06-17-2020 at 05:12 AM.
alexxxm is offline   Reply With Quote
Old 12-26-2022, 04:26 PM   #8
Mycoscopic
Junior Member
Mycoscopic began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2022
Device: Pocketbook InkPad 3 Pro
I hope it's okay to reply to a two-year old thread, but this is still the primary Google hit when trying to figure out the Random Logo feature for the PocketBook, and it's not covered in the manual at all. I thought I'd add my experience in 2022 so others who find this on Google can save the couple hours it took me.

I have an InkPad 3 Pro. I made the mistake of trying to convert and save the images myself in Photoshop CS6, but even after multiple attempts to save with the right bit depth, colors, and resolution, they just wouldn't work. The device would see the images (they appeared in the Gallery app, and also in the list of options for Boot Logo), but couldn't display them. They were blank.

I should have just followed alexxxm's instructions verbatim above, and I'd suggest anyone else coming across this thread to do the same first. I downloaded and installed ImageMagic v7 on Windows 10, and placed the images I wanted to use (saved as Grayscale in Photoshop, as jpg, in the 4x3 aspect ratio) in a folder with nothing else. I ran cmd.exe as Administrator and navigated to the folder with the images, then used the command below. Like alexxxm mentioned, the syntax is SLIGHTLY different, but only barely! You just have to add "magick" to the beginning. So, the below should work:

Code:
magick mogrify -resize 1404x1872 -background white -gravity center -extent 1404x1872 -format bmp -colors 16 *
It will convert every image in the folder, and save BMP versions of all of them to the same folder. Add those BMP files to your device, and it will work! If you set it to random logo, it will cycle through them.

And I can confirm that for the InkPad 3 Pro, the folder you put the images in is the same: /system/logo/offlogo

But, even if you have "show hidden files" turned on, you might not be able to see the system folder when you navigate to the Inkpad 3 in Windows Explorer. It is hidden. What you can do is click the address bar and manually add "\system" then press enter (for example, if the PocketBook is set as the E drive, it should read "E:\system"). Then you will be in the folder.

Hope this helps someone!

P.S. Don't try to run the legacy ImageMagick v6. At least for me on my set-up, it threw multiple errors that v7 did not relating to support for image formats.

Last edited by Mycoscopic; 12-26-2022 at 04:30 PM.
Mycoscopic is offline   Reply With Quote
Old 03-22-2023, 07:34 AM   #9
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,871
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
I wrote a batch script to simplify the ImageMagick conversion. Here's the code in case anyone finds it useful:

Code:
@ECHO OFF
TITLE Magick Bulk Convert

Setlocal EnableDelayedExpansion

SET /a i=0
SET /a j=0

::Sets working directory and creates output directory
%~d1
CD "%~p1"
IF NOT EXIST converted MD converted

::count images
FOR %%a in (*.png,*.jpg,*.jpeg,*.gif,*.bmp,*.webp) DO SET /a i+=1

::perfoms convert and calculates percentage done
FOR %%a in (*.png,*.jpg,*.jpeg,*.gif,*.bmp,*.webp) DO (
	magick convert %%a -gravity center -crop 3:4 -adaptive-resize 1072x1448^^! -colorspace gray -colors 16 converted\%%~na.bmp
	SET /a j+=1
	SET /a done=!j!*100/%i%
	CLS
	ECHO.
	ECHO Converting Images - !done!%%
	)
CLS
ECHO.
ECHO Process complete!
ECHO.
PAUSE
Obviously you need to have ImageMagick installed.

Save the text above into notepad, then rename from .txt to .bat

Place the batch script in a folder with the images you want converted, running it will convert images (bmp, gif. jpg, png, webp) to a grayscale 4-bit bmp image. It will also center-crop to a portrait 3:4 aspect ratio, before setting the final resolution (currently set for a HD3, but just edit the code to the resolution for your own device).

The batch script creates a folder called "converted" (in the directory the batch file is run from) and outputs to that folder. The batch file displays a percentage completion whilst running.
neil_swann80 is offline   Reply With Quote
Old 03-24-2023, 09:41 AM   #10
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,871
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Another useful bit of code for anyone interested...

You can send bmp logos/wallpapers to your device by "Send to Pocketbook" emails like you would with ebook files.

Once synced over WIFI, I run a script/application from my device to automatically move the bmp images to the correct directory.

Code:
#!/bin/sh

SendToPb="/mnt/ext1/SendToPb"
offlogo="/mnt/ext1/system/logo/offlogo"

find ${SendToPb} -name \*.bmp -exec mv {} ${offlogo} \;
I used Notepad++ to create the script above, I don't think basic Notepad will work.

In Notepad++ create a new document, then go to EDIT>EOL CONVERSION and set the value to "UNIX (LF)"

Paste the code above into Notepad++ and save/close.

Rename from .txt to .app and copy the file to you Pocketbook in the "applications" folder.

To run the script from your device just go to Applications>User's on your device and click on it. There isn't any output, but it should have moved any bmp images synced via "Send to Pocketbook" to the correct directory.
neil_swann80 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Pick Random Book" - not so random?? Chris_Snow Library Management 3 09-15-2013 06:44 PM
Random page breaks and random subscripts? sark666 Kobo Reader 2 09-04-2010 02:25 AM
360: no 'random logo' option anymore franklekens PocketBook 3 06-06-2010 11:27 AM


All times are GMT -4. The time now is 06:32 PM.


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