If i wanna make a kosher rom but i still i wanna be able to update the apps what is the best way to do that?
Like custom app store (would love to know how to build that) but if apk installation is disabled it won’t work
Or how can i make that when user updates his phone at software update it s should update my custom rom with update I’ll provide
That is not a small question. Wrong topic, maybe?
This definitely deserves a thread
Gotta build the ROM from source, and update your source changes via the OTA update component.
But you can do it the cheesy way, make the guy download and DD push a super every time… 4GB each…
@A.I.V נכון?
Tried, had no luck with OTA. Ended up just building an app that has root and can update whatever I need and install whatever apps I want. Basically the same thing
You built an ROM from source?
The cheesy way.
Check if there’s an update:
- Firebase?
- how often?
- user confirmation?
- Json for version control?
Me and someone else…
Then make a commit update - convert to payload.bin via brillo_update_payload, and put it on firebase… route the update component in settings to it. what’s so hard?
i mean, you gotta update the vbmeta for the new partition size hash, but that’s it…
It was a while ago, will look into it. Thanks
What device are you trying to make one for?
I am looking to do that for cat s22
or sh. script that run the changes (for example, cp -r MtkSettings.apk /system/system-ext/priv-app/MtkSettings/MtkSettings.apk)
Yeah that’s basically what I do
thats in the image. (step 8)
downloads zip
runs .sh