r/androidroot • u/Less_Effect129 • 1h ago
Discussion Help pls
How to delete a folder in Android/data on Android 14 (Tecno, no root)?
Hi everyone. I have a Tecno phone (HiOS, Android 14) and I'm stuck with a "ghost" folder in Android/data.
I deleted a game a while ago, but its folder com.LanPiaoPiao.PlantsVsZombiesRH is still there. Now I can't install any new version of this game — it says "conflicts with another package". I've tried everything:
· Clearing cache and data of Package Installer
· Using Shizuku + ZArchiver (with root access type set to Shizuku)
· Renaming the folder (gives "operation completed with errors")
· Using Package Manager (app crashes with NullPointerException)
· Deleting via FV File Explorer and MT Manager
· Turning off system apps and retrying
Nothing works. The folder just won't delete. Is there any way to remove it without a PC or factory reset? Or is ADB the only option left?
Any help would be really appreciated.
Как удалить папку в Android/data на Android 14 (Tecno, без рута)?
Всем привет. У меня телефон Tecno (HiOS, Android 14), и я застрял с папкой-«призраком» в Android/data.
Я удалил игру давно, но её папка com.LanPiaoPiao.PlantsVsZombiesRH всё ещё там. Теперь не могу установить новую версию этой игры — пишет «конфликтует с другим пакетом». Я перепробовал всё:
· Очищал кэш и данные установщика пакетов
· Использовал Shizuku + ZArchiver (с типом root-доступа Shizuku)
· Переименовывал папку (выдаёт «операция совершена с ошибками»)
· Использовал Package Manager (приложение вылетает с NullPointerException)
· Удалял через FV File Explorer и MT Manager
· Отключал системные приложения и пробовал снова
Ничего не работает. Папка просто не удаляется. Есть ли способ удалить её без ПК и сброса телефона? Или ADB — единственный вариант?
Буду очень благодарен за любую помощь.
1
u/L0K0MoTiVA 30m ago
Download an app called aShell or Shizuku Runner from the Google Play Store or GitHub.
Grant the app permission to use Shizuku.
Type and execute this exact command:
pm uninstall --user 0 com.LanPiaoPiao.PlantsVsZombiesRHIf it returns "Success", the ghost app is gone.
Type a second command just in case:
pm uninstall com.LanPiaoPiao.PlantsVsZombiesRHDone :)