[Dev][Discussion Thread ]Cyanogenmod(Jelly Bean) Build - Samsung Galaxy Grand Quattro

Hi guys,
I made this thread for all the developers to discuss about their new projects, errors while building, source building, help and support, CM bring-ups, patches and fixes, since we don't have a "Developers discussion" forum for our devices and developers too. :laugh:
It's a nice place for newbies like me to learn a lot from the awesome devs here. :highfive:
This place is just for developers and people trying to build ROMs from source or kernels.
NOTE- THIS IS NOT A PLACE FOR BUG REPORTING OR REQUESTS
IF YOU ARE INTERESTED IN THE PROJECT PLEASE PM ME YOU NAME.
Try to keep this thread clean :angel:
MEMBERS(Till Now):
@lols21.10

How to download cm10.2 source.
http://forum.xda-developers.com/showthread.php?p=52339783#post52339783
This local_manifest made by nolinuxnoparty is kinda a messy(From my point of view).
https://github.com/nolinuxnoparty/android_device_samsung_delos3geur/blob/cm-10.2/README.md
It messed up my source(whole).So just to prevent if anyone downloading any source code ,download the source first than make a backup of it than mess with it

RESERVED

i found this device tree (cm 10.1) https://github.com/OUDhs/android_device_samsung_delos3geur
can this be used to build cm 10.1 for our device??
to me it seems like this device tree is incomplete...
also if someone has any knowledge about device tree pls teach me what it basically is and how it works... if you know of any threads about device tree pls send me the links...
Tks..

Nolinuxnoparty has revived the project on github of cm11 branch

cm11 source on github by nolinuxnoparty
https://github.com/nolinuxnoparty/android_device_samsung_delos3geur

Ya he revived the project

yeah i just saw that i will try again to make it from the cm11 source i have.Hope this time it works........:laugh: hmm is their is any way to contact nolinuxnoparty

Facebook / twitter ??

ZANKRUT.DOSHI said:
Facebook / twitter ??
Click to expand...
Click to collapse
anything facebook/twitter/xda any?

Ya hes on twittrt

Shrukul said:
i found this device tree (cm 10.1) https://github.com/OUDhs/android_device_samsung_delos3geur
can this be used to build cm 10.1 for our device??
to me it seems like this device tree is incomplete...
also if someone has any knowledge about device tree pls teach me what it basically is and how it works... if you know of any threads about device tree pls send me the links...
Tks..
Click to expand...
Click to collapse
Don't know about that source code looks incomplete to me...
A device tree is a tree data structure with nodes that describe the physical devices in a system.Device tree is basically a colletion of data about our phone.It is like a king and source code is like a worker .It tells how to make changes in the source code to make for custom rom etc.... for our phone:laugh:
Here read this:
http://elinux.org/Device_Tree
If you want to make than try this:
http://stackoverflow.com/questions/11352709/android-device-configuration-for-aosp
please correct me If i am wrong

ZANKRUT.DOSHI said:
Ya hes on twittrt
Click to expand...
Click to collapse
Heehe found him on xda
here his profile.If want to contact him than try this :
http://forum.xda-developers.com/member.php?u=5317627

lols21.10 said:
Heehe found him on xda
here his profile.If want to contact him than try this :
http://forum.xda-developers.com/member.php?u=5317627
Click to expand...
Click to collapse
his account is currently disabled so you have to contact him with twitter

lols21.10 said:
Hi guys,
I made this thread for all the developers to discuss about their new projects, errors while building, source building, help and support, CM bring-ups, patches and fixes, since we don't have a "Developers discussion" forum for our devices and developers too. :laugh:
It's a nice place for newbies like me to learn a lot from the awesome devs here. :highfive:
This place is just for developers and people trying to build ROMs from source or kernels.
NOTE- THIS IS NOT A PLACE FOR BUG REPORTING OR REQUESTS
IF YOU ARE INTERESTED IN THE PROJECT PLEASE PM ME YOU NAME.
Try to keep this thread clean :angel:
MEMBERS(Till Now):
@lols21.10
Click to expand...
Click to collapse
Friends ... pardon my intrusion, but I've been reading the topics about our grand quattro for this CM ROM, I do not know desemvolver noob and do not have a legitimate developer today ...
But the tree of the handset MOTO G would not help us because it is a device compared to ours and already have CM ROM would help? If yes glad, if not sad I apologize ...
http://forum.xda-developers.com/moto-g
https://github.com/AOSPA

Help
Don't worry my friend, someone will help you be patient

GlauberMSP said:
Friends ... pardon my intrusion, but I've been reading the topics about our grand quattro for this CM ROM, I do not know desemvolver noob and do not have a legitimate developer today ...
But the tree of the handset MOTO G would not help us because it is a device compared to ours and already have CM ROM would help? If yes glad, if not sad I apologize ...
http://forum.xda-developers.com/moto-g
https://github.com/AOSPA
Click to expand...
Click to collapse
if i understand correctly you are saying that we can fork the moto g tree.Well it that things require few knowledge in java, c++,c....... which i am still reading i think i will try that in few days.:good:

