[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-02 Thread Androidphan
The most important thing for ALSA to work, is to get a working asound.conf file. Use alsa_ctl for this. On May 31, 2:11 pm, Luca Belluccini lucabellucc...@gmail.com wrote: When I'll get ALSA work, I'll publish a doc explaining the key edits to be done over original sources. Any help for ALSA

[android-porting] how to install android market and video player

2009-06-02 Thread Harishkumar V
Hi, I am using beagle board, in which android being ported. i have to play mp4 video files, on searching in the internet, i have found that android market need to be installed to get videoplayer and many applications. how to get android market installed in my board. Thanks and Regards,

[android-porting] Re: Porting Bionic to PowerPC - Modifying makefiles?

2009-06-02 Thread ErikK
I'm sorry for the late answer. Originally I was planning to completely port Android. However, I have run out of time. Currently I have taken all steps to port Bionic to PPC. I used some of the following posts to attempt to port Bionic.

[android-porting] Porting multimedia for VT

2009-06-02 Thread ashutoshkagra...@gmail.com
I am trying to port my own native Video Telephone (VT) app engine (SIP based) on Android, so that it can be used from Android application Framework and applications. VT app is having typical requirement of capturing the audio and video, encode(a/v codecs) it and stream it on the network for a

[android-porting] Re: How to package other data files with JNI library?

2009-06-02 Thread David Turner
There is no other way at the moment, however you can simply put the file into res/raw and copy them to /data/data/appname when your app starts for the first time. On Fri, May 29, 2009 at 11:18 PM, efu ericf...@gmail.com wrote: I am building an app using JNI library. The JNI library needs to

[android-porting] media player does not display video, only audio coming, the screen turns black

2009-06-02 Thread Harishkumar V
Hi, I am trying to play mp4 video file from mediaplayer demo given in the api demos along with android sdk. I changed the path to /sdcard/video.mp4.. If i run mediaplayer_video demo, the audio output is coming, but no video is being displayed, the screen is black. when i seen the logcat, it

[android-porting] Re: android porting problem

2009-06-02 Thread Rupesh Gujare
There might be problem with server. Keep trying you should be able to get it. Regards, Rupesh Gujare http://labs.embinux.org http://embinux.com On Tue, Jun 2, 2009 at 10:53 AM, Sreehari anumanubhas...@gmail.com wrote: Hi Experts, I follows the instructions of android porting on beagle

[android-porting] Activity Manager crashes

2009-06-02 Thread neilnguyen_2...@yahoo.com
Dear all: I got some crash in the Activity Manager, can someone please lend a hand. Thank you, Neil. I/SystemServer( 1576): Starting Activity Manager. I/DEBUG ( 1550): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/ DEBUG ( 1550): Build fingerprint:

[android-porting] Re: New project in external - CSR wifi driver

2009-06-02 Thread sandeep gupta
Thanks Tim, I made a request in csrsupport site for the *UniFi Developer Access*. Hoping that I will get source from there. I got compiled driver and supported files with the board. When I am running these files in android file system, android shell (/bin/sh) is not able to run these. I am

[android-porting] Re: music player crash

2009-06-02 Thread Matthew Porter
On May 21, 2009, at 12:24 PM, Yi Sun wrote: On Thu, May 21, 2009 at 5:40 AM, mvniekerk mvniek...@gmail.com wrote: You can copy all resources from layout-finger into layout folder. why don't you just copy layout-finger to layout-notouch? I don't see any reason to change the source

[android-porting] Re: media player does not display video, only audio coming, the screen turns black

2009-06-02 Thread Matthew Porter
On Jun 2, 2009, at 8:15 AM, Harishkumar V wrote: Hi, I am trying to play mp4 video file from mediaplayer demo given in the api demos along with android sdk. I changed the path to /sdcard/video.mp4.. If i run mediaplayer_video demo, the audio output is coming, but no video is being

[android-porting] Re: Providing BACK/HOME/MENU as software buttons(instead of hardware buttons)

2009-06-02 Thread Matthew Porter
On May 27, 2009, at 6:20 AM, Gowda wrote: Thanks for the reply Turner, the Android system relies on the fact that these button presses are sent as from the Linux kernel as input event with specific codes. Is there any way to invoke those input events from the system (as a software

[android-porting] ALSA on x86 - No sound

2009-06-02 Thread Luca Belluccini
Hi... I'm writing to you my porting status about audio. Kernel ALSA and Intel HD enabled as built-in (no module). It correctly creates device nodes at bootup. Also sysfs seems right (different cat display right outputs). BoardConfig.mk [...] HAVE_HTC_AUDIO_DRIVER := false BOARD_USES_ALSA_AUDIO

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-06-02 Thread Ash09
Hi Vinay, I hope you are thru with Android porting on S3C2440 and corresponding issues. Currently i have my custom board (S3C2440) with Arm Linux (Kernel version 2.6.21.7) and is working fine. And my Navigation App is also working fine. For different reasons we have decided to shift to Android

[android-porting] Porting Dalvik VM on non LINUX OS

2009-06-02 Thread Xmen1
Hi, Can somebody please tell me whether it is possible to port Dalvik VM on operating system other then LINUX? What all support is required from the OS? Please share some information about this. Thanks in advance --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] sleep in Android Bluetooth event thread

2009-06-02 Thread BHEEMSEN KULKARNI
Hi, In the android BT event thread there is sleep(500) which is waiting for event, which causing system not enter in to low power mode (i.eCore Off), the timer triggers every 500 msec. Can we increase these sleep timeout, is there any issue ? I tried to increasing to 1000 (before it was

[android-porting] Re: Porting Dalvik VM on non LINUX OS

2009-06-02 Thread fadden
On Jun 2, 4:18 am, Xmen1 ankitmittal...@gmail.com wrote: Can somebody please tell me whether it is possible to port Dalvik VM on operating system other then LINUX? What all support is required from the OS? Please share some information about this. POSIX-compliant libc and a reasonably full

[android-porting] sd card not working :(

2009-06-02 Thread hairypothead...@googlemail.com
hey! iv got android running in virtualbox on my advent 4490 laptop. every time i try access the sdcard its not there.. is it because its running in virtualbox or coz its meant for the eee or for some other reason? also is there a way to make a image of my phone with all the apps and everything

[android-porting] Re: sd card not working :(

2009-06-02 Thread David Turner
you probably need a custom /system/etc/vold.conf file that tells the mound daemon (vold) which device/partition to mount at boot time On Wed, Jun 3, 2009 at 12:21 AM, hairypothead...@googlemail.com hairypothead...@googlemail.com wrote: hey! iv got android running in virtualbox on my advent

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

2009-06-02 Thread Luca Belluccini
Addendum: At init, there's a logcat message saying: Using stubbed audio hardware. No sound will be produced. But before it there's no additional error code or something similar. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: how to install android market and video player

2009-06-02 Thread Eric Wong (hdmp4.com)
Short answer = no way. Eric On Jun 2, 5:53 pm, Harishkumar V harishpres...@gmail.com wrote: Hi, I am using beagle board, in which android being ported. i have to play mp4 video files, on searching in the internet, i have found that android market need to be installed to get videoplayer

[android-porting] build cupcake with PRODUCT_POLICY := android.policy_mid

2009-06-02 Thread xuxiake2012
hi , i build cupcak whih PRODUCT_POLICY := android.policy_mid (I modified the file: \build\target\product\core.mk) then I found that the PinyinIME can't launch. any one can help me ? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: build cupcake with PRODUCT_POLICY := android.policy_mid

2009-06-02 Thread xuxiake2012
the log as fellow: 06-03 02:55:35.755: WARN/dalvikvm(643): threadid=3: thread exiting with uncaught exception (group=0x4000fe70) 06-03 02:55:35.765: ERROR/AndroidRuntime(643): Uncaught handler: thread main exiting due to uncaught exception 06-03 02:55:35.796: ERROR/AndroidRuntime(643):

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-06-02 Thread Vinay Rao
Hi ash, Do the following steps. 1) Do the Board specific changes + custom driver changes to the Linux2.6.27 kernel. You can do this by referring to your working Linux-2.6.21.7 kernel. Ethernet driver, LCD driver and Touch Screen drivers are the basic requirements. Port these drivers to

[android-porting] Re: music player crash

2009-06-02 Thread Harishkumar V
Hi, Can u share me or guide me how to do this ... Thanks and Regards, HarishKumar.V On Tue, Jun 2, 2009 at 8:02 PM, Matthew Porter mpor...@embeddedalley.comwrote: On May 21, 2009, at 12:24 PM, Yi Sun wrote: On Thu, May 21, 2009 at 5:40 AM, mvniekerk mvniek...@gmail.com wrote: You can