Requirement:
- rooted android or temporary root using mtk-su create by Diplomatic
- pc with adb or Termux
These are steps to remove malware Android.Downloader.4930 /system/lib/libcheckperlib.so using Termux created by Grey Tshirts:
- Create these bash script and save it as s50_patch2021.sh
#!/system/bin/shFILE="/system/lib/libcheckperlib.so"echo "checking $FILE"if [ -f $FILE ]; thenecho "File $FILE exists."echo "Try remount system rw."/system/bin/mount -o rw,remount /systemecho "Backing up $FILE."/system/bin/mkdir /sdcard/dedetok/system/bin/cp $FILE /sdcard/dedetokecho "Removing $FILE"/system/bin/rm $FILEecho "Remount system ro"/system/bin/mount -o ro,remount /systemecho "Done, reboot your Evercoss S50"elseecho "File $FILE does not exist."fi - Or you can download it from this site. Open Termux and type
$ wget http://garasiku.my.id/folder/S50_patch2021.sh.txt (DEAD LINK) - rename it
$ mv ./S50_patch2021.sh.txt ./S50_patch2021.sh - change permission
$ chmod 744 ./S50_patch2021.sh - run mtk-su and run the cript
# ./S50_patch2021.sh - reboot your phone
Don't forget to run your antivirus after reboot your phone. android is not save operating system.
XDA Forum https://xdaforums.com/t/solved-how-to-remove-android-downloader-4930-and-android-syringe-ad-system-application-on-evercoss-genpro-x-pro-s50-mt6735.4208933/