cm
Nolinuxnoparty has stopped the project I suppose he made 3 builds and none of them booted

Do you know how to read github? ? Please stop posting fake information here

cm
i talked with him personally on facebook so please mind your tongue!

Related

[Q] How to start collaborating with the android project

Hi, I'm interested in learn how to contribute to the Android code, I know there are mailing lists. I'm interested in android-building , android-porting, android-contrib and android-kernel but the problem is that I don't know where to start, ¿Where could I find resources (books, webs etc) that let me acquire enough knowledge to start to colaborate?
Thank you very much in advance.
algui91 said:
Hi, I'm interested in learn how to contribute to the Android code, I know there are mailing lists. I'm interested in android-building , android-porting, android-contrib and android-kernel but the problem is that I don't know where to start, ¿Where could I find resources (books, webs etc) that let me acquire enough knowledge to start to colaborate?
Thank you very much in advance.
Click to expand...
Click to collapse
If you want to contribute to the Android Open Source Project (AOSP) a useful place to start is looking at the Get Involved section on the official Android developers website.
For learning about building android from source take a look at these two guides:
Google's official guide to building AOSP
How to Compile Jelly Bean on Ubuntu
For a porting guide take a look at this guide:
How to Port ROM's
For kernel building take a look at this guide:
Google's official guide for building kernels
Let me know if you still have questions .
shimp208 said:
If you want to contribute to the Android Open Source Project (AOSP) a useful place to start is looking at the Get Involved section on the official Android developers website.
For learning about building android from source take a look at these two guides:
Google's official guide to building AOSP
How to Compile Jelly Bean on Ubuntu
For a porting guide take a look at this guide:
How to Port ROM's
For kernel building take a look at this guide:
Google's official guide for building kernels
Let me know if you still have questions .
Click to expand...
Click to collapse
Thank you, I already had downloaded and compiled the code. Would you mind write again the link for How to Port ROM''s, you wrote twice the link for How to Compile Jelly Bean on Ubuntu.
Thanks again for your help
algui91 said:
Thank you, I already had downloaded and compiled the code. Would you mind write again the link for How to Port ROM''s, you wrote twice the link for How to Compile Jelly Bean on Ubuntu.
Thanks again for your help
Click to expand...
Click to collapse
Here you are my friend:
forum.xda-developers.com/showthread.php?t=1957219
http://forum.xda-developers.com/showthread.php?t=1908008
http://forum.xda-developers.com/showthread.php?p=32905313#post32905313
Sorry for posting the compiling Jelly Bean link twice.
Sent from my SCH-I535 using xda premium

post requests for Cyanogenmod rom

Guys here is the forum of Cyanogenmod.com
link: http://forum.cyanogenmod.com/topic/...i8552/page__st__20__gopid__456700#entry456700
please register on the site & post requets to CM team to take interest for our device to make a stable CM for our device...
be active,otherwise our device will loose all its popularity...
& my earnest request to all active user & devs of the device please take interest to make a CM for our device or something new...
Thanks man!
ash12141 said:
Guys here is the forum of Cyanogenmod.com
link: http://forum.cyanogenmod.com/topic/...i8552/page__st__20__gopid__456700#entry456700
please register on the site & post requets to CM team to take interest for our device to make a stable CM for our device...
be active,otherwise our device will loose all its popularity...
& my earnest request to all active user & devs of the device please take interest to make a CM for our device or something new...
Click to expand...
Click to collapse
Good job, man. I'm in!

support grand 2 for Cyanogenmod port

Hi guys
You can comment on this post on CM site for a cyanogenmod rom port to our grand 2. Please do so soon so that the devs notice it.
Below is the link.
http://forum.cyanogenmod.org/topic/96178-device-request-for-samsung-galaxy-grand-2-sm-g7102/
PiKay said:
Hi guys
You can comment on this post on CM site for a cyanogenmod rom port to our grand 2. Please do so soon so that the devs notice it.
Below is the link.
http://forum.cyanogenmod.org/topic/96178-device-request-for-samsung-galaxy-grand-2-sm-g7102/
Click to expand...
Click to collapse
@PiKay ,
you would have to know that CM devs cannot just port the rom to any device since they have no real device to test.
so, i do believe CM devs would be one of us who already own G7102 and wish to encourage and spend their time to maintain the code.
( unless someone gather the donation to buy G7102 for dev who would like to dev G7102 to us also? )
PiKay said:
Hi guys
You can comment on this post on CM site for a cyanogenmod rom port to our grand 2. Please do so soon so that the devs notice it.
Below is the link.
http://forum.cyanogenmod.org/topic/96178-device-request-for-samsung-galaxy-grand-2-sm-g7102/
Click to expand...
Click to collapse
Yes please keep spamming their forums that will be sure to gain support.
in the event anyone actually wants real support, i would suggest reading the sticky in that very same subforum everyone posts "HALP I NEEDZ CIANOGENZMOD!111!" http://forum.cyanogenmod.org/topic/72611-can-i-get-cyanogenmod-on-my-device/
@sudloa hit the nail on the head.

Root and android development for 10.or G

Can anyone share the successful rooting process for 10.or G?
And rom development for this device is none....
Any help would be appreciated
Abhishek17599 said:
Can anyone share the successful rooting process for 10.or G? And rom development for this device is none.... Any help would be appreciated
Click to expand...
Click to collapse
I don't have this device but, I believe that one or both of the following threads should be helpful for what you are looking for and don't be afraid to ask for some member guidance within one of them too.
https://forum.xda-developers.com/showthread.php?t=3717720
https://forum.xda-developers.com/showthread.php?t=3737496
I had noticed a LineageOS release link on the first thread.
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
I saw but this wasnt helpful... Indeed there was a lineage os link but for 10.or D..... I have 10.or G device... ...anything new related to that?
Abhishek17599 said:
I saw but this wasnt helpful... Indeed there was a lineage os link but for 10.or D..... I have 10.or G device... ...anything new related to that?
Click to expand...
Click to collapse
Hey, send mail to 10.or team for enabling camera2api in Oreo update.so we can install Google camera easily .
Abhishek17599 said:
I saw but this wasnt helpful... Indeed there was a lineage os link but for 10.or D..... I have 10.or G device... ...anything new related to that?
Click to expand...
Click to collapse
Chouhan.yogesh said:
Hey, send mail to 10.or team for enabling camera2api in Oreo update.so we can install Google camera easily .
Click to expand...
Click to collapse
I just wanted to let you know that the following is the Enhanced Tag link for this device.
https://forum.xda-developers.com/t/10-or-g
This reflects the first step for a dedicated device area on the forum. Once that link reflects 3+ pages of threads (any threads like questions, developments, guides, etc...) then that device is reviewed for a dedicated area on the forum.
I hope that this was helpful!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
Thanks a lot
Chouhan.yogesh said:
Hey, send mail to 10.or team for enabling camera2api in Oreo update.so we can install Google camera easily .
Click to expand...
Click to collapse
Sent mail twice but they replied we will share this feedback with our developer team! Nothing happened.
Not only gcam we can't even use open camera properly manual focus in video is missing!
What is the codename for 10.or G?
I thought of starting development for it so.... Went through guides... But i need codename for it to compile roms... And also ... Base rom to port any rom??.. so i am stuck right now since this device has nothing... Not even twrp..
Any help would be appreciated
Abhishek17599 said:
What is the codename for 10.or G?
I thought of starting development for it so.... Went through guides... But i need codename for it to compile roms... And also ... Base rom to port any rom.. so i am stuck right now since this device has nothing... Not even twrp..
Any help would be appreciated
Click to expand...
Click to collapse
You can find source code on 10.or website. For code name use droid info application.
mridulcrj said:
You can find source code on 10.or website. For code name use droid info application.
Click to expand...
Click to collapse
I can find just the kernel .... And not a rom.... I dont have any knowledge of compiling that way.... The ones i have seen use all the required files from github ... But here we have 10.or G nougat kernel source code on its website
Can anyone help me with my device sources?.... I cant find any on github
[RECOVERY]TWRP FOR 10or G
Ported TWRP for 10or G
Download::::::::::https://androidfilehost.com/?fid=11050483647474829650
Source : TWRP builder
Credits : Surendrajat @TwrpBuilder
DISCLAIMER : IM NOT RESPONSIBLE FOR ANY BRICKED DEVICES.PROCEED WITH CAUTION.
BEFORE FLASHING TRY BOOTING WITH fastboot boot xxx.img

Build kernel without source

Hi guys, this is my first question here. I wanted to build the kernel for my Micromax device (Spark 4g Prime), but micromax doesn't release the kernel source for its devices (gpl violation, yes, but it's a small company). I really searched everywhere, but could not find anything to help me. I did see a post by @dev_harsh1998 here where he mentioned that lenovo had given broken kernel source for his device, so he "reverse engineered" the kernel source from the boot.img. I didn't find anything on how to do that, can someone please help me out (or point me in the right direction)? Thanks
Here,
https://forum.xda-developers.com/an...to-convert-qualcomms-dtb-to-dts-t3221223/amp/
dev_harsh1998 said:
Here,
https://forum.xda-developers.com/an...to-convert-qualcomms-dtb-to-dts-t3221223/amp/
Click to expand...
Click to collapse
Thanks for sharing, I'll start right away! (Sorry for the late thanks and post, I had some exams going on)
I must be blind not to see that, I searched everywhere!

Categories

Resources