[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-06-18 Thread vishal bhoj
Is there a document describing what functionalities need to be implemented in Copybit. Is there any reference implenetation ? Has anyone tried to implement it . On Tue, Jun 9, 2009 at 8:34 PM, cemil cemil_azizo...@yahoo.com wrote: Makes sense... Excuse my poor english, does the following

[android-porting] Re: ALSA Waiting for sevice media.audio_flinger

2009-06-18 Thread xro
thanks for response... Are you sure? i did a chmod -R 777 /dev and chown -R root audio /dev/ snd and it's always the same... i think that is because of the alsa lib! do you know something? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: why no sound when I play mp3

2009-06-18 Thread xie simen
Dear Matt: how can I do with this patch? my android experience is pool, thanks! 2009/6/18 xie simen hannibal@gmail.com Dear Matt: thanks, so I only need update patch and update libaudioflinger.so? but no sound just the same. 2009/6/18 Matthew Porter

[android-porting] Re: RIL GPRS data channel

2009-06-18 Thread cindy_king_1024
Thanks for your attention , I have forget change the owner of /dev/ttyS1, after the action,but it come with : I/RIL ( 684): Opening tty device /dev/ttyS1 W/RILC( 684): RIL_onUnsolicitedResponse called before RIL_register D/AT ( 684): AT ATE0Q0V1 D/AT ( 684): AT ATE0Q0V1

[android-porting] Re: ALSA Waiting for sevice media.audio_flinger

2009-06-18 Thread Androidphan
You can add the following to system/core/init/devices.c to automatically set the correct permissions. { /dev/snd/, 0664, AID_SYSTEM, AID_AUDIO, 1 } On Jun 18, 8:09 am, xro romanen...@hotmail.com wrote: thanks for response... Are you sure? i did a chmod -R 777 /dev and

[android-porting] Re: why no sound when I play mp3

2009-06-18 Thread xie simen
fixed it! I modify code and force create oss interface on audioflinger then sound is listened, matt, thank you very much! :) 2009/6/18 xie simen hannibal@gmail.com Dear Matt: how can I do with this patch? my android experience is pool, thanks! 2009/6/18 xie simen

[android-porting] Re: RIL GPRS data channel

2009-06-18 Thread Brian Liu
RILD send ATE0Q0V1 to your modem (8 times) via /dev/ttyS1 but your modem didn't response. Please check your connection to modem. Maybe you need configure /dev/ttyS1 with correct parameters (e.g. baud rate, 7 or 8 bit data, parity bit, etc) which match with your modem. That can be done after you

[android-porting] Re: ALSA Waiting for sevice media.audio_flinger

2009-06-18 Thread xro
i did it but i always have error... Why? when i boot: [42949564.78] snd_imx_pcm_open Playback stream @: 0xd39cbb00 [42949564.78] imx_ssi_get_dma_tx_channel = 13 [42949564.79] playback supported [42949568.21] snd_imx_pcm_open

[android-porting] Re: why no sound when I play mp3

2009-06-18 Thread xro
hi, how do you install ALSA on Android? I did that: cd ~/mydroid/external git clone git://android.git.kernel.org/platform/external/alsa-lib.git git clone git://android.git.kernel.org/platform/external/alsa-utils.git cd ~/mydroid/hardware git clone

[android-porting] Re: why no sound when I play mp3

2009-06-18 Thread xie simen
hi, man I use OSS not ALSA, my codec driver is OSS. 2009/6/18 xro romanen...@hotmail.com hi, how do you install ALSA on Android? I did that: cd ~/mydroid/external git clone git://android.git.kernel.org/platform/external/alsa-lib.git git clone

[android-porting] Re: why no sound when I play mp3

2009-06-18 Thread xro
i really bad in sound... So what is the difference between alsa and oss? Can i use oss? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: RIL GPRS data channel

2009-06-18 Thread cindy_king_1024
Ask more,How to set the parameter?The baud is 460800,I have change it in the ril-libreference.c. Thanks a lot !!! 在2009-06-18?17:45:03,Brian?Liu?liujianh...@gmail.com?写道: RILD?send?ATE0Q0V1?to?your?modem?(8?times)?via?/dev/ttyS1?but?your

[android-porting] Re: RIL GPRS data channel

2009-06-18 Thread Nimit Manglick
In mainLoop () function when the device is getting opened , after that initialize teh modem as per your modem datasheet. 2009/6/18 cindy_king_1024 cindy_king_1...@126.com Ask more,How to set the parameter?The baud is 460800,I have change it in the ril-libreference.c. Thanks a lot !!!

