Has anyone got OTA in December?
I am looking for a small OTA file. The link you provided is full OTA
Unexpected. Hope it fixes the System UI memory leakage.
You are trying to run the OTA over a custom ROM? Won't work.Scenario
-> custom aosp rom
-> stock kernel
-> without any google app (so no SystemUpdateServiceImpl service) I mean no system updater service
-> Have my own otaupdater.apk as system app
What I achieve:
-> Can download custom ota.zip from direct link using custom otaupdater.apk
-> In rooted device can reboot into recovery mode which take me to twrp recovery
What I failed to do:
-> can not write openrecoveryscript into system/cache/recovery/ directory
-> So no auto flash is happening
What I tried:
-> tried to set allow directory creation and file creation permission from within sepolicy/system_app.te
BUT FAILED
HELP NEEDED ...
So how do I provide otaupdate for my custom rom users with the option to get a auto flash after hitting the install Update button from updater.apk ?You are trying to run the OTA over a custom ROM? Won't work.
Best thing you can do now is flash the latest image with fastboot. You'll have a fresh clean install then.
I'm not sure what you mean by custom ota image, but to get to the latest stock version, you need to flash it clean, in your situation. Ota updates need a stock device to work.
You need scenario 6 from OP.
As far as I remember. Haven't had my N5 for a long time.![]()
Ah, it's an ota process for a custom ROM. Yes?So how do I provide otaupdate for my custom rom users with the option to get a auto flash after hitting the install Update button from updater.apk ?
It did not.Unexpected. Hope it fixes the System UI memory leakage.