dsmryder
Android Expert
Thanks, I have been working to get a device folder setup, separate from the 7630_surf folder. I just got it to build a lil while ago from the triumph folder, about to test it out right now. Once I get it situated, and apparently fix some stuff now, as some functionality was lost after the switch, I'll post it to my github.
And anybody who wants to pull the source this is what I used to pull it in.
I use -j16 but it all depends on your machine, I suggest -j4 as it should work for anybody.Code:$ repo init -u git://codeaurora.org/platform/manifest.git -b froyo_pumpkin -m M7630AABBQMLZA203030.xml $ repo sync -j4
Take the packages from
Triumph WX435 - Browse /WX435/CAYM_D_0_1010_2039_BP_2037_CDA_1024 at SourceForge.net
and integrate them in to the corresponding folders. Like build_2_038.tar.tgz is /build and system_core_2_038.tar.tgz is /system/core. Replace the kernel folder and set the defconfig to FB400_defconfig or use the stock prebuilt kernel. You will still have to put the stock boot.img but the source reads from the kernel I believe. I started with the 7630_surf folder and made a vendorsetup.sh in the msm7630_surf folder withand started adding things to the configs in the msm7630_surf folder.Code:add_lunch_combo msm7630_surf-eng
If any body has questions feel free to ask. I'll try to get as much info out there as I can, I'm still trying to understand some of the code myself.
I'm currious as to why you are using msm7630. I know we have a msm8655, and I know tickerguy and Issac used the 7x30 board because it seemed simular. I wonder if they started down the wrong path and we could get some benifit by using a different board.... Wacha think?