PeterCxy / Shelter

SThis repository is a mirror of https://gitea.angry.im/PeterCxy/Shelter
https://gitea.angry.im/PeterCxy/Shelter
GNU General Public License v3.0
2.31k stars 184 forks source link

Android 10 devices crashes every few minutes with Shelter installed #116

Closed konwin closed 4 years ago

konwin commented 4 years ago

Hello, I've got a Sony Xperia XZ2 compact with the newest Android 10 Build installed (52.1.A.0.532). When having Shelter installed the device reboots every few minutes. I've no app installed in Shelter. I made some logcats to try to figure out where the crash originates from, but could't "read" anything out of the logs. Here are some of them (obviously they always stop when the phone restarted): https://www.dropbox.com/s/4s9qvd702kigpl2/xz2_00_28.txt?dl=0 https://www.dropbox.com/s/8odrw01c5m08scw/xz2_00_23.txt?dl=0 https://www.dropbox.com/s/s0vb00n0ywvn6vv/xz2_00_20.txt?dl=0 https://www.dropbox.com/s/imc9xfs0kt1yjwx/xz2_00_19.txt?dl=0 https://www.dropbox.com/s/a0ycpl4hruj413h/xz2_00_15.txt?dl=0 https://www.dropbox.com/s/fkfn1y5mpb0yufh/xz2_00_13.txt?dl=0 https://www.dropbox.com/s/r0kl0l4hr3eneam/xz2_00_04.txt?dl=0 https://www.dropbox.com/s/jg3rrq65tv3pqp6/xz2_00_02.txt?dl=0

I have to meantion that I heavily debloated the phone. Maybe this behaviour could associated with that?! All other functions and apps run without a problem! Here is the list of apps I removed via adb shell pm uninstall -k --user 0 com.amazon.clouddrive.photos com.amazon.kindle com.amazon.mShop.android.shopping com.android.apps.tag com.android.bookmarkprovider com.android.chrome com.android.dreams.basic com.android.facelock com.android.hotwordenrollment.okgoogle com.android.hotwordenrollment.xgoogle com.android.musicfx com.android.partnerbrowsercustomizations.chromeHomepage com.android.providers.partnerbookmarks com.android.providers.partnerbookmarks.res.overlay_305 com.android.theme.color.black com.android.theme.color.green com.android.theme.color.purple com.android.theme.icon.roundedrect com.android.theme.icon.square com.android.theme.icon.squircle com.android.theme.icon.teardrop com.android.theme.icon_pack.circular.android com.android.theme.icon_pack.circular.launcher com.android.theme.icon_pack.circular.settings com.android.theme.icon_pack.circular.systemui com.android.theme.icon_pack.filled.android com.android.theme.icon_pack.filled.launcher com.android.theme.icon_pack.filled.settings com.android.theme.icon_pack.filled.systemui com.android.theme.icon_pack.rounded.android com.android.theme.icon_pack.rounded.launcher com.android.theme.icon_pack.rounded.settings com.android.theme.icon_pack.rounded.systemui com.android.wallpaper.livepicker com.android.wallpaperbackup com.android.wallpapercropper com.facebook.appmanager com.facebook.katana com.facebook.services com.facebook.system com.google.android.apps.docs com.google.android.apps.photos com.google.android.apps.tachyon com.google.android.apps.wellbeing com.google.android.calendar com.google.android.feedback com.google.android.gm com.google.android.googlequicksearchbox com.google.android.ims com.google.android.marvin.talkback com.google.android.music com.google.android.onetimeinitializer com.google.android.overlay.gmswellbeingconfig com.google.android.partnersetup com.google.android.printservice.recommendation com.google.android.syncadapters.contacts com.google.android.tts com.google.android.videos com.google.android.youtube com.google.ar.core com.google.ar.lens com.s.antivirus com.sony.tvsideview.videoph com.sonyericsson.crashmonitor com.sonyericsson.idd.agent com.sonyericsson.music com.sonyericsson.textinput.chinese com.sonymobile.android.addoncamera.soundphoto com.sonymobile.android.externalkeyboardjp com.sonymobile.anondata com.sonymobile.assist com.sonymobile.assist.overlay.fingerprint com.sonymobile.assist.overlay.tama com.sonymobile.assist.persistent com.sonymobile.coverapp2 com.sonymobile.deviceconfigtool com.sonymobile.dropbox.system com.sonymobile.dualshockmanager com.sonymobile.email com.sonymobile.enterprise com.sonymobile.enterprise.essservice com.sonymobile.enterprise.service com.sonymobile.intelligent.backlight com.sonymobile.intelligent.gesture com.sonymobile.intelligent.iengine com.sonymobile.intelligent.observer com.sonymobile.moviecreator com.sonymobile.pobox com.sonymobile.retaildemo com.sonymobile.scan3d com.sonymobile.smartcleaner com.sonymobile.support com.sonymobile.susrescheck com.sonymobile.synchub com.sonymobile.tvout.wifidisplay com.sonymobile.xperiaservices com.sonymobile.xperiatransfermobile com.sonymobile.xperiaxloops com.google.android.setupwizard com.sonyericsson.setupwizard com.sonymobile.themes.liquid.cid49.black com.sonymobile.themes.liquid.cid50.silver com.sonymobile.themes.liquid.cid51.green com.sonymobile.themes.liquid.cid52.pink com.android.theme.font.notoserifsource com.google.android.apps.messaging com.swiftkey.swiftkeyconfigurator com.touchtype.swiftkey com.touchtype.swiftkey.res.overlay

auz-jsm commented 4 years ago

What can I assure is that Shelter will completely run on devices that are part of the Android One program or those that are near-stock version of the android OS.

konwin commented 4 years ago

Hi, I think I found the problem. I narrowed it down to com.sonymobile.smartcleaner. When I remove this via adb and install shelter the phone will start rebooting every 2min! Maybe this will be helpful for somebody else!