Which Toolchain for compiling kernel? - LG Optimus 4X HD

As stated in title
I'm diving a bit in kernel development I'm starting to play with compiling it first from source with succes now trying to cherry pick some stuff and I must say its a lot of fun to play with.
But now let's go to the question which toolchain could I use the best I tested "standard" gcc4.6. Linaro 4.9.2 (gave me a bad performance). Is there any know-how for our tegra3 device?
Looking forward to see some opinions

moneyvirus said:
As stated in title
I'm diving a bit in kernel development I'm starting to play with compiling it first from source with succes now trying to cherry pick some stuff and I must say its a lot of fun to play with.
But now let's go to the question which toolchain could I use the best I tested "standard" gcc4.6. Linaro 4.9.2 (gave me a bad performance). Is there any know-how for our tegra3 device?
Looking forward to see some opinions
Click to expand...
Click to collapse
You probbably shoud tag @Demetris @laufersteppenwolf @alfsamsung @Adam77Root maybe some other guys to help ypu out i think they whould be glad to stear you in the right directions since they are well know developers on this forum.

moneyvirus said:
As stated in title
I'm diving a bit in kernel development I'm starting to play with compiling it first from source with succes now trying to cherry pick some stuff and I must say its a lot of fun to play with.
But now let's go to the question which toolchain could I use the best I tested "standard" gcc4.6. Linaro 4.9.2 (gave me a bad performance). Is there any know-how for our tegra3 device?
Looking forward to see some opinions
Click to expand...
Click to collapse
Well, I have been playing around with toolchains in the past, and the one I personally liked the most was linaro 4.6, which is also the one I a, compiling all werewolf kernels with.
If you want it, I think I pushed it to my github IIRC

Related

Compiling AOSP for the Sprint hero

Hello all, as some of you might already know, I'm working to create a AOSP rom. I've looked all over, and cannot figure out how to compile it for the sprint hero. I know the source is on source.android.com... I know you use repo for it... I'm not a noob with that stuff (no offense). I'd like to compile it so it would work on the hero. I think there's frameworks or some makefile that I have to use. Ultimately, I'll repay you with my rom .
Thanks!
Jason(bikcmp)
From what I read you just have to direct the makefile to HEROC200. Would you mind when you figure it out posting a quick how to with GIT hub addresses and makefile references and flags? Keep in mind your audience for building Android isn't newbs, so it doesn't have to be the most indepth.
Kcarpenter said:
From what I read you just have to direct the makefile to HEROC200. Would you mind when you figure it out posting a quick how to with GIT hub addresses and makefile references and flags? Keep in mind your audience for building Android isn't newbs, so it doesn't have to be the most indepth.
Click to expand...
Click to collapse
What's actually quite funny is I'm a server administrator, so I'm experienced with linux and compiling stuff. I just can't find the dang thing to make it for the hero

[Q] Kernels and related

I don't know if this is the right place to ask but I think I'll post here instead of development. I want to get into making my own slightly tweaked kernels but I really know nothing about whets where in the repository (like what file I would look in for clocks or voltages). I was just wondering if someone could point me toward some documentation so I can at least have a but of an idea. Thanks!
Developing anything is pretty complicated without some codding skills so I would advise against trying to code your own kernel although if you want to I can't stop you but in your position I would have posted in android development section you may get faster results.
I have experience in coding in c++, html, some assembly, wrote a very basic bootloader that doesn't really do much for a pc. I'm just looking to make some minor changes. (clocks or voltages)
# include <iostream>
using namespaces std;
void main()
{
cout <<"Well in that case I guess you could but like I said you'll probably get more responses in the android development section then nexus one Q&A.\n\nBTW I'm no expert in c++ just wanted to do this as a little joke all I know are the basics ";
cin.get();
}
NOTE: I know code is not supported in most forums so if a mod wants to delete this feel free it was just a joke so.
Very nice but unfortunately wouldn't compile in my compiler thanks to microsoft requiring include stdfax or whatever it is that I have to add up there with precompiled headers.... A pain but I never really learned gcc and its rules
Will post in dev section thanks for the suggestion!
Oh well I just noticed something and I'm going to guess that's why it didn't compile for you I made a typo up there it's not "namespaces" it's "namespace".
meltbox360 said:
I have experience in coding in c++, html, some assembly, wrote a very basic bootloader that doesn't really do much for a pc. I'm just looking to make some minor changes. (clocks or voltages)
Click to expand...
Click to collapse
All you have to do is browse some of the repositories here in the dev section. Click the GitHub link to pershoot or intersects repository. Then go to the kernel project/source and click "commits" at the top. Look thru each commit to get an idea of what's going and being changed in the kernel. The good stuff will be from months ago so you'll have to keep going back far thru the commits to find the significant changes.
Then setup your own build environment. Cyanogen wiki has a step by step tutorial guide that's straight forward and rather easy to get going.
When done that, just practice making some tiny code changes to the kernel, something that interests you, and try to compile it. You'll prob get an error so tweak it till it compiles with no error, then flash it to your device and see if it works.
It's fun to do and you can get setup pretty quickly with all the info available to us.

