[DEV] CyanogenMod 14.1 - Degaswifi - [Needing Help] - Galaxy Tab 4 Q&A, Help & Troubleshooting

A CyanogenMod DEV, is going to help me build a working CyanogenMod 14.1 build for this device. But I need someone to help me make the GitHub Project possible.
The CyanogenMod DEV. is only wanting to make 1 (one) build. So if you guys want more versions, you guys have to build it, with these code sources on GitHub.
Link To The GitHub Project:
"https://github.com/Darkestwolf98/Degaswifi-CM-14.1"
I am needing some people to build some versions for CyanogenMod 14.1 for Degaswifi, and to test these versions.

This is 230NU version right? Ill test for you, have been using cm for a long time be glad to get a new build finally on this thing.

dougyj said:
This is 230NU version right? Ill test for you, have been using cm for a long time be glad to get a new build finally on this thing.
Click to expand...
Click to collapse
Yes

I want to help, but how to build?

Related

{I9001} CyanogenMod 10 (Ivendor) weekly compiled by PsychoGame

Hello everybody,
Before I jump into the compilation proces and uploading my build I want to ask everybody first if anybody is interested in a weekly build CM10.
I know that Ivendor is not changing his sources every week, but the base of CyanogenMod is under constant development, so changes in the CyanogenMod source will be up to date again.
Let me know if you're interested by replying to this thread.
Also if theres enough interest in a build with kernel 3.0 inside I'm also willing to upload this image as well.
Because already one person replied I'm willing to share my compiled image. After all it's already compiled.
This build is compiled against ivendors sources on his Github and the latest CyanogenMod sources which were available.
Of course this image is already tested on my phone and everything seems to work like it did on Ivendor's last build.
Because Ivendors sources haven't been changed, this build still has the same bugs as his build.
To be complete the following:
- Vsync doesn't work, because the current kernel doesn't support this yet.
- Panorama shots
- Also mobile internet has a little glitch, which only appears to happen if you have a Pin locked SIM.
Solutions to this are:
* Setting the phone into Airplane Mode and back to normal. This should load the needed module.
* A more clean solution is to use the patch provided at: d-h.st/BgH This patch can be applied through CWM.
- Also camera view is upside down, but this is not noticable in the final saved image. (Don't know if this is a new or already known bug I don't use camera that much).
You can download my build from: mediafire.com/?m765ok5mtly7l6h
You have to copy the links into you're adress bar, because I'm not yet allowed to post outside links.
If anyone has questions feel free to ask.
Greetings PsychoGame
a weekly build would be nice
i donĀ“t use the 3.0 kernel because of the not working camera
i hope it changes soon
Hereby I updated my thread and put in the links to where you can download my build.
Greetings PsychoGame
PsychoGame said:
Hereby I updated my thread and put in the links to where you can download my build.
Greetings PsychoGame
Click to expand...
Click to collapse
Great idea. You can use 2 builds,one with 2.6 kernel, second with 3.x
it would be very great
Sent from my GT-I9001 using xda premium

[WIP] [CM12] [DEVS ONLY] Cyanogenmod 12 for Moto G (2nd Gen)

