[Q] building cm11 - LG Optimus 3D

so ive tried to build cm11,downloaded source, got vendor,device tree and kernel sources.
put proprietary files in vendor folder of source,
put device tree in device folder of source,
but i dont know where the kernel source goes.
when i build, i get errors.see attached file.
any help would be appreciated.

you are missing the kernel source or its in the wrong place
/home/shaqfu/cyanogen/kernel/lge/omap4-common this is the path for the the kernel source
so if your omap4-common folder contains lge-kernel-omap4.
rename the lge-kernel-omap4 to omap4-common and copy it into kernel/lge/ and replace the omap4-common folder
or edit the path to the kernel in the boardconfig TARGET_KERNEL_SOURCE := kernel/lge/omap4-common

I will try this when I get home from work,
Thanks
Sent from my LG-P920 using XDA Free mobile app

Thanks @troopii,
I got it building,problem was with folder names,my kernel was named kernel/lge/p920. I changed it to kernel/lge/omap4-common, like you said and that seemed to do the trick.
Thanks again for your help:thumbup:
Sent from my LG-P920 using XDA Free mobile app

no problem
cherrypick also this https://github.com/NamelessRom/android_build/commit/437843b8bb91207db8aa071626b035da139ebc25
or you will get metadata problem while flashing

Lol, like said this is a learning experience. It will be my first build. But I am eager to learn and I will learn how to cherry-pick and add it in.:thumbup:
Sent from my GT-i8190 using XDA Free mobile app

Related

[TOOL] CM Tool

Hi all
I have created a simple tool to help automate the CM7/9/10 build from source, this tool sets up everything.. just check it out and give some feedback
Open terminal, navigate to cm tool dir and type ./CM_tool
For source code please PM me
Cheers,
h4ck3dm1nd.
h4ck3dm1nd said:
Hi all
I have created a simple tool to help automate the CM7/9/10 build from source, this tool sets up everything.. just check it out and give some feedback
Open terminal, navigate to cm tool dir and type ./CM_tool
For source code please e-mail me to [email protected].
Cheers,
h4ck3dm1nd.
Click to expand...
Click to collapse
now that's what I call an excellent first post
well done +1
not working
unable to execute the binary file. did chmod on the file.. still not working. is the binary from 64bit linux os?. I am using Ubuntu 12.04 32bit version..
See d following output:
$ ./CM_tool
bash: ./CM_tool: cannot execute binary file
$ sudo chmod a+x CM_tool
$ ./CM_tool
bash: ./CM_tool: cannot execute binary file
Yes this is a 64bit binary.
Sent from my GT-N7000 using xda app-developers app
I can build this tool for 32bit systems but the problem is that this tool config all your OS to be ready to build AOSP so i think that to build AOSP in 32bit you need some other deb packages, i will work on this and port this APP to 32bit but i cant test it because i only have 64bit systems here @ my home. I will work on this tomorow and when its complete i will post it here for tests.
Sent from my GT-N7000 using xda app-developers app
I've just checked in AOSP website...
"For Gingerbread (2.3.x) and newer versions, including the master branch, a 64-bit environment is required. Older versions can be compiled on 32-bit systems."
So there is no point in porting this to 32bit unless some one explain me how to set up ubuntu 32bits to build AOSP 2.3.x+.
Sent from my GT-N7000 using xda app-developers app
h4ck3dm1nd said:
Hi all
I have created a simple tool to help automate the CM7/9/10 build from source, this tool sets up everything.. just check it out and give some feedback
Open terminal, navigate to cm tool dir and type ./CM_tool
For source code please e-mail me to [email protected].
Cheers,
h4ck3dm1nd.
Click to expand...
Click to collapse
I think this is not N7000 specific, post it in Android Gen section, you will get more audience there, just a suggestion
I dont wont to double post so if a mod por an admin can move the threat i will be grateful
Sent from my GT-N7000 using xda app-developers app
From the Moderator
Good work !!!.......... and your wish is done..... Moved to Android General
~~ Oka1
h4ck3dm1nd said:
I dont wont to double post so if a mod por an admin can move the threat i will be grateful
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
h4ck3dm1nd said:
I dont wont to double post so if a mod por an admin can move the threat i will be grateful
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
No problem, moved to android development and hacking general.
original_ganjaman said:
No problem, moved to android development and hacking general.
Click to expand...
Click to collapse
Thanks!
I will apreciate any feedback to improve this tool
Cheers.
h4ck3dm1nd

