Mahmud0808 / Iconify

Iconify lets you customize your Android 12+ device easily. Change icons, colors, shapes, and even the notification panel for a personalized look that suits your style.
GNU General Public License v3.0
1.89k stars 78 forks source link

SystemUI crashes to certain things after installing and removing. #540

Closed BurakSomuncu closed 3 months ago

BurakSomuncu commented 3 months ago

Describe the bug

I installed Iconify and deleted it after some time and after I deleted it (cleared settings, removed the app and deleted module) when Snapchat notification comes, SystemUI crashes. When I copy a long text (approx. 30 letters) while keyboard is open and click the little copied text icon (see attachments) (icon at the top left) SystemUI crashes.

Steps to reproduce

Steps to reproduce the behavior of the notification:

  1. Get notification from Snapchat
  2. See error

Steps to reproduce the behavior of the copied text:

  1. Remove Iconify Completely
  2. Copy a long text (keyboard need to be open)
  3. Click on the "Copied Text Icon"
  4. See error

Expected behavior

1st, when notification comes from Snapchat, everything should work normally

2nd, When you copy a long text and press the copied text icon, it should show the whole text.

Screenshots

Screenshot_20240710-150540_Discord

Device information

Additional context

I asked people if it does the same thing to people that's using the same ROM and Device if it's occuring and they said they have no problem. Is there any way I can delete the overlays in case it's not deleted?

DHD2280 commented 3 months ago

Overlays are deleted when you delete the module from Magisk (or KSU/Apatch). Please take a logcat so we can investigate if the problem is related to Iconify.

BurakSomuncu commented 3 months ago

@DHD2280 Not sure if this is the log but here you go.

log.zip

belalmuhamedd commented 3 months ago

Same problem after uninstall my phone is make soft reboot when i plugged headphones and before uninstalling and after it its make alot of systemui looping .. i hated the way its crashes alot and after uninstalling its affected the rom somehow .. Mi A2 lite (daisy) LOS21

Mahmud0808 commented 3 months ago

Delete both app and module. Iconify is 100% systemless. It can't do anything when it doesn't even exist on your phone.

BurakSomuncu commented 3 months ago

I already did. Perhaps, I accidentally wiped my phone's data and when I re-flashed the same ROM it got fixed. Not so systemless huh.

Mahmud0808 commented 3 months ago

It's open source project, instead of assuming things, go and check source code. Pin point the code which is making this behavior. I will look into it.

Mahmud0808 commented 3 months ago

Same problem after uninstall my phone is make soft reboot when i plugged headphones and before uninstalling and after it its make alot of systemui looping .. i hated the way its crashes alot and after uninstalling its affected the rom somehow .. Mi A2 lite (daisy) LOS21

Provide lsposed logs.

Mahmud0808 commented 3 months ago

@DHD2280 Not sure if this is the log but here you go.

log.zip

SearchTargetUtil: layoutType=short_icon_row resultType=131072 packageName=com.google.android.googlequicksearchbox extras=Bundle{suggestion_type=36,suggest_truncate_start=false,is_answer=false,is_entity=false,is_personal=true,suggest_raw_text=iconify systemui crash,input_query=android.app.search.Query@881914b,group_id=web20543228,response_id=df2faafe-9a8a-4a17-9bb9-30d09cab0978,support_query_builder=true,} searchAction=iconify systemui crash searchActionExtras=Bundle{learn_more_url=https://support.google.com/websearch/?p=delete_recent_history&hl=en,suggestion_action_text=Delete,should_start_for_result=true,allow_pinning=true,skip_logging_in_target_handler=true,suggestion_action_rpc=1,}ParentID: null targetID: a3ed9aae-7ed0-4621-8b08-2b79b80bc3fd

This is the only thing that reference iconify in your logs. And it's not a crash logs, it's debug log. Indicating which words are being suggested by the mentioned package named app. Not relevant with whatever crash you had.