From 89d4d03d924580e4537d0f85abb0e6badaa95a45 Mon Sep 17 00:00:00 2001 From: Deltara <50772027+Deltara3@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:21:08 -0400 Subject: [PATCH 1/3] Add Alcatel AXEL to working hardware --- tested_hardware | 1 + 1 file changed, 1 insertion(+) diff --git a/tested_hardware b/tested_hardware index 4c159b3..91f67d7 100644 --- a/tested_hardware +++ b/tested_hardware @@ -13,3 +13,4 @@ Google Pixel 7 pro (Stock Android) Realme 8i (LineageOS) Samsung Galaxy S9 (Android 13) Google Pixel 4a (Android 13 - In charging mode menu you also must switch to Data Transfer AFTER mounting image) +Alcatel AXEL (Android 10) From de4d9237848c6c751f469d148590196e36eadb11 Mon Sep 17 00:00:00 2001 From: Deltara3 <50772027+Deltara3@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:29:54 -0400 Subject: [PATCH 2/3] Lower version to Android 10 --- README.md | 2 +- customize.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc8e68e..b388102 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Automatically restores previous state of USB host after app termination. ### Prerequisites: - - Android 11 (or above) - Preferably AOSP version + - Android 10 (or above) - Preferably AOSP version - Magisk-powered root (I recommend Magisk 25+) - Latest DriveDroid installed on your device diff --git a/customize.sh b/customize.sh index 062031f..5a20163 100644 --- a/customize.sh +++ b/customize.sh @@ -1,3 +1,3 @@ -if [ "$API" -lt '30' ]; then - abort 'This module is for Android 11+ only' +if [ "$API" -lt '29' ]; then + abort 'This module is for Android 10+ only' fi From 0655f511b4e83b89a36e8b5ebed79d06b1828651 Mon Sep 17 00:00:00 2001 From: Deltara3 <50772027+Deltara3@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:31:16 -0400 Subject: [PATCH 3/3] Update module.prop --- module.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.prop b/module.prop index 5645c24..31e61b6 100644 --- a/module.prop +++ b/module.prop @@ -1,5 +1,5 @@ id=fixdd -name=DriveDroid fix for Android 11+ +name=DriveDroid fix for Android 10+ version=v1.0 versionCode=10 settingsVersion=50