[TUTORIAL] Compiling CM10 with Adam Repo

Hi All,
As everybody wants to test the build, now you can do by yourself by following the procedure.
Follow the below link:
http://forum.xda-developers.com/showthread.php?t=1813924
Still point 4.4
Now include adam repo by editing the manifest.xml in (android/system/.repo/manifest.xml)..
Edit using below command
nano manifest.xml
Copy the below line:
"<project path="device/samsung/galaxyr" name="Adam77Root/android_device_samsung_galaxyr" />"
before
"</manifest>"
thats it...
Do the repo sync again...
Better use
repo sync -j1
sometimes all files won't download
Now you have CM10 build with Adam repo
go to /android/system
type below commands:
. build/envsetup.sh
Now connect your mobile in USB (enable USB debugging).
execute the envsetup.sh
cd android/system/device/samsung/galaxyr
. extract-files.sh
Now you got all the vendor files.
in vendor/cm folder execute the get-prebuilts
which will give you the Term.apk
Now go back to your system directory:
execute below commands
brunch cm_galaxyr-eng
repo sync and brunch take hell of time.. u need good internet connection and UBUNTU with 64 bit...
if you want to build freshly...
type below command in ur system folder:
make clean
then do the brunch again...
Any help you can PM me.. if I am unable to reply i will forward u to Adam
Best of Luck...
Sorry for not saying thanks.. Not sure how i forgot it..
Special Thanks to pmso69 for the wonderful thread..
And as always for Adam
Awesome Kathik !! It will be very useful for my JB journey. One quick q, are you sure it is "brunch full_galaxyr-eng" not "brunch full_galaxyr"
Not sure why as full_galaxyr-eng.. Hope the last 3 is for language.. which we use as english.. Not sure.. it is my guess..
As adam advices.. till now using full_galaxyr-eng
All the best buddy..
Hope after reading it.. we will get lot of developers
The 'eng' flag at the end of 'full_galaxyr-eng' (I just adopted to CM standards and it'll be 'cm_galaxyr-eng' from now!!! Karthik pls add it to the OP!) stands for an ENGineering build. It can be 'debug' ,'userdebug' or 'user' as well, but the engineering build is the best in my opinion.
Edit: I changed my branch name on GitHub to jellybean to follow the CM standards. Karthik pls add this as well.
Whre i want download this rom cm10
Sent from my GT-I9103 using xda app-developers app
Adam77Root said:
The 'eng' flag at the end of 'full_galaxyr-eng' (I just adopted to CM standards and it'll be 'cm_galaxyr-eng' from now!!! Karthik pls add it to the OP!) stands for an ENGineering build. It can be 'debug' ,'userdebug' or 'user' as well, but the engineering build is the best in my opinion.
Edit: I changed my branch name on GitHub to jellybean to follow the CM standards. Karthik pls add this as well.
Click to expand...
Click to collapse
Done! Sorry for the delay...
Updated the OP with the CM Changes... Anybody trying it?
Can anyone tell me whats the size of the download and is there a way to download some limited compressed file. Last evening I kept the repo sync on for more than 1 hr and the .repo folder size grew upto 5gb and was still running.
The thing is I have a limited data connection
Sent from my GT-I9103 using xda app-developers app
parajsinghal said:
Can anyone tell me whats the size of the download and is there a way to download some limited compressed file. Last evening I kept the repo sync on for more than 1 hr and the .repo folder size grew upto 5gb and was still running.
The thing is I have a limited data connection
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
It's about 6-7 GB's the whole, but I've never measured it. You will see the files only after it is fully downloaded, before that point the files are saved into the .repo folder.
Adam77Root said:
It's about 6-7 GB's the whole, but I've never measured it. You will see the files only after it is fully downloaded, before that point the files are saved into the .repo folder.
Click to expand...
Click to collapse
Is it absolutely must to sync evrything from git://github.com/CyanogenMod/android.git -b jellybean. It was written somewhere on a forum that the .repo grows upto 18-19GB. I dont have that much limit. Is there anything that can be done?
Damn!! I hate these stupid fair usage policies from Indian ISPs
Sent from my GT-I9103 using xda app-developers app
Total 22 GB after brunch.. so hope it will be around 18 to 19 GB.. for me it took 2 weeks for repo sync
im kind of new in compiling CM10.
how can i know what is adam repo (what features does it include) to know whather i wanna use it
Thanks for the thought for trying... Hope u r not a newbie who doesnt know how to flash and what is github? Check it adam dev thread for cm10, it tell what is working....
Sent from my GT-I9103
karthik050782 said:
Thanks for the thought for trying... Hope u r not a newbie who doesnt know how to flash and what is github? Check it adam dev thread for cm10, it tell what is working....
Sent from my GT-I9103
Click to expand...
Click to collapse
thank you for the quick reply.
any chance for supplying a link for that thread
avibiter said:
thank you for the quick reply.
any chance for supplying a link for that thread
Click to expand...
Click to collapse
Here is the link .http://forum.xda-developers.com/showthread.php?t=1870260
BTW. Hitting thanks speak louder then words in XDA. so please do it if someone helped you.

[TOOLS][HOW-TO] One Click Scripts to Pack/Unpack boot.img

This is for all ROM cooks, Kernel devs or anyone who wants to make quick changes to the Kernel or ramdisk without wasting much time!
I made or rather put together some scripts for-
All this happens in just one click
Unpack boot.img
Repack boot.img
Make CWM flashable signed zip
Its very easy to use. Download the tools (At the end of the post)
Extract them..
In the root of the extracted files place the boot.img you wanna mod.
Then,
To unpack the Kernel-
Code:
./extract.sh
Your zImage will be in kernel/zImage
Your ramdisk will be in ramdisk folder (unpacked)
Make the necessary changes.. whatever you wish.
Then to pack up everything and get output as boot.img , run.
Code:
./pack_boot.sh
Your repacked boot.img will be in out/boot.img
OR.
If you want a CWM Flashable zip,
Code:
./pack_cwm.sh
The flashable zip will be out/GT-I9103_KERNEL.zip
Easy eh? :laugh:
DOWNLOAD
On a side note,
What in contains:
My scripts
mkbootimg, unpackbootimg and mkbootfs binaries (Compiled from latest CM Source)
signapk.jar and necessary files (To Sign Zip file)
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
The-Droidster said:
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
Click to expand...
Click to collapse
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Adi_Pat said:
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Click to expand...
Click to collapse
code is..?
sagitta5499 said:
code is..?
Click to expand...
Click to collapse
Make changes in source code.
Man really a dev. Gr8 tool
yajnab said:
Man really a dev. Gr8 tool
Click to expand...
Click to collapse
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Adi_Pat said:
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
password which
Serp87 said:
password which
Click to expand...
Click to collapse
password =
Code:
galaxyrrocks
Cheers !
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
shoey63 said:
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
For N7000 you can use these tools since its a zImage Kernel and not kernel+ramdisk like GalaxyR.
https://github.com/xiaolu/galaxys2_kernel_repack
Thanks for the link :thumbup:
Sent from my GT-N7000 using xda app-developers app
Can you post a download that doesnt have locked files. Password doesnt work..
MikeC84 said:
Can you post a download that doesnt have locked files. Password doesnt work..
Click to expand...
Click to collapse
Attached!
Does this work with Micromax A110 mtk6570 chips
shubhdeep99 said:
Does this work with Micromax A110 mtk6570 chips
Click to expand...
Click to collapse
NO buddy it wont.
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Adam77Root said:
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Click to expand...
Click to collapse
My friend has it buddy bt its like samsung grand splash in water. Also about the kernel, if u said then i will test it in my friend's mobile. Will it brick it if wont load that kernel??
Sent from my GT-I9103 using Tapatalk HD
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
The-Droidster said:
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
Click to expand...
Click to collapse
can u explain how to unpack or repack it..?? a n00b question from RN..??

[COMPRESSED][SOURCES]All compressed Android sources

ALL COMPRESSED ANDROID SOURCES ARE HERE​
Hello devs, I have seen that many of you are having trouble downloading sources of various ROMs due to low internet speeds, so i decided to compress all the sources in small size and share them with you.
I've compressed sources and .repo folder separately in ".tar.xz" format at max compression level, so just extract the SINGLE archive and enjoy..!!
I will be uploading sources of:
AICP
Android x86
AOKP
AOSP
BlissRoms
Carbon
CyanogenMod
Gummy
Mahdi
MIUI Patchrom
Omni
Pac-Man
Paranoid Android
Resurrection Remix
RootBox
SlimRoms
VentureROM
ALL SOURCES NOW RESIDES IN A SINGLE FOLDER AT AFH, HEAD OVER TO THIS THREAD BY @regalstreak FOR MORE INFO AND LINK TO THE FOLDER.​
**REQUESTS ARE NOW ALWAYS OPEN PLEASE READ THIS POST BY @MSF Jarvis ON HOW TO REQUEST NEW SOURCES**​
Just saying, you could have only uploaded the .repo compressed. That would have a better purpose than this.
MasterAwesome said:
Just saying, you could have only uploaded the .repo compressed. That would have a better purpose than this.
Click to expand...
Click to collapse
What if someone wants full source?
EDIT- well i have uploaded only .repo now
MasterAwesome said:
Just saying, you could have only uploaded the .repo compressed. That would have a better purpose than this.
Click to expand...
Click to collapse
Exactly !
Xeers
Well, only .repo is also getting uploaded
Any other hosting site
And if you know a better hosting site or anything please suggest, i got 1 month to upload the sources
Lol .repo is the source with individual git repositories which is managed by the repo tool. Just host the .repo folder compressed. Add main sources like
. AOSP
. CM-12
Maybe throw in a miui patch rom
When extracting after joining it's says first header blabla with the lrzuntar command. Please lead me.
Sent from my Mi438S using XDA Free mobile app
aaaaaaziskurnia said:
When extracting after joining it's says first header blabla with the lrzuntar command. Please lead me.
Sent from my Mi438S using XDA Free mobile app
Click to expand...
Click to collapse
have you installed lrzip in your system?
The Prezident said:
have you installed lrzip in your system?
Click to expand...
Click to collapse
It also included. Before the header blablabla thing appears, the process showing extracting size. But nothing coming in my disk
Sent from my Mi438S using XDA Free mobile app
aaaaaaziskurnia said:
It also included. Before the header blablabla thing appears, the process showing extracting size. But nothing coming in my disk
Sent from my Mi438S using XDA Free mobile app
Click to expand...
Click to collapse
how are you extracting the source? and can you please show me the screenshot of the error?
The Prezident said:
how are you extracting the source? and can you please show me the screenshot of the error?
Click to expand...
Click to collapse
If you're uploading .repo files use the max compression and upload it as a single file or use dd to split it. Use tar.xz format. export XZ_OPT=-9. And then tar -Jvcf repo.tar.xz .repo
Include a binary or a script to automatically merge the parts. Never leave it to end user
Sent from my Moto G using XDA Free mobile app
MasterAwesome said:
If you're uploading .repo files use the max compression and upload it as a single file or use dd to split it. Use tar.xz format. export XZ_OPT=-9. And then tar -Jvcf repo.tar.xz .repo
Include a binary or a script to automatically merge the parts. Never leave it to end user
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
Yea i am willing to upload it as a single file, but i cant find any hosting website which provides these kinds of services. Please suggest any if you have in mind.
The Prezident said:
Yea i am willing to upload it as a single file, but i cant find any hosting website which provides these kinds of services. Please suggest any if you have in mind.
Click to expand...
Click to collapse
After compression using XZ_OPT=-9 and compressing into tar.xz, tell me the file size. Where ever you're hosting now, that'll do. just use dd to split into parts and include a script/c program to combine it and uncompress it and remove the temporary stuff.
MasterAwesome said:
After compression using XZ_OPT=-9 and compressing into tar.xz, tell me the file size. Where ever you're hosting now, that'll do. just use dd to split into parts and include a script/c program to combine it and uncompress it and remove the temporary stuff.
Click to expand...
Click to collapse
Okay, downloading CM 11.0 again now.
UPDATE: downloading done, now compressing to tar.xz at level 9.
The Prezident said:
how are you extracting the source? and can you please show me the screenshot of the error?
Click to expand...
Click to collapse
I attach the screenshot.
Sent from my Mi438S using XDA Free mobile app
aaaaaaziskurnia said:
I attach the screenshot.
Sent from my Mi438S using XDA Free mobile app
Click to expand...
Click to collapse
first decompress using "lrunzip" then untar the extracted file.
The Prezident said:
first decompress using "lrunzip" then untar the extracted file.
Click to expand...
Click to collapse
After decompress using lrunzip, still got that error. What should I do?
I suggest You to using tar.xz format. It's easy and don't split it with hjsplit.
Too many process, more chance to get error.
Sent from my Mi438S using XDA Free mobile app
aaaaaaziskurnia said:
After decompress using lrunzip, still got that error. What should I do?
I suggest You to using tar.xz format. It's easy and don't split it with hjsplit.
Too many process, more chance to get error.
Sent from my Mi438S using XDA Free mobile app
Click to expand...
Click to collapse
Yes, it seems that my tar version was lower than yours, well compressing the sources again and uploading on other file host.
The Prezident said:
Yes, it seems that my tar version was lower than yours, well compressing the sources again and uploading on other file host.
Click to expand...
Click to collapse
Don't directly upload it. Pack it with extraction scripts.
Sent from my Moto G using XDA Free mobile app

[Help]Packing ramdisk

Can anyone with kernel knowledge and linux knowledge help me pack the ramdisk folder
i want the ramdisk.cpio file and then
the boot.img
my linux partition is corrupt so i can't do it
if anyone could help? i would provide the files
AlphaBeta said:
Can anyone with kernel knowledge and linux knowledge help me pack the ramdisk folder
i want the ramdisk.cpio file and then
the boot.img
my linux partition is corrupt so i can't do it
if anyone could help? i would provide the files
Click to expand...
Click to collapse
if your linux is corrupt google for android image kitchen and use that
btw if you build you got ramdisk.cpio dont you??
Sent from my C2105 using XDA Free mobile app
I tried using android kitchen but the cpio doesnot get properly built and thus kernel doesnot boot :/
And i get the cpio but i need to open it up as i have to do some changes in it
So if you could just pack the cpio file only maybe ?
Sent from my C2104 using XDA Free mobile app
SdtBarbarossa said:
if your linux is corrupt google for android image kitchen and use that
btw if you build you got ramdisk.cpio dont you??
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
And i am not building a kernel i am actually porting rom so i need to perform kernel level changes but android kitchen won't pack the cpio properly so if you could just pack the cpio only?
Sent from my C2104 using XDA Free mobile app
AlphaBeta said:
And i am not building a kernel i am actually porting rom so i need to perform kernel level changes but android kitchen won't pack the cpio properly so if you could just pack the cpio only?
Sent from my C2104 using XDA Free mobile app
Click to expand...
Click to collapse
ok send me....
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
ok send me....
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
http://d-h.st/UbBv
here is the boot extracted folder
which is having the ramdisk folder in sbin
you have to covert that folder into ramdisk.cpio
and if you have any other xperia L kk kernel compare the permissions of that cpio file with them.i guess the permissions also effect the booting
also i can provide you the files i edited if you can somewhat replace them directly inside the cpio without extracting it? :\
becuase the permissions are the main issue i am getting :\
EDIT:
Here are the files i have edited basically
init.rc and init.environ.rc
if you find it easier you can also replace both the files in any kk kernel
http://d-h.st/m6ix
http://d-h.st/Tb0j
see whatever suits you better or is easier for you
thankyou
AlphaBeta said:
http://d-h.st/UbBv
here is the boot extracted folder
which is having the ramdisk folder in sbin
you have to covert that folder into ramdisk.cpio
and if you have any other xperia L kk kernel compare the permissions of that cpio file with them.i guess the permissions also effect the booting
also i can provide you the files i edited if you can somewhat replace them directly inside the cpio without extracting it? :\
becuase the permissions are the main issue i am getting :\
Click to expand...
Click to collapse
ok best would be to send me the git link of sourcecode.... and your changes to merge.... so i can build from source
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
ok best would be to send me the git link of sourcecode.... and your changes to merge.... so i can build from source
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
well the changes i made are in the init.rc and init.environ.rc files
both the files are atached above
here is varun's source
https://github.com/varunchitre15/android_kernel_sony_msm8930/tree/cm-11.0
AlphaBeta said:
well the changes i made are in the init.rc and init.environ.rc files
both the files are atached above
here is varun's source
https://github.com/varunchitre15/android_kernel_sony_msm8930/tree/cm-11.0
Click to expand...
Click to collapse
ok will build after syncing.... can take a while
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
ok will build after syncing.... can take a while
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
sure and thankyou
btw the specific changes in the files are
add this to end of init.rc
Code:
#service for shelld
service shelld /system/xbin/shelld
class main
#service for su
service su_daemon /system/xbin/su --daemon
class main
oneshot
service lbesec /system/xbin/lbesec
class main
oneshot
and change this line in init.environ.rc
Code:
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/framework2.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/webviewchromium.jar:/system/framework/telephony-msim.jar:/system/framework/qcmediaplayer.jar:/data/app/com.miui.sdk-1.apk:/data/app/com.miui.sdk-2.apk:/system/app/miui.apk:/data/app/com.miui.framework-1.apk:/data/app/com.miui.framework-2.apk:/system/app/MiuiFramework.apk
im already snycing and will build it....BUT when i started sync i saw i still got a project left in sync.... approximiated time : 4hours.... so dont await an answer before
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
im already snycing and will build it....BUT when i started sync i saw i still got a project left in sync.... approximiated time : 4hours.... so dont await an answer before
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
Sure take your time..i have listed the specific changes as well
Sent from my C2104 using XDA Free mobile app
AlphaBeta said:
Sure take your time..i have listed the specific changes as well
Sent from my C2104 using XDA Free mobile app
Click to expand...
Click to collapse
so have synced it.... now please give me the build config....
and btw i cant find those init files in source...where is it placed??
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
so have synced it.... now please give me the build config....
and btw i cant find those init files in source...where is it placed??
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
inside the ramdisk folder most probably
though i have very less knowledge about source building
but it should be present in the ramdisk/sbin/ramdisk.cpio
here will be the 2 files
edit them then build the .cpio and then build the kernel
AlphaBeta said:
inside the ramdisk folder most probably
though i have very less knowledge about source building
but it should be present in the ramdisk/sbin/ramdisk.cpio
here will be the 2 files
edit them then build the .cpio and then build the kernel
Click to expand...
Click to collapse
bro...thats not source files... those files are already builded ones that will be created .... but ok give me the whole "builded" kernel and i will do what you want....
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
bro...thats not source files... those files are already builded ones that will be created .... but ok give me the whole "builded" kernel and i will do what you want....
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
the first link i gave you has all the files
you just need to make a cpio of the ramdisk folder in it
and then repack the boot.img
AlphaBeta said:
the first link i gave you has all the files
you just need to make a cpio of the ramdisk folder in it
and then repack the boot.img
Click to expand...
Click to collapse
hope that one will boot......are you trying to porting something?
(MuiUi?)
www.sdtbarbarossa.bplaced.net your file is called "rapacked.rar" (available in ~5min .....damn upload speed^^)
Edit: up^^
SdtBarbarossa said:
hope that one will boot......are you trying to porting something?
(MuiUi?)
www.sdtbarbarossa.bplaced.net your file is called "rapacked.rar" (available in ~5min .....damn upload speed^^)
Edit: up^^
Click to expand...
Click to collapse
Yes i am porting miui
And once the kernel issues are gone it won't be difficult porting it
Sent from my C2104 using XDA Free mobile app
AlphaBeta said:
Yes i am porting miui
And once the kernel issues are gone it won't be difficult porting it
Sent from my C2104 using XDA Free mobile app
Click to expand...
Click to collapse
cool the ramdisk.cpio you can find in the ramdisk.cpio.gz <<< you have to extract that
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
cool the ramdisk.cpio you can find in the ramdisk.cpio.gz <<< you have to extract that
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
well you din't pack it correctly
firstly ramdisk.cpio need not contain sbin and other folders
it should only have ramdisk folder contents
and the ramdisk folder directory should also not be present
see the image attached
ramdisk.cpio should just have the contents of ramdisk folder only
not even the directory
so that as soon we open the cpio file
we get all that is shown in image
the link i gave you move inside sbin/ramdisk/
now pack all the content present here in ramdisk.cpio not the rest
just use that ramdisk folder
here use this link
extract it and it will contain just the ramdisk folder
now put the files in the ramdisk folder in cpio file
http://d-h.st/qNKV

Categories

Resources