mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Add initial support for the GCW Zero
This commit is contained in:
0
data/platform/gcw0/sections/applications/.empty
Normal file
0
data/platform/gcw0/sections/applications/.empty
Normal file
6
data/platform/gcw0/sections/applications/30_terminal
Normal file
6
data/platform/gcw0/sections/applications/30_terminal
Normal file
@@ -0,0 +1,6 @@
|
||||
title=Terminal
|
||||
description=Disable graphic mode
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/busybox
|
||||
params=sh -c 'clear; echo "The graphic mode is now disabled."; echo ""; echo "This is only useful for developers who want to test their graphical apps from telnet."; echo ""; echo "(Press START to exit to the launcher)"; read'
|
||||
consoleapp=true
|
||||
0
data/platform/gcw0/sections/settings/.empty
Normal file
0
data/platform/gcw0/sections/settings/.empty
Normal file
5
data/platform/gcw0/sections/settings/10_poweroff
Normal file
5
data/platform/gcw0/sections/settings/10_poweroff
Normal file
@@ -0,0 +1,5 @@
|
||||
title=Power Off
|
||||
description=Shut down the system
|
||||
icon=skin:icons/poweroff.png
|
||||
exec=/sbin/poweroff
|
||||
editable=false
|
||||
5
data/platform/gcw0/sections/settings/20_reboot
Normal file
5
data/platform/gcw0/sections/settings/20_reboot
Normal file
@@ -0,0 +1,5 @@
|
||||
title=Reboot
|
||||
description=Reboot the dingoo
|
||||
icon=skin:icons/reboot.png
|
||||
exec=/sbin/reboot
|
||||
editable=false
|
||||
6
data/platform/gcw0/sections/settings/40_alsamixer
Normal file
6
data/platform/gcw0/sections/settings/40_alsamixer
Normal file
@@ -0,0 +1,6 @@
|
||||
title=Sound Mixer
|
||||
description=Configure sound settings
|
||||
icon=skin:icons/alsamixer.png
|
||||
exec=/usr/bin/alsamixer
|
||||
consoleapp=true
|
||||
editable=false
|
||||
7
data/platform/gcw0/sections/settings/50_system_info
Normal file
7
data/platform/gcw0/sections/settings/50_system_info
Normal file
@@ -0,0 +1,7 @@
|
||||
title=System Info
|
||||
description=Info about the system
|
||||
icon=skin:icons/about.png
|
||||
exec=/usr/bin/dialog
|
||||
params=--ok-label "Press START to exit" --no-shadow --msgbox "`/usr/bin/system_info`" 240 320
|
||||
consoleapp=true
|
||||
editable=false
|
||||
Reference in New Issue
Block a user