[android-porting] IMA/DVI ADPCM audio file format support?

2010-04-26 Thread quill
Hi all. My phone(HTC MAGIC) can't play a spec .wav file, the file info is as follows: qualcomm_hsdpa_1.wav: RIFF (little-endian) data, WAVE audio, IMA ADPCM, mono 16000 Hz Doesn't Android (or the kernel) support IMA/DVI ADPCM codec? Or is there anything else? Thx! -- unsubscribe:

[android-porting] Re: build android-msm-2.6.27 and met an error

2009-09-06 Thread quill
I want to port it to G1. On Sep 5, 10:34 am, Kaushik(ICMAN) kaushikprajap...@gmail.com wrote: You are porting it to which board. 2009/9/4 quill quill...@163.com Anyone help! On 9月3日, 下午2时17分, quill quill...@163.com wrote: Hi, guys, I create local_manifest.xml: ?xml

[android-porting] Re: build android-msm-2.6.27 and met an error

2009-09-04 Thread quill
Anyone help! On 9月3日, 下午2时17分, quill quill...@163.com wrote: Hi, guys, I create local_manifest.xml: ?xml version=1.0 encoding=UTF-8? manifest project path=kernel name=kernel/msm revision=refs/heads/ android-msm-2.6.27/ /manifest and then sync to get the kernel source. After that, I

[android-porting] build android-msm-2.6.27 and met an error

2009-09-03 Thread quill
Hi, guys, I create local_manifest.xml: ?xml version=1.0 encoding=UTF-8? manifest project path=kernel name=kernel/msm revision=refs/heads/ android-msm-2.6.27/ /manifest and then sync to get the kernel source. After that, I followed this to build the kernel:

[android-porting] Can I use goldfish to build kernel for gphone?

2009-09-01 Thread quill
I hava compiled goldfish successfully, can I use it to build .img files for gphone? Or which version of kernel should I get? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Can I use goldfish to build kernel for gphone?

2009-09-01 Thread quill
Thank you, bfriedman. And I still have two questions: 1. Goldfish is for emulator, msm kernel is for g1, what is common kernel used for? can I use common kernel and build the msm_defconfig for G1? 2. Which kernel vertion and config file is for G2? On Sep 2, 6:47 am, bfriedman

[android-porting] How to build custom kernel for gphone(g1)?

2009-08-28 Thread quill
I have followed this to BUILT THE ANDROID EMULATOR-SPECIFIC KERNEL: http://android.git.kernel.org/?p=platform/external/qemu.git;a=blob;f=docs/KERNEL.TXT;h=7387e55d5362be8e2dc00e634277a9fdbdd66db6;hb=ceb00f8c44e26d948e28b7a3ccef8fd2068589d9 . I modified some source files and It was built