Official ARM. Project Thread

After much practice into linux, i went for a C coding workshop for android. Basically i doubled, maybe even tripled my skill level. I finally am able to promise you something not pointless to this society which feels great hatred on me. I already got over this. I hope such releases can ease the scams in may.
The new kernel, based on ARM.'s vanilla kernel common, will be a 3.4.11 kernel. It features full tweaks to all over the source. Expect little features on initial release. The releases in the front will be focused entirely on fixing the kernel sources itself. The major merge all the way to the latest kernel version might have caused bugs to appear
nicholaschw said:
After much practice into linux, i went for a C coding workshop for android. Basically i doubled, maybe even tripled my skill level. I finally am able to promise you something not pointless to this society which feels great hatred on me. I already got over this. I hope such releases can ease the scams in may.
The new kernel, based on ARM.'s vanilla kernel common, will be a 3.4.11 kernel. It features full tweaks to all over the source. Expect little features on initial release. The releases in the front will be focused entirely on fixing the kernel sources itself. The major merge all the way to the latest kernel version might have caused bugs to appear
Click to expand...
Click to collapse
Again?? Aren't you tired? You went over it but people from the forum certainly not. I absolutely don't wanna argue with you but yesterday Jarred aka Universal SS droped the ARM thread and today you are back.And you are not the same person. Certainly not. You are like bad news,they never fail.
nicholaschw said:
After much practice into linux, i went for a C coding workshop for android. Basically i doubled, maybe even tripled my skill level. I finally am able to promise you something not pointless to this society which feels great hatred on me. I already got over this. I hope such releases can ease the scams in may.
The new kernel, based on ARM.'s vanilla kernel common, will be a 3.4.11 kernel. It features full tweaks to all over the source. Expect little features on initial release. The releases in the front will be focused entirely on fixing the kernel sources itself. The major merge all the way to the latest kernel version might have caused bugs to appear
Click to expand...
Click to collapse
Good for you. Hope it works out better this time and test thoroughly before release and after changes.
might is a understatement. It almost certainly will cause bugs to appear (the most common bug is it not booting when major changes are made to the kernel base). Also allot of the bugs from the kernel don't show symtoms they just go wrong and use a few more KB of memory or that bit restarts and causes a slight slowdown or it takes a few milliseconds longer to complete its task etc.
Edvin73 said:
Again?? Aren't you tired? You went over it but people from the forum certainly not. I absolutely don't wanna argue with you but yesterday Jarred aka Universal SS droped the ARM thread and today you are back.And you are not the same person. Certainly not. You are like bad news,they never fail.
Click to expand...
Click to collapse
Your comments (although highly entertaining) don't do much, at least he's trying. Your right though: some information is contradictory.
EDIT: Have a taco
xonar_ said:
Good for you. Hope it works out better this time and test thoroughly before release and after changes.
might is a understatement. It almost certainly will cause bugs to appear (the most common bug is it not booting when major changes are made to the kernel base). Also allot of the bugs from the kernel don't show symtoms they just go wrong and use a few more KB of memory or that bit restarts and causes a slight slowdown or it takes a few milliseconds longer to complete its task etc.
Your comments (although highly entertaining) don't do much, at least he's trying. Your right though: some information is contradictory.
EDIT: Have a taco
Click to expand...
Click to collapse
I don't get it
First it was Nicholas who said he's handing it to a new maintainer, who is Jared, right? And Jared mentioned it has been dropped support
http://forum.xda-developers.com/showthread.php?t=2034227&page=10
Good news for everyone!ARM. will drop support for the LG optimus black!Hope everyone is happy and have a nice day.(I'll still be in the forums though)Moderators please lock this thread
Sent from my LG-P970 using Tapatalk 2
Click to expand...
Click to collapse
And now ARM Project's back?
Yes. He is fed up of this community. So, he turned over to support HTC. I give him my support for DNA. Now, i comeback to finish off what is destroyed, complete whats junk, and make it into something like a useful book into a library. Thanks xonar. I still have one last lesson. I did not learn drivers. edv, as said above, thats my motive. And, the reason why i comeback is the value of my life. You rather change an enemy into a friend rather than gaining more opposition.
nicholas for f--k sake !!! , once you have the kernel going post the topic and flatter yourself ,, you never learn do you
If this is going to turn into a flame war then I'll close it as that's not needed here but as it's posted in General, you should be here to discuss the topic. It's been explained why the other one was dropped but if nicholaschw wants to try develop something out of it let him and just ignore this thread if you don't have anything productive to add to it. This wasn't posted in Development so he's not expected to have the kernel ready to post so discussion is allowed here.
Thanks
AvRS
ARM Project TEAM.
To get away our doubt to you, may I ask you something about your ARM Project?
You have many thread there,
Optimus Black
Optimus 2X
Xperia Arc
HTC Droid DNA
Samsung Galaxy S3; and
Google Nexus 4.
And I got this post,
nicholaschw said:
We are an non-profit organisation alike cyanogenmod, but only focusing on creating a global aftermarket kernel for the Android OS, specifically to remove the major setbacks of linux.
Click to expand...
Click to collapse
So you're involved with (kind of) non-profit organization (alike CyanogenMod), can we know who's the members of your team? AFAIK, you don't own the phone in personal. So you (might) develop those kernel alone by yourself, or how many developers in your team?
I read your ARM. Project Recruitment, and it seems no one interested, so this non-profit organization doesn't existed yet, or you already have your own internal team?
redy2006 said:
To get away our doubt to you, may I ask you something about your ARM Project?
You have many thread there,
Optimus Black
Optimus 2X
Xperia Arc
HTC Droid DNA
Samsung Galaxy S3; and
Google Nexus 4.
And I got this post,
So you're involved with (kind of) non-profit organization (alike CyanogenMod), can we know who's the members of your team? AFAIK, you don't own the phone in personal. So you (might) develop those kernel alone by yourself, or how many developers in your team?
I read your ARM. Project Recruitment, and it seems no one interested, so this non-profit organization doesn't existed yet, or you already have your own internal team?
Click to expand...
Click to collapse
We currently are five-membered. Xperia is full, me, jared and pidozz. Two more are under evaluation. See ARM.'s git
Good Luck with whatever you're doing, I hope you learn someday.
My better half made me a delicious taco and while eating I read the comments.
It was not my intent to flame, neither argue with anyone. I will rather get drunk and party till morning. Good year everyone.
Sent from my LG-P970 using xda premium
Edvin73 said:
My better half made me a delicious taco and while eating I read the comments.
It was not my intent to flame, neither argue with anyone. I will rather get drunk and party till morning. Good year everyone.
Sent from my LG-P970 using xda premium
Click to expand...
Click to collapse
Off topic but good year to you too,here they don't serve tacos
Sent from my LG-P970 using xda premium
hmm, 80% of repos are forked from already good kernels from such devs like gokhanmoral, CM, garwedgess, coolya, etc.
it's like forking Diana kernel then adding a little touch.
Even your "bproj repo" is a clone from huexxx https://github.com/ARMP/bproj-black/blob/master/Makefile#L198 yet you pushed it as initial commit. I understand, maybe you're shy to fork it repo to repo.
Your Makefile on the repo shows:
export KBUILD_BUILDHOST := $(SUBARCH)
#ARCH ?= $(SUBARCH)
ARCH ?= arm
#CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
CROSS_COMPILE ?= /home/huexxx/android/arm-2010q1/bin/arm-none-linux-gnueabi-
Click to expand...
Click to collapse
Lol. He gets owned pretty much doesnt he?
In the Nexus 4 forums he told us that he works for google btw.
realfelix said:
Lol. He gets owned pretty much doesnt he?
In the Nexus 4 forums he told us that he works for google btw.
Click to expand...
Click to collapse
if i am, i would be in the newspapers. I'm so young. And go look at the post. FATHER. One more thing, this post is useless as gab himself is more capable to give this community a kernel
Thread closed as per OP request.

[Q] why are there not many customization's?

this phone we own has been around for around 6 months now, when i had a galaxy mini (not s3 mini, just galaxy mini) there were so many customization's ROMS in six months, but for our superior phone we have barely anything, i do appreciate everyones effort but there must be more customization's ROMS like AOSP ROMS. :crying:
Maybe because there are too many new phones in this interval of time and our s3 mini is not the most popular
Sent from my Motorola Startac
joshtk98 said:
this phone we own has been around for around 6 months now, when i had a galaxy mini (not s3 mini, just galaxy mini) there were so many customization's ROMS in six months, but for our superior phone we have barely anything, i do appreciate everyones effort but there must be more customization's ROMS like AOSP ROMS. :crying:
Click to expand...
Click to collapse
The main problem seems to be that the ST-Ericsson Novathor sources are not available.
I think that devs are focusing on more powerful devices like the s3 or s4, bigger guns are always better, aren't they?
Sent from my GT-I8190 using xda app-developers app
Take a look in dev section. mostly threads ends with a "this is my code / customization!" war.
There aren't community around this device.
vtetuan said:
Take a look in dev section. mostly threads ends with a "this is my code / customization!" war.
There aren't community around this device.
Click to expand...
Click to collapse
Last war was with me and Oliver, now we're working together in peace. I missed something?
But biggest problem is in no ste sources.
New Macław said:
Last war was with me and Oliver, now we're working together in peace. I missed something?
But biggest problem is in no ste sources.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=42730302&postcount=25
The guy only wants to learn. And I'm not saying that you have no reason.
It's the classical fragmentation in Linux community, and now, in Android community.
New Macław said:
Last war was with me and Oliver, now we're working together in peace. I missed something?
But biggest problem is in no ste sources.
Click to expand...
Click to collapse
How about this?
http://forum.xda-developers.com/showthread.php?t=2327646
Scuppa said:
How about this?
http://forum.xda-developers.com/showthread.php?t=2327646
Click to expand...
Click to collapse
Really chaotic commits. But we've almost ready CM10.1 sources, so don't worry
New Macław said:
Really chaotic commits. But we've almost ready CM10.1 sources, so don't worry
Click to expand...
Click to collapse
We have chaotic commits because we have a Jenkins server that requires sources to be uploaded to github and then synced by the server. We're not testing locally
The important ones you may encounter useful are in libhardware, libhardware_legacy, frameworks_av and frameworks_native, we're trying to use code from jellybean STE_AUDIO and adapt them to cm-10.1 (we're NOT coders so we did our best). Also, we build for two devices now, so we need to adapt the code to be common in some parts.
We can collaborate, maybe you could help us, and we can (if my teammates agree) get you some power (the jenkins) to build and upload automatically
Paul L. said:
We have chaotic commits because we have a Jenkins server that requires sources to be uploaded to github and then synced by the server. We're not testing locally
The important ones you may encounter useful are in libhardware, libhardware_legacy, frameworks_av and frameworks_native, we're trying to use code from jellybean STE_AUDIO and adapt them to cm-10.1 (we're NOT coders so we did our best). Also, we build for two devices now, so we need to adapt the code to be common in some parts.
We can collaborate, maybe you could help us, and we can (if my teammates agree) get you some power (the jenkins) to build and upload automatically
Click to expand...
Click to collapse
I don't need access to your machine, I would like to keep releases on my own hand, but of course I can help you
Poke me at gtalk please: [email protected]

