Search Results

Found 1 results for "47ec7ec265f7b373673a6c1ed28ce351" across all boards searching md5.

Anonymous ID: YEXdrNQZVietnam /pol/508269642#508309160
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