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

2010-03-26 Thread ani
try with this alsa_aplay -D hw:0,0 Dil_Vil.wav some.wav -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe from this group, send email to android-porting+unsubscribegooglegroups.com or reply to this email with the

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

2010-03-26 Thread abukustfan
Hi, It shows below error. # alsa_aplay -D hw:0,0 sample.wav ALSA lib external/alsa-lib/src/confmisc.c:143:(snd_config_get_bool) Invalid type for nonblock ALSA lib external/alsa-lib/src/pcm/pcm_hw.c:1445:(_snd_pcm_hw_open) Invalid type for subdevice aplay: main:590: audio open error: Invalid argum

[android-porting] Re: Problem seen in run Android (eclair) on an SMDK6410

2010-03-26 Thread david
Hi Deva, Changes made and no differences seen from retest. I am wondering whether I have to change access right (chmod) to the root files (in the images) or not? Regards David On 24 Mar, 17:58, Deva R wrote: > have you modified init.rc from the prebuilt package? > > root file system and espec

[android-porting] Re: Android hangs on execution init from initramfs with "Kernel panic - not syncing: Attempted to kill init!"

2010-03-26 Thread supermaximus79
Hi! I use init.rc which android builds with ramdisk.img. I a little modified init.rc - set loglevel to 6. Also my kernel doesn't have driver pmem, and android power. But i red that this driver is not necessary for android. isn't it? On Mar 26, 6:20 am, Neo wrote: > I feel some of your kernel conf

[android-porting] Re: Problem seen in run Android (eclair) on an SMDK6410

2010-03-26 Thread supermaximus79
Why do you use jffs2 instead of yaffs2? On Mar 26, 12:20 pm, david wrote: > Hi Deva, > > Changes made and no differences seen from retest. > > I am wondering whether I have to change access right (chmod) to the > root files (in the images) or not? > > Regards > > David > > On 24 Mar, 17:58, Deva

Re: [android-porting] Re: Extending KeyEvent (or another way of adding new KeyCodes)

2010-03-26 Thread Ashwin Bihari
Hello, I know how to add new KEYCODE's to the KeyEvent, but I want to avoid that. The 4 buttons are essentially defined as S1, S2, S3 and S4 and their functionality will change based on what the application wants them to be. In some instances they'll function as volume up/down and channel up/down

Re: [android-porting] Extending KeyEvent (or another way of adding new KeyCodes)

2010-03-26 Thread Ashwin Bihari
Dianne, Is there really value in adding keycodes that only have any bearing/use for certain devices? if that is the case, it might be better for Google to define a dozen or so USER buttons, that can be used by any application. Either way, can you suggest a method of adding keycodes that doesn't r

[android-porting] Re: Android hangs on execution init from initramfs with "Kernel panic - not syncing: Attempted to kill init!"

2010-03-26 Thread supermaximus79
May be i add not enought partitions on my nand flash? or not enought sized? Right now i have only 4 partitions: init: mtd partition 0, u-boot (374 kb) init: mtd partition 1, kernel (3m) init: mtd partition 2, system (85m) init: mtd partition 3, userdata (39m) Is it correct? On Mar 26, 1:54 pm, s

[android-porting] Re: cell broadcast support???

2010-03-26 Thread Kishor
Hi all, Does anybody know whether cell broadcast is supported in android(eclair) for GSM and 3G network? I know there are RIL commands for cell broadcast but not sure it is fully implemented. Thanks, krish On Mon, Mar 22, 2010 at 7:54 PM, Kishor wrote: > > Hi Experts, > > Some countries requ

[android-porting] asound.conf EEEPC T91 Android 1.6R2

2010-03-26 Thread Lionel GAUTHIER
Hello, I am looking for having sound on my EEEPC t91 installed with android 1.6R2. It seems to me that sound does not correctly work with a fresh install of Android 1.6R2. I read many posts on different lists and it appears to me that a lot of people have problems to have sound working (I am not t

[android-porting] Re: asound.conf EEEPC T91 Android 1.6R2

2010-03-26 Thread Michael Wu
I met the same problem, would someone have solution? On 3月26日, 下午11時41分, Lionel GAUTHIER wrote: > Hello, > > I am looking for having sound on my EEEPC t91 installed with android > 1.6R2. > It seems to me that sound does not correctly work with a fresh install > of Android 1.6R2. > I read many pos

[android-porting] porting android on beagle board

2010-03-26 Thread ajish zacharias
i try port angstrom on beagle board .i copy MLO,uboot.bin,uImage into the fat32 partion, then i copy android.donut.rootfs.tar.bz2 to ext 3 partion .then i set baudrate 115200, stopbit 1flow control none , but i get 0 0 on terminal/ialso try the link http://code.google.com/p/rowboat from beagle

[android-porting] Re: In call screen

2010-03-26 Thread Alok
In CallNotifier.java::onDisconnect(), the incall screen is being dismissed: // If the InCallScreen is *not* in the foreground, forcibly // dismiss it to make sure it won't still be in the activity // history. (But if it *is* in the foreground, don't mess

Re: [android-porting] Re: In call screen

2010-03-26 Thread Dianne Hackborn
On Fri, Mar 26, 2010 at 6:33 AM, Alok wrote: > So, looks like it is intentional but not sure why ?? > What is the question why? This seems pretty clearly the UI behavior that was intended for the products that have been shipped from the base Android platform. If you don't like that behavior...

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

2010-03-26 Thread ani
I think your media player which you mentioned was playing some music will not be able to play if alsa_aplay itself is not working. Because your device itself is not opening. Is your media player using some other driver other than alsa -- unsubscribe: android-porting+unsubscr...@googlegroups

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

2010-03-26 Thread Srikant
Hi, Try doing: #stop media before alsa_aplay. - On Mar 26, 12:08 pm, abukustfan wrote: > Hi, > > It shows below error. > > # alsa_aplay -D hw:0,0 sample.wav > ALSA lib external/alsa-lib/src/confmisc.c:143:(snd_config_get_bool) > Invalid type for nonblock > ALSA lib external/alsa-lib/src/pcm/p

Re: [android-porting] porting android on beagle board

2010-03-26 Thread Deva R
mail's too generic to think of a problem in booting.. >i try port angstrom on beagle board u meant android i guess.. >i copy MLO,uboot.bin,uImage into the fat32 partion, then i copy >android.donut.rootfs.tar.bz2 to ext 3 partion hope u extracted .tar.bz2 to ext3 partition >then i set baudrate

[android-porting] Re: Need help with PlatformLibrary sample

2010-03-26 Thread MBethDev
Update (but it still doesn't work for me): I logged into adb shell and verified the the xml file is under /system/ etc/permissions, the jar file in /system/framework, and the .so file in /system/lib. I also verified the contents of the xml file and under 'file' attribute, made sure its pointing t

[android-porting] Re: Adding new api to android

2010-03-26 Thread MBethDev
Not quite where you are Ashwin, but I am running into the same problems. I've posted a somewhat similar question, but no response unfortunately. All I wanted is to get PlatformLibrary to work on the emulator and I can't even get that to work despite following the README and all the suggestions/st