LG v10 h901 repos - T-Mobile LG V10 Android Development

I found my old lg v10 h901 (tmobile) device tree and and vendor. Also @Eliminater74 has a v10 repo. I wanted to share all of our work so maybe someone out there can get this device on lineage os 14.0/.1/15.0/15.1.
https://github.com/aclegg2011/proprietary_vendor_lge_h901/import
https://github.com/aclegg2011/android_device_lge_h901
https://github.com/aclegg2011/android_device_lge_v10-common
https://github.com/LG-V10
it might be easier to take the v20 device tree and convert it to work on the v10. Anyways, here you guys go. And good luck!

Related

For V500 users. Roll your own kernel

I have had many requests to build a kernel for the Lg G pad V500 but am unable to do so because I do not have the device to test my kernels out on, and I don't release anything unless it's bulletproof.
But! here is a solution for those who would like to try. I posted a howto on building your own kernel, and just now posted the changes required for the V500 kernel compile to work. I would love to see someone step up to the plate to develop a kernel for the V500.
Here is the link: http://forum.xda-developers.com/showthread.php?p=49873513#post49873513
Best Regards, sleekmason

can the LG G4 marshmallow source be ported to LG G2?

can anybody who has seen the LG G4 source on LGE site comment whether this can be easily ported to the G2 ? or are there binary blob dependencies that make it impossible ?
sandys1 said:
can anybody who has seen the LG G4 source on LGE site comment whether this can be easily ported to the G2 ? or are there binary blob dependencies that make it impossible ?
Click to expand...
Click to collapse
I don't have much idea about development but i think port is partially possible since both are of same OEM. Its been a while and i don't see any surprises here on XDA about G4 port. Its like development has been stopped. But i am putting all my faith on our beloved Cloudyfa that he has something more in his kitchen and cooking something.:fingers-crossed::highfive:
I was really Hoping someone would ask about this. It has been a lot of time since Cloudyfa pushed an update to Cloudy rom And after that The progress has been almost stopped. I hope some dev starts working on a G4 port. I have an F320 so I cant go for cm13 yet.
it's not possible unfortunately, they're both G series, but that's the only common thing in them. Maybe some apps can be ported, or a CM-based g4 style (only themed because of the framework) rom can be made, but that's all.
And last time I checked Cloudyfa hasn't posted anything since Cloudy 3.3, so I'm not sure if he will ever come back.
Sent from my LG-D802 using XDA Free mobile app

[Request] Lg g3 d855!

Anyone able to port it to lg g3 d855?
I don t think that our g3 will never run sailfish os!:"(
I'm interested in porting to my LG G2, but to know how to program any of my teachers, and univewrsidad, are interested in free software, and good with my English'm in the middle point, trying to finish and guides in English make me dizzy and do not even know how to start.
They want to help me start the porting ....
See if someone guide me.
opensource.lge.com/osSch/list?types=ALL&search=d805
I imagine there are the driver of the phone, if I'm not mistaken.
Maybe if our LG g3 would get unlocked.
Sorry, due to clutter, port requests do not belong here.
Thread closed.

Need help wrapping my head around building AOSP for HTC One M9