[android-porting] Re: Invoking the PowerDialog

2009-06-18 Thread F H
Thanks Dianne, that worked just fine. On Wed, Jun 17, 2009 at 5:47 PM, Dianne Hackborn hack...@android.comwrote: Look at PhoneWindowManager, which handles the end call key (long pressing to bring up the power dialog), and follow the trail to where the shutdown code is. On Wed, Jun 17, 2009

[android-porting] ANDROID FoottPrint - Urgent help

2009-06-18 Thread vaibhav
Hi PLease provide me with the footprint of the ANDROID and ity librarries. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] ALSA sound lib

2009-06-18 Thread xro
hi... i installed the alsa_sound and alsa-lib on android. now i can't boot. someone know that? that's my error message when i boot [42949578.08] snd_imx_pcm_open Playback stream @: 0xd39cbb00 [42949578.09] imx_ssi_get_dma_tx_channel = 13 [42949578.09] playback supported the

[android-porting] rild options priority

2009-06-18 Thread hikeit
Quick question for the community... It seems that setting the RILD library path and tty can be done in multiple locations. In boot.img it can be set in default.prop as: rild.libpath=/system/lib/libreference-ril.so rild.libargs=-d /dev/smd0 In boot.img it can be set in init.rc as: service

[android-porting] Re: sdcard problem

2009-06-18 Thread hikeit
I think the problem is likely in your /system/etc/vold.conf. Double check yours against the original that came with the phone. On Jun 15, 11:21 pm, saxoappeal dimplej...@gmail.com wrote: Hi All: after making new system.img, I have made my dev phone G1 upgrade with my new system.img using

[android-porting] Re: rild options priority

2009-06-18 Thread Michael Trimarchi
hikeit wrote: Quick question for the community... It seems that setting the RILD library path and tty can be done in multiple locations. In boot.img it can be set in default.prop as: rild.libpath=/system/lib/libreference-ril.so rild.libargs=-d /dev/smd0 In boot.img it can be set in

[android-porting] Re: sdcard on real hardware

2009-06-18 Thread hikeit
Even though it is not officially supported, my solution to this issue for the HTC Vogue was to run both mountd AND vold. Vold is required for various system services, but it doesn't seem to support certain hardware on certain kernel versions. The right way is to build your kernel *without*

[android-porting] Re: sdcard on real hardware

2009-06-18 Thread xro
i found how to do i did 2 partition on my sd card... on vat for data and one ext2 for Android system files... i mount the mmc android system on mnt/mmc i mount the mmc data on mnt/mmc/sdcard i boot Android /mnt/mmc /init thanks for reply

[android-porting] Re: ANDROID FoottPrint - Urgent help

2009-06-18 Thread Dianne Hackborn
This is not the way to ask a question that will get answered. Do you mean RAM use? Flash use? Have you made any attempt to simply build the system and see the size of the generated system and its contents? On Wed, Jun 17, 2009 at 10:09 PM, vaibhav vaibhavb...@gmail.com wrote: Hi PLease

[android-porting] Re: why no sound when I play mp3

2009-06-18 Thread xie simen
OSS is used basic devices like dsp/mixer, and you can access them directly, open/read/write, etc. 2009/6/18 xro romanen...@hotmail.com i really bad in sound... So what is the difference between alsa and oss? Can i use oss? --~--~-~--~~~---~--~~

[android-porting] Why no PMEM_FREE in pmem_ioctl?

2009-06-18 Thread Jill Zhou
Hi, all I'm checking the code for Android pmem driver. But I'm not sure why pmem_ioctl has PMEM_ALLOCATE token but has no PMEM_FREE. If so, how does PMEM driver free memory when android_pmem_platform_data.no_allocator==0; Regards, Jill --~--~-~--~~~---~--~~

[android-porting] Re: ALSA on x86 - No sound

2009-06-18 Thread ehung
Hi Luca . Thanks your help. I have made make clean and make again. The libraries seems to link correctly. Because I got the some log information about alsa before I have never seen. The log message is showing below. .. I/ServiceManager( 2106): service 'media.audio_flinger' died

[android-porting] Touch Screen Issue Please suggest some approach

2009-06-18 Thread shridhar
Hi Experts, Once again I am in need of your comments and guidance. I am able to get the Android Home screen (which is locked) on AT91SAM9263-ek board, which has ADS784x touchscreen. But the touchscreen does'nt seem to work. I am able to do getevent and when I touch the screen I get some values