0

I want to be able to take any version of Android ROM from any device, decompile it, remove certain packages (browser, Google Play, etc), and then recompile it, just without those packages. So it would be the exact same, but those packages would not be part of the new version of Android ROM.

How could I do that?

Andrew T.
  • 15,988
  • 10
  • 74
  • 123
Kovy Jacob
  • 77
  • 4
  • Do don't need to decompile or recompile anything. As you need an bootloader unlocked device (otherwise you can not modify anything on the system) you can boot into a custom recovery ROM that allows you to modify the system partition, or you root the phone then you can modify it from within Android itself. Note that deleting system packages can brick your system (and then requires a fresh installation of a working ROM). – Robert Jun 10 '22 at 11:47
  • That sounds super complicated - I have to figure out how to do that. – Kovy Jacob Aug 02 '22 at 03:41
  • @Robert Where would be a good place to start learning how to do that? – Kovy Jacob Aug 02 '22 at 03:42
  • As good a place to start as any is with the Android Documentation i.e. https://source.android.com/setup/build/building – Archerbob Aug 11 '22 at 17:03

0 Answers0