0

I would like to install logcat as system-app on a non-rooted phone.

Is that possible (using adb without root-access)?

Nils
  • 443
  • 4
  • 18

1 Answers1

5

No. A system app has to be either installed by root or signed with the same key that signed the ROM image.

Dan Hulme
  • 35,000
  • 17
  • 90
  • 155