Add support for e2nxx boards#3
Add support for e2nxx boards#3C457 wants to merge 1 commit intoTasssadar:masterfrom TeamRegular:master
Conversation
C457
commented
Mar 22, 2015
- LG Optimus F60 MS395 (mpcs) e2nam
- LG Optimus F60 (videotron) e2nac
- LG LS660 Tribute (boost/sprint/vm) e2nas
- LG Transpyre (vzw) e2nav
* LG Optimus F60 MS395 (mpcs) e2nam * LG Optimus F60 (videotron) e2nac * LG LS660 Tribute (boost/sprint/vm) e2nas * LG Transpyre (vzw) e2nav
|
This seems very similar to match-shamu, do those devices not work with that code? |
|
I'll definitely give it a go. I noticed all boards except e2nam, which is what I have , have locked boot loaders and need their image to be bumped/signed with a python script. After mrom is injected it breaks the signature, and it needs to be signed again. Is their a way to use this script in twrp and mrom so that the image is resigned after injection? I want to make sure all variants are compatible before submitting a new pull request . https://github.com/TeamRegular/android_device_lge_e2nxx-common/blob/cm-12.0/bump/bump.py |
|
Sure, you just have to port that script to C. If you're using newest MultiROM, then the place to add it is here https://github.com/Tasssadar/multirom/blob/master/lib/inject.c#L170 or modify libbootimg (the lib which handles packing & unpacking of boot images) directly. |