Re: [android-porting] Re: Rotation of screen in Android

2010-09-27 Thread Dianne Hackborn
Look in PhoneWindowManager.java and see why it is deciding to do the rotation it is doing. On Sun, Sep 26, 2010 at 10:16 PM, abukustfan abukust...@gmail.com wrote: Hi, I am also porting sensors library with accelerator on my target board. I used IBM eye application and it shows sensor value

Re: [android-porting] Getting problem in keypad

2010-09-27 Thread xingchao wang
2010/9/6 amar nath amar...@gmail.com Hi, I am using eclair on samsung s3c6410 platform. keypad driver got loaded while running kernel android init mice: PS/2 mouse device common for all mice input: keypad as /class/input/input0 keypad keypad: Keypad

[android-porting] Get more free softwares

2010-09-27 Thread myth
http://123maza.com/25/hand128/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Preventing wifi interface from shutting down

2010-09-27 Thread Elvis Dowson
Hi, I have an issue with android-rowboat-froyo-2.2, running on the Gumstix Overo (TI OMAP3503) + Palo43 expansion board (nearly equivalent to the BeagleBoard design), whereby the wifi connection drops in under a minute. I am using the android-rowboat-eclair-2.6.32 kernel branch, and in my

[android-porting] Re: Preventing wifi interface from shutting down

2010-09-27 Thread Elvis Dowson
Here is the log output, to the point where the network shuts down D/wpa_supplicant( 1088): AWEXT: wpa_driver_priv_driver_cmd RSSI-APPROX D/wpa_supplicant( 1088): . DRIVER AWEXT RSSI D/wpa_supplicant( 1088): AWEXT: wpa_driver_priv_driver_cmd LINKSPEED D/wpa_supplicant( 1088): Link Speed command

[android-porting] How to get access for surfaceflinger

2010-09-27 Thread Tejas
Hello All, I am developing video renderer application. In that i am using surface flinger APIs. I am building and testing my application on eclipse with adt packages. I have one wrapper code which is accesing surface flinger APIs and its classes. Now when my .apk is being

[android-porting] Adding ASFParser(for wma for which libraries are available i need to call API's)

2010-09-27 Thread narsi
My job is to add wma decoder and supproting parser whose libraries are provided by some company... 1. I went through opencore/engines/player/config/core/ pv_player_node_registry_populator.cpp where all nodes are registered 2.in pvplayerengine.cpp we have

[android-porting] Adding ASFParser and Decoder(for wma for which libraries are available i need to call API's)

2010-09-27 Thread narsi
My job is to add wma decoder and supporting parser whose libraries are provided by some company... 1. I went through opencore/engines/player/config/core/ pv_player_node_registry_populator.cpp where all nodes are registered 2.In pvplayerengine.cpp we have

[android-porting] Adding ASFParser and Decoder(for wma for which libraries are available i need to call API's)

2010-09-27 Thread narsi
My job is to add wma decoder and supporting parser whose libraries are provided by some company... 1. I went through opencore/engines/player/config/core/ pv_player_node_registry_populator.cpp where all nodes are registered 2.In pvplayerengine.cpp we have

[android-porting] android filesystem

2010-09-27 Thread siva ram krishna
Hi, I am porting android on a ARM based target.i have taken a linux kernel 2.6.32 ,applied patches to make it android specific. when i am trying to boot this kernel on my target ,i get kernel panic error.i feel its the problem with the android filesystem.i have used nfs filesytem. i have taken

[android-porting] Re: : V4l2 Camera Integration

2010-09-27 Thread Srikant
Verify this path exists in your target adb shell /sys/devices/platform/s3c-hsmmc.0/mmc_host/mmc0 also check in your vold.conf file, it should be like /devices/platform/s3c-hsmmc.0/mmc_host/mmc0 Then your SD card should detect. On Sep 25, 5:15 pm, August huangbo0...@gmail.com wrote: i also meet