if my device is not listed - CM10 - XDA-University

Hi all,
I hope this is the right section. I carefully read the xda university to build android from source. I'm really noob about this so my question is: if my device (liquid metal) isn't listed after type the command "lunch" what can I do? Cm10 doesn't exists for my device so I want to try to port it, but I know this is a big effort for me.
I hope devs can help me..
thanx

pinco78 said:
Hi all,
I hope this is the right section. I carefully read the xda university to build android from source. I'm really noob about this so my question is: if my device (liquid metal) isn't listed after type the command "lunch" what can I do? Cm10 doesn't exists for my device so I want to try to port it, but I know this is a big effort for me.
I hope devs can help me..
thanx
Click to expand...
Click to collapse
You need to create a device vendor tree, and work out all the bugs. That's not easy.

thanks for your reply!
So I can't use, for exemple, the device vendor tree for CM9? In fact there's a zip of cm9 by Lens_Flare with "only" data e camera bugs..

pinco78 said:
thanks for your reply!
So I can't use, for exemple, the device vendor tree for CM9? In fact there's a zip of cm9 by Lens_Flare with "only" data e camera bugs..
Click to expand...
Click to collapse
You could look at bringing it up to CM10, but that won't be simple - a lot changed from ICS -> JB, so you'll likely be looking for new hardware drivers etc. But you can give it a shot

Is there a tutorial for porting CM series (i mean a complete tutorial) ?
Sorry for bad english
Sent from my GT-S6500D

Related

Camera CM9

Hello everyone,
I am trying to get the camera work on CM9 but it doens't work! so if anyone can help me that would be Great and one last question can we use the camera drivers from the official TAB 7.7 ICS firmware?
using also this: http://forum.xda-developers.com/showthread.php?t=1651530
EDIT:
First fix doesn't work
EDIT:
Trying to do the kernel work now!
EDIT:
There is no boot.img file in the official samsung rom! (4.0.4)
Decompile the 7.7 kernel, find the driver for the camera, pull that section of code, recompile the cm9 kernel with the new driver.
FlanFlinger said:
Decompile the 7.7 kernel, find the driver for the camera, pull that section of code, recompile the cm9 kernel with the new driver.
Click to expand...
Click to collapse
Downloading 7.7 Firmware now after that i will decompile kernel and find the driver for the camera i will pull that to the cm9 kernel and recompile it wish me luck! PS Where to find the kernel in the Boot.img Or am i wrong?
You've got the source code for ICS on the 7.7 ?
FlanFlinger said:
You've got the source code for ICS on the 7.7 ?
Click to expand...
Click to collapse
No can you give me?
Yeah sure, here you go
FlanFlinger said:
Yeah sure, here you go
Click to expand...
Click to collapse
You don't know what you are saying man! im just trying something and you do this
I will never come back on this thread again (Galaxy Tab 8.9)
You guys are just Crazy To say im having ADHD you don't know what that means i think so im the calmest person here now
No need for that language
But lets just clear a few things up shall we......
You are going to reverse engineer (as you have no source code) about 6mb of data from the 7.7 kernel, find all the relevant parts that drive the camera and then use that to recompile the CM9 kernel to get the camera working.....
This is you whose only dev experience is taking a few apps out of a stock rom, repacking it, releasing it WITH NO CHANGELOG and then shortly after deleting the contents of your release post.
FlanFlinger said:
No need for that language
But lets just clear a few things up shall we......
You are going to reverse engineer (as you have no source code) about 6mb of data from the 7.7 kernel, find all the relevant parts that drive the camera and then use that to recompile the CM9 kernel to get the camera working.....
This is you whose only dev experience is taking a few apps out of a stock rom, repacking it, releasing it WITH NO CHANGELOG and then shortly after deleting the contents of your release post.
Click to expand...
Click to collapse
Im now busy with Porting Bindroid rom from galaxy tab 10.1 section i have permission from him is that also not good or can i do that?
safariking said:
Im now busy with Porting Bindroid rom from galaxy tab 10.1 section i have permission from him is that also not good or can i do that?
Click to expand...
Click to collapse
What I've just put in bold is what's really important. Sure, as long as you're willing to fix bugs the community reports because ports usually contain bugs since they are mostly not using native code.
nirogu325 said:
What I've just put in bold is what's really important. Sure, as long as you're willing to fix bugs the community reports because ports usually contain bugs since they are mostly not using native code.
Click to expand...
Click to collapse
Off coarse i will do that
I just wanna save you the trouble since it's not doable, especially not by you. Stop trying and wait for an official 8.9 ICS, only then we would be able to get the camera working.

