[android-porting] Re: media server interactions

2010-04-23 Thread ani
AudioFlinger::ThreadBase::TrackBase::TrackBase() In this function i think we create shared memory between mediaserver and audioflinger. This function exists in AudioFlinger.cpp file. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-por

[android-porting] Invoke GlobalActions dialog (Shutdown/Reboot...) on Android-x86

2010-04-23 Thread Christian Erpelding
Hello, I'm trying to port Android to the OpenFrame/Joggler. http://www.openpeak.com/OpenFrame.php The problem is that this device is touch-only, i.e. it has no hardware buttons at all. Not even a power button. I'd like to be able to shutdown Android in a safe way to avoid data loss. :-) Andro

[android-porting] Re: Invoke GlobalActions dialog (Shutdown/Reboot...) on Android-x86

2010-04-23 Thread eternity
I am not a framework guy...so can't think about any hack on framework for this purpose. But in driver level, I can produce the same. You can make a driver registered as Input device and set the keybit on KEY_END. When you want to shutdown, give a call to driver which will in turn report key press

Re: [android-porting] Re: Android Gadget driver on PXA27X board

2010-04-23 Thread Matt Reimer
On Wed, Apr 21, 2010 at 9:41 AM, Michael Trimarchi wrote: > Hi, > > Dark Knight wrote: >> >> Hi Everyone, >> >> I have some more information regarding this. Its seems the driver is >> not able to create bulk end points. I added some debug prints in >> f_adb.c and epautoconf.c Here is the output >>

Re: [android-porting] Re: Android Gadget driver on PXA27X board

2010-04-23 Thread Michael Trimarchi
Hi Matt Reimer wrote: On Wed, Apr 21, 2010 at 9:41 AM, Michael Trimarchi wrote: Hi, Dark Knight wrote: Hi Everyone, I have some more information regarding this. Its seems the driver is not able to create bulk end points. I added some debug prints in f_adb.c and epautoconf.c Here is

[android-porting] how can i add Ethernet support in eclair-x86?

2010-04-23 Thread huanghg
How can I add Ethernet support in eclair tree? I'm using branch eclair- x86, and I want to add ethernet support for my eeepc. Please give some suggestion. Thank you in advance. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Camera Stress Test

2010-04-23 Thread bfriedman
I am working with the Android-2.1-r2 build system and I am trying to run the camera stress tests found under the packages/apps/Camera/tests directory. When I run the command as stated in StressTests.java: "am instrument -w com.android.camera.tests/ com.android.camera.CameraStressTestRunner" I get

[android-porting] Eclair's opencore compiling and execution issues

2010-04-23 Thread iod
Hi Community, For backward compatibility reasons I have to work with the version of opencore that is in Eclair; downloadable using the commands: repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair repo sync But when I try to compile opencore's regression test pvplayer_engine