Ok since LuneOS has been officially supportted, should we consider porting it to our beloved Moto G (It's availble for N4 and N7 though)
Look here: http://pivotce.com/2014/09/01/official-release-of-luneos-and-project-updates/
Zerelth said:
Ok since LuneOS has been officially supportted, should we consider porting it to our beloved Moto G (It's availble for N4 and N7 though)
Look here: http://pivotce.com/2014/09/01/official-release-of-luneos-and-project-updates/
Click to expand...
Click to collapse
Honestly, I wouldn't port it since it is not a very friendly OS right now... Besides, it's not as clean and nice as KK..
MarckozZ said:
Honestly, I wouldn't port it since it is not a very friendly OS right now... Besides, it's not as clean and nice as KK..
Click to expand...
Click to collapse
Yeah well, I'm just saying that it COULD be ported to our device. Though I'd prefer using PA now XD
Zerelth said:
Yeah well, I'm just saying that it COULD be ported to our device. Though I'd prefer using PA now XD
Click to expand...
Click to collapse
Obviously it's possuble to port it.. But, if someone does it, it will be just like an experiment, not for daily driver since you'll drive crazy, you'll miss KK more that ever
It's a nice initiative but this is one of the few devices that I'd rather keep stock, as it supports 4.4.4 and you can get pretty nice functionality on the stock rom (which is very optimized) with some xposed packages.
If a dual boot option is possible I would maybe try LuneOS.
MultiROM is already ported to moto G falcon... just a matter of time and developers.
In fact, what we need is a port of libhybris, that can be used to boot Linux systems, currently available Sailfish OS and LuneOS, I would prefer Sailfish... However, to do this work, we need someone who has the skills, the device and wants to do it, because it is some difficult sh*t to and not comparable to build a custom ROM.
I experienced that, most of the time, it lacks two those aspects. We could as well pay a dev to do so, but i don't know...
However, MultiROM doesn't work with recent Sailfish ports and probably won't.
There is a guide on how to port Sailfish OS to existing android devices, which includes setting up libhybris, of course. The problem is, it's cased on cyanogenmod 10.2 which we don't have on the moto g and there are some problems with KitKat.
The Moto G is a device with a lot of fans, but as well there are more which use the falcon variant and so have to wait. But I believe it will only be a matter of time, till libhybris will be working either the falcon the peregrine
Gesendet von meinem XT1039 mit Tapatalk
Related
I'm just curious what's usually involved. I know cyanogen mod does some custom things but ignoring those customizations, what is involved exactly in porting it to a device?
I would assume the major hurdle is driver support. As in the linux kernel compiled/used has hardware support for device x. But other than that, what else?
For ex, with the nook color, what is needed to port it? We can't expect a recent kernel for the nook color from barnes and nobles, but what about the existing kernel used in cm7?
Or if it's not just a kernel issue what are the issues/hurdles. I'm not a developer but just curious from a layman's point of view.
I would think if a working kernel is ready, wouldn't it be just a matter of compiling? I guess I'm curious as to why some say it takes a month or so.
First we need an upgraded kernel to even think about ICS. Then there will also need to be drivers written/rewritten for hardware acceleration and such. Also many other things that will need to be put together to compile even a semi-working rom.
---------------------------------
Sent from my LG Optimus V using Tapatalk
I hope by Xmas, CM team will prevail new ROM running ICS.
I don't care it called CM8 or CM9, as long as it's ICS supporting NC, I'm happy
Slight thread-jacking here, but somewhat related:
Kernel wise, what's the difference between an SDK port vs an AOSP port?
dormido said:
Slight thread-jacking here, but somewhat related:
Kernel wise, what's the difference between an SDK port vs an AOSP port?
Click to expand...
Click to collapse
The SDK is used by devs to create apps so only code relevant to having a semi- working simulator is present. AOSP is the full source code, witch includes everything but it is only built for one device, the galaxy nexus, so there is still much work involved in porting.
---------------------------------
Sent from my LG Optimus V using Tapatalk
Android 6.0 is being uploaded to AOSP:
http://www.androidpolice.com/2015/10/05/android-6-0-marshmallow-is-being-uploaded-to-aosp-right-now/
@Alberto97
@Flashhhh
What do you think ? it will be difficult to port it over ?
Too early to say.
I hope I can find some custom rom after Android 6.0 release.....
The 2nd gen moto g is being updated via motorola to 6.0, the first and second gen motos are pretty much similar in every aspect part screen size and camera. Roms have been ported over from the 2nd gen to the 1st gen before so it maybe done again for 6.0.
Lets hope for the best...
CM13 branch is created, also with falcon device tree repo (https://github.com/CyanogenMod/android_device_motorola_falcon/tree/cm-13.0)
TheXorg said:
CM13 branch is created, also with falcon device tree repo (https://github.com/CyanogenMod/android_device_motorola_falcon/tree/cm-13.0)
Click to expand...
Click to collapse
ok, then how long it will take till we got a build of Android 6.0 ?
Eurofighter_ty said:
ok, then how long it will take till we got a build of Android 6.0 ?
Click to expand...
Click to collapse
i'm currently syncing it, althrough i dont think it compiles ^^
TheXorg said:
i'm currently syncing it, althrough i dont think it compiles ^^
Click to expand...
Click to collapse
I don't have any knowledge about building Android. But I have 2 questions:
Why the compile can fail ? There are no drivers ?
If compiles then we need to see if it's boots and if at least 2-3 things are working. like wifi, or something like that. I am just interested.
Eurofighter_ty said:
Why the compile can fail ? There are no drivers ?
Click to expand...
Click to collapse
Millions of lines of code -> millions of possible reasons for failure.
Also, the closed source libraries (lib/hw/* and vendor/lib/*) could be incompatible and workarounds may need to be found and implemented.
_that said:
Millions of lines of code -> millions of possible reasons for failure.
Also, the closed source libraries (lib/hw/* and vendor/lib/*) could be incompatible and workarounds may need to be found and implemented.
Click to expand...
Click to collapse
If you compile it and it works then post it
This could take weeks or even months, not a few hours.
If anyone needs beta test I am available and only send a private message
Eurofighter_ty said:
I don't have any knowledge about building Android. But I have 2 questions:
Why the compile can fail ? There are no drivers ?
If compiles then we need to see if it's boots and if at least 2-3 things are working. like wifi, or something like that. I am just interested.
Click to expand...
Click to collapse
first, the downloaded sourcecode was only about 2gb (normal AOSP sourcecode is more than 20gb)
then, they are still updating many repos, you can watch them update https://github.com/CyanogenMod
TheXorg said:
first, the downloaded sourcecode was only about 2gb (normal AOSP sourcecode is more than 20gb)
then, they are still updating many repos, you can watch them update https://github.com/CyanogenMod
Click to expand...
Click to collapse
ok so then we have to wait at least 1-2 weeks to get Android 6.0 on our device...
Avoid the impatients
Lets avoid asking for builds and ETAs please, remember that devs have jobs or study to do, and sometimes being bothered about when they will release something could annoy them.
Rule 4
I'd be open for testing any kind of builds in the future, although I have the xt1031 boost variant but that might help out too for certain things
So our Moto G 2013 will receive the Android 6.0 with CyanogenMod 13 ?
Enviado de meu Moto G usando Tapatalk
xxmarsubxx said:
So our Moto G 2013 will receive the Android 6.0 with CyanogenMod 13 ?
Enviado de meu Moto G usando Tapatalk
Click to expand...
Click to collapse
for sure.
Any updates??
Anyone have any latest news regarding status of falcon in cm13?? As moto g2 already got a test build of cm13
Hello OPX community,
I started to work on the port and its progressing nicely, UI is up also Wifi works now, but many things still don't work, so help is defintly appreciated.
Current status: wiki.merproject.org/wiki/Adaptations/libhybris
OLD:
I don't know if some of you know Sailfish OS, but its an OS that is not based on Android with an outstanding UI and UX.
And developers can port it to Android based devices like ours \o/
So I took the hand and compiled Sailfish OS and Android, but unfortunaly I don't really have the time to test since this is my only phone.
So I need someone to either test and report to me or what would be better someone that can develope further on its own after I shared my knowledge with him.
This thread is for talking about everything related to Sailfish OS.
Here are some useful links:
Jolla.com
Sailfish Porting
HADK
+1
This would be my dream coming true...
I might be able to test it, if You can make a flashable zip. Is this build supposed to support android runtime? If I flash it, my recovery and internal SD remains untouched?
osvatha said:
+1
This would be my dream coming true...
I might be able to test it, if You can make a flashable zip. Is this build supposed to support android runtime? If I flash it, my recovery and internal SD remains untouched?
Click to expand...
Click to collapse
Android Support is currently not available for ported devices but there are some devs working on an open source solution.
Your recovery will stay the same.
Internal SD should stay untouched of you don't wipe it but it will probably not visible from sailfish but there was a fix for that, dunno if that is already upstream.
https://twitter.com/taaeem_/status/690475762609168384
UI is booting up on the OnePlus X!!
Still having Jolla with me and running Sailfish OS on OpX hw would make it sweet.
prarun2030 said:
Still having Jolla with me and running Sailfish OS on OpX hw would make it sweet.
Click to expand...
Click to collapse
I can say it's really really smooth :victory:
I haven't heard about this OS, is this some custom ROM, CM based? or what? :silly:
FcoEnrique said:
I haven't heard about this OS, is this some custom ROM, CM based? or what? :silly:
Click to expand...
Click to collapse
It's a completely different OS, it's based off Mer which is kind of a Linux distribution and on top of that sits sailfish OS. CM is only used on Android via libhybris to get the hardware working. In fact it's completely different from Android and NOT based on it like CM. It's real Linux as a mobile OS.
Wifi up
Bluetooth up
All sensors up
Audio up
\o/
Nice progression, thanks for effort. Had a Jolla-device before and loved it. The HW build quality just wasnt there. Altough, I'd love to get the opensource dalvik-emu to work some day, since I have a bad feeling about future sw development on SailfishOS.
Awesome. Sorry I haven't been able to get back to you on the latest build. I haven't had time lately. Life kinda showed up abf took my time with it. I'll try to observe it later.
taaeem said:
I can say it's really really smooth :victory:
Click to expand...
Click to collapse
:good:
taaeem said:
It's a completely different OS, it's based off Mer which is kind of a Linux distribution and on top of that sits sailfish OS. CM is only used on Android via libhybris to get the hardware working. In fact it's completely different from Android and NOT based on it like CM. It's real Linux as a mobile OS.
Click to expand...
Click to collapse
Sounds interesting, may have to look more about it.
Waiting for release to test!
Development would be much faster if we multirom for our device
taaeem said:
Development would be much faster if we multirom for our device
Click to expand...
Click to collapse
Is there multirom for oneplus X ? ?
sankarshan said:
Is there multirom for oneplus X ? ?
Click to expand...
Click to collapse
No sadly not
Sim is now detected and mobile data is working after adding your apn to settings \o/ video and music playback should also work now and RTC alarms are working so you never need to worry if your phone is off you won't miss that alarm
taaeem said:
Sim is now detected and mobile data is working after adding your apn to settings \o/ video and music playback should also work now and RTC alarms are working so you never need to worry if your phone is off you won't miss that alarm
Click to expand...
Click to collapse
Lol! And when we will be able to test it?
TheJedeX said:
Lol! And when we will be able to test it?
Click to expand...
Click to collapse
I could post it in a few hours, but than you don't have a camera, no LED and probably no calls (needs to be confirmed)
It would really be only a test build.
If I should do it, write it now
EDIT: Ah also Jolla Store is not working atm needs to be resolved server side. But there is still openrepos.
Just curious.. why is it that we're seeing rom after rom drop.. all based on lineage.. but lineage isn't official yet.
I understand all the hardware needs to work before it's official. So why not fix the base rom instead of just building everything we see?
Again.. I'm just curious. I used to build ROMs too and always liked to base stuff on fully functional code.
Sent from my Moto G (5) Plus using Tapatalk
mindmajick said:
Just curious.. why is it that we're seeing rom after rom drop.. all based on lineage.. but lineage isn't official yet.
I understand all the hardware needs to work before it's official. So why not fix the base rom instead of just building everything we see?
Again.. I'm just curious. I used to build ROMs too and always liked to base stuff on fully functional code.
Click to expand...
Click to collapse
They do. Look at the source code
zeft64 said:
They do. Look at the source code
Click to expand...
Click to collapse
I have. I've also 'listened' in on the conversations in the chat rooms.
Most just want recognition for building their roms. Some will help occasionally but the primary focus is "thanks" and xda recognition NOT completing the base rom or getting things official. I completely understand why vache won't work on official since he doesn't have the device.. but there are many others that are more concerned about the things stated above.
I tried to word my initial question do I wasn't insulting the devs.. but.. after your statement I felt the need to clarify.
Sent from my Moto G (5) Plus using Tapatalk
mindmajick said:
I have. I've also 'listened' in on the conversations in the chat rooms.
Most just want recognition for building their roms. Some will help occasionally but the primary focus is "thanks" and xda recognition NOT completing the base rom or getting things official. I completely understand why vache won't work on official since he doesn't have the device.. but there are many others that are more concerned about the things stated above.
I tried to word my initial question do I wasn't insulting the devs.. but.. after your statement I felt the need to clarify.
Click to expand...
Click to collapse
Well to be honest you have a point there
Yes. Instead of so many ROMs, we need stable ROM. Even one LOS should be good enough
Sent from my Moto G (5) Plus using Tapatalk
What is the future of OP3T concerning roms? I know One Plus will not provide support after the O update, so well have to get our taste from custom roms. Why are there so many resurrection ROMs? Does anyone still use all those features anyhow? I can't tell you the last time i heavily modified my rom. I typically stay on PA, FreedomOS, or stock rooted.
Does anyone know where I can find some AOSP kernels?
Sent from my ONEPLUS A3000 using Tapatalk
Jxcorex29 said:
What is the future of OP3T concerning roms? I know One Plus will not provide support after the O update, so well have to get our taste from custom roms. Why are there so many resurrection ROMs? Does anyone still use all those features anyhow? I can't tell you the last time i heavily modified my rom. I typically stay on PA, FreedomOS, or stock rooted.
Does anyone know where I can find some AOSP kernels?
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
no one said O is end of the line for 3/3T, it's the end of beta, they cant keep 2 beta's
that's said, even if that's true, there will be plenty of O custom roms, and probably P when it's released...
AOSP kernel, hmm, ther was one i don't remember it's name i'm not sure if it's still maintained, look for it on the cross devices section, it was the kernel for the OSIP rom.
theduke7 said:
no one said O is end of the line for 3/3T, it's the end of beta, they cant keep 2 beta's
that's said, even if that's true, there will be plenty of O custom roms, and probably P when it's released...
AOSP kernel, hmm, ther was one i don't remember it's name i'm not sure if it's still maintained, look for it on the cross devices section, it was the kernel for the OSIP rom.
Click to expand...
Click to collapse
Thanks man, will do...
Sent from my ONEPLUS A3000 using Tapatalk
Personally I think it's crap that this phone won't get any software updates after Oreo. Phone should have shipped with 7.0 out the box. This will definitely be my last OnePlus
qbanlinxx said:
Personally I think it's crap that this phone won't get any software updates after Oreo. Phone should have shipped with 7.0 out the box. This will definitely be my last OnePlus
Click to expand...
Click to collapse
And what are you gonna get instead?
A Pixel XL2
lkhafra said:
A Pixel XL2
Click to expand...
Click to collapse
Oh my god, I hardly wish to have such a expensive device :fingers-crossed:
Im not afraid of support stopping.. 3T god one of the biggest community behind ready to serve long-term support
theduke7 said:
no one said O is end of the line for 3/3T, it's the end of beta, they cant keep 2 beta's
that's said, even if that's true, there will be plenty of O custom roms, and probably P when it's released...
AOSP kernel, hmm, ther was one i don't remember it's name i'm not sure if it's still maintained, look for it on the cross devices section, it was the kernel for the OSIP rom.
Click to expand...
Click to collapse
There will be no Android P without the source code which One Plus won't release because theyre stopping after Oreo. Oreo based Roms will be the final Android version.
B3501 said:
There will be no Android P without the source code which One Plus won't release because theyre stopping after Oreo. Oreo based Roms will be the final Android version.
Click to expand...
Click to collapse
I'm sure there will be custom roms after Oreo (not OOS based tho ofc), same as Oneplus 2 have nougat as custom roms.
Eremitus said:
I'm sure there will be custom roms after Oreo (not OOS based tho ofc), same as Oneplus 2 have nougat as custom roms.
Click to expand...
Click to collapse
I thought the source code was needed even for custom Roms? I stand to be corrected though.
B3501 said:
I thought the source code was needed even for custom Roms? I stand to be corrected though.
Click to expand...
Click to collapse
Actually I don't know how that goes, since I know nothing about developing ROMs, but since there is new OS versions for devices which didn't get them officially, there must be some way. Some functions propably not gonna work similarly, depends on device tho (Samsung Note 4 example.. custom ROMs were missing all "S pen" -stuff and camera quality was horrible. All camera framework stuff were binded to Touchwiz itself), but atleast our Oneplus 3T is quite simple device and camera is so far working "good enough" even on custom ROMs.
SourPower said:
And what are you gonna get instead?
Click to expand...
Click to collapse
Probably gonna get the pixel XL 2, or maybe the essential phone...
Until devs have the will to work with it this device its gonna live period.
The mighty OPO will run lianeage 15 android O it's a 2014 device long way from KK days! It's amazing..
B3501 said:
I thought the source code was needed even for custom Roms? I stand to be corrected though.
Click to expand...
Click to collapse
The source code used for custom roms is based on aosp(google)not on the one released by oneplus. Basically the one on pixel and nexus devices and mixed up with oneplus drivers( blobs actually)..
So no. Custom roms will continue till developers stop making builds.years after oneplus droping support
This phone is good for the next year at least. People will still have it since it's like the budget pixel
Sent from my ONEPLUS A3000 using Tapatalk
even OPO has 7.1.2 custom roms, why you need to worry ?
B3501 said:
There will be no Android P without the source code which One Plus won't release because theyre stopping after Oreo. Oreo based Roms will be the final Android version.
Click to expand...
Click to collapse
Not really. The code oneplus release, the blobs and the devices trees can help to improve custom ROMs, but custom ROMs won't disapear if we doesn't have the source.
Just look at the Xperia SP for example. Official android version, 4.3. Android version thanks to custom ROMs, Oreo.
The code the manufacturer release is highly important at launch, to have a base to work on to port a custom ROM. On android P developers will take the android O tree and start to update it to support the code changes of P, without the need of OP.
datvui2211 said:
Oh my god, I hardly wish to have such a expensive device :fingers-crossed:
Click to expand...
Click to collapse
After having over 40 flagship phones and an XL since the Droid 1 it's worth it. I won't waste the time to go into all of the reasons though. I was being a little modest when I said 40
B3501 said:
I thought the source code was needed even for custom Roms? I stand to be corrected though.
Click to expand...
Click to collapse
Its not. It can make devs life easier i guess. But i have a htc one s with android 7.1.2 ressurrcetion remix rom and everything is working fine.
And the last official update the htc one s got was jellybean.