Android?What!?
Android Enthusiast
soooo close I can almost taste it.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
yea with ics/cm9 I dont know if they added brunch to it yet. But with CM7 I can compile a build in about 20min with brunch verses 2 - 3 hours with lunch lolI do . Build/envsetup.sh then "lunch" then thunderc-eng then make -j2
u did save n do make clean clobber? If you edited the boardconfig anyhow.Lol ill try brunch. No brunch not a command. And I still dont know why my changes didnt take any affect :\
so late, because i started compiling at 3pm.. and it takes me about 8-9 hours to compile the whole thing lol, im not complaining.. the first time took me the greater part of 30 hours.. lol
tripdoc, what time is it where you are?
im in fl.. same time as you EST.
Bobz, or pG or reppard, i have a question.. i compiled a rom last night and included the touch_mcs6000.idc in the device.mk following bobz instructions, it was the only change i made to the rom, when i flashed it it didnt boot.. stuck on android screen.. when i opened the system.img in the kitchen, the touch_mcs6000.idc file wasnt there. i do make clean clobber b4 every build. i just copied the touch_mcs6000.idc file intot he system,img and flashed it, screen still doesnt work, i then renamed it synaptics_i2c_rmi.idc and tried again.. now im not sure what the specifics have to be int hat file per device, but the idc file looked pretty basic, not sure if the one for the synaptics (which i have found references to, but have yet to find one) would be any differant, but.. both roms flashed, and booted but the screen didnt work on either of them. My question, does that files need to be build in tot he rom? or can it be copied into the system.img? if it can be copied in, then im at a lost.. i am currently compiling a rom with it named synaptics, and see if that makes a differance.. but if it doesnt.. i guess im back to trying to compile the kernel error free and see if i can get it working that way.. any advice or tips that you all may have would be greatly appreciated.
adb logcat
adb dmesg
What about stuff not being added. Such as the touchmsc6000.idc. no changes are taking affect
#1 device/lge/thunderc/files/touch_mcs6000.idc:/system/lib/idc/touch_mcs6000.idc
#2 device/lge/thunderc/usr/idc/touchmsc6000.idc:system/usr/idc/touchmsc6000.idc \
i been looking at someone that has gotten a lot of stuff working for another rom for ics. and i was wondering is that path suppose to look like #2. i was wondering if it matters where the path of the device of where its calling the idc have to almost match the same file as the out folder?
I know the feeling =) I built cm7 about a million times and everytime you clean your build environment it takes that much longer. There are some tricks you can do to store a cache and anything that has not been changed will just get recopied instead of compiling the same source over and over again. Good luck!