From b5d22ccea3d7885334b7321d8cafa898fb8f244c Mon Sep 17 00:00:00 2001 From: BOOT 1993 <140325552+Suriyan1993@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:41:47 +0700 Subject: [PATCH 1/3] Create App --- lib/App | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/App diff --git a/lib/App b/lib/App new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/lib/App @@ -0,0 +1 @@ + From 9e12fa734344d72cffff97e49a964cb615a59ba3 Mon Sep 17 00:00:00 2001 From: BOOT 1993 <140325552+Suriyan1993@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:54:29 +0700 Subject: [PATCH 2/3] Update App --- lib/App | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/App b/lib/App index 8b13789..852f114 100644 --- a/lib/App +++ b/lib/App @@ -1 +1,11 @@ +CheckOneButton=No +Action=Install +OS= Android + +################### Android #################### +Android-BootLoader = Android/u-boot_nand-ram256.bin +Android-Kernel = Android/azImage_n43 +Android-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs init=/linuxrc console=ttySAC0,115200 androidboot.console=s3c2410_serial0 +Android-RootFs-InstallImage = Android/rootfs_android.ubi +Android-RootFs-RunImage = Android/rootfs_android.ext3 \ No newline at end of file From 4f9152d8b2ea4fb208d2ce32f0ff78723cac0a3c Mon Sep 17 00:00:00 2001 From: BOOT 1993 <140325552+Suriyan1993@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:55:38 +0700 Subject: [PATCH 3/3] Update App --- lib/App | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/App b/lib/App index 852f114..30b4ebf 100644 --- a/lib/App +++ b/lib/App @@ -1,4 +1,3 @@ - CheckOneButton=No Action=Install OS= Android