Trying to port CM10

Hey guys,
I plan to port CM10 to this device. I have heard about several problems related to the Intel CPU including Moto libs, drivers, etc.). Anyone who tried that already, can you please report your exeriences here?
I guess a good starting point would be to rebuild several libs, trying to run the CM Framework "on top" of the Moto "baserom". Can still follow my point? Sorry, I don't speak enough English to explain my plan more detailed..
Did Moto already release Rom sources? As I heard the kernel source was released so Matt was able to unpack the kernel, am I right?
Thanks in advance!!
Kernel sources
Moto already released the kernel sources. You can find the in github
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/
As far as i know, devs had been tryng to use the sources, but there's always build problems.
Although, i dont know anybody that have tried with the 9.8.2I-50_SMI-26 kernel, supposedly of Jelly Bean.
I cant help you much more, im not a dev ):
i wish u could bring Cyanogenmod to the Razr i.....theres not much i can help with, but i wish you luck!!
By the title, I tought it really was a CM10 ROM ready to be downloaded... oh well, i'll keep searching...
AW: CM10 port
Sorry for confusion here. But there is nor CM10 for this device out there. That's why I want to do this.
XT910 - Stock System: D-WiZ 2.0.4 / 2nd System: Moto Jelly Bean
dtrail1 said:
Sorry for confusion here. But there is nor CM10 for this device out there. That's why I want to do this.
XT910 - Stock System: D-WiZ 2.0.4 / 2nd System: Moto Jelly Bean
Click to expand...
Click to collapse
Good luck, keep us informed on your progress.
Re: CM10 port
dtrail1 said:
Hey guys,
I plan to port CM10 to this device. I have heard about several problems related to the Intel CPU including Moto libs, drivers, etc.). Anyone who tried that already, can you please report your exeriences here?
I guess a good starting point would be to rebuild several libs, trying to run the CM Framework "on top" of the Moto "baserom". Can still follow my point? Sorry, I don't speak enough English to explain my plan more detailed..
Did Moto already release Rom sources? As I heard the kernel source was released so Matt was able to unpack the kernel, am I right?
Thanks in advance!!
Click to expand...
Click to collapse
Best of the luck!!
If you wanna i can tested it anytime
Enviado desde mi XT890 usando Tapatalk 2
dtrail1 said:
Sorry for confusion here. But there is nor CM10 for this device out there. That's why I want to do this.
XT910 - Stock System: D-WiZ 2.0.4 / 2nd System: Moto Jelly Bean
Click to expand...
Click to collapse
Well... you can use the french Jelly Bean firmware as the base for CM10... it's rolling right now!
Please change the title so that it is not misleading.
All needed files for a running x86 motorola jb rom should be found here:
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/
AW: CM10 port
This will take a while... I have to work on other projects too. This project is difficult as I'm working almost blind... No RAZR I device.
The Moto jb could be a solution..
Someone has sent me a PN to tell me about this update. I have to apologize because I thought he was talking about the RAZR.
XT910 - Stock System: D-WiZ 3.0.2 / 2nd System: D-WiZ 4.2
Hello !
Bought a razr i few days ago to replace my old Xperia x10 that I'll keep to continue dev cm10 and other stuffs on it...
Think I'll be able to port cm10 on razr but it'll take time....started working on razr JB rom. The whole framework needs to be modded and maybe the kernel ramdisk...then it'll be a "simple" port with "cm look "
But... If razr i device sources can be available then a real cm10 build from sources could be done.
Read things have been already done for that by turl1
Let's see
Sent from my X10i using xda app-developers app
Tof37 said:
Hello !
Bought a razr i few days ago to replace my old Xperia x10 that I'll keep to continue dev cm10 and other stuffs on it...
Think I'll be able to port cm10 on razr but it'll take time....started working on razr JB rom. The whole framework needs to be modded and maybe the kernel ramdisk...then it'll be a "simple" port with "cm look "
But... If razr i device sources can be available then a real cm10 build from sources could be done.
Read things have been already done for that by turl1
Let's see
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
The best luck of the world!! , if you want a tester, i offers mi device
Enviado desde mi XT890 usando Tapatalk 2
Tof37 said:
Hello !
Bought a razr i few days ago to replace my old Xperia x10 that I'll keep to continue dev cm10 and other stuffs on it...
Think I'll be able to port cm10 on razr but it'll take time....started working on razr JB rom. The whole framework needs to be modded and maybe the kernel ramdisk...then it'll be a "simple" port with "cm look "
But... If razr i device sources can be available then a real cm10 build from sources could be done.
Read things have been already done for that by turl1
Let's see
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
Check with hiemanshu. He has an almost working Liquid Smooth, shouldn't be too different and a good starting point, I imagine.
Just a few news about cm10 compiling ...
Had a little free time and managed to download sources from motorola, implement them in cm10 sources ... and fixing few errors ...
Started a build with Motorola instructions ...
Facing few problem with toolchain that are different for x86 ... didn't had time to go further .
Will post again later to tell you about progress ... if there are some
Tof37 said:
Just a few news about cm10 compiling ...
Had a little free time and managed to download sources from motorola, implement them in cm10 sources ... and fixing few errors ...
Started a build with Motorola instructions ...
Facing few problem with toolchain that are different for x86 ... didn't had time to go further .
Will post again later to tell you about progress ... if there are some
Click to expand...
Click to collapse
Great to hear
Did you check the latest source files and the link to the google x86 toolchain?
http://forum.xda-developers.com/showpost.php?p=37582451
best regards
It's a very good news for all of us. I also have change from Sony xperia sola to this wonder and i also are considering make roms for this, but before there is a couple of things that i want to know: 1. where i could find a technical description of the SoC of this phone? 2. Anyone knows how this phone make the boot up?.... Maybe i could help a little bit in Dev department
Enviado desde mi XT890 usando Tapatalk 2
AW: Trying to port CM10
Tof37 said:
Hello !
Bought a razr i few days ago to replace my old Xperia x10 that I'll keep to continue dev cm10 and other stuffs on it...
Think I'll be able to port cm10 on razr but it'll take time....started working on razr JB rom. The whole framework needs to be modded and maybe the kernel ramdisk...then it'll be a "simple" port with "cm look "
But... If razr i device sources can be available then a real cm10 build from sources could be done.
Read things have been already done for that by turl1
Let's see
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
Am I right? You want theme the stock rom that it looks like CM10? That is not a port and no CM10. There chooser won't work then and some other stuff too.
I think we should try working together to bring this project up to work. What do you think?
XT910 - Stock System: D-WiZ 3.0.2 / 2nd System: D-WiZ JBX 1.0
AW: Trying to port CM10
Tof37 said:
Just a few news about cm10 compiling ...
Had a little free time and managed to download sources from motorola, implement them in cm10 sources ... and fixing few errors ...
Started a build with Motorola instructions ...
Facing few problem with toolchain that are different for x86 ... didn't had time to go further .
Will post again later to tell you about progress ... if there are some
Click to expand...
Click to collapse
Good news! Usual tool chain won't work with Intel architecture... But I guess it could work with gcc/normal make by just editing the makefiles - if you want to build the whole rom it should be OK with some modifications. What do you think about working together?
XT910 - Stock System: D-WiZ 3.0.2 / 2nd System: D-WiZ JBX 1.0
dtrail1 said:
Good news! Usual tool chain won't work with Intel architecture... But I guess it could work with gcc/normal make by just editing the makefiles - if you want to build the whole rom it should be OK with some modifications. What do you think about working together?
XT910 - Stock System: D-WiZ 3.0.2 / 2nd System: D-WiZ JBX 1.0
Click to expand...
Click to collapse
Hello!
Yes with gcc/normal make it works with cm roms I use brunch command which works too
Took turl1's repo as base for the device and build environnement is ok.
Now it needs Motorola stuffs... The build stopped cause there are no include yet.
Will update my repo with what I've done so that we could work together
And yes building from sources is the best way to get better things
Sent from my X10i using xda app-developers app

