Search Results
6/22/2025, 11:17:58 AM
>>508269642
SOLUTION
1- Download "Packtage Name Viewer" app on your infected device: https://play.google.com/store/apps/details?id=com.csdroid.pkg&pli=1
2- Use “P N V" app to find the appcloud package name (e.g.: com.aura.oobe.samsung.gl. ...)
3- connect your android device (in usb debugging mode) to your wired PC.
4- type “cmd” in the address field of the open folder where adb.exe is stored.
5- in cmd, type: adb start-server
6- still in cmd, type the command: adb.exe devices
7- when your Android appears in the cmd window, type: adb shell
8 cmd in shell mode type the command: pm uninstall -k --user 0 [package name]
e.g.: pm uninstall -k --user 0 com.aura.oobe.samsung.gl
9- and finally type: adb kill-server
SOLUTION
1- Download "Packtage Name Viewer" app on your infected device: https://play.google.com/store/apps/details?id=com.csdroid.pkg&pli=1
2- Use “P N V" app to find the appcloud package name (e.g.: com.aura.oobe.samsung.gl. ...)
3- connect your android device (in usb debugging mode) to your wired PC.
4- type “cmd” in the address field of the open folder where adb.exe is stored.
5- in cmd, type: adb start-server
6- still in cmd, type the command: adb.exe devices
7- when your Android appears in the cmd window, type: adb shell
8 cmd in shell mode type the command: pm uninstall -k --user 0 [package name]
e.g.: pm uninstall -k --user 0 com.aura.oobe.samsung.gl
9- and finally type: adb kill-server
Page 1