0

My phone is an unrooted Oppo A1K running Android 9.0. Yesterday when removing bloatware from my phone, I accidentally uninstalled a system app using the adb command;

when I Open MY PHOTOS and click on send or share option in my photos, app automatically crashes I Don't want to factory reset my device. Please tell me another way...

  • On unrooted devices the adb pm uninstall command can not really uninstall a system app, only disabling it, so the apps should still be there. You should be able to list them and then you should able to re-enable them using adb shell pm enable PACKAGE – Robert Mar 13 '24 at 16:01
  • @Robert, shouldn't this be an answer? – Rohit Gupta Mar 14 '24 at 02:35
  • @RohitGupta As the question does not include the exact commands used to disable the packages I wasn't sure if the pm enable commands works in all situations. – Robert Mar 14 '24 at 07:54

0 Answers0