Want to update my android version myself. The phone manufacturer isn't providing any updates. Is there a way to update from Jellybean to kitkat manually? I'm using Micromax A76 Canvas Fun. Currently on Jellybean 4.2.2
-
What kind of phone do you have? Possible your model doesn't plan to upgrade Android versions. – New-To-IT Mar 05 '15 at 20:46
-
Your question will most likely get flagged, without the necessary info like New-To-It suggested, as being too broad (vague). Please edit your question so it can be answered properly. – HasH_BrowN Mar 05 '15 at 20:59
-
I'm using Micromax A76 Canvas Fun. Currently on Jellybean 4.2.2 – Rouf Rafiq Mar 05 '15 at 21:12
-
@RoufRafiq You need to search for a custom ROM that is built on Android 4.4.x Kitkat, e.g. Cyanogenmod, MIUI, etc. Once you find it, you need to flash your Stock Recovery with a custom recovery like TWRP, Clockworkmod, etc. You can do the flashing using ADB or your choice of tool provided that it has your phone drivers. Then, you need to sideload your custom ROM through your custom recovery that you installed just now. If everything is good, your device will be running on Kitkat in no time. – Firelord Mar 05 '15 at 23:04
1 Answers
Custom ROMs (the unofficial ROMs made by the community) are usually mostly made for popular phones (there are usually more developers), so obscure OEMs like Micromax usually don't get custom ROM ports. Safest place to look for phone modding and customizing is Xda-Developers, if you find a suspicious site that claims to have ported KitKat (in this case), it's usually too good not to appear on xda, in other words, it's probably fake.
Android ROM needs to be tailored for each specific model, you can't just, for example, go somewhere and download the universal Android update and install it on your phone. You can always try to port CyanogenMod (the most popular custom ROM) to your device, but the process is rather complex and you'll have to learn a lot of things before you get to do such feat.
In case you find a ROM, you'll need to have your bootloader unlocked, so that you can install custom recovery image that will let you get into recovery mode (similar to BIOS on the PC), from where you can install actual ROM files, after which the flashing process is done.

- 759
- 8
- 25
-
But your answer is incomplete accounting the question here
How to manually flash your android device?
. – Firelord Mar 05 '15 at 23:17