Android clean malware
Remove adups
list all installed packages
./adb shell pm list packages -f
delete Adups
./adb shell pm uninstall -k --user 0 com.adups.fota
./adb shell pm uninstall -k --user 0 com.adups.fota.overlay
list all installed packages
./adb shell pm list packages -f
delete Adups
./adb shell pm uninstall -k --user 0 com.adups.fota
./adb shell pm uninstall -k --user 0 com.adups.fota.overlay