View Single Post
Old 04-26-2024, 04:39 PM   #1279
Rid
Addict
Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.Rid can self-interpret dreams as they happen.
 
Posts: 203
Karma: 20980
Join Date: Oct 2020
Device: Kobo Aura One, Aura HD (R.I.P.) :(
You can use a script to display a message but the way I do it you need to install NickelDBus. The screen still freezes but it freeezes with the message so you know it has actually started the reboot.


NickelMenu config file;
Quote:
menu_item :main :Reboot :cmd_spawn :quiet :/mnt/onboard/.adds/ndbus/NDBus_Reboot.sh
NickelDBus script;
Quote:
#!/bin/sh

ndb_reboot()
{
qndb -m pwrReboot
return
}

qndb -m mwcToast 2500 "Your eReader is rebooting" "Please wait..."
ndb_reboot
Attached Thumbnails
Click image for larger version

Name:	screen_008.jpg
Views:	58
Size:	39.6 KB
ID:	207840  

Last edited by Rid; 04-26-2024 at 04:50 PM.
Rid is offline   Reply With Quote