Okay Guys,
I am working hard to bring up Cyanogenmod to our beloved moto g.
But i am a bit Noobish in this field.
I have been reading guides and following the process.
So far I have setup the build environment and synced the latest repo from CM sources.
Now, further most imp step is Vendor, Kernal and Device tree.
I have found this so far, by searching this forum only,
https://github.com/MotorolaMobilityLLC/kernel-msm/tree/kitkat-4.4.4-release-titan
Now, reading further some guides, they say kernel and device tree will require some modification to work with CM12, but i couldnt find about this modification.
so I request all developers to guide me on this.
We can surely do this together. :fingers-crossed:
N.K.V. said:
Okay Guys,
I am working hard to bring up Cyanogenmod to our beloved moto g.
But i am a bit Noobish in this field.
I have been reading guides and following the process.
So far I have setup the build environment and synced the latest repo from CM sources.
Now, further most imp step is Vendor, Kernal and Device tree.
I have found this so far, by searching this forum only,
https://github.com/MotorolaMobilityLLC/kernel-msm/tree/kitkat-4.4.4-release-titan
Now, reading further some guides, they say kernel and device tree will require some modification to work with CM12, but i couldnt find about this modification.
so I request all developers to guide me on this.
We can surely do this together. :fingers-crossed:
Click to expand...
Click to collapse
I love your initiative! Unfortunately I'm not a developer...
Send from my XT1068 using Tapatalk.
nice work mate.... developers are needed urgently....
Why do you think developers will find you and this thread? It works the other way. You need to find developers and ask for help. I suggest you start here and here
I keep my fingers crossed for the success of the project :highfive:
Yes, I am reading all possible guides given by the developers.
By that only i have reach this far.
But for device tree and kernel, device specific modifications are necessary, and I really need help of some one who has actually done this before.
If this is successful , we can have an alpha build of CM 12 , in 3-4 days.
@ N.K.V.
ok i will help you with this..
first we need to set up device tree and vendor trees....
there is 2 ways to do this
first:- get a official motorola stock lollipop update for your phone.
(unfortunately it not yet released for all variants)
examine the similar device trees like falcon or htc a5 (desire 816) of lg l90 or sony m2 or sony e3
compare the kernel sources of falcon and titan (these are kitkat sources so may be in future motorola will release updated lollipop kernel source)
there are various major differences.
set up a basic device tree from falcon with msm8226 common of cm repos.
take vendor blob list from falcon
adapt it for titan
extract vendor blob from phone.
compile the rom
second:- from existing 4.4.4 rom
repo sync kernel from github
make changes to falcon and msm8226 device tree to adapt titan
extract vendor blobs with falcon list
compile
problem with second approach is that you have to make many changes to kernel and other things
but if we get official moto update of lollipop with kernel source then it will be little easier...
still if you are going to compile and want to make a cm12 from 4.4.4 i am with you ...i will set up device trees and other trees to set up things in motion.....
and then we can change vendor blobs and kernel to lollipop when it get released...
k2wl said:
@ N.K.V.
ok i will help you with this..
first we need to set up device tree and vendor trees....
there is 2 ways to do this
first:- get a official motorola stock lollipop update for your phone.
(unfortunately it not yet released for all variants)
examine the similar device trees like falcon or htc a5 (desire 816) of lg l90 or sony m2 or sony e3
compare the kernel sources of falcon and titan (these are kitkat sources so may be in future motorola will release updated lollipop kernel source)
there are various major differences.
set up a basic device tree from falcon with msm8226 common of cm repos.
take vendor blob list from falcon
adapt it for titan
extract vendor blob from phone.
compile the rom
second:- from existing 4.4.4 rom
repo sync kernel from github
make changes to falcon and msm8226 device tree to adapt titan
extract vendor blobs with falcon list
compile
problem with second approach is that you have to make many changes to kernel and other things
but if we get official moto update of lollipop with kernel source then it will be little easier...
still if you are going to compile and want to make a cm12 from 4.4.4 i am with you ...i will set up device trees and other trees to set up things in motion.....
and then we can change vendor blobs and kernel to lollipop when it get released...
Click to expand...
Click to collapse
This is great news. A team effort can do anything.:good:
Thanks to NKV and Kewl. Great initiative. God Bless You.
Sent from my Nexus 7 using XDA Free mobile app
okay guys,
let's keep this thread clean for developers.
you can always hit like to appreciate
UPDATE: @k2wl is working on kernel and device tree, it will take him some days.
@k2wl and N.K.V.
Thx for your time and work :good:
I wait for the right Software on xt1068!
I have a little bit of knowledge and i can learn really fast, if you guys need help, you can count on me
which model will this be for? (please say xt1064)
Bobboman said:
which model will this be for? (please say xt1064)
Click to expand...
Click to collapse
Doesn't matter. It will be for all variants!
absolutely brilliant, i wish i knew a lick of programming so that i could help get this done faster (i'm tired of seeing a SU update in play store and not being able to use it because it sends my G into a bootloop)
Thanks man, lollipop official update have a bug while playing music via bluetooth when screen is lock, can you fix it on this rom?
Ha ha...Let's make the ROM first..
Bug fixing in Second task.
Now that lollipop soak has started in India....i think Work should go fast. :beer:
Waiting for it. Please keep updated though!
I'm interested in helping with this.
Sent from my A0001 using XDA Free mobile app
Hope to See this soon! Thanks guys!!
Nice intitiative...but i think making device tree and vendor for this device will not be tht easy....still hope for best

[CM Mod] [Z2/Pro] CyanogenMod build regroup thread

Hello,
So now we have the Z2 sources, Z2 Pro should come soon as-well, it would be great to start building ourselves a nice CM13 or RR. Sadly I am fully booked for the 2 next weeks and as it's my first CM build (despite I builded some ASOP already), it's going to take me a long time. So the goal of this thread is just to regroup and share the files so we can get ASAP to something stable.
Do we have the sources from the chinese CM13 Z2 Pro build ?
Thanks all !
I would love to contribute, but i'm a bit busy, too. It would be nice if someone could create a git for this project following the rules from cyanogenmod, to get this Phone an official release some time soon.
How To Port CyanogenMod Android To Your Own Device
https://wiki.cyanogenmod.org/w/Doc:_porting_intro
Hey, I am fully Intrested in bringing up CyanogenMod for it, but.. Kernel Sources arr bad or something? I am trying to compile with aarch-arm64-androideabi- (gcc4.9) its like failing to build in signal.c

[ROM][7.1.1][UNOFFICIAL] unmodified LineageOS 14.1 nightlies

LineageOS for OnePlus3
Hi,
I'm offering unmodified LineageOS nightlies for our device. The builds should be online at around 4:00AM (UTC +1) everyday.
If you want a pure LineageOS experience you should probably give it a try. These builds dont have open beta blobs, oxygen firmwares or anything else included. You are free to flash firmware and modem though, I'm using Oxygen 4.0.1 firmware and modem and its working fine.
I'm not a developer and I won't fix any bugs. If there is a bug, wait for LineageOS team to fix it.
Changelog:
https://www.cmxlog.com/14.1/
Download:
http://webzukunft.de/lineageos/
Status:
OFFICIAL LINEAGEOS DOWNLOADS ARE ONLINE, I WONT POST ANY UPDATES HERE BUT YOU MAY FIND NIGHTLIES UNDER THE GIVEN LINK.
How to install?
1. Reboot to TWRP (I recommend using official twrp 3.0.3)
2. Wipe System, Cache and Dalvik
3. Flash ROM
4. Flash GAPPS (I recommend opengapps)
5. Reboot
Sources:
Kernel Tree
Device Tree
Code Review:
LineageOS Gerrit
Credits:
LineageOS Team
Contributors:
oelf
hutilicious
There is already a thread for lineageOS nightlys: https://forum.xda-developers.com/oneplus-3/development/rom-lineageos-oneplus3-t3528972
I think we don't need two of them
panther124 said:
There is already a thread for lineageOS nightlys: https://forum.xda-developers.com/oneplus-3/development/rom-lineageos-oneplus3-t3528972
I think we don't need two of them
Click to expand...
Click to collapse
This guy offers no up-to-date nightlies and MEGA is not everyone's choice to download from. Choose whats best for you.
Hi guys,
todays nightly is up and tested and running
Ive tweaked the build system so that nightlies are now available at 04:00AM (UTC +1)
have a good day
Dirty flashed without problems.
Only issue I have since weeks (with every rom) is that my camera is not working 100%. Either doesn't take pictures at all/ force closes or you have to trigger 3-5 times before a picture is taking
hoqpus said:
Dirty flashed without problems.
Only issue I have since weeks (with every rom) is that my camera is not working 100%. Either doesn't take pictures at all/ force closes or you have to trigger 3-5 times before a picture is taking
Click to expand...
Click to collapse
hi, Im facing the same issue. its not related to my build and seems to be a general custom rom 7.1.1 problem. thanks for your report.
Thanks for the build. Unfortunately with the latest 2 builds (16./17.1.) inbuild root is not working for me anymore.
Achi92131 said:
Thanks for the build. Unfortunately with the latest 2 builds (16./17.1.) inbuild root is not working for me anymore.
Click to expand...
Click to collapse
Hi, thanks for noticing. I didnt notice it but you are right.
Option is missing in developer settings, too.
You can try flashing SuperSU zip to retain root again! Make sure to check changelogs, so you know if this has been fixed.
Apart from that, 20170117 is up,tested and running.
EDIT:
Ive checked the changes and it seems that LineageOS disabled SU extension by default. Builds can still be made with SU but it has to be done by the device maintainer. They said they are working on an SU extension for Lineageos.
For the time being, you have to flash SuperSU.
Thx for your hard work ... No one is updating .. this ROM on daily basis ... Except you ...
Any differences between this builds and Dianlujitao builds?
Flamehell said:
Any differences between this builds and Dianlujitao builds?
Click to expand...
Click to collapse
I actually cant tell if there is any difference. This rom is build from LineageOS official github source only. I think dianlujitao uses unmerged commits in his builds sometimes. Choose whats working best for you.
SU is back
Hi guys,
As there wasnt anyone voting for no root, I decided to build this rom with SU now. So any builds starting from 2016-01-25 are with SU. Enjoy root everyone!
Update:
Due to unexpected syncing errors some latest commits are missing in todays 2016-01-25 nightly. Ive fixed the issues and running a build now. Please check for a new 2016-01-25.zip later that day. Sorry for any inconveniences.

[ROM][UNOFFICIAL][natrium][7.1] Resurrection Remix

Hi guys,
For all of you wanting to try out Resurrection Remix on their beloved Xiaomi mi5s Plus, I have made a build.
I think I do not need to introduce Resurrection Remix.
You probably all know about that fantastic ROM.
I just would like to stress that I take absolutely no credit for this.
All the credit goes to the magnificent work of Luk1337 : I bow down to him for his work on closed sources !
Of course the rest of the credit goes to the wonderful Resurrection Remix team... The number of features they've included and still managed to offer a stable and smooth ROM is amazing !
Of course, as I am just a compiler, but not a developer : I can offer no real support for this.
So take it as it is...
I don't even have time to check those builds.
So they're basically blind builds that may not even boot
But without further ado : here's the link...
Enjoy !
LATEST BUILD 2017-04-09 : https://drive.google.com/open?id=0Bz7S7jFQDiz8NXpLeEg2emY5ZGM
Of course, to comply with XDA rules about sources :
- ROM Source : https://github.com/ResurrectionRemix
- Device tree : https://github.com/LineageOS/android_device_xiaomi_natrium
- Gerrit to include the latest add-ons from Luk1337 : https://review.lineageos.org/#/q/status:open+topic:natrium
- Proprietary blobs : https://github.com/Mi5Devs/proprietary_vendor_xiaomi/tree/cm-14.1-natrium
- loca_manifests.xml file : https://github.com/NexusPenguin/local_manifests/blob/natrium_laos/natrium
With all this you get all you need to compile.
If you're feeling like it, do it yourself
Regards.
NexusPenguin
Amazing friend its the buil 20170324?? The same that you share me?
fiskersc said:
Amazing friend its the buil 20170324?? The same that you share me?
Click to expand...
Click to collapse
Hi,
Yes. So far it is.
I think there are 1 or 2 commits that I can add that haven't been merged by Luk so far.
I'll try to build today and upload.
I'll keep you posted.
Regards.
NexusPenguin said:
Hi,
Yes. So far it is.
I think there are 1 or 2 commits that I can add that haven't been merged by Luk so far.
I'll try to build today and upload.
I'll keep you posted.
Regards.
Click to expand...
Click to collapse
Thank for your work
How is this build working? Same issues from the source ROM? THX!
Good job.
This ROM I love me. Only I have seen a bug in the camera, this when record not save in the gallery. Is bug in ROM Lineage buid 24th the March is same.
Battery drain.
I whould me official build for this device. But little to little this develop is more big.
Very good, thank you for your work, RR is top
coco19821961 said:
This ROM I love me. Only I have seen a bug in the camera, this when record not save in the gallery. Is bug in ROM Lineage buid 24th the March is same.
Click to expand...
Click to collapse
Yes its the same bug on LineageOS
I'm waiting your build and latest lineageos has fixed record bug.
Thankyouforyourbuild
wolfwork said:
I'm waiting your build and latest lineageos has fixed record bug.
Thankyouforyourbuild
Click to expand...
Click to collapse
Yes in the build at 25th March is fixed
Hi guys,
New build is up. Link is in OP
Includes all the latest commits from Luk1337 (it's him you got to thank for making this possible).
Please report if it boots.
Bugs should be the same as the ones in Lineage.
Hope Xiaomi releases source code for this device some day... but it seems that will never happen
NexusPenguin said:
Hi guys,
New build is up. Link is in OP
Includes all the latest commits from Luk1337 (it's him you got to thank for making this possible).
Please report if it boots.
Bugs should be the same as the ones in Lineage.
Hope Xiaomi releases source code for this device some day... but it seems that will never happen
Click to expand...
Click to collapse
Where is the link for the new build??
fiskersc said:
Where is the link for the new build??
Click to expand...
Click to collapse
Hi,
Look at my post
It says "Link is in OP"
Thought it was obvious that it was under "Here goes Mark II"
Regards.
It boots correctly, the bug was solved. I done a dirty installation over the old rom.
Faster, smooth, substratum works well.
Amazing man thanks.
Hi guys,
Are you able to change the launcher in RR on Natrium ?
Me, it seems I've lost that feature
Or maybe I have overlooked it...
Any hint ?
Regards.
NexusPenguin said:
Hi guys,
Are you able to change the launcher in RR on Natrium ?
Me, it seems I've lost that feature
Or maybe I have overlooked it...
Any hint ?
Regards.
Click to expand...
Click to collapse
As in actually the launcher? Try home switcher in the app store, downloading another launcher or "clear default" under your current launcher app in all your apps.
Edit: I forgot, you can also go to your apps, touch the cogwheel and change your home app.
Hi,
Yeah... I found it ! Thanks a lot...
Man, it's there but they've hidden it really well !
Why didn't they left it with the "Home" in the settings is a mystery...
Now I have to confirm that with Resurrection Remix I've managed to fix (or almost fix) my GPS problems.
Regards.
NexusPenguin said:
Hi guys,
New build is up. Link is in OP
Includes all the latest commits from Luk1337 (it's him you got to thank for making this possible).
Please report if it boots.
Bugs should be the same as the ones in Lineage.
Hope Xiaomi releases source code for this device some day... but it seems that will never happen
Click to expand...
Click to collapse
Every works fine except led notofication. In version of lineage 26th,27th and toda y 28th works fine.
What happened in Resurrection Remix?
Is possible make a flasheable zip or new build for fix it?
Thanks in advance and good work friend.
isaakmg said:
Every works fine except led notofication. In version of lineage 26th,27th and toda y 28th works fine.
What happened in Resurrection Remix?
Is possible make a flasheable zip or new build for fix it?
Thanks in advance and good work friend.
Click to expand...
Click to collapse
Hi,
It seems that when building the MkII version, I forgot to include one of the commits on the gerrit.
And that is the one that enables notifications
Will include it and rebuild.
Stay put, I'll tell you when it's done

Categories

Resources