[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
*http://newcomputer798.blogspot.com/* --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
*http://newcomputer798.blogspot.com/* --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
*http://newcomputer798.blogspot.com/* --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
http://newcomputer798.blogspot.com/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
http://newcomputer798.blogspot.com/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
*http://newcomputer798.blogspot.com/* --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
http://newcomputer798.blogspot.com/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
*http://newcomputer798.blogspot.com/* --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
*http://newcomputer798.blogspot.com/* --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] http://newcomputer798.blogspot.com/

2009-02-26 Thread mohammedanwerh hussain
http://newcomputer798.blogspot.com/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Interfacing to SurfaceFlinger

2009-02-26 Thread F H
As I understand it SurfaceFlinger is a service and clients talk to it through a Binder interface. Help with talking to this service can be obtained using the native ui library. I'm not familiar with Binders, but was wondering whether something like a Java application could connect to the service

[android-porting] Supported codecs

2009-02-26 Thread F H
Does android mandate which media codecs should be supported as a minimum? Likewise for media formats? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~

[android-porting] Re: Supported codecs

2009-02-26 Thread kozak
Checkout think link for media formats. http://developer.android.com/guide/appendix/media-formats.html BR Kozak On Feb 26, 3:54 pm, F H wrote: > Does android mandate which media codecs should be supported as a minimum? > Likewise for media formats? --~--~-~--~~~---~--

[android-porting] mouse pointer

2009-02-26 Thread Filipe Abrantes
Hi, I'm trying to figure out how to add a mouse pointer to the Android system. Did someone already tried something similar/could someone point where to begin in the code structure? Cheers, Filipe --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@g

[android-porting] toolchain 4.3.1-eabi-armv6

2009-02-26 Thread mailandroid
Hi, can anyone tell me how can i download toolchain 4.3.1-eabi-armv6. regards --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~

[android-porting] Re: Supported codecs

2009-02-26 Thread F H
Many thanks Kozak, just what I wanted. On Thu, Feb 26, 2009 at 11:32 AM, kozak wrote: > > Checkout think link for media formats. > http://developer.android.com/guide/appendix/media-formats.html > > BR > Kozak > > On Feb 26, 3:54 pm, F H wrote: > > Does android mandate which media codecs should

[android-porting] Re: toolchain 4.3.1-eabi-armv6

2009-02-26 Thread maxinbjohn
Hi, You can download the gcc-4.3.2 based arm-eabi toolchain from codesourcery: http://www.codesourcery.com/sgpp/lite/arm/portal/release567 Best Regards, Maxin B. John --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http:/

[android-porting] What is WAKE_DROPED in qwerty.kl?

2009-02-26 Thread Manish Sharma
Hi All, I have read about qwerty.kl from android mailing list and could able to integrate the keypad. Thanks to all those who have contribute on this topic. I was facing an issue with the present key map in qwerty.kl file. When I mapped all the required key on the board and checked the "getevent"

[android-porting] Re: Questions about integrating FLV/VP6 codec into OpenCore

2009-02-26 Thread Manish
Hi Dave, Then how to watch youtube on the browser. Is it possible to acheive FLV playback by integrating some opensource library with browser? Is there any plan to support FLV in opencore in future? Regards, Manish On Jan 9, 1:54 am, Urakagi wrote: > Thank you Dave. > Once I found how to compi

[android-porting] Re: What is WAKE_DROPED in qwerty.kl?

2009-02-26 Thread Misael Lopez
> I removed "WAKE_DROPPED" from all such key maps and was able to browse the > android desktop, select and launch the applications. It was just a hit and > try. Is this a right way? And what for this "WAKE_DROPPED"/"WAKE" used for? >From >http://android.git.kernel.org/?p=platform/development.git

[android-porting] Adding and removing applications (as part of Android build)

2009-02-26 Thread chittyc...@gmail.com
Hi, Greetings! Iam relatively new to Android and all I have learnt so far is what it takes to build Android and CentOS (http://metoolabs.com/index.php? option=com_content&view=article&id=93&Itemid=117) Now Iam trying to understand : 1) What it takes to build the same with only few applications

[android-porting] Re: build failure on mac

2009-02-26 Thread wolfmanjm
Ok finally figured this out. If you are using BASH then you must do this... > unset CDPATH This will stop the path being echoed and screwing up the make scripts. On Jan 8, 9:28 am, Mahesh wrote: > Thanks for your response David. > I am still getting the same error. > I figured out a common is

[android-porting] Re: toolchain 4.3.1-eabi-armv6

2009-02-26 Thread Ashutosh Agrawal
If you talking about the Android toolchain, *probably* you have to look at /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/ Regards, Ashutosh -Original Message- From: android-porting@googlegroups.com [mailto:android-port...@googlegroups.com] On Behalf Of mailandroid Sent: Thursday, Fe

[android-porting] Re: What is WAKE_DROPED in qwerty.kl?

2009-02-26 Thread Manish Sharma
Thanks Misa, I can try WAKE now to check whether the system state is sleep even though I am working on it. Regards, Manish On Thu, Feb 26, 2009 at 11:51 PM, Misael Lopez wrote: > > > I removed "WAKE_DROPPED" from all such key maps and was able to browse > the > > android desktop, select and laun

[android-porting] Re: Questions about integrating FLV/VP6 codec into OpenCore

2009-02-26 Thread Dave Sparks
In the browser you are redirected to m.youtube.com which does not use flash. I think it's possible to integrate FLV into OpenCore, but it is not currently on our roadmap. On Feb 26, 8:17 am, Manish wrote: > Hi Dave, > > Then how to watch youtube on the browser. > Is it possible to acheive FLV p

[android-porting] Re: Interfacing to SurfaceFlinger

2009-02-26 Thread Dave Sparks
SurfaceFlinger is the 2D abstraction layer. If you remove it, you will break all the native code that talks to it. You will have to rewrite the WindowManager code. It's a fundamental part of the system. What do you want to achieve? On Feb 26, 2:48 am, F H wrote: > As I understand it SurfaceFlin

[android-porting] implement media player

2009-02-26 Thread susanner
may I ask if I want to port mediaplayer to a platform supports hardware codec, what steps should I follow? Will OMX be any help? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-port

[android-porting] [Android-Booting Problem: VM aborting]

2009-02-26 Thread saroj
Hello, I have ported linux kernel 2.6.25 into my IMX31 based board and applied the android 1.0 kernel 2.6.25 changes into it. I built the android 1.0 filesystem from the source and copy the root, data, system folder in the out directory into the SD card. But when i mount the SD card and run the i

[android-porting] Re: Questions about integrating FLV/VP6 codec into OpenCore

2009-02-26 Thread Manish Sharma
Thanks Dave, We wanted to enable the flash playback with browser. Any inputs? Regards, Manish On Fri, Feb 27, 2009 at 11:45 AM, Dave Sparks wrote: > > In the browser you are redirected to m.youtube.com which does not use > flash. > > I think it's possible to integrate FLV into OpenCore, but it

[android-porting] Re: implement media player

2009-02-26 Thread Manish Sharma
Yes! in media player the opencore library is fully based on OMX it will be of great help. Even there is a support for third party OMX integration in opencore. Check the master core implementation in opencore. Cheers, MS 2009/2/27 susanner > may I ask if I want to port mediaplayer to a platform

[android-porting] Re: implement media player

2009-02-26 Thread susanner
thanks so much ,cheers 在2009-02-27,"Manish Sharma" 写道: Yes! in media player the opencore library is fully based on OMX it will be of great help. Even there is a support for third party OMX integration in opencore. Check the master core implementation in opencore. Cheers, MS 2009/2/27 sus

[android-porting] problem after I have changed the opencore and run media player

2009-02-26 Thread susanner
in order to run my media player on hardware not supporting pmem, I have 1. altered the external/opencore/android/android_surface_output.cpp to support mEmulation 2. make (under folder mydroid) 3.copied some lib relevant to opencore to the rootnfs/system/lib and then I run mediaplayer on my real

[android-porting] Application settings error

2009-02-26 Thread Manish Sharma
Hi All, I am getting an error on the screen. "Application Settings (in process com.android.settings) is not responding" It gives 2 options "Force Close" and "Wait". If I select "Force Close" the zygote process gets killed and after that I am not able to launch any application. In case of "Wait" I

[android-porting] Re: Interfacing to SurfaceFlinger

2009-02-26 Thread pixelflinger
On Feb 26, 2:48 am, F H wrote: > As I understand it SurfaceFlinger is a service and clients talk to it > through a Binder interface.  Help with talking to this service can be > obtained using the native ui library. > > I'm not familiar with Binders, but was wondering whether something like a >