I'm not a newbie but still not a 'developer' I barely made ROMs. I'm willing to give my time to port cyanogenmod or at least an AOSP that can base to the rest of the AOSP roms. What are the steps mainly?
M8 is actually very similar with our device, what are the modifications needed to make the base rom from M8 work?
modaifallah said:
I'm not a newbie but still not a 'developer' I barely made ROMs. I'm willing to give my time to port cyanogenmod or at least an AOSP that can base to the rest of the AOSP roms. What are the steps mainly?
M8 is actually very similar with our device, what are the modifications needed to make the base rom from M8 work?
Click to expand...
Click to collapse
I too asked @xxooperminixx same qsn about porting m8 CM ROM to our eye......
But she told that it also might need SSD and takes more time...
I love everything about my Desire EYE except its lack for ROMs. I had Galaxy S3 before it which is an old device from 2012 yet it has every ROM you can imagine to date! It has Cyanogenmod MM since MONTHS. @xXminiWHOOPERxX is an awesome developer, she gives much of her time and effort to port ROMs to our device, but she can't have all of the development alone. That's too much on a single person. If she can teach both of us how to port from M8 AOSP ROMs and post kernels for Sense and GPE roms to complete her guide the device now has at least three developers working on the device.
I'd love to learn porting Roms and test them as well.
She posted a pretty straightforward guide on porting from m8 to desire eye. Even though it's meant for sense roms, it might be of help. Here's the link http://forum.xda-developers.com/desire-eye/general/guide-porting-htc-msm8974-devices-t3416014
JuanArg said:
She posted a pretty straightforward guide on porting from m8 to desire eye. Even though it's meant for sense roms, it might be of help. Here's the link http://forum.xda-developers.com/desire-eye/general/guide-porting-htc-msm8974-devices-t3416014
Click to expand...
Click to collapse
@xXminiWHOOPERxX 's guide is for Sense and GPE ROMs..
?
Related
Well, we have a bunch of roms for hour HERO, in one rom the camera works at 5mpx, in another at 3.
We've opengl working and not working.
In another rom we have Sense UI, in another we don't have it...
So, why don't you unify all those efforts and create a unique rom with
camera working
sense/non-sense (2 version of the same rom)
And all other stuff???
Is this idea so bad?
They are all based on different Kernals (the basis of the rom) so therefore they are built up differently leading to different things working and not working.
It may be possible to get everything working but certainly would nto be a quick and easy task.
Best thing to do is think of what you regularly use and pick whatever 2.1 rom suits your needs until we get a fully working 2.1 dump.
I think, at this point, i'll wait for a HTC official update, and i'll keep using Exit93 roms...
I second that.
As a fairly long time xda-user i often find it frustrating to find a good rom for my phone.
Just the other day i got my hero and this time there seems to be slightly fewer roms floating around but it's still pretty hard to find a suitable one.
I think alot of us have a good idea of what exactly we want and alot of roms have a bunch of stuff we really dont care about as much as the chef.
What i would really appreciate is a clean rom with a repository of optional components, i don't mind there being a chinese keyboard, but please make it optional.
If i could i would love to get in to the cooking game, i've thought about it several times over the last few years. Alas, i don't know where to start, at least not with Hero.
If anyone can point me to a good starting place i would love to give it a try and make the rom im talking about.
Cheers
[xstream] said:
I second that.
As a fairly long time xda-user i often find it frustrating to find a good rom for my phone.
Just the other day i got my hero and this time there seems to be slightly fewer roms floating around but it's still pretty hard to find a suitable one.
I think alot of us have a good idea of what exactly we want and alot of roms have a bunch of stuff we really dont care about as much as the chef.
What i would really appreciate is a clean rom with a repository of optional components, i don't mind there being a chinese keyboard, but please make it optional.
If i could i would love to get in to the cooking game, i've thought about it several times over the last few years. Alas, i don't know where to start, at least not with Hero.
If anyone can point me to a good starting place i would love to give it a try and make the rom im talking about.
Cheers
Click to expand...
Click to collapse
i believe CKDroid is the one for you. it comes with a small kitchen (windows only) to enable you to customize the rom. it's quite stable too
also ... look here for a start to your cooking career.
Lennyuk said:
They are all based on different Kernals (the basis of the rom) so therefore they are built up differently leading to different things working and not working.
Click to expand...
Click to collapse
this is wrong. all the 2.1 roms are based on the exact same kernel from the only leaked 2.1 rom we have. as soon as the sources are out a lot will change, but until then the kernel is one of the biggest limitations.
kendong2 said:
this is wrong. all the 2.1 roms are based on the exact same kernel from the only leaked 2.1 rom we have. as soon as the sources are out a lot will change, but until then the kernel is one of the biggest limitations.
Click to expand...
Click to collapse
I was sure that the sense based 2.1 roms and the normal android 2.1 roms were based on different sources.
Lennyuk said:
I was sure that the sense based 2.1 roms and the normal android 2.1 roms were based on different sources.
Click to expand...
Click to collapse
kernel != rom
there is only one binary 2.6.29 kernel for the 2.1 roms. compare the roms, you will see that the kernel is always:
Code:
2.6.29-8d063048
[email protected]
even if some (one) devs try to make it look like they have a custom kernel...
kendong2 said:
kernel != rom
there is only one binary 2.6.29 kernel for the 2.1 roms. compare the roms, you will see that the kernel is always:
Code:
2.6.29-8d063048
[email protected]
even if some (one) devs try to make it look like they have a custom kernel...
Click to expand...
Click to collapse
ok didn't know that. thanks
Lennyuk said:
I was sure that the sense based 2.1 roms and the normal android 2.1 roms were based on different sources.
Click to expand...
Click to collapse
There is only one set of freely available source code for Android 2.1 and that is the AOSP version. Note that this is quite distinct from the kernel source code, and is license separately.
For the most part, the Sense-based 2.1 ROMs will be using precompiled elements taken from leaked HTC ROMs, though may have some AOSP elements too.
When HTC do finally release 2.1 for Hero, they must then make the kernel source code as per the terms of the GPL. However, HTC do not ever have to release the source code for their version of Android because the Apache Software Licence (ASL) that Google released Android under is not a copyleft license.
Regards,
Dave
foxmeister said:
There is only one set of freely available source code for Android 2.1 and that is the AOSP version. Note that this is quite distinct from the kernel source code, and is license separately.
For the most part, the Sense-based 2.1 ROMs will be using precompiled elements taken from leaked HTC ROMs, though may have some AOSP elements too.
When HTC do finally release 2.1 for Hero, they must then make the kernel source code as per the terms of the GPL. However, HTC do not ever have to release the source code for their version of Android because the Apache Software Licence (ASL) that Google released Android under is not a copyleft license.
Regards,
Dave
Click to expand...
Click to collapse
Always learning...
Thanks
None of the current 2.1 ROMS is worth using, they're all just useful for experiments with Android 2.1 - no more than that.
I'm happy with MCR 3.1 so far, it's fast stable, working and relyable, nothing of that could be said of any 2.1 custom ROM so far. So please wait 2 or 3 more weeks until we finally get a real working 2.1 ROM from HTC.
Nemo0815 said:
None of the current 2.1 ROMS is worth using, they're all just useful for experiments with Android 2.1 - no more than that.
I'm happy with MCR 3.1 so far, it's fast stable, working and relyable, nothing of that could be said of any 2.1 custom ROM so far. So please wait 2 or 3 more weeks until we finally get a real working 2.1 ROM from HTC.
Click to expand...
Click to collapse
That's just your opinion
VillianRom is currently offering me everything I need to use in a ROM with no issues at all.
Sure some people have problem with different roms but thats because everyone has different needs and uses with their devices.
hi all,
I bought my one x today!!
I should recive it next week so i got here to look for news\roms\updates and everything about the phone.
my old one is hd mini so it was prett easy with the roms and stuff (android project is dead),but when i got here i got confused hehe to many stuff..hehe
if you can i would like to get a few basic tips to know what's going on..
cheers
lior
You will learn a lot reading the forum A lot of threads have sticky topics, that answer most of the questions you might get, pretty well.
One thing is certain - you will love the phone! The only downside for me is the batterylife, then again, most smartphones don't have great battery life.
liorderei said:
hi all,
I bought my one x today!!
I should recive it next week so i got here to look for news\roms\updates and everything about the phone.
my old one is hd mini so it was prett easy with the roms and stuff (android project is dead),but when i got here i got confused hehe to many stuff..hehe
if you can i would like to get a few basic tips to know what's going on..
cheers
lior
Click to expand...
Click to collapse
Welcome!
Basically, the two different types of Rome are sense based (stock Rom with different modifications) and the aosp roms (built from sources, like cyanogen or aokp).you will find first type in android development forum, the aosp roms and kernels in the original development forum.
While sense roms are much better on things, that are connected to hardware, like battery life, sound quality, camera quality, the aosp roms are smoother (although with jelly bean sense roms, this is arguable) and deliver stock android exporience like nexus.
Now, the siuation with sense roms: since jb was leaked, the main ones are based on the leaks, but you can only flash them with newest hboot (bootlader). And this one you can only flash having the right cid (your location number, the European unlocked and Taiwanese are the only right ones for new hboot)
Keep on reading and youll love this phone
Sent from my HTC One X using xda app-developers app
Firstly , welcome to the One X forum of xda !
I'll start from the basics as you asked .
If you want to flash custom ROMs , you'll have to unlock bootloader , root and flash custom recovery ( CWM or TWRP ) . Due to unknown reasons , HTC is not giving us One X users S-Off bootloader which unlocks a lot of features . But also , it's not much of a restriction if you're used to it . You can follow these 2 noob-proof videos if you want to root your phone .
Please read the quote I'm going to write below as it clarifies the reply of Zlotin's a lot .
Zlotin said:
Welcome!
Basically, the two different types of Rome are sense based (stock Rom with different modifications) and the aosp roms (built from sources, like cyanogen or aokp).you will find first type in android development forum, the aosp roms and kernels in the original development forum.
While sense roms are much better on things, that are connected to hardware, like battery life, sound quality, camera quality, the aosp roms are smoother (although with jelly bean sense roms, this is arguable) and deliver stock android exporience like nexus.
Now, the siuation with sense roms: since jb was leaked, the main ones are based on the leaks, but you can only flash them with newest hboot (bootlader). And this one you can only flash having the right cid (your location number, the European unlocked and Taiwanese are the only right ones for new hboot)
Keep on reading and youll love this phone
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
There are four types of different ROMs which are Sense-based ( obviously you know what it is already ) , AOSP ( Android Open Source Project ) this ROM will give you the complete experience of android , AOKP ( Android Open Kang Project ) this ROM is much likely same as AOSP but it has more custom features and lastly the MIUI ( Mobile Internet/Mission Impossible User Interface ) this ROM is completely by itself , it gives you a ... kinda iOS UI and other custom features of its own . You can find all these ROMs in both android development and original android development forums . The different between these both forums is that Original means just that...originally built not just themed or apps changed or a few add-ons or tweaks. So there would be the original AOKP release, the official CM releases, original MIUI release, first and only first deodexed stock ROM, and kernels with full source link posted. Anything else is regular developement. The Original Development is to give added recognition to full real developers putting together actual code, not winzipping things together. Now the JB-Sense ROMs are final-versions which are not leaks as Zlotin said . But to flash JB-Sense ROMs , you need to have updated hboot version which is restricted by CIDs . Currently , only Taiwan have the officially released hboot as they have received they JB through OTA . The European ones are leaks not official but still usable .
chaun1308 said:
The different between these both forums is that Original means just that...originally built not just themed or apps changed or a few add-ons or tweaks. So there would be the original AOKP release, the official CM releases, original MIUI release, first and only first deodexed stock ROM, and kernels with full source link posted. Anything else is regular developement. The Original Development is to give added recognition to full real developers putting together actual code, not winzipping things together. .
Click to expand...
Click to collapse
Aha! New here too and I was wondering about that, thought it was AOSP vs sense then saw a sense version in there .. then I thought its just because theres so much development one forum isnt enough! -which is true too i guess. Anyway its amazing to see so much happening here after the sad story of official support which hurt development for my Atrix so much.
thank you very much guys you've been very helpful and nice i'm glad to join this community, and if ill have further question ill ask
liorderei said:
thank you very much guys you've been very helpful and nice i'm glad to join this community, and if ill have further question ill ask
Click to expand...
Click to collapse
welcome, sorry to be such a bastard but this is not the right section
Hey everybody, i have pretty much come to know all there is to know about rooting and flashing roms,etc. (all thanks to everybody on xda). but i have zero knowledge about kernels. i want to get a kernel on my tiktak google plus editing 4.4.2 rom, but, I'm not sure what one to get(as in compatibility). could someone please knowledge me about what kernels are compatible and how i can tell if they work with my rom or any other ones in the future? thanks for any help.
nty123 said:
Hey everybody, i have pretty much come to know all there is to know about rooting and flashing roms,etc. (all thanks to everybody on xda). but i have zero knowledge about kernels. i want to get a kernel on my tiktak google plus editing 4.4.2 rom, but, I'm not sure what one to get(as in compatibility). could someone please knowledge me about what kernels are compatible and how i can tell if they work with my rom or any other ones in the future? thanks for any help.
Click to expand...
Click to collapse
You could try our elite lunar kernel. We have aosp, gpe, and sense versions. Feel free to post on that thread if you get hung up.
Sent from my Lunar Ecliptic One.
I've run Schischu ROMS on both my SM-T800 and SM-T805 for a while, I have read he does not update its ROMS anymore. malosasha took over Schischu for Android 7.0, but this version is not smooth enough for me at the moment.
Which are the best AOSP (simple and Nexus-Like) ROMS? I know a lot of dev like to tweak and give fancy names to their ROMS, but I'm pretty sure I'm not the only one who wants a clean and lightweight ROM.
Any suggestion and/or ROM comparison?
Thanks!
So, my wife picked up the Pixel phone today from Verizon and it's updated to Oreo already. I've got my HTC 10 running stock but I used Sunshine to Unlock the bootloader when I purchased the phone a while back. I was happy with stock and never rooted the phone. But, I'm jelly now and will root and install TWRP tonight. I've been out of the game for a while but my rooting/flashing days go back to Thunderbolt, DNA (my fav), HTC M7, M8, and now my 10. I wanted to ask a few quick questions. Please understand I'm not making requests, demands, or anything. I've donated to the devs in the past. One question, for the 10 on Verizon US, what is the closest to the Pixel ROM available? Also, I remember back in the day devs releasing ROMs pretty quickly after OTA updates to the flagships and was wondering if there's some technical reason around why we haven't seen them on the HTC 10 thread. Thanks in advance!
Just gotta check the ROMs section of the forum. If you want the closest thing to Oreo/Pixel experience get a AOSP ROM. Lineage is good place to start but there are plenty of other ROMs to check out.
cahibo said:
So, my wife picked up the Pixel phone today from Verizon and it's updated to Oreo already. I've got my HTC 10 running stock but I used Sunshine to Unlock the bootloader when I purchased the phone a while back. I was happy with stock and never rooted the phone. But, I'm jelly now and will root and install TWRP tonight. I've been out of the game for a while but my rooting/flashing days go back to Thunderbolt, DNA (my fav), HTC M7, M8, and now my 10. I wanted to ask a few quick questions. Please understand I'm not making requests, demands, or anything. I've donated to the devs in the past. One question, for the 10 on Verizon US, what is the closest to the Pixel ROM available? Also, I remember back in the day devs releasing ROMs pretty quickly after OTA updates to the flagships and was wondering if there's some technical reason around why we haven't seen them on the HTC 10 thread. Thanks in advance!
Click to expand...
Click to collapse
Don't know much abt Verizon..cuz I'm using international version & for that the best closest, most stable Rom for HTC 10 is Pure Fusion Os rom in my opinion..the only thing you'll miss there is Sense Camera,Rest Rom is Purely amazing..✌?✌?
I am suggesting you to go ahead with Resurrection remix official for your HTC.. I am already running on my HTC 10 and there are so many tweaks and customisation available.
+1 for Res Remix for LOS based ROM
for AOSP based ROM I suggest AOSP Extended
--Both of these ROMs I have found to be the most stable with the most tweaks
For Sense based ROM, LeeDrOiD or Viper ROM.
Or install MultiROM and have them all installed like I do.
HTC has announced that the 10 will be getting Oero officially so once that is released, the Sense based ROMs will most likely start jumping on that and re-basing their ROMs.
LOS/AOSP ROMs are already in the process (or at least some are) of updating to Oreo
Throwing in another recommendation for PureFusion. It's the closest thing to the Pixel that you'll find and is updated often.
Another one for the pure fusion. It's the closest you can get to pixel on the 10.
andybones said:
+1 for Res Remix for LOS based ROM
for AOSP based ROM I suggest AOSP Extended
--Both of these ROMs I have found to be the most stable with the most tweaks
For Sense based ROM, LeeDrOiD or Viper ROM.
Or install MultiROM and have them all installed like I do.
HTC has announced that the 10 will be getting Oero officially so once that is released, the Sense based ROMs will most likely start jumping on that and re-basing their ROMs.
LOS/AOSP ROMs are already in the process (or at least some are) of updating to Oreo
Click to expand...
Click to collapse
how do you install multirom?
antonio82 said:
how do you install multirom?
Click to expand...
Click to collapse
By following the instructions in the multirom threads Opening Post.
andybones said:
By following the instructions in the multirom threads Opening Post.
Click to expand...
Click to collapse
LOL, enough said!