Sailfish Ported to Nexus 5 - Sailfish General

It's no longer only for Nexus 4!
http://www.jollausers.com/2014/04/wip-sailfish-os-running-on-google-nexus-5/

Waw...tq
Sent from my GT-I9500 using XDA Premium 4 mobile app

Im waiting so hard... cannot wait anymore i love SailFish design.

Development is getting there, WLAN and Audio is working now, in time, we'll see a ROM.

I'm really exited about this os... hope that jolla releases soon the rom.

-Fabione- said:
I'm really exited about this os... hope that jolla releases soon the rom.
Click to expand...
Click to collapse
The source code has been available on github, from the following link , this has been available for some time, but I lack the knowledge, and time to build the ROM, and kernel.
The kernel is a modified CM11 kernel, and the kickstarter file from the repository should setup the rom with all the repo dependencies (including the actual sailfish os part) that it relies on to work, providing I correctly understand what a kickstarter file does.

DinoSoup said:
It's no longer only for Nexus 4!
http://www.jollausers.com/2014/04/wip-sailfish-os-running-on-google-nexus-5/
Click to expand...
Click to collapse
Is it possible to port it to galaxy s4 i9500?
If yes, can some port it? or can someone teach me how to port? or is there any tutorial for porting it?

This looks Promising ...
I want that ^^ can't weit till we can get a shot at it

yeah, I hope we will get some news soon, I'd fancy a nexus 5 sailfish-rom most of course
Anyhow, it seems the nexus 5 wasn't that of a good choice imo. Sure, it has good specs for that low price, but owning a Nexus S before I thought the N5 is a good choice also towards support for new roms (like the Nexus S was: you always got new / experimental roms for it first). Now the N5 seems to have bad hardware in the way that it is hard to implement in new roms (e.g. find suitable driver) which is a shame. Well, I'm not sure if I'd buy another Nexus phone again, thankfully there are many alternatives now (the fairphone, jolla phones etc).

Umm.. Guys? The rom has been out for over a month already.
http://forum.xda-developers.com/showpost.php?p=53018643&postcount=60

Related

BeanStalk port worked! Waiting for Scott's permission to post in dev section