[ Guide / Script ] Auto-Porter

WINDOWS
Note: Tested on Windows 8
1) 7-Zip
2) Winmerge
3) Notepad++
4) Java SE Development Kit
5) Place on your Desktop in a folder.
This script comes with instructions for each step, It is the MIUI auto-porter modified for general use with CM10 based roms.
It will say a bunch of stuff about MIUI on the splash-screen at the start, Ignore it.
Any Rom that uses CM10 as a base can be ported to this device using this script.
Download: Auto-porter
I know It's not a new rom update but I figured you folks would like it better, to test it out go to AvatarRoms site or some other CM10 based rom and try your hand at porting!
Some roms will have TW framework or other things like this and that must be taken care of manually, so for more complex ports you will need a good understanding of how to port and diff and xml editing and so on; but for very basic things or to create a quick port to assess what kind of potential work would need to be done, how compatible your device is with a base; this is a good place to start.
Hello
We can port any rom based on CM10 with this ? Like Paranoid Rom ??
Fekajo said:
Hello
We can port any rom based on CM10 with this ? Like Paranoid Rom ??
Click to expand...
Click to collapse
Try to and it wll prob work
I have already tried this with CM10 epinter for base and Paranoid for AT&T One X because they are the same architecture and screen size ( 1280*720 )
But they don't start, i see the log but i don't understand anything ^^'
I retry and i give you feedback
Thanks for your work
im trying that right now the cm10 and pana will tell you if it works its 2.70 so dont think it has pie but hey whatever
Fekajo said:
I have already tried this with CM10 epinter for base and Paranoid for AT&T One X because they are the same architecture and screen size ( 1280*720 )
But they don't start, i see the log but i don't understand anything ^^'
I retry and i give you feedback
Thanks for your work
Click to expand...
Click to collapse
Sometimes the foreign rom is just not compatible as a base, you will see results as you experiment and find which phones are most 'similar' to yours
If anyone has successfully ported a rom with auto-porter that boots and is somewhat functional or functional, then please post and share the details here. I personally do not know how to port a rom, or make a rom etc., But I am willing to learn how to use the auto-porter in this thread if someone is willing to point me in the right direction. Like which base to use, and what modifications need to be done and so on...
the tmobile s3 is based from the same chipset, should try there to see
Will this work with CM10.1 ROMs? Looking into porting AOKP 4.2 the easy way
Ban-Hammer said:
Will this work with CM10.1 ROMs? Looking into porting AOKP 4.2 the easy way
Click to expand...
Click to collapse
Hmmm, Perhaps but most likely not, I haven't tried any CM10.1 roms in this fashion
Tquetski said:
Hmmm, Perhaps but most likely not, I haven't tried any CM10.1 roms in this fashion
Click to expand...
Click to collapse
Alright. I can wait patiently for Hashcode
Sent from my XT926 using Tapatalk 2
Can you do a CM9 version ?
radnou974 said:
Can you do a CM9 version ?
Click to expand...
Click to collapse
Uh....
radnou974 said:
Can you do a CM9 version ?
Click to expand...
Click to collapse
It might work with CM9, worth a try.
May I ask why CM9? CM7 is much more stable on these phones.
Sent from my XT926 using Tapatalk 2
Dam i can't get miui up and running. I know it's kernal related but I'm not even getting a home screen. Smh.
Sent from my Razr HD using Tapatalk 2