Finally compiled CM13 from source code. Now what?

Hi boys and gals and older fellows:
So, I have been following this forums for some weeks. I own a Redmi 2 Pro here in Mexico (2014819, 16 GB ROM and 2 GB RAM) and I wanted to test a fair amount of ROMS, I never had had a cellphone with so many custom ROMS available and I am very enthusiastic about it, so, I first went to CM13, then AICP, AOKP, DU, RR and even MIUI 8 Betas, until I found this ROM I still want to build called Paranoid Android. But I never compiled a ROM from source (I have been using Linux for many years, but never compiled an entire OS) and while I was trying to build AOSPA (or Paranoid Android) I realized it was too hard for my skills.
You see, I am only a user not a developer, and I see a lot of guys here developing and mantaining at the very same time, using their free time, processors, internet connection and patience for all of us, the users. So, I finally managed to compile CM13 from source and it runs pretty well (everything works) and it feels really great, like an achievement, but then I thought "Now what? Is it possible I can help other users? How can I learn more?". I know this is not a great achievement fro a developer, I did not create a device tree or developed a custom ROM or part of it or write a driver, I know too I can't really help any much more than I have helped to other users (as much or few as it can be). So, what do you think? I wanna learn more, I want to custom CM13 to my own needs as a learning exercise (add, remove, tweak governors; that sort of things).
||||||||||
TL;DR: I want to help people with a lot of work in his/her hands helping Redmi 2 community. I am a regular GNU/Linux user and I can compile CM13 from source. Is there any way I can help you to help others while I learn something more? Suggestions on what to do from now on are also welcome, keeping in mind I am not a developer and I do not want to be one.
Wrong place bro
You can get help from @s.sawrav and @pirej,these are sort of devs who could help you.
Btw if you can,please try to compile also nougat if you can.
And use Google for things you want to learn like oc,governors and stuff there are some pretty good threads here on XDA on how to build kernels and add features to it like this here http://forum.xda-developers.com/android/software/ultimate-guide-compile-android-kernel-t2871276 .
Wish you best luck?
Great, one more Dev for our little beast. Try Paranoid next ...
CENTSOARER said:
Hi boys and gals and older fellows:
So, I have been following this forums for some weeks. I own a Redmi 2 Pro here in Mexico (2014819, 16 GB ROM and 2 GB RAM) and I wanted to test a fair amount of ROMS, I never had had a cellphone with so many custom ROMS available and I am very enthusiastic about it, so, I first went to CM13, then AICP, AOKP, DU, RR and even MIUI 8 Betas, until I found this ROM I still want to build called Paranoid Android. But I never compiled a ROM from source (I have been using Linux for many years, but never compiled an entire OS) and while I was trying to build AOSPA (or Paranoid Android) I realized it was too hard for my skills.
You see, I am only a user not a developer, and I see a lot of guys here developing and mantaining at the very same time, using their free time, processors, internet connection and patience for all of us, the users. So, I finally managed to compile CM13 from source and it runs pretty well (everything works) and it feels really great, like an achievement, but then I thought "Now what? Is it possible I can help other users? How can I learn more?". I know this is not a great achievement fro a developer, I did not create a device tree or developed a custom ROM or part of it or write a driver, I know too I can't really help any much more than I have helped to other users (as much or few as it can be). So, what do you think? I wanna learn more, I want to custom CM13 to my own needs as a learning exercise (add, remove, tweak governors; that sort of things).
||||||||||
TL;DR: I want to help people with a lot of work in his/her hands helping Redmi 2 community. I am a regular GNU/Linux user and I can compile CM13 from source. Is there any way I can help you to help others while I learn something more? Suggestions on what to do from now on are also welcome, keeping in mind I am not a developer and I do not want to be one.
Click to expand...
Click to collapse
wow great!!!! i have some request. please build cm11. i know is oldschool, but its pretty light and stable for me
Keep up mates,... You are awesome!!
Great Work Bro
CENTSOARER said:
Hi boys and gals and older fellows:
So, I have been following this forums for some weeks. I own a Redmi 2 Pro here in Mexico (2014819).....
Well down bro... Great to go.. There are developers here who may help you to grow. I wish you all developers good luck and hearty THANKS for all your works here..
Thanks & Regards,
Ashok M
Click to expand...
Click to collapse
CENTSOARER said:
Hi boys and gals and older fellows:
So, I have been following this forums for some weeks. I own a Redmi 2 Pro here in Mexico (2014819, 16 GB ROM and 2 GB RAM) and I wanted to test a fair amount of ROMS, I never had had a cellphone with so many custom ROMS available and I am very enthusiastic about it, so, I first went to CM13, then AICP, AOKP, DU, RR and even MIUI 8 Betas, until I found this ROM I still want to build called Paranoid Android. But I never compiled a ROM from source (I have been using Linux for many years, but never compiled an entire OS) and while I was trying to build AOSPA (or Paranoid Android) I realized it was too hard for my skills.
You see, I am only a user not a developer, and I see a lot of guys here developing and mantaining at the very same time, using their free time, processors, internet connection and patience for all of us, the users. So, I finally managed to compile CM13 from source and it runs pretty well (everything works) and it feels really great, like an achievement, but then I thought "Now what? Is it possible I can help other users? How can I learn more?". I know this is not a great achievement fro a developer, I did not create a device tree or developed a custom ROM or part of it or write a driver, I know too I can't really help any much more than I have helped to other users (as much or few as it can be). So, what do you think? I wanna learn more, I want to custom CM13 to my own needs as a learning exercise (add, remove, tweak governors; that sort of things).
||||||||||
TL;DR: I want to help people with a lot of work in his/her hands helping Redmi 2 community. I am a regular GNU/Linux user and I can compile CM13 from source. Is there any way I can help you to help others while I learn something more? Suggestions on what to do from now on are also welcome, keeping in mind I am not a developer and I do not want to be one.
Click to expand...
Click to collapse
Good job :good: but this is not the right section to post this,ask a moderator to move this thread to appropriate section,also checkout the chef central in android section of XDA and then there's google,it'll help you out a lot.
Thread belongs in Discussing forum not Development, moved as requested by OP
CENTSOARER said:
Hi boys and gals and older fellows:
So, I have been following this forums for some weeks. I own a Redmi 2 Pro here in Mexico (2014819, 16 GB ROM and 2 GB RAM) and I wanted to test a fair amount of ROMS, I never had had a cellphone with so many custom ROMS available and I am very enthusiastic about it, so, I first went to CM13, then AICP, AOKP, DU, RR and even MIUI 8 Betas, until I found this ROM I still want to build called Paranoid Android. But I never compiled a ROM from source (I have been using Linux for many years, but never compiled an entire OS) and while I was trying to build AOSPA (or Paranoid Android) I realized it was too hard for my skills.
You see, I am only a user not a developer, and I see a lot of guys here developing and mantaining at the very same time, using their free time, processors, internet connection and patience for all of us, the users. So, I finally managed to compile CM13 from source and it runs pretty well (everything works) and it feels really great, like an achievement, but then I thought "Now what? Is it possible I can help other users? How can I learn more?". I know this is not a great achievement fro a developer, I did not create a device tree or developed a custom ROM or part of it or write a driver, I know too I can't really help any much more than I have helped to other users (as much or few as it can be). So, what do you think? I wanna learn more, I want to custom CM13 to my own needs as a learning exercise (add, remove, tweak governors; that sort of things).
||||||||||
TL;DR: I want to help people with a lot of work in his/her hands helping Redmi 2 community. I am a regular GNU/Linux user and I can compile CM13 from source. Is there any way I can help you to help others while I learn something more? Suggestions on what to do from now on are also welcome, keeping in mind I am not a developer and I do not want to be one.
Click to expand...
Click to collapse
Just start from doing the green thing
That's the best way to learn, and when/if you are happy with the modifications you made, and you think that the rom you made is different enough to be posted as a different/new/your rom, then post it.
pirej said:
Just start from doing the green thing
That's the best way to learn, and when/if you are happy with the modifications you made, and you think that the rom you made is different enough to be posted as a different/new/your rom, then post it.
Click to expand...
Click to collapse
I'm not familiar with the meaning of "the green thing", I love plants, so it would be great it is a plant-related saying. Care to elaborate a little? At the moment I am learning some useful repo parameters and attempting to build Resurrection Remix which seems going just OK.
I am downloading too all the source code from CM11, I think that's gonna be doable for a newbie like me, AOSPA is just too much right now, so I gave up with that for now, even documentation is hard to get.
CENTSOARER said:
I'm not familiar with the meaning of "the green thing", I love plants, so it would be great it is a plant-related saying. Care to elaborate a little? At the moment I am learning some useful repo parameters and attempting to build Resurrection Remix which seems going just OK.
I am downloading too all the source code from CM11, I think that's gonna be doable for a newbie like me, AOSPA is just too much right now, so I gave up with that for now, even documentation is hard to get.
Click to expand...
Click to collapse
in my quote of your post... i used GREEN color to mark something..
pirej said:
in my quote of your post... i used GREEN color to mark something..
Click to expand...
Click to collapse
Oh, I see now, thanks for the advice. This XDA Forums app can't parse color tags, so I was lost.
Hey I Was hoping you could build and Maintain a stable Cyanogen 12.1! A lot of people are still using 12.1 and kumajaya has stopped active development on that ROM. Plus the Sailfish OS community would really benefit from your support

Categories

Resources