- Dec 24, 2013
- 31
- 20
I am trying to build CM-10.2 with @M1cha kernel, using this local manifest.xml:
I have not change any code, build successful, but after installing the ROM, the mic is not working at all, that is no sound, but other thing work well.
My building step:
What am I missing ?
( Sorry for my bad english )
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="M1cha/android_device_xiaomi_aries" path="device/xiaomi/aries" remote="github" revision="cm-10.2" />
<project name="M1cha/android_kernel_xiaomi_aries" path="kernel/xiaomi/aries" remote="github" revision="cm-10.2" />
<project name="M1cha/proprietary_vendor_xiaomi" path="vendor/xiaomi" remote="github" revision="cm-10.2" />
</manifest>
I have not change any code, build successful, but after installing the ROM, the mic is not working at all, that is no sound, but other thing work well.
My building step:
Code:
$ repo sync
$ cd vendor/cm
$ ./get-prebuilts
$ cd ../..
$ source build/envsetup.sh
$ breakfast aries
$ export USE_CCACHE=1
$ brunch aries
What am I missing ?
( Sorry for my bad english )