[Q] How to port I9300 roms to I9305?

Hello , I'm very disappointed of the interest of the developpers for the LTE variant of the S3 so i wanted to port i9300 roms from myself , according to hardware , the only changes are the modem and the ram right ? So how could i port these roms ? From no specific knowings , i'd like to at least learn how to do it without big risks of brick so help please .
Thank you and sorry for english mistakes if i've done some.
aaz03 said:
Hello , I'm very disappointed of the interest of the developpers for the LTE variant of the S3 so i wanted to port i9300 roms from myself , according to hardware , the only changes are the modem and the ram right ? So how could i port these roms ? From no specific knowings , i'd like to at least learn how to do it without big risks of brick so help please .
Thank you and sorry for english mistakes if i've done some.
Click to expand...
Click to collapse
this is not a easy question for random guys like me with almost zero knowledge about developing, although on the other hand a developer could simply explain how its done by f.e. making a thread about porting roms specifically to our i9305 in noobs language (if possible) but i doubt that this will happen, as it is very much time consuming and a lot of thinking and typing work. personally i think a thread like this would bring some life into our i9305s threads, dont you think so..?
to get you already started with some learning and discovering for yourself, read further..
the best method for porting roms is IMO building from source, but this is not as easy as it sounds..
first you will need to set up a build environment. I assume youre using Windows OS, now if you got a 64 bit system this is exactly what you need.. fortunately for you and others there is a custom branch of the Ubuntu OS thanks to @sylentprofet to use with Oracles VB/VM (Virtual Box/Machine) already preconfigured for building or porting roms (both require building/developing experience though) all you need to do is download the source and commit, fork, cherry-pick etc. if you decide to step into the android development world, you will learn more step by step however having some basic knowledge like terminal commands and git commands would be useful.
Also you need to get familiar with github and how it is used, check out here
I recommend lots of research though before actually taking any actions!! all these things will make you feel :silly: at times, but do not give up! for there were is a will, theres a way
good luck :good:
Download builduntu v1.4 here
Download Oracles VB here
Guide-how to build rom from source (most recent one i guess)
MaHo_66 said:
this is not a easy question for random guys like me with almost zero knowledge about developing, although on the other hand a developer could simply explain how its done by f.e. making a thread about porting roms specifically to our i9305 in noobs language (if possible) but i doubt that this will happen, as it is very much time consuming and a lot of thinking and typing work. personally i think a thread like this would bring some life into our i9305s threads, dont you think so..?
to get you already started with some learning and discovering for yourself, read further..
the best method for porting roms is IMO building from source, but this is not as easy as it sounds..
first you will need to set up a build environment. I assume youre using Windows OS, now if you got a 64 bit system this is exactly what you need.. fortunately for you and others there is a custom branch of the Ubuntu OS thanks to @sylentprofet to use with Oracles VB/VM (Virtual Box/Machine) already preconfigured for building or porting roms (both require building/developing experience though) all you need to do is download the source and commit, fork, cherry-pick etc. if you decide to step into the android development world, you will learn more step by step however having some basic knowledge like terminal commands and git commands would be useful.
Also you need to get familiar with github and how it is used, check out here
I recommend lots of research though before actually taking any actions!! all these things will make you feel :silly: at times, but do not give up! for there were is a will, theres a way
good luck :good:
Download builduntu v1.4 here
Download Oracles VB here
Guide-how to build rom from source (most recent one i guess)
Click to expand...
Click to collapse
Thanks mate, i'm gonna try this and gîve you some news, other advices for maybe add some optimizations like linaro and kernel adding for example? I'd like to just port Roms but maybe it would be interesting to build my own rom later
Edit: sorry didn't read the guide, find my answers, thank you
aaz03 said:
Thanks mate, i'm gonna try this and gîve you some news, other advices for maybe add some optimizations like linaro and kernel adding for example? I'd like to just port Roms but maybe it would be interesting to build my own rom later
Click to expand...
Click to collapse
your welcome bro :good:
i really have no idea about how linaro is used in combination with kernel, you really have to google that one or get in contact with a dev. willing to help you out i think the kernel is automatically installed with your build when youre initializing/syncing repos and with commands in terminal its executed to build it. you can of course compile own kernel with modifications but as i said it needs lots of research, wish i could help you..
try for now some basics with the guide for gaining more experience and who knows what you will be capable of in next 2/3 months or less
aaz03 said:
Thanks mate, i'm gonna try this and gîve you some news, other advices for maybe add some optimizations like linaro and kernel adding for example? I'd like to just port Roms but maybe it would be interesting to build my own rom later
Edit: sorry didn't read the guide, find my answers, thank you
Click to expand...
Click to collapse
Here you got some useful video tutorial regarding kernel development with Linaro
MaHo_66 said:
Here you got some useful video tutorial regarding kernel development with Linaro
Click to expand...
Click to collapse
Ty , it 'd try , any other advice for kernel dev ?
aaz03 said:
Ty , it 'd try , any other advice for kernel dev ?
Click to expand...
Click to collapse
not that i know of, the tutorial should be explaining everything

