MeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 4 days agoWhere can I install MicroG?message-squaremessage-square29fedilinkarrow-up110file-text
arrow-up110message-squareWhere can I install MicroG?MeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 4 days agomessage-square29fedilinkfile-text
minus-squaresoftotteep@pawb.sociallinkfedilinkEnglisharrow-up1·4 days agoWait, you removed system apps on a Samsung phone? How?
minus-squareMeowerMisfit817@lemmy.worldOPlinkfedilinkarrow-up1·4 days agoBrevent. Command was something like pm user uninstall or… I keep forgetting it :(
minus-squaresoftotteep@pawb.sociallinkfedilinkEnglisharrow-up1·4 days agoBrevent looks to me like an app to help you force stop other apps. How did you use it to run adb commands?
minus-squareMeowerMisfit817@lemmy.worldOPlinkfedilinkarrow-up1·4 days agoYou tap the upper left corner (3 lines), then “Execute Command”. Then, you type in the command and press enter.
minus-squaresoftotteep@pawb.sociallinkfedilinkEnglisharrow-up1·4 days agoAlso, pm user isn’t a valid command. Did you mean pm disable-user PACKAGE_OR_COMPONENT?
minus-squaresoftotteep@pawb.sociallinkfedilinkEnglisharrow-up1·4 days agoIf that happens to be the command you ran, then all you’ve done is disable google play services. You should run pm enable com.google.android.gms to get it running again.
Wait, you removed system apps on a Samsung phone? How?
Brevent. Command was something like pm user uninstall or… I keep forgetting it :(
Brevent looks to me like an app to help you force stop other apps. How did you use it to run adb commands?
You tap the upper left corner (3 lines), then “Execute Command”. Then, you type in the command and press enter.
Also,
pm userisn’t a valid command. Did you meanpm disable-user PACKAGE_OR_COMPONENT?If that happens to be the command you ran, then all you’ve done is disable google play services. You should run
pm enable com.google.android.gmsto get it running again.