View Single Post
Old 05-22-2021, 05:43 PM   #4
Renate
Onyx-maniac
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: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Sorry, I'm making this a bit confusing.
There are two separate ways that you can set sleep/shutdown images using just your finger.
They start from the Onyx main screen.
This is the screen that has Library/Store/Storage/Apps/Settings as tabs at the bottom.

Method #1 (can only set single sleep images):
Onyx main page > Storage > top big right arrow
Select file with long press, Set as screensaver, [Set as screensaver/ Set as shutdown image]

Method #2 (can also set a group of images as sleep images to rotate):
Onyx main page > Apps > Screensaver

Yes, you can load the images onto your Poke using MTP.
Me, I use ADB for everything. It is more powerful.
You need to enable it.
Onyx main page > Applications > USB Debugging Mode
You will also have to load ADB onto your Mac.
There are probably a zillion links on how to do that.

If you no longer have access to the Onyx main page (because you installed your own launcher) you can still access whatever Onyx had to offer using ADB commands.

For Method #1 (using "Storage"):
Code:
adb shell am start -n com.onyx/.common.storage.ui.StorageActivity
For Method #2 (using "Screensaver"):
Code:
adb shell am start -n com.onyx/.common.setting.ui.SettingContainerActivity -a onyx.settings.action.DREAM_STYLE_SETTING
By "Launcher" I mean the main page when your device starts up.
Here is the one I knocked out quickly when I was sick of the Onyx one.
Attached Thumbnails
Click image for larger version

Name:	lunch.png
Views:	147
Size:	110.1 KB
ID:	187272  

Last edited by Renate; 05-22-2021 at 05:55 PM.
Renate is offline   Reply With Quote