Hey folks,
I know most people have already given up on this phone because it didn't sell well and doesn't have much support. But like the rest of us still browsing this forum, I still have my M9 and still believe it can be improved. I am currently working on a project to build a clean AOSP rom (without any kinky modifications, just a nice stock rom built directly from the AOSP sources.)
I've never undergone such a project, and I've been reading a lot about the steps necessary to realize this goal. I've been following Sony's excellent AOSP building guide so far. I have the android sources downloaded, all I'm missing are the proprietary files (from the device itself, most likely) and the ability to set up the proper device trees/manifests. I was planning to use the Cyanogenmod device tree because a lot of work has gone into it and, given that my M9 is currently running one of the CM13 nightlies, is pretty stable and works with new device firmwares. I know there is already a guide on the Cyanogenmod wiki for building CM for the M9, but I am not building CM at all, I want to build a 100% stock AOSP rom.
Can anybody help me proceed from here? I've downloaded the https://github.com/CyanogenMod/android_device_htc_hima-common tree and put it into device/htc/himaul but I'm not sure where to go from here. The extract-files.sh script does not work (because there is no CM helper script). Does anyone have any experience with this sort of thing?
Thank you very much in advance. I hope this will help everyone as I know many people have been looking for a non-CM AOSP rom for this phone (some do not agree with CM design philosophies). I definitely plan to share this rom and write a guide to help other projects when this is figured out.
I look forward to hearing back,
vivremetrique
Hi, I have no idea on doing roms, but you could help be your tester ...
whatever you need, talk me
---------- Post added at 10:22 PM ---------- Previous post was at 10:19 PM ----------
It would be good to make a ROM Nougat if possible
AOSP 100% and cyanogenmod device tree are totally different
I don't know what does it take to have a full aosp working rom, but I'm sure that CM code has nothing to do with it.
anyway, with the right work it shouldn't be so hard since m9 shares hardware with nexus 6p...
Frug01 said:
[/COLOR]It would be good to make a ROM Nougat if possible
Click to expand...
Click to collapse
Yes, the sources I will be building from will be Nougat sources (7.1 experimental sources). Thank you for offering to test once this is done.
throcker said:
AOSP 100% and cyanogenmod device tree are totally different
I don't know what does it take to have a full aosp working rom, but I'm sure that CM code has nothing to do with it.
anyway, with the right work it shouldn't be so hard since m9 shares hardware with nexus 6p...
Click to expand...
Click to collapse
I mean the operating system will be 100% AOSP, but obviously since this is not a Nexus/Pixel device the device tree will not be included in AOSP... The device tree/proprietary files have nothing to do with the actual user experience, they are simply needed for support of the hardware/stock kernel if desired/camera or wireless firmware. I don't see the sense is rewriting these from scratch given the time and effort already put into them by CM devs/those in the Cyanogenmod threads in this forum.
It would be great if some of you could help gather helpers for this project. It seems that properly setting up the device and getting ready to build the rom are all that is missing, so I'm hoping this goes relatively quickly.
So I believe I've made some progress. I downloaded the htc vendor files, the htc msm8994 kernel files, the hima-common tree, and the himaul tree. There is still something missing, because running the "lunch" command warns that it cannot locate the config makefile.
I found references to cm in cm.mk in device/htc/himaul/cm.mk but I don't know what to replace them with and I don't want to download the whole CM source tree as well.
Can anyone shed some light on this issue?
I can't help you, but that is a very good idea! Hope you can solve this issue.
Nice project, I would love to see AOSP Nougat on our M9! I'm not a dev who could help you with the building process, but maybe the dev of the CM14 port for M8 could give you an advice. Good luck!
I think you are underestimating the efford and skills it needs. Even with official Kernel Source released it took some really effort to make for example the camera work. If you don't know hot to setup a device tree for an existing rom, then I feel the skills required exceeding the ones you have. I don't want to offend you, but maybe it's better to take a step back an learn how to add this to an AOSP Marshmallow rom, instead of thinking about porting it to Nougat. If it would be that easy, wouldn't a ready to use Nougat Version of any other popular Rom for the m9 be out already?
Any telegram group of One M9???
Enviado desde mi HTC_M9u mediante Tapatalk
Adromir said:
I think you are underestimating the efford and skills it needs. Even with official Kernel Source released it took some really effort to make for example the camera work. If you don't know hot to setup a device tree for an existing rom, then I feel the skills required exceeding the ones you have. I don't want to offend you, but maybe it's better to take a step back an learn how to add this to an AOSP Marshmallow rom, instead of thinking about porting it to Nougat. If it would be that easy, wouldn't a ready to use Nougat Version of any other popular Rom for the m9 be out already?
Click to expand...
Click to collapse
That effort would.not be wasted. Once the solution to the camera problem is solved, it's solved for all versions, not just Marshmallow. We can reuse the kernel source and firmware blobs in N. I reckon that we don't have a rom because nobody is working on it.
If it would be that easy, why isnt there an official (or even inofficial) cm 14 for m9 out, as it already got an official cm 13? If everything you needed would be to just switch everything else to cm 14 and reuse the mm kernel source and blobs?
Adromir said:
If it would be that easy, why isnt there an official (or even inofficial) cm 14 for m9 out, as it already got an official cm 13? If everything you needed would be to just switch everything else to cm 14 and reuse the mm kernel source and blobs?
Click to expand...
Click to collapse
Because there is almost zero demand for one. People in the CM13 thread are actively discouraged from even mentioning CM14. How can we develop the ROM if we don't have anybody working on it?
Given CM's automated device tree preparation system, I doubt it would take more than a simple source tree update to Nougat to start compiling a 7.x ROM (whether it works perfectly or not, it would be a start).
Well then I would say, a way to start might be to try compile a booting cm 14 for the m9. Last time I looked there has been at least a device tree prepared for cm 14. I guess that would be the easiest way to test, if you might be succesfull with it
Any news @vivremetrique ? Or did you drop the project?
While it is possible to build cm14.1 for the M9, I was unable to make it see the sim card after days of trying. something in libril or possibly the firmware I have makes it not work.
Trainwr3ck said:
While it is possible to build cm14.1 for the M9, I was unable to make it see the sim card after days of trying. something in libril or possibly the firmware I have makes it not work.
Click to expand...
Click to collapse
If it is the same Problem I had with a CM13 based rom, then the build.prop is missing some Values to detect network. I took them from a working one and put them in the BoardConfig by hand
can't help, but my hopes are so high for this one!

LG H815 Status

Hello,
I have just decided to give Lineage OS a go on my LG G4, and I have noticed that it is no longer maintained due to a bug in the encryption.
Is this the only reason that it is no longer maintained (I don't mind building it unofficially and using it if this is the only bug)
Thanks
ThePiGuy said:
Hello, I have just decided to give Lineage OS a go on my LG G4, and I have noticed that it is no longer maintained due to a bug in the encryption. Is this the only reason that it is no longer maintained (I don't mind building it unofficially and using it if this is the only bug). Thanks
Click to expand...
Click to collapse
I don't have this device but, I do see the explanation regarding the following Official LineageOS thread for your device.
https://forum.xda-developers.com/showthread.php?t=3477475
It looks like there's hope based upon the following Official LineageOS Github commits for this device. It looks like it's actively being worked on.
https://github.com/LineageOS/android_device_lge_h815
As an alternative, the following thread is for an Unofficial release of the LineageOS for your device.
https://forum.xda-developers.com/showthread.php?t=3704019
Keep your head up high and Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE

Categories

Resources