[android-developers] Porting android to PXA270 board

2008-04-11 Thread renegade
I try to run Android on my PXA270 board... Kernel version is 2.6.19. After hard fight I succesfully applied patch. I have new shiny kernel. My board starts from SD card. Bootloader (u-boot) starts from flash and it searches for kernel on SD card. First partition of SD card contains kernel (FAT16):

[android-developers] Re: Porting android to PXA270 board

2008-04-12 Thread renegade
There is hard to find basic infos about filesystem. Thanks for any help men. Regards, renegade --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Porting android on hardware

2008-04-12 Thread renegade
emulator, What to do then? How should look the SD card for Android to start system? How partitions are mounted? There is lack of these informations... Thanks for everyone, who replies the message from everyone who see this post helpful... Regards ! renegade

[android-developers] Dispatch keyboard event to other activity

2008-06-17 Thread renegade
Hey, Does anyone know how to send key event to some other activity (known by package name, class name or task id). I have to simulate keyboard on my keyboard-less hardware... Any ideas? Thanks for help. Regards! --~--~-~--~~~---~--~~ You received this message beca

[android-developers] Re: Video Streaming /MediaPlayerTest.zip / mp.prepare problem

2008-07-08 Thread renegade
Isn't it simplier to play video this way?? private String filePath = "/tmp/test.mp4"; private VideoView vv; protected void onCreate(Bundle icicle) { super.onCreate(icicle); vv = new VideoView(this); setContentView(vv); vv.setVideoPath(filePath); //vv.

[android-developers] Google Maps Voice Turn-By-Turn

2010-05-28 Thread Renegade
I currently have Android 2.1 with the new Google Maps 4.2 update. I want to create an application that interacts with it and turns on voice turn-by-turn navigation if the technician has it on mute. How can I do this? -- You received this message because you are subscribed to the Google Groups "