Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for e2nxx boards #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for e2nxx boards #3

wants to merge 1 commit into from

Conversation

C457
Copy link

@C457 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
@Tasssadar
Copy link
Owner

This seems very similar to match-shamu, do those devices not work with that code?

@C457
Copy link
Author

C457 commented Mar 22, 2015

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

@Tasssadar
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants