Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tested_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -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)