You cannot post messages because only members can post, and you are not currently a member.
Description:
General discussion around the Android Open Source platform.
|
|
|
How can I get opencore 2.0.7?
|
| |
how can i get opencore 2.07? just type repo init -u git://android.git.kernel.org/p latform/manifest.git ? or should I type repo init -u git://android.git.kernel.org/p latform/manifest.git -b master? or should I get tag 2.0.7 another way? when i type repo init -u git://android.git.kernel.org/p latform/manifest.git,... more »
|
|
potential spin problem in init
|
| |
Hi I ran into a scenario where init process consumes lot of cpu. The strace on init shows the following repeating poll([{fd=4, events=POLLIN, revents=POLLIN|POLLERR}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, -1) = 1 Line 1013-1027 in system/core/init.c only match the exact revents so if revents of any fd is POLLIN|POLLERR, like above, it never tries to read from... more »
|
|
Creating multiple OpenCORE instances
|
| |
Hi Friends, As I know we can create multiple instances or pipelines of OpenCORE at a time. The question is, can we create multiple instance of OpenCORE for the same resorce? (e.g. I have say abc.3gp file, so can I create say 4 instances of OpenCORE with the same abc.3gp file?) Thanks in advance APT
|
|
about dalvik's gc
|
| |
Hi, All: After reading almost all the source code about dalvik GC recently, I am concerned that, though the GC uses the mark-sweep algorithm, there is an object header defined in struct DvmHeapChunk which contains the information of object generation , cited as follows: typedef struct DvmHeapChunk {... more »
|
|
Linking external libraries to Android native shared library
|
| |
Hi, I have a question. To include any external library whether a static library (*.a) or shared library (*.so) and link to the current native shared library I have to inlcude the below code in my Andriod.mk include $(CLEAR_VARS) LOCAL_PREBUILT_LIBS:= libexternal1.a include $(BUILD_MULTI_PREBUILT)... more »
|
|
Nexus One for platform development?
|
| |
Hi, Is Nexus One a consumer device (e.g. it will only accept official software updates), or can it be used for platform development (provided, that the source code and the necessary proprietary binaries will be available in the future)? Best Regards, Gergely Kis
|
|
Confirmation of official apps-to-sdcard
|
| |
In the google nexus 1 press conference quote: Q: Why 512MB for app storage only? A: They store apps in the internal ROM and not on the SD card now, for piracy reasons, but they will offer an upgrade soon for installing apps on the SD card. That is an official statement of "soon".
|
|
Porting Android to new CPU
|
| |
Hi All, I'm porting Android to a new CPU, a Freescale based on ARM Cotex-A8. This is a project for a MID. My question is related to licensing. I've that for me to be able to install application from Google Android Market my hardware must be compliant to Google's license. He told me this couldn't refer me to any source of information and, after... more »
|
|
Audio Playback Error
|
| |
I've written an app. that uses the MediaPlayer, but every so often I see this error: ERROR/AudioMIO(3733): latency could NOT be set !! set it later When it happens, the audio goes silent and the only way to get the audio back is to stop and restart (release and create a new MediaPlayer instance). This error shows up in the logcat, but is not reported to the... more »
|
|
UI design for Board Game
|
| |
Hi, I need to design a board UI using android platform. i was planning to take one image as board and moving the required images over the board. How do i achieve the same? I need to find the coordinates for image and need to move the required images to specifies coordinates. Is there any andorid api for this?... more »
|
|
|