Skip to content

Commit f270520

Browse files
committed
Added initial files
0 parents  commit f270520

File tree

738 files changed

+35
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

738 files changed

+35
-0
lines changed

APPS/.DS_Store

8 KB
Binary file not shown.

APPS/Imgs/.DS_Store

6 KB
Binary file not shown.

APPS/Imgs/Theme - Absolute Black.png

14.6 KB

APPS/Theme - Absolute Black.sh

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#!/bin/bash
2+
3+
####################################################################
4+
# New Theme Installer #
5+
# made by @infra-blue #
6+
####################################################################
7+
8+
SH_DIR="$(cd $(dirname "$0"); pwd)"
9+
THEME_NAME=$(basename "${0%.*}")
10+
TARGET_DIR="/mnt/vendor"
11+
BOOT_MOUNT="/mnt/boot"
12+
BOOT_PARTITION="/dev/mmcblk0p2"
13+
14+
if [ -d "${TARGET_DIR}/res1" ] && [ -d "${TARGET_DIR}/res2" ]; then
15+
cp -rf "${SH_DIR}/${THEME_NAME}"/res1 "${TARGET_DIR}"/
16+
cp -rf "${SH_DIR}/${THEME_NAME}"/res2 "${TARGET_DIR}"/
17+
fi
18+
sync
19+
20+
if [ ! -d "${BOOT_MOUNT}" ]; then
21+
mkdir "${BOOT_MOUNT}"
22+
mount "${BOOT_PARTITION}" "${BOOT_MOUNT}"
23+
24+
cp -rf "${SH_DIR}/${THEME_NAME}"/boot/* "${BOOT_MOUNT}"/
25+
26+
sync
27+
28+
umount "${BOOT_MOUNT}"
29+
rmdir "${BOOT_MOUNT}"
30+
fi
31+
exit 0

APPS/Theme - Absolute Black/.DS_Store

6 KB
Binary file not shown.
6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.17 MB
Binary file not shown.
10 KB
Binary file not shown.
17.8 KB
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.
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dp.pad2 代表两路按键输出 双控台
2+
dp.pad1 代表一路按键输出 单控台
3+
4+
盒子产品 则不需要这两个文件
Binary file not shown.
220 Bytes
1.87 KB
2.26 KB
1.94 KB
3.58 KB
2.86 KB
3.04 KB
12.4 KB
8.66 KB
1.29 KB
Binary file not shown.
5.98 KB
2.53 KB

0 commit comments

Comments
 (0)