pulse-android-dev / device_huawei_pulse

Device configuration for Huawei U8220/U8230 / T-Mobile Pulse
3 stars 1 forks source link

Only building for generic. #2

Closed flibblesan closed 14 years ago

flibblesan commented 14 years ago

When I run choosecombo it only gives one option for product which is [generic]. I built Android for this and it made the userdata and system images, but no boot image. Also the build.prop for system has everything listed as generic rather than pulse which makes me think this is wrong.

Solution was to run "lunch full_pulse-userdebug" before choosecombo. This wasn't mentioned in the instructions.

pulse-android-dev commented 14 years ago

I have always used lunch. The aosp instructions say to use choosecombo, so I put that in the instruction. I will change the instruction to lunch. lunch with no arguments displays a list of available devices. choosecombo is not needed.

flibblesan commented 14 years ago

Yeah lunch worked fine and correctly built all 3 images.

aabaker commented 14 years ago

Using lunch also fixes the problem of CYANOGEN_BIONIC not being defined when building busybox

flibblesan commented 14 years ago

excellent. the issue now makes sense as Tom said he had no problems building.

pulse-android-dev commented 14 years ago

The instructions have been updated.