Aosb 1.3.7[build from source] - Defy Q&A, Help & Troubleshooting

Hi, I want to build This ROM for your devices, but I can't build with Quarx repo, anyone can help me to build it, I don't have this device, but I think that maybe u want it, and I have time to do it.
The problem came when I try to build the rom, because the terminal didn't recognize vendor files and some things in device tree, I don't know why, if anyone can help me about how to build it plz tell me I need to know how to put the repo of Quarx in the correct way in order to build it.
Thanks
Regards

@tonyt. Look if this can help
http://forum.xda-developers.com/showthread.php?t=1593117

no match
DiegoxG said:
@tonyt. Look if this can help
http://forum.xda-developers.com/showthread.php?t=1593117
Click to expand...
Click to collapse
Yes, but I need it for CM11, this thread is for CM9 and CM10 :/

tonyt. said:
Yes, but I need it for CM11, this thread is for CM9 and CM10 :/
Click to expand...
Click to collapse
Correct me if I'm wrong:
$ repo init -u git://github.com/Quarx2k/android.git -b cm-11.0
https://github.com/Quarx2k/proprietary_vendor_motorola/tree/cm-11.0
If you see the branches there's not any called kitkat but cm-11.0
Edit: or maybe https://github.com/Quarx2k/android_device_moto_jordan-common/tree/cm11.0-2.6.32
$ repo init -u git://github.com/Quarx2k/android.git -b cm11.0-2.6.32
I think it's the last one because it's specific about the Defy, its kernel is 2.6.32

Try
I´ll try again, because I try to use it but in the env didn't appear the device, thanks, i´ll try it.

tonyt. said:
I´ll try again, because I try to use it but in the env didn't appear the device, thanks, i´ll try it.
Click to expand...
Click to collapse
Maybe https://github.com/Quarx2k/android_d.../cm11.0-2.6.32
$ repo init -u git://github.com/Quarx2k/android.git -b cm11.0-2.6.32
I think it's the last one because it's specific about the Defy, which kernel is 2.6.32
Sorry for late editing

error manifest
DiegoxG said:
I think it's the last one because it's specific about the Defy, which kernel is 2.6.32
Sorry for late editing
Click to expand...
Click to collapse
"...revision cm11.0-2.6.32 in manifests not found"

Related

CM7 source?

Do any of you have the source of the latest CM7 release for the kindle fire. I want to get into rom development and want a rom source so I can study the source.
ragul40 said:
Do any of you have the source of the latest CM7 release for the kindle fire. I want to get into rom development and want a rom source so I can study the source.
Click to expand...
Click to collapse
Don't know if he keeps it up to date, but here:
https://github.com/whistlestop/CM7KF
I would just run:
Code:
repo init -u git://github.com/whistlestop/CM7KF.git -b
then repo sync

[Q] Compiling Help

Well, ladies and gentleman. I seem to be having this annoying issue.
It seems that it is only me... I tried to start fresh 3 times.
Anyone have any ideas?
It is in hardware/qcom/media/libI420colorconvert/ColorConvert.cpp
Here is the problem at hand : http://pastie.org/8082846
What ROM on what branch? Can you link the source so I could see it?
Blefish said:
What ROM on what branch? Can you link the source so I could see it?
Click to expand...
Click to collapse
https://github.com/SlimRoms/hardware_qcom_media
branch jb4.2
It is slimbean. It is based of Cm10.1
Somcom3X said:
https://github.com/SlimRoms/hardware_qcom_media
branch jb4.2
It is slimbean. It is based of Cm10.1
Click to expand...
Click to collapse
I can't see any folders named libI420colorconvert in jb4.2. They are there in the other branches. Maybe you have the wrong branch?
Blefish said:
I can't see any folders named libI420colorconvert in jb4.2. They are there in the other branches. Maybe you have the wrong branch?
Click to expand...
Click to collapse
My mistake.
My error is with the tree Ivan gave to pika.
http://sourceforge.net/projects/pik...d_hardware_qcom_media-08c39e0.tar.gz/download
Do you have a gtalk I can talk to you through? it will make it much easier.
Somcom3X said:
My mistake.
My error is with the tree Ivan gave to pika.
http://sourceforge.net/projects/pik...d_hardware_qcom_media-08c39e0.tar.gz/download
Do you have a gtalk I can talk to you through? it will make it much easier.
Click to expand...
Click to collapse
It seems like the Ivan source code is somewhat older - it uses LOGV while in Android 4.2 we have ALOGV etc. You would have to manually update the Ivan's code or use the original one (which may not work ofc). I have G+ account so you should be able to contact me through there. I set up an IRC channel a while ago so that could be an option too.
Sorry, my last post did not make any sense.
I am having an issue with this.
I used pika's manifest to sync code for display
https://raw.github.com/pikachukaki/android_local_manifest/cm-10.1/local_manifest.xml
and it syncs display-legacy and tries to remove display that does not exist.

