forked from MiyooCFW/sdcard
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
92 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,8 +83,8 @@ boot: | |
├── pocketgo.orig | ||
├── v90_q90 | ||
├── v90_q90.orig | ||
├── m3 | ||
└── xyc | ||
main: | ||
├── apps | ||
├── emus | ||
|
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
0#609408 background | ||
1#587741 red | ||
2#587741 green | ||
3#587741 yellow | ||
4#587741 blue | ||
5#587741 magenta | ||
6#587741 cyan | ||
7#284139 base2 - text colour | ||
8#39594a base03 | ||
9#39594a orange | ||
10#39594a base01 | ||
11#39594a base00 | ||
12#39594a base0 | ||
13#39594a violet | ||
14#39594a base1 | ||
15#39594a base3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
skin="GameShow" | ||
wallpaper="skins/GameShow/wallpapers/rom_bg.png" | ||
skinFont="Custom" | ||
backlight=90 | ||
backlightTimeout=100 | ||
cpuMax=900 | ||
globalVolume=80 | ||
skinBackdrops=1 | ||
maxBattery=3870 | ||
cpuMin=200 | ||
section=1 | ||
cpuMenu=702 | ||
powerTimeout=20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
up=keyboard,273 | ||
down=keyboard,274 | ||
left=keyboard,276 | ||
right=keyboard,275 | ||
modifier=keyboard,32 | ||
confirm=keyboard,306 | ||
cancel=keyboard,32 | ||
manual=keyboard,304 | ||
section_prev=keyboard,304 | ||
section_next=keyboard,308 | ||
pageup=keyboard,304 | ||
pagedown=keyboard,308 | ||
settings=keyboard,13 | ||
menu=keyboard,27 | ||
backlight=keyboard,51 | ||
power=keyboard,305 | ||
inc=keyboard,32 | ||
dec=keyboard,304 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
! manifest | ||
! format: each line corresponds to one file to be copied over | ||
! from_file(as_appears_in_this_directory) to_file(relative_to_root_of_main_partition) | ||
! to_file is optional; if missing will use from_file | ||
.backlight.conf | ||
.volume.conf | ||
gmenu2x.conf gmenu2x/gmenu2x.conf | ||
input.conf gmenu2x/input.conf | ||
! leave this last line here |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
echo "Writing U-BOOT - DO NOT TURN OFF THE HANDHELD!!!" | ||
dd if=../../misc/u-boot-bins/u-boot-bittboy2x.bin of=/dev/mmcblk0 bs=1024 seek=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# expected to be run from this directory | ||
# LOGS variable is set, but it should usually be /dev/null | ||
# CONSOLE_VARIANT is also set | ||
# | ||
insmod "./syscopyarea.ko" | ||
insmod "./sysfillrect.ko" | ||
insmod "./sysimgblt.ko" | ||
#insmod "./r61520fb.ko" version=1 flip=1 invert=1 | ||
insmod "./r61520fb.ko" version=1 flip=1 invert=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# expected to be run from this directory | ||
# LOGS variable is set, but it should usually be /dev/null | ||
# CONSOLE_VARIANT is also set | ||
# | ||
./daemon >> "${LOGS}" 2>&1 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
echo "Writing U-BOOT - DO NOT TURN OFF THE HANDHELD!!!" | ||
dd if=../../misc/u-boot-bins/u-boot-bittboy3.5.bin of=/dev/mmcblk0 bs=1024 seek=8 | ||
dd if=../../misc/u-boot-bins/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# expected to be run from this directory | ||
# LOGS variable is set, but it should usually be /dev/null | ||
# CONSOLE_VARIANT is also set | ||
# | ||
insmod "./syscopyarea.ko" | ||
insmod "./sysfillrect.ko" | ||
insmod "./sysimgblt.ko" | ||
insmod "./r61520fb.ko" version=1 flip=1 invert=1 | ||
#insmod "./r61520fb.ko" version=1 flip=1 invert=0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.