diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index eb0a29f..3786c95 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -315,14 +315,17 @@ mount_partitions ui_print " << Removing installation logs (if any)" -# old format +# oldest format rm -f /data/adb/.nanodroid_* rm -f /data/adb/.recovery_* -# new format +# old format rm -f /data/adb/NanoDroid_log* rm -f /data/adb/NanoDroid_twrp* +# new format +rm -rf /data/media/0/nanodroid_logs + # System Mode uninstallation for install_info in /data/adb/.nanodroid-list /data/adb/NanoDroid_FileList; do [ -f ${install_info} ] && system_mode_uninstall ${install_info}