I used this rom on my Samsung infuse and it would be awesome if a dev could port it to the s4!
If you look on the original thread in the infuse forums you can see step by step instructions on how to port it.
I tries to do it, but don't know how to do step 6.
It turns out I was able to do it on my own!
chrisc93 said:
I used this rom on my Samsung infuse and it would be awesome if a dev could port it to the s4!
If you look on the original thread in the infuse forums you can see step by step instructions on how to port it.
I tries to do it, but don't know how to do step 6.
Click to expand...
Click to collapse
That rom is AOSP-based. So why don't you just try one of the other AOSP-based roms around here, such as AOKP or SlimBean?
mattdm said:
That rom is AOSP-based. So why don't you just try one of the other AOSP-based roms around here, such as AOKP or SlimBean?
Click to expand...
Click to collapse
I am currently running Task's AOKP and it is really nice (i found it better than Slim on the s4), but BeanStalk has more features.
I was just wondering if it would be possible to get BeanStalk ported.
Thanks for the reply!
chrisc93 said:
I am currently running Task's AOKP and it is really nice (i found it better than Slim on the s4), but BeanStalk has more features.
I was just wondering if it would be possible to get BeanStalk ported.
Thanks for the reply!
Click to expand...
Click to collapse
It's not really easy whatsoever to port a Rom that is for a different device especially if the resolution is different for the other Phone.
Sent from my SGH-M919 using Tapatalk 2
I am unfamiliar with porting, so it is good to know it's not an easy task.
Thanks for your answer!
jetlitheone said:
It's not really easy whatsoever to port a Rom that is for a different device especially if the resolution is different for the other Phone.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
That's where source comes in handy...it eliminates a lot of those issues, really all we need is xxhdpi (we should be able to cherrypick that from cm when needed) to be added into aosp and then source porting should be a breeze for the most part - if you know how to build from source that is...actually building a custom aosp rom like scotts, that's a different story
Zip porting is where resolution and all that stuff makes it hard/not possible
Just look at cm...its available on nearly every device...why? Because its got its source up. Basically all you need to do is add in all the correct hardware source, kernel sources, device sources and proprietary files and your good...not saying its easy, as you do need to figure out what you need to add in, as well as edit a few files...but its definitely not really hard (although some of those errors you run into do make you want to throw your computer out a window)
-I guess it is a little hard, but for the most part its pretty much the same for any source port...trial and error your way through errors until it builds
Anyways, I'm sure someone will get around to it...I was gonna try and compile pure aosp...but my dev environment needs to be updated before I can start compiling again (been months since I compiled anything)
If it can be ported to the galaxy s3, than it can be ported to the galaxy s4 (I'm not saying the two are similar, but both are completely different from the Samsung infuse)
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
That's where source comes in handy...it eliminates a lot of those issues, really all we need is xxhdpi (we should be able to cherrypick that from cm when needed) to be added into aosp and then source porting should be a breeze for the most part - if you know how to build from source that is...actually building a custom aosp rom like scotts, that's a different story
Zip porting is where resolution and all that stuff makes it hard/not possible
Just look at cm...its available on nearly every device...why? Because its got its source up. Basically all you need to do is add in all the correct hardware source, kernel sources, device sources and proprietary files and your good...not saying its easy, as you do need to figure out what you need to add in, as well as edit a few files...but its definitely not really hard (although some of those errors you run into do make you want to throw your computer out a window)
-I guess it is a little hard, but for the most part its pretty much the same for any source port...trial and error your way through errors until it builds
Anyways, I'm sure someone will get around to it...I was gonna try and compile pure aosp...but my dev environment needs to be updated before I can start compiling again (been months since I compiled anything)
If it can be ported to the galaxy s3, than it can be ported to the galaxy s4 (I'm not saying the two are similar, but both are completely different from the Samsung infuse)
Click to expand...
Click to collapse
Wow this was some great info!
I've never built from source, but I'm going to give it a try with TMO's cm 10 for the s4. Just to get a grip on dev'ing.
Thanks.
EDIT: Actually, it looks like cyanogenmod has the galaxy s4 AT&T github repo up to date. I may just try to build using that source.
chrisc93 said:
Wow this was some great info!
I've never built from source, but I'm going to give it a try with TMO's cm 10 for the s4. Just to get a grip on dev'ing.
Thanks.
EDIT: Actually, it looks like cyanogenmod has the galaxy s4 AT&T github repo up to date. I may just try to build using that source.
Click to expand...
Click to collapse
Please keep in mind, in order to build from source you must have linux...actually I think Mac works too...but windows won't
Follow the link in my signature, its full of a bunch of tutorials, somewhere close to the top should be a thread called compile jb from ubuntu or something like that...follow that thread to get you started and get you build environment set up
-it is very confusing at first especially if your new to linux, bit once you get going it gets easier
Anyways, good luck!!! The great thing about porting from source is it gets your feet wet, gets you used to the basics with source...and eventually you can get experimental and start creating your own source roms...also, it is kinda addicting lol, for a while I was compiling non stop...I went from a flashaholic to a compileaholic lol...now, I'm neither due to my busy schedule but summer is just around the corner for me so that should change
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
Anyways, good luck!!! The great thing about porting from source is it gets your feet wet, gets you used to the basics with source...and eventually you can get experimental and start creating your own source roms...also, it is kinda addicting lol, for a while I was compiling non stop...I went from a flashaholic to a compileaholic lol...now, I'm neither due to my busy schedule but summer is just around the corner for me so that should change
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks! I'm looking forward to the challenge! Who knows, maybe I'll become a compileaholic too :laugh::laugh:
There is a build for the gs2 skyrocket here
http://forum.xda-developers.com/showthread.php?t=2249072
Not sure if that helps at all...
Sent from my AT&T Galaxy S4 Running AOKP 4.2.2
Just wanted to check in and let you all know that I successfully built cm10 for the galaxy s4! Used the source from the official branch. It's a pretty neat feeling knowing that I built the rom from source (and it's really neat seeing my name in the build date ) :victory:
I'm going to be contacting scott to see if he can help me build his rom. I already synced his repo on my computer, so I'm hoping the rest won't be too hard. :fingers-crossed:
Thanks @mg2195 for the help! :highfive:
I did it!
I am running the latest version of BeanStalk on my s4!!!!
I will make a new thread in the dev section as soon as I get permission. This rom is awesome!
:victory:
Felt like this deserved some attention
As johnny drama would say.... VICTORYYYYYY!!
Sent from my GT-I9505 using xda premium
I'm am on my infuse ATM and am running Beanstalk. My S4 is on the fedex truck on the route to my house and I'm super excited and pumped to see this may be coming to the S4 if it does I may just keep my phone
Sent from my SGH-I997 using xda premium

[Q] Is it as simple as compiling cyanogenmod?

Would it be as simple as compiling cyanogenmod for a new phone? We have official builds for my phone (lg Optimus g), and various other AOSP based projects. The main reason I am asking is I have compiled cyanogenmod night lies before, and this looks very interesting so I want to try to get it working on my phone.
evodev said:
Would it be as simple as compiling cyanogenmod for a new phone? We have official builds for my phone (lg Optimus g), and various other AOSP based projects. The main reason I am asking is I have compiled cyanogenmod night lies before, and this looks very interesting so I want to try to get it working on my phone.
Click to expand...
Click to collapse
It is
XpLoDWilD said:
It is
Click to expand...
Click to collapse
Just a quick question,will it support mediatek devices?
s.sawrav said:
Just a quick question,will it support mediatek devices?
Click to expand...
Click to collapse
Yes.
We have early support for the r819.
I hope OmniROM is also meant for devices with low specs like for my Xperia U. I am interested to try it as a user.
Mayank7795 said:
I hope OmniROM is also meant for devices with low specs like for my Xperia U. I am interested to try it as a user.
Click to expand...
Click to collapse
If you have a working AOSP, it should be available without problems.
@XpLoDWilD
Would it be worth me attempting to build this for the tf700, or do you guys have plans for it?
Cheers
What about devices that have CM10 only?
lozohcum said:
What about devices that have CM10 only?
Click to expand...
Click to collapse
You need at least an unofficial CM 10.2 / AOSP 4.3.
JoinTheRealms said:
@XpLoDWilD
Would it be worth me attempting to build this for the tf700, or do you guys have plans for it?
Cheers
Click to expand...
Click to collapse
Building is always worth an attempt...
I used to build my own CM, i'm gonna try to build my own omni too but i'm struggling. I must be doing something wrong with the repo init but I can't seem to find what... I'm gonna update my buildbot first because it's been awhile, and maybe try again tomorrow.
As always everyone forget about non-highended devices and lower android versions. Everytime new android version appers, all devs greedily jump on in and start making roms only for it. Nexus 7, Xperia Z/Z1... I vomit. And of course experienced devs are not willing to share their's knowledge about device maintenance
lozohcum said:
As always everyone forget about non-highended devices and lower android versions. Everytime new android version appers, all devs greedily jump on in and start making roms only for it. Nexus 7, Xperia Z/Z1... I vomit. And of course experienced devs are not willing to share their's knowledge about device maintenance
Click to expand...
Click to collapse
That's why its worth scrawling through XDA, going through guides and learning to dev. Nothing wrong with a dev who decides to leave an older version for a newer version. They're doing it for fun and free.
lozohcum said:
As always everyone forget about non-highended devices and lower android versions. Everytime new android version appers, all devs greedily jump on in and start making roms only for it. Nexus 7, Xperia Z/Z1... I vomit. And of course experienced devs are not willing to share their's knowledge about device maintenance
Click to expand...
Click to collapse
I actually have a plan about getting legacy devices involved in the form of a "legacy branch" complete with legacy maintainers. It's tricky to get started off, but might prove useful for anyone wanting to get longer community support for their devices.
pulser_g2 said:
I actually have a plan about getting legacy devices involved in the form of a "legacy branch" complete with legacy maintainers. It's tricky to get started off, but might prove useful for anyone wanting to get longer community support for their devices.
Click to expand...
Click to collapse
As long as there is no hard reason to stop supporting a device and we have someone who is taking care of that device we will try
On the other side - there is constant evolution which sometimes will make it necessary to leave a device "behind" if the effort will become too large
Sent from my Find 5 using xda app-developers app
XpLoDWilD said:
It is
Click to expand...
Click to collapse
Not quite yet... Not until we have roomservice up and running.
(For those that didn't understand what I said - roomservice is the part of CM's repo management system that will automatically sync a device tree and all dependencies. roomservice is HEAVILY dependent on github's APIs, so we couldn't even start work on that particular piece of infrastructure until the project went public.)
lozohcum said:
As always everyone forget about non-highended devices and lower android versions. Everytime new android version appers, all devs greedily jump on in and start making roms only for it. Nexus 7, Xperia Z/Z1... I vomit. And of course experienced devs are not willing to share their's knowledge about device maintenance
Click to expand...
Click to collapse
The reason for the Nexus/Xperia Z support is because the vendors have AOSP source for pretty much the entire device readily available. The Xperia Z series (Z, Z Tab, Z1) have source widely available for (IIRC) pretty much everything bar the radio. Heck - sony had uploaded AOSP 4.3 sources before CM had 10.2 nightlies running, from memory.
Anything beyond that boils down to porting existing patches, or people bringing up other devices. This will generally happen for more widely used devices first simply because there's more likely to be someone available with the skills to do it. By the sounds of Omni is working, you could have pretty much any obscure old phone but if you're happy to do the bringup then it'll get added
M.
mattman83 said:
The reason for the Nexus/Xperia Z support is because the vendors have AOSP source for pretty much the entire device readily available. The Xperia Z series (Z, Z Tab, Z1) have source widely available for (IIRC) pretty much everything bar the radio. Heck - sony had uploaded AOSP 4.3 sources before CM had 10.2 nightlies running, from memory.
Anything beyond that boils down to porting existing patches, or people bringing up other devices. This will generally happen for more widely used devices first simply because there's more likely to be someone available with the skills to do it. By the sounds of Omni is working, you could have pretty much any obscure old phone but if you're happy to do the bringup then it'll get added
M.
Click to expand...
Click to collapse
Someone should write a definitive guide about converting CM10 device tree to AOSP JB device tree, so more people can work on devices maintenance
pulser_g2 said:
I actually have a plan about getting legacy devices involved in the form of a "legacy branch" complete with legacy maintainers. It's tricky to get started off, but might prove useful for anyone wanting to get longer community support for their devices.
Click to expand...
Click to collapse
I hope the Acer IconiaTAB A5000 will get supported.
Please, support for RAZR i (x86)
lozohcum said:
Someone should write a definitive guide about converting CM10 device tree to AOSP JB device tree, so more people can work on devices maintenance
Click to expand...
Click to collapse
Problem is, every device has its own pitfalls. Some are harder to overcome than others.
For example, the lack of NEON in tegra2 combined with the dependency of newer gapps on NEON really screws tegra2 devices, and there isn't much that can be done about it.
Also, in some cases, the things needed to get a device working aren't in the tree, but are in the frameworks to handle OEM-specific oddities (RIL hacking in opt/telephony, which I admit I'm not too familiar with...) or platform support. Sometimes, old devices get left behind simply because their platform overall is a ***** to support beyond a certain point. (See how MSM8660 devices have been lagging lately, due to Qualcomm pretty much sunsetting that chipset.)