Lollipop for the Optimus 2x

Welcome to the official thread for the Lollipop roms for our Optimus 2x
As to start, this thread is exclusively for the developers who are interessted/working on on the Lollipop ports for our Optimus 2x
We had alredy some build like the OmniRom , CM12 and even ParanoidAndroid.
This thread is exclusively for discussions for the developers and for the testers to test the new made roms so I will update the links as the roms get made. So I am only posting here the links of the latest version, to get the versions from the past you wil need to browse throught this thread
Update 05/6/2016
Gucky did it again! New build for CyanogenMod 12.1 is up, and now with fixed camera! When I get the full list of working features and bugs, I will upload it here. Thank you Gucky for your massive help and contribution to this community. This device is very old after all, and you still find the time to tinker on it. No words really. Respect!
CM12.1 : https://sourceforge.net/projects/lg...cm-12.1-20160531-UNOFFICIAL-p990.zip/download
WARNING the Rom is still not stable, but we are close!
ParanoidAndroid: https://s.basketbuild.com/devs/Puri/p990/AOSPA(lollipop)
Take in mind that all these roms are unstable besides the CM12 rom,but it still has some major bugs which we as a group will fix.
As in all of this, stay tuned for updates
Good job my friend
Thank you very much. I'm downloading right now. It would be useful, if you could upload your (Lokal) Manifest, too. So we are able to re- build the rom with the necessary changes.
Looking forward!
Credits goes to you!
um
gucky01 said:
Thank you very much. I'm downloading right now. It would be useful, if you could upload your (Lokal) Manifest, too. So we are able to re- build the rom with the necessary changes.
Looking forward!
Credits goes to you!
Click to expand...
Click to collapse
um.......*noob mode activated.....BOOP * what you mean with manifest? lol
Could you please share your sources.
TheMysteryouse said:
Hello everyone.As you might know me from some threads where i comment some stuff.Anyways, since Lollipop was announced i was obssesed with it and my wish was that i would be the first one to make the version availble for our device.
Well i kinda did it....KINDA of course but we need some help if we wanna make it work.I call ALL of the developers for our device to work together to make it work.We are so close to get it fully booting.I made it boot to the animation and now where the help comes in use.We need some developers who can enable ADB on our device in the bootanimation.TO be honest i dont really know anything about sources and that stuff but i know some things.With the help of @tonyp and @timduru which I am the most thankfull of that gave me hope to make this.So here we go!
WARNING!!!
ONLY FOR DEVELOPERS
No one should download and flash this rom because you will get stuck in the bootanimation and will need to install previouse rom again and install everything over...blah blah blah.
Also the link to the rom is here ----> https://www.dropbox.com/s/fwhg08ux7qhtgsh/5.0 test.zip?dl=0
So if someone gets it working, please pm me in the progress. Cheers
Click to expand...
Click to collapse
TheMysteryouse said:
um.......*noob mode activated.....BOOP * what you mean with manifest? lol
Click to expand...
Click to collapse
a little help.
http://wiki.cyanogenmod.org/w/Doc:_Using_manifests
Oh
Hugo-PT said:
a little help.
http://wiki.cyanogenmod.org/w/Doc:_Using_manifests
Click to expand...
Click to collapse
Well to be honest, i dont really know how to share the menifest because i didn't use much the source. I was porting the Cm11 tonyp's rom and the rom from timduru, so i dont really know how to share the manifest lol
TheMysteryouse said:
Well to be honest, i dont really know how to share the menifest because i didn't use much the source. I was porting the Cm11 tonyp's rom and the rom from timduru, so i dont really know how to share the manifest lol
Click to expand...
Click to collapse
Did you change some files in the zips or did you build a new rom in the way Raum described, my friend?
http://forum.xda-developers.com/nexus-4/general/guide-cm11-how-to-build-cyanogenmod-11-t2515305
nope
gucky01 said:
Did you change some files in the zips or did you build a new rom in the way Raum described, my friend?
http://forum.xda-developers.com/nexus-4/general/guide-cm11-how-to-build-cyanogenmod-11-t2515305
Click to expand...
Click to collapse
nope, didn't touch anything other than the updater script i think and the build prop because i wanted fully stock experience
I can be your tester my phone got a battery problem so im having fun with flashing roms
I will try to exchange the updater script from my build with yours.
Lets see if I can flash mine.
And your your problem: I think there are one or more patches that we maybe need, witch timduru wont need because of the tegra3 hardware. (maybe some patch for our old egl hardware)
DJNoXD said:
I will try to exchange the updater script from my build with yours.
Lets see if I can flash mine.
And your your problem: I think there are one or more patches that we maybe need, witch timduru wont need because of the tegra3 hardware. (maybe some patch for our old egl hardware)
Click to expand...
Click to collapse
Well, it might be that he used KatKiss from timduru for the TF101 which has a Tegra 2, but still our phone uses the Tegra 2 AP20H, while the TF101 uses Tegra 2 T20. Small difference in the chipset, but still a difference. Easiest would be to port from the Galaxy R or Captivate Glide, but they too struggle with Lollipop over in their forum. Anyway, TheMysteryouse used timduru's AOSP rom, so maybe it would be easier building the whole thing from the demo CM12 sources available.
nonono
DJNoXD said:
I will try to exchange the updater script from my build with yours.
Lets see if I can flash mine.
And your your problem: I think there are one or more patches that we maybe need, witch timduru wont need because of the tegra3 hardware. (maybe some patch for our old egl hardware)
Click to expand...
Click to collapse
Nope, this rom has NOTHING to do with the tegra 3 rom.I used the rom for TF101 tablet which is tegra 2 but had a cmall chipset difference.So yeah I am still trying to do some things like searching the framework sources from tony to see if he has a code in the build.prop which directly enables ADB from the boot, but cant really find it.Anyways try your best and so the others.Cheers
Hi guys, after some testings I could get booting to finish. There are some errors left. But I will work further this evening and upload the rom afterwards. Think this will remain a test build for some time, till Tony or DJ can fix the errors.
Stay tuned!
Any video or screenshot? xD
Sorry for nob request, but working well or not, its great to our comunity
p.s. if need tester in future, you, TheMysteryouse or DJNoXD.
Im ready for
...WoW!...That´s Good News...Thank You for All of You, Guy´s...
gucky01 said:
Hi guys, after some testings I could get booting to finish. There are some errors left. But I will work further this evening and upload the rom afterwards. Think this will remain a test build for some time, till Tony or DJ can fix the errors.
Stay tuned!
Click to expand...
Click to collapse
Awesome news buddy! Lollipop on first power dual core android device! Switch to 1+ One as a primary phone for some reason but I will continue to follow and supporto you!
That is great!!! ))))))))
Ok. I have to go one step back. The rom is not ready for the testers and I'm too tired to test more. For those, who want to repeat my steps or want to finish...
I replaced the files in Mystery's rom with my own Kitkat ones. The first half, than the second. Now I could get it to finish the booting process. This steps I went on and on. So I could reduce the problem to the framework-files in "system". If you replace all of them, it boots up with some error messages.
I think we have to reduce the 40 files inside more and more to find the reason for the bootloop.
All the best to you,my friends!
Damm this is great a device from 2010 receives android L. 4years later. If I can borrow the old optimus 2x from my father then I could also look into the problems if it's not booting yet then. Till then continue your work.

Categories

Resources