[Q] How to port a custom rom

I tried to port a custom rom but when I flashed the rom the phone didn't started
VanshKhanna said:
I tried to port a custom rom but when I flashed the rom the phone didn't started
Click to expand...
Click to collapse
You didn't mention how you tried to do it, or what problems you ran into so no one can tell you what you did wrong or provide a solution to the compilation error you might have faced.
'There's a lot of threads already available all over XDA for helping with this, so please use XDA or google search extensively.
iceyhotguy said:
You didn't mention how you tried to do it, or what problems you ran into so no one can tell you what you did wrong or provide a solution to the compilation error you might have faced.
'There's a lot of threads already available all over XDA for helping with this, so please use XDA or google search extensively.
Click to expand...
Click to collapse
Hii... can u help us to give a specific link for porting ROM from the source (i.e PACMAN, slimbean, etc) and keeping CM11 as a base.
I couldn't find the best page where I get all thing for my ROM.
Thanks in advance.!:good:
RIPPER said:
Hii... can u help us to give a specific link for porting ROM from the source (i.e PACMAN, slimbean, etc) and keeping CM11 as a base.
I couldn't find the best page where I get all thing for my ROM.
Thanks in advance.!:good:
Click to expand...
Click to collapse
k2wl's build CM from source is the best method, you just have to switch this line
HTML:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
with the github link to the source of any custom ROM you want.
Like for getting RR source it would be
HTML:
repo init -u https://github.com/ResurrectionRemix/platform_manifest.git -b kitkat1
All ROMs actually provide you with a method to port their ROMs for your phone in their manifest.
Like for example, you feel like compiling Resurrection it's https://github.com/ResurrectionRemix/platform_manifest
iceyhotguy said:
k2wl's build CM from source is the best method, you just have to switch this line
HTML:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
with the github link to the source of any custom ROM you want.
Like for getting RR source it would be
HTML:
repo init -u https://github.com/ResurrectionRemix/platform_manifest.git -b kitkat1
All ROMs actually provide you with a method to port their ROMs for your phone in their manifest.
Like for example, you feel like compiling Resurrection it's https://github.com/ResurrectionRemix/platform_manifest
Click to expand...
Click to collapse
Thanks man..this is a grrt help:good::good: I am working for beanstalk ROM. may be dis tym I will crack it.. thankk uuuuuuu
RIPPER said:
Thanks man..this is a grrt help:good::good: I am working for beanstalk ROM. may be dis tym I will crack it.. thankk uuuuuuu
Click to expand...
Click to collapse
Yup. Along with some rom specific changes. I am working on liquidsmooth v3.0.
Sent from my GT-I9082 using Tapatalk Pro.
##W4TCH0UT## said:
Yup. Along with some rom specific changes. I am working on liquidsmooth v3.0.
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
I am not getting one thing though..k2wl mentioned we have to download 10-12 GB data for cm11 or other ROM. y so?? is the data soo huge?
RIPPER said:
I am not getting one thing though..k2wl mentioned we have to download 10-12 GB data for cm11 or other ROM. y so?? is the data soo huge?
Click to expand...
Click to collapse
Actually the more the folders, the more the data. So dats why. There are less folders in the beanstalk source than the cm source, so it will be about 10gb. I guess.
Sent from my GT-I9082 using Tapatalk Pro.
##W4TCH0UT## said:
Actually the more the folders, the more the data. So dats why. There are less folders in the beanstalk source than the cm source, so it will be about 10gb. I guess.
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
is it resumable?? he mentioned REPO SYNC to be applied if it breaks.does it work.bcoz i need 2 days to download all the source
RIPPER said:
is it resumable?? he mentioned REPO SYNC to be applied if it breaks.does it work.bcoz i need 2 days to download all the source
Click to expand...
Click to collapse
Not resumable. You have to restart.
Sent from my GT-I9082 using Tapatalk Pro.
##W4TCH0UT## said:
Not resumable. You have to restart.
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
I have to download from office then
RIPPER said:
is it resumable?? he mentioned REPO SYNC to be applied if it breaks.does it work.bcoz i need 2 days to download all the source
Click to expand...
Click to collapse
repo sync is soley there so you can resume.
you can break and close terminal at any time, when you use repo sync again, it will scan through your folder comparing everything what you have downloaded to the source folder on the git and then start downloading from where it left off
iceyhotguy said:
repo sync is soley there so you can resume.
you can break and close terminal at any time, when you use repo sync again, it will scan through your folder comparing everything what you have downloaded to the source folder on the git and then start downloading from where it left off
Click to expand...
Click to collapse
dats grrt..downloading. thanks.
u r alwys been a grrt help to m.:good:
hi
hi
The main differences between this ROM with ROM?
I used the method which is shown in this tutorial http://forum.xda-developers.com/showthread.php?t=1908008
And it gave me a bootloop the bootanimations stays for ever