Sailfish on OnePlus One

If someone wants to port the system he can get an invite from me. :good:
from me too
thesimon said:
If someone wants to port the system he can get an invite from me. :good:
Click to expand...
Click to collapse
hey i will also send an invite to someone who ports sailfish os. i reaaaaaallly want it but i am not a developer or pc geek or something.
if jolaa would release offical roms i would even pay 10-20€
T-uzun said:
hey i will also send an invite to someone who ports sailfish os. i reaaaaaallly want it but i am not a developer or pc geek or something.
if jolaa would release offical roms i would even pay 10-20€
Click to expand...
Click to collapse
ugh i dont have any invites but i want to see it happen for sure!!!
i really want multirom and bcmon also on the oneplus one what else needs to get ported to the oneplus?
Sailfish/MultiROM for the OnePlus One
I'm familiar enough with the process of porting/building SailfishOS that I could probably get it running on the OnePlus One in less than a weekend. The hardware looks similar enough to the Nexus 5 - at least as far as the Qualcomm parts are concerned - that it should be a fairly simple port.
I've been trying to save up for a new phone for a while, but I haven't found one that I like enough to buy at unlocked-phone prices.
Call me cheap, but I felt like I overpaid for my Nexus 4 - which I probably did, because I traded a tablet for it.
I don't tend to develop low-level stuff like this for phones I don't own or at least plan to buy, but I have a long history of "porting" Linux distributions (mainly Debian and non-Unity, "desktop" Ubuntu) to Android phones by modifying the kernel to load the root filesystem from a microSD card, among other things.
Before you get too excited, remember that I may or may not be able to get everything working immediately - just look at how long camera support has been missing from Sailfish on the Nexus 4. On that note, the Sailfish camera HAL is in flux right now, but once it stabilizes, getting the cameras working should be easier.
By the time I get an invite and get around to buying a One, there's bound to be other people working on it, especially if this is as important as I think it is.
TL;DR: In a few weeks I should have money, in another few weeks I should have a device, and shortly after that there should be code.
I'm pretty confident that it should be relatively easy to get the port started, but don't expect miracle-speed progress towards getting all the hardware working.
thesimon said:
If someone wants to port the system he can get an invite from me. :good:
Click to expand...
Click to collapse
Hey,
Now we have released N5 I'm moving onto OnePlus, its booting into the Mer bootloader and switching root into SailfishOs rootfs at the moment but no UI yet due to gralloc issues.
Stay tuned.
BR
Martin
vgrade said:
Hey,
Now we have released N5 I'm moving onto OnePlus, its booting into the Mer bootloader and switching root into SailfishOs rootfs at the moment but no UI yet due to gralloc issues.
Stay tuned.
BR
Martin
Click to expand...
Click to collapse
LOL, where on earth did you get hold of all these devices!?
gTan64 said:
I'm familiar enough with the process of porting/building SailfishOS that I could probably get it running on the OnePlus One in less than a weekend. The hardware looks similar enough to the Nexus 5 - at least as far as the Qualcomm parts are concerned - that it should be a fairly simple port.
I've been trying to save up for a new phone for a while, but I haven't found one that I like enough to buy at unlocked-phone prices.
Call me cheap, but I felt like I overpaid for my Nexus 4 - which I probably did, because I traded a tablet for it.
I don't tend to develop low-level stuff like this for phones I don't own or at least plan to buy, but I have a long history of "porting" Linux distributions (mainly Debian and non-Unity, "desktop" Ubuntu) to Android phones by modifying the kernel to load the root filesystem from a microSD card, among other things.
Before you get too excited, remember that I may or may not be able to get everything working immediately - just look at how long camera support has been missing from Sailfish on the Nexus 4. On that note, the Sailfish camera HAL is in flux right now, but once it stabilizes, getting the cameras working should be easier.
By the time I get an invite and get around to buying a One, there's bound to be other people working on it, especially if this is as important as I think it is.
TL;DR: In a few weeks I should have money, in another few weeks I should have a device, and shortly after that there should be code.
I'm pretty confident that it should be relatively easy to get the port started, but don't expect miracle-speed progress towards getting all the hardware working.
Click to expand...
Click to collapse
hey man I have faith in you and i really want to encourage you to go out there and give it your best shot!
---------- Post added at 12:24 AM ---------- Previous post was at 12:16 AM ----------
rndmboyz3 said:
hey man I have faith in you and i really want to encourage you to go out there and give it your best shot!
Click to expand...
Click to collapse
will the mer bootloader have any conflicts with multirom? also now that I think about it multirom doesnt seem to have support for sailfish... multirom only mentions ubuntu touch and firefox os. I really hope sailfish os can be multibooted! but regardless sailfish os is a sexy beast and I want it even if it is the only rom I can run
rndmboyz3 said:
hey man I have faith in you and i really want to encourage you to go out there and give it your best shot!
---------- Post added at 12:24 AM ---------- Previous post was at 12:16 AM ----------
will the mer bootloader have any conflicts with multirom? also now that I think about it multirom doesnt seem to have support for sailfish... multirom only mentions ubuntu touch and firefox os. I really hope sailfish os can be multibooted! but regardless sailfish os is a sexy beast and I want it even if it is the only rom I can run
Click to expand...
Click to collapse
Multi Rom Supported for Nexus 5
https://wiki.merproject.org/wiki/Adaptations/libhybris/Install_SailfishOS_for_hammerhead
aironeous said:
Multi Rom Supported for Nexus 5
https://wiki.merproject.org/wiki/Adaptations/libhybris/Install_SailfishOS_for_hammerhead
Click to expand...
Click to collapse
perfect and porting from nexus 5 shouldnt be too bad as OPO has simillar specs but better
rndmboyz3 said:
perfect and porting from nexus 5 shouldnt be too bad as OPO has simillar specs but better
Click to expand...
Click to collapse
Here is the list of the devices being ported and what is and is not working right now
https://wiki.merproject.org/wiki/Adaptations/libhybris
Here is the list of who is porting it to what device
https://wiki.merproject.org/wiki/Adaptations/libhybris/porters
Here is the log for #sailfishos-porters at webchat.freenode.net so you can read them working out the details for each device
http://www.merproject.org/logs/#sailfishos-porters/#sailfishos-porters.2014-08-18.log.html
aironeous said:
Here is the list of the devices being ported and what is and is not working right now
https://wiki.merproject.org/wiki/Adaptations/libhybris
Here is the list of who is porting it to what device
https://wiki.merproject.org/wiki/Adaptations/libhybris/porters
Here is the log for #sailfishos-porters at webchat.freenode.net so you can read them working out the details for each device
http://www.merproject.org/logs/#sailfishos-porters/#sailfishos-porters.2014-08-18.log.html
Click to expand...
Click to collapse
thanks for the resources!!! vgrade is a god
rndmboyz3 said:
thanks for the resources!!! vgrade is a god
Click to expand...
Click to collapse
sorry rndmboyz3 just flesh and blood and part of a great team
Pop into #sailfishos-porters and say hello
vgrade
Any news on the sailfish port?
Would really like to try it.
I need an invite from someone to get in ..
carepack said:
I need an invite from someone to get in ..
Click to expand...
Click to collapse
They will be removing the invite system from October, unless they delay it.
well i have an OPO now and my friend has a Jolla,
how we both wish we have the other's os ported to our device just for cool geeks thing.
anyways awaiting for some magic on this one.
imagine what a 2.5 pro and 3gb lpddr3 could do to the performance of sailfish, just would be awesome
drooolllllll...
regards
strategist99 said:
well i have an OPO now and my friend has a Jolla,
how we both wish we have the other's os ported to our device just for cool geeks thing.
anyways awaiting for some magic on this one.
imagine what a 2.5 pro and 3gb lpddr3 could do to the performance of sailfish, just would be awesome
drooolllllll...
regards
Click to expand...
Click to collapse
I hope I can try and port, but I am just a tech savvy noob.
aaron007 said:
I hope I can try and port, but I am just a tech savvy noob.
Click to expand...
Click to collapse
multirom supports sailfish do i need just a image for oneplus one now! someone has one??
T-uzun said:
multirom supports sailfish do i need just a image for oneplus one now! someone has one??
Click to expand...
Click to collapse
MULTIROM for the Oneplus is a port, the Sailfish support is a reflection of this. You'll need a working image of Sailfish .. AFAIK no-one has made one yet for the Oneplus.
Anyone know if this is being developed?
I would love to see sailfish on the oneplus one. Does anyone know if this is being currently worked on or if there a compatible version out there on the net?

New roms? Why not?

So our phone, is really good, we got cm 11 and cm 12 running, so why don't we have the more special roms? Like flyme os (http://www.flyme.cn/en/) or ubuntu touch? Sailfish os. Most of these, roms have their source released, so for people to pick it up, shouldn't be hard right?
Sailfish os - https://sailfishos.org/develop/hadk/
Ubuntu touch - https://wiki.ubuntu.com/Touch/Building
Flyme os - Well it's builded for the nexus 5, but aren't we able to port it? http://forum.xda-developers.com/google-nexus-5/development/official-flyme-nexus5-kk-4-4-flyme-3-8r-t2875908
And admins, please do not movie this topic, as it won't get as much focus.
bump!
I'd be interested too, what comes to mind is hardware limitations and lack of sources from LG to build on? I have for a couple of months and I still haven't wrapped my head in all the info, but I think we have some limitations as I mentioned above. Someone who's more informed can correct me tho
But aren't we able to port from nexus 5?
MidnightDevil said:
I'd be interested too, what comes to mind is hardware limitations and lack of sources from LG to build on? I have for a couple of months and I still haven't wrapped my head in all the info, but I think we have some limitations as I mentioned above. Someone who's more informed can correct me tho
Click to expand...
Click to collapse
But aren't we able to port from nexus 5?
theonlykamph said:
But aren't we able to port from nexus 5?
Click to expand...
Click to collapse
nexus 5 has a completely different chipset SD800 Nexus 5 Vs SD801 in the LG G3
sofir786 said:
nexus 5 has a completely different chipset SD800 Nexus 5 Vs SD801 in the LG G3
Click to expand...
Click to collapse
So let me get this straight, are we able to port any rom, from a phone as long as the cpu is 810 snapdragon?
theonlykamph said:
So let me get this straight, are we able to port any rom, from a phone as long as the cpu is 810 snapdragon?
Click to expand...
Click to collapse
The issue is that LG does not release the source code for LG G3, whereas the nexus 5 even though it is manufactured by LG, people have the sources for it. So developing all these different roms is not as easy as you think, we have only just got MIUI rom for this device and it is not even official. its not a SD810 btw.
sofir786 said:
The issue is that LG does not release the source code for LG G3, whereas the nexus 5 even though it is manufactured by LG, people have the sources for it. So developing all these different roms is not as easy as you think, we have only just got MIUI rom for this device and it is not even official. its not a SD810 btw.
Click to expand...
Click to collapse
I don't get it, can't we take the roms from another phone using our cpu, and just port it from there?
theonlykamph said:
I don't get it, can't we take the roms from another phone using our cpu, and just port it from there?
Click to expand...
Click to collapse
Lol you are not understanding, its not as simple as you think. Anyway i shall leave you with that.
sofir786 said:
Lol you are not understanding, its not as simple as you think. Anyway i shall leave you with that.
Click to expand...
Click to collapse
Okay, why so mean?
theonlykamph said:
Okay, why so mean?
Click to expand...
Click to collapse
Im not being mean at all, you're failing to understand that its not easy to just port roms, and its not even about porting roms, there has to be enough demand for it, devs need to have the device and not all devs do because they move to other devices, if it was an easy process then there would be loads of other roms, but the majority of roms are now Cyanogen and aosp based because thats the easiest way to as they have the sources for that.
sofir786 said:
Im not being mean at all, you're failing to understand that its not easy to just port roms, and its not even about porting roms, there has to be enough demand for it, devs need to have the device and not all devs do because they move to other devices, if it was an easy process then there would be loads of other roms, but the majority of roms are now Cyanogen and aosp based because thats the easiest way to as they have the sources for that.
Click to expand...
Click to collapse
I never ported a rom, but i saw some guide on porting a rom, where you would take something from the rom you want to port, and some from the base. So i thought it was like that! I'm so sorry, if i said anything mean to you Hope you have a great day :highfive:
Porting isn't the way you would want to work. For the best results you would need all sources and complete documentation of the hardware to be able to build a rom for a device from scratch.
Robin2 said:
Porting isn't the way you would want to work. For the best results you would need all sources and complete documentation of the hardware to be able to build a rom for a device from scratch.
Click to expand...
Click to collapse
But what if i just want to port a simple rom, is it just the cpu that has to be the same?
theonlykamph said:
But what if i just want to port a simple rom, is it just the cpu that has to be the same?
Click to expand...
Click to collapse
There is no "simple" ROM.
You can't just put another phone's ROM to G3, it doesn't work like that.
In PC world, you can install Linuxes and Windows operating systems mostly as you want, but in mobile, things are different.
So if there is no port for the custom ROMs then why not features like Download Booster from the Galaxy S5, this is a possibility maybe it is hard to do but give it a chance, just an idea that I like
TonzaTheChosenOne said:
There is no "simple" ROM.
You can't just put another phone's ROM to G3, it doesn't work like that.
In PC world, you can install Linuxes and Windows operating systems mostly as you want, but in mobile, things are different.
Click to expand...
Click to collapse
What i mean was, would i be able to follow some of those porting guides. Where you take a bit from the lg g3 rom, and then some from the rom you want to port?
theonlykamph said:
What i mean was, would i be able to follow some of those porting guides. Where you take a bit from the lg g3 rom, and then some from the rom you want to port?
Click to expand...
Click to collapse
As Robin2 put it ealier, you would need sources that aren't available.
The Rom porting procedures have been becoming more and more complex with time. Elements like drivers, framework, and so forth are much more complex comparing with Gingerbread. A rom by then used to be 300mb (stock), nowadays we got 1gb roms, much more "little things", overal, it's a lot harder and more complex. You can easily compare, there used to be more ports with gingerbread and ICS than with KK and L. It's a lot of work required to make things happen, even with the same chipset, there's still a lot left to do, specially when we're talking about lack of sources available to make a porting happen and much more complete.
Also, when we're talking about porting a stock rom from HTC to LG, gets worse. manunfactures put a lot of customization (not only GUI) into their firmwares, much more proprietary stuff, much more complexity comparing with a "simple" CM12. It's porting 200mb comparing with 1gb of custom elements. You get the picture. Unfortunatly it's harder than ever and so time consuming and not always with good results. Sources are literally a requirement these days and we don't have them (or don't have them all).

CM port

Hi everyone,
I have juste created a thread asking for the official port of CM on this device (I can't post the link because I'm new....), section device requests.
Be free to comment the post (even a +1) , I am sure you can find the link we google, and we have to prey that they will take a look at it
Kisses
Won't happen until Alcatel releases the source code and given that the phone was just released to canada as recently as June 30th you can expect to wait a couple of months for that.
Just want I want a bug filled rom that gets rid of one problem and another pops up. I just love when we all use cm and the Bluetooth crashes all the time, disconnects, and overall bearly works. I love when the wifi disconnects and you have to restart the phone just to get it to work.
Sorry I'll stick to the stock rom where everything works perfectly fine.
Wont be any cm roms until we get twrp first. Im shocked more devs dont own this device.
fix-this! said:
Wont be any cm roms until we get twrp first. Im shocked more devs dont own this device.
Click to expand...
Click to collapse
It hasn't even been out 2 months yet. It's an off name most are not familiar with and alcatel's first true shot at an enterprise/flagship level device. It has threads on slickdeals.net advertising it's low price...it will eventually get support by either the source being released or a new exploit being found that can be used to provide temp or perm root...once someone has root they can pull the recovery and boot partitions and development can begin.
It's unrealistic to expect developer's to be jumping all over this phone so soon. I'd never even heard of it till I was looking to buy a zen phone 2 and found so many articles comparing it to the idol 3.
Woukd be nice to have it or either dirty unicorns crdroid or omnirom ^^ now that we have a working TWRP
gecko702 said:
Woukd be nice to have it or either dirty unicorns crdroid or omnirom ^^ now that we have a working TWRP
Click to expand...
Click to collapse
it really would xD. Although, I feel like Id miss the stock rom. Even though it is quite slow. TWRP works amazingly!
capeorigins said:
it really would xD. Although, I feel like Id miss the stock rom. Even though it is quite slow. TWRP works amazingly!
Click to expand...
Click to collapse
yeah id miss it too but meh lol but theres the dolby atmos app that has been ported from a lenovo ROM that should work with our speakers and also there can be a way to port the colorOS camera app from oppo phones those can take up to 50mp shots because they use sony sensors even on the one plus one has been achieved an yet it has the same sony sensor also hopefully xposed framework could work on us because of the adaway for youtube ^^
Well if someone's working on a CM port I'd be interested in helping to test it.
Thatd be nice id help too for testing purposes im a very heavy user and this phone has been keeping up with me lately
I'll throw my vote in for a cm port. as well as another tester if needed. Dont have tons of experience, but I'll be happy to help where I can.
well im pretty sure theres going to be a bounty thread for it or any other rom ^^
hi guys,
i just ordered this phone and soon within this month hopefuly will land in my hands in india.
my question is cant we use sources of other SD 615 phones like MI4I, YUreka and TCL M3G to develop rom for our device/ or cant we use their roms with our stock kernel ???
as TCL M3G is already having cm 12.1 and MIUI V6 and several other roms on movilesdualsim forum
yash_rathore25 said:
hi guys,
i just ordered this phone and soon within this month hopefuly will land in my hands in india.
my question is cant we use sources of other SD 615 phones like MI4I, YUreka and TCL M3G to develop rom for our device/ or cant we use their roms with our stock kernel ???
as TCL M3G is already having cm 12.1 and MIUI V6 and several other roms on movilesdualsim forum
Click to expand...
Click to collapse
Can you use the computer chip from a v8 chevy in a v8 ford? The software has to match to the hardware. How is the software going to control the screen when they have different digitizers? Different sound cards. Just as with your pc the drivers have to match the hardware.
Just pray to the phone Gods they roll out a 5.1 update and release it...
neilownz said:
Just pray to the phone Gods they roll out a 5.1 update and release it...
Click to expand...
Click to collapse
hahaha praying here too but we need their source code so that someone can work on a ROM for us
One of the CM maintainers, contacted me here on a PM today and requested files from the device. The work on the CM port will be started probably the next week. I will not disclose his ID for now in order to save him from possible questions on PMs. Probably CyanogenMod soon will be available for the Idol ... I just spread the news.
Cool, looking forward to it!
petrov.0 said:
One of the CM maintainers, contacted me here on a PM today and requested files from the device. The work on the CM port will be started probably the next week. I will not disclose his ID for now in order to save him from possible questions on PMs. Probably CyanogenMod soon will be available for the Idol ... I just spread the news.
Click to expand...
Click to collapse
Thanks for the update! It's been quiet for a little bit regarding a CM port. Good to see it's still WIP.
While I look forward to having trees to build with, I find it kinda funny that they asked for files when a couple of them have the device already. Unless the files are from a different version?
Sent from my 6045I using XDA Premium HD app

Categories

Resources