Tampilkan postingan dengan label malware. Tampilkan semua postingan
Tampilkan postingan dengan label malware. Tampilkan semua postingan

Google use backdoor to patch the malwares?

after malwares were found in the Android Market, Google is going to patch the affect devices "remotely", by installing some updates to your phone to clean up the device, and users do not need to do anything. so that means another backdoor?


more info

possible solution for the malwares affected Android phones

in short, if your phone is rooted, just create an empty file called profile under /system/bin/

in adb shell, change to root user and then do the followings:
touch /system/bin/profile; chmod 644 /system/bin/profile

notice that you may have to remount the /system partition as rw (with read/write permission) first by issuing the command:
mount -o remount,rw /system


more info and alternative solutions