[Kernel][Linaro] Stock KK kernel for Falcon

This is a near stock falcon 4.4.4 kernel built with the latest Linaro toolchain (Linaro GCC 4.9-2014.12) for all of those who prefer stock kernels and absolutely need those 10 extra points in Antutu
Differences from stock are just a few Cortex-A7 optimizations, F2FS patches from mainline 3.18 and linaro toolchain.
All credit goes to @bedalus, who started his kernel thread for Peregrine, fixed all the small bugs that made compiling with newer Linaro toolchains impossible and cherry picked all those F2FS patches.
Sources and tools used:
MotorolaMobilityLLC/kernel-msm
MotorolaMobilityLLC/vendor-qcom-opensource-wlan-prima
bedalus' patches
Christopher83's Linaro Toolchain
My repo, where all sources are merged
Changelog:
falcon_stock_4.4.4_linaro_4.9.3.zip
- stock kernel
- added necessary patches to make it compile with linaro
- some Cortex-A7 optimizations
falcon_kernel_4.4.4_v2.zip
- same as falcon_stock_4.4.4_linaro_4.9.3.zip
- filesystem patches in line with mainline linux 3.18
- removed some debug info
The zip can be flashed with TWRP or CWM. Not flashable through fastboot.
Thanks @knizmi. I think stock users will appreciate this
Anyone tested? How the battery?
Wysłane z MOTO G
Dizzyrul3z said:
Anyone tested? How the battery?
Click to expand...
Click to collapse
This is the stock kernel, so the batttery is as good as with stock kernel (you really can´t make it much better in any way). These screenshots are taken after some 7 hours of sleep.
Works pretty good on XT1031. Nice work! Any chance you could make a build with the kexec hardboot patch to use it with multirom?
I immediately noticed a performance improvement after flashing this kernel. Thanks!
Hi @knizmi
I said wait til I push a new branch, but I figure it's easier if you pull just a patch with
Code:
wget https://github.com/bedalus/moggy/commit/ead900a02071506c267fdebd292cbb2cdb31f4bd.patch
then you can apply it with
Code:
git am ead900a02071506c267fdebd292cbb2cdb31f4bd.patch
This is my preferred way to grab commits. Did you add my repo as a remote?
Battery life is really good on this kernel thank u dev
Sent from my XT1032 using XDA Free mobile app
bedalus said:
Hi @knizmi
I said wait til I push a new branch, but I figure it's easier if you pull just a patch with
Code:
wget https://github.com/bedalus/moggy/commit/ead900a02071506c267fdebd292cbb2cdb31f4bd.patch
then you can apply it with
Code:
git am ead900a02071506c267fdebd292cbb2cdb31f4bd.patch
Click to expand...
Click to collapse
Thanks a bunch, this should really make merging those patches easy!
bedalus said:
This is my preferred way to grab commits. Did you add my repo as a remote?
Click to expand...
Click to collapse
I have added your repo as a remote now. I was fighting with git last week quite a bit (never used that devil's tool before), but now I think I am getting used to it. For my first build I've just "patched" those files with gedit...
syrkles said:
Battery life is really good on this kernel thank u dev
Sent from my XT1032 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for the heads up, but compiling someone else's sources doesn't make me a dev
New version uploaded.
falcon_kernel_4.4.4_v2.zip
- same as falcon_stock_4.4.4_linaro_4.9.3.zip
- filesystem patches in line with mainline linux 3.18
- removed some debug info
Thanks @bedalus.
amarc78 said:
Any chance you could make a build with the kexec hardboot patch to use it with multirom?
Click to expand...
Click to collapse
Sorry, the aim of this is to stay as close to stock as possible and only add optimizations/update drivers.
knizmi said:
For my first build I've just "patched" those files with gedit...
Click to expand...
Click to collapse
If you've got my repo as a remote you should be able to see my commits with
Code:
git log -- bedalus/moggy
depending on what you named your remote.
Once you see what commits you want, copy their hashes (the long string of letters/numbers) then
Code:
git cherry-pick *hash*
If there's a problem with the cherry-pick you can fix it manually with
Code:
git mergetool
or abort with [git cherry-pick --abort[/code]
I've installed meld as my mergetool. I'm using a debian derivative so I did
Code:
sudo apt-get install meld
That's a pretty comprehensive quick-start guide to cherry-picking from any remotes you've fetched.
Cannot downgrade to default stock.
can you make a zip with libs to go back.
everb00b said:
Cannot downgrade to default stock.
can you make a zip with libs to go back.
Click to expand...
Click to collapse
Here you go: http://forum.xda-developers.com/showthread.php?t=2649763
That zip doesn't have libs. I made a zip for this a while ago, but it doesn't completely put everything back to stock. The best way seems to be to reflash stock ROM zip.
amarc78 said:
That zip doesn't have libs. I made a zip for this a while ago, but it doesn't completely put everything back to stock. The best way seems to be to reflash stock ROM zip.
Click to expand...
Click to collapse
You mean in the thread I've posted. I've thought that too at the beginning, but they are there separately, look for Stock Kernel Modules: [XT1032] - 4.4.2 | 4.4.3 | 4.4.4 | 4.4.4 (GPE) | 5.0.1 (GPE) | [XT1033] (Dual-SIM) - 4.4.4. You just have to flash two zips instead of one.
Ahh, I forgot that was there. I have XT1031. Are the 1032 libs the same?
Edit: never mind. They look the same.
amarc78 said:
Ahh, I forgot that was there. I have XT1031. Are the 1032 libs the same?
Click to expand...
Click to collapse
Not sure, you can try. If there is a problem you can always reflash stock /system, backup those modules and perhaps send them to @lost101
bedalus said:
If you've got my repo as a remote you should be able to see my commits
Click to expand...
Click to collapse
Thank you for the info again. You are very helpful.
Do I understand it correctly that I need to fetch your repo before I can start cherry-picking? Searching around the internet , it looks like it. I may give it a try one day, but for now I will stick with git am, which seems like the perfect tool to pick single commits from many repos.

RR O building error

Hello everyone!
I'm just building a unofficial build of RR O. I've downloaded RR repo in Ubuntu with repo sync, also downloaded device tree (hlte & hlte-common) and kernel from LineageOS git. build/envsetup.sh is correct, but when I do lunch, hlte doesn't show up, and when I do breakfast hlte, this is the error:
build/core/productos_config.mk:237: Can not locate config makefile for product rr_ hlte
Can't locate makefile for rr_hlte
Are you using the right repo manifest?
I've been trying to solve this for 2 days, but I can't resolve this. Any solve for this?
maybe this link will help, https://stackoverflow.com/questions/35030987/can-not-locate-config-makefile-for-product-cm-oneplus2
I am no programmer, but a quick search for your error gave me this solution, hopefully it helps...
I'll be glad to test your build when the ROM gets compiled.
billozy said:
maybe this link will help, https://stackoverflow.com/questions/35030987/can-not-locate-config-makefile-for-product-cm-oneplus2
I am no programmer, but a quick search for your error gave me this solution, hopefully it helps...
I'll be glad to test your build when the ROM gets compiled.
Click to expand...
Click to collapse
Sure! I was thinking of using & testing the ROM by myself and don't release it, because there's two roms of RRO, but if you want, I'll upload it to download!
J_viix__ said:
Sure! I was thinking of using & testing the ROM by myself and don't release it, because there's two roms of RRO, but if you want, I'll upload it to download!
Click to expand...
Click to collapse
please compile rom for n900p. the two rro roms of others bulid cannot boot into system.
it stuck on boot screen.
jackyalice said:
please compile rom for n900p. the two rro roms of others bulid cannot boot into system.
it stuck on boot screen.
Click to expand...
Click to collapse
Sprint is the hlte model. Hlte version of JagravNaik and widwhal boots on N9005. I think that for N900P would boot, but I don't know. I can upload my build and try.
J_viix__ said:
Sprint is the hlte model. Hlte version of JagravNaik and widwhal boots on N9005. I think that for N900P would boot, but I don't know. I can upload my build and try.
Click to expand...
Click to collapse
plz upload your version. I will try if it can boot.

Categories

Resources