After debloat all google app it stuck on logo, how can i reinstall packges?
If you could boot:
Remove the apps you shouldn't have to debloat from DebloatList in SystemlessDebloaterList.sh, and then 'install' this module again.
On the next reboot, only the apps from your edited DebloatList (processed at the time of re-installing the module) will be debloated, the others will be un-debloated
Or disable or uninstall the module and reboot.
All system apps will be un-debloated
---
However, since you cannot boot now, use TWRP and its File Explorer, go to
/data/adb/modules/SystemlessDebloater/
and put there an (empty) file named exactly:
disable
That will disable the module and next time you reboot, all system apps will be un-debloated
Then edit the DebloatList and re-install the module again
---
There are two other options to disable a module (any module)
Go to the official Magisk GitHub and read the Wiki:
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
Find there a chapter about disabling/uninstalling modules:
a) by use of booting to Android Safe mode (later when you reboot to system, all Magisk modules will be disabled)
b) or by use of
adb wait-for-device shell magisk --remove-modules
(not sure if that's the correct command - read that Magisk Wiki)
Once the module is disabled, system will boot with all your system apps un-debloated
--
If you uninstall Magisk, all modules will be uninstalled, hence also this one, and your apps will be un-debloated, too
Also, if you just flash your original boot.img (without the Magisk patch), system will boot without Magisk, hence also without the module(s) and therefore with all your system apps un-debloated
(But next time you boot with Magisk, Magisk will find and initialize all the module(s) and therefore your system apps will be debloated again per your previous wrong DebloatList)
As a last resort, Factory reset or wiping the Data partition will also delete the module (actually, all Magisk modules) and you will boot then with all the system apps un-debloated
---
Anyway, as stated in the post #1, debloat the apps on your own responsibility
With the crucial system apps debloated, the system may no more boot
If you have TWRP, you can 'fix' it easily
But if there is no proper custom recovery available for your device, you're in troubles and your best bet will be disabling the modules by one-time booting to Android Safe mode or by the mentioned adb command (but those Magisk tricks are not full-proof and may not work on all devices)
Or, in the worst case by Factory reset (wiping Data)