I'm developing an app that will be included in the ROM of a phone vendor's new product. So this is the situation I'm facing:
- my app resides in /system/app;
- but the device is NOT rooted.
My question is, can my app somehow write into the /system folder? I know the system partition is usually read-only. Is it possible for my app to remount the system partition as read-write, write into it, and turn it back to read-only?