[android-porting] How does battery charge when android device is powered off

2010-03-24 Thread Nandy
Is there any documentation which says how does android device charge when in powered off state? Which piece of sofware invokes this, or this is completely hardware level. Basically when device is powered off, I do not want charging leds to glow, so was thinking how to get about it. --

Re: [android-porting] How does battery charge when android device is powered off

2010-03-24 Thread Dianne Hackborn
This has nothing to do with Android, it is hardware specific. If the device is powered off, Android is not running, so there is not much it can do. :) On Wed, Mar 24, 2010 at 12:07 AM, Nandy satirthana...@gmail.com wrote: Is there any documentation which says how does android device charge

Re: [android-porting] How does battery charge when android device is powered off

2010-03-24 Thread Deva R
Is there any documentation which says how does android device charge when in powered off state? Which piece of sofware invokes this, or this is completely hardware level. Its mostly h/w.. Battery can be charged via power from either AC supply or USB interface (VBUS line). Its dictated by platform

Re: [android-porting] Android Linux version number, other questions!

2010-03-24 Thread Deva R
I want to see what changes they/Android did to the real kernel to make the Android Kernel. If I could get the correct version of the real (base) kernel they started with, and do a diff with the end product kernel (if I can locate that one too!), I would know whats changed... Each android release

[android-porting] Problem seen in run Android (eclair) on an SMDK6410

2010-03-24 Thread david
Problem seen in running Android Eclair (prebuild images from Samsung) on an SMDK6410: = U-BOOT# nand read 50008000 60 30;nand read 5080 90 10;bootm 50008000 5080 NAND read: device 0 offset

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-03-24 Thread Guillem Hernandez Sola
Hi, guys! I guess that our main problem is H1 graphical subsystem and its AMOLED screen. If it is correct, Samsung H1 graphical controller is PowerVR SGX. Being more specific, H1 has a Texas Instruments - 600 MHz ARM Cortex A8 + PowerVR SGX 530 GPU + 430MHz C64x+ DSP + ISP (Image Signal Processor)

[android-porting] Re: LOGV

2010-03-24 Thread André Barbosa
hi all, i want to see all the logs of android source code, i already tried alter the log.h (system/core/include/cutils), however, when i compile the android source code, the compile show me errors on some cpp files. Someone already did this change? what i have to modify in log.h to activate all

Re: [android-porting] Problem seen in run Android (eclair) on an SMDK6410

2010-03-24 Thread Deva R
have you modified init.rc from the prebuilt package? root file system and especially '/system' is gone for toss, after mounting yaffs file system to '/' NAND yaffs file system is mounted in your init.rc, and it should be like below sequence.. to set '/system' and '/data' properly.. mount yaffs2

[android-porting] Re: Question on building modified framework code + windows emulator

2010-03-24 Thread MBethDev
Hi Jett, thanks for replying. Tried following your suggestion but ran into issues. Are you able to build successfully? Anyway, here's the errors I get: 1) After running make_windows_sdk.sh, I get what looks like an error from find-jdk-tools-jar.sh: build/core/find-jdk-tools-jar.sh: line 5: [:

Re: [android-porting] Crashing while playing m4a file.

2010-03-24 Thread Deva R
what platform/codebase? and how about playing just m4a file? there's no buffer left in memory pool.. not sure of why, probably due to previous node failed to release its buffers.. error code 114 maps to no memory availability..

[android-porting] Re: Android hangs on execution init from initramfs with Kernel panic - not syncing: Attempted to kill init!

2010-03-24 Thread supermaximus79
Hello everybody! I think i realized page flipping in my s3c-fb driver. It's a Ben Dooks driver for s3c platforms. I set double size to virtual_yres, double size to smem_len, and implemented s3c_fb_pan_display function. The log messages are changed!!! Here they are: As you can see some crash

[android-porting] unknown reloc type error

2010-03-24 Thread priya
Hi all, [1] I have built a c++ shared library (.so) using code sourcery toolchain. (libhello.so). In android source code, I have created a JNI Wrapper for this from which I have created another shred library libhello-jni.so. The JNI Android.mk (native.cpp + libhello.so) = libhello-jni.so I

[android-porting] Full-screen virtual keyboard?

2010-03-24 Thread Bill Gatliff
Guys: I have a need for a virtual keyboard with maximally-large keys. Ideally, the keyboard would expand to cover the whole screen, and the semi-transparent keys would allow me to see the widget with the input focus underneath. Is such a thing possible? Can anyone point me in a direction? I

Re: [android-porting] unknown reloc type error

2010-03-24 Thread pavan savoy
Why build using Code-Sourcery, build with the toolchain what android uses. I suppose the problem exists there. Everything is EABI, everything is supposed to work as is, But as far as I have seen, it never does. give it a shot with mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-

Re: [android-porting] Re: H264 Decode Frame Distortion

2010-03-24 Thread scs sek
+ Android porting On Wed, Mar 24, 2010 at 1:30 PM, scs sek scs...@gmail.com wrote: Hello Ravi, in pv_OMXComponent.cpp file the function OmxComponentBase::BufferMgmtFunction() is called the following funtion for video pOpenmaxAOType-ProcessData(); multiple time with the same buffer and

Re: [android-porting] Full-screen virtual keyboard?

2010-03-24 Thread Deva R
I guess 'android-developers' list can address this better 'm not much of an app-developer, but here is my two-cents. Have you checked IMF(input method framework) in android??

[android-porting] Android system binaries disappearing when running from NAND and YAFFS2

2010-03-24 Thread Elvis Dowson
Hi, I'm facing a problem, trying to run android-2.6.29 kernel and android-1.5r3 off NAND on the gumstix Overo, where somehow, the android binaries in the /system/bin folder are getting deleted, like vold, etc, upon boot from NAND, with the following error messages. These messages appear, and

[android-porting] Re: alsa: In valid type of nonblock

2010-03-24 Thread abukustfan
After I modified some codes in alsa-lib, no more Invalid type for card error from logcat. but below message shows. -- I/ServiceManager( 677): Waiting for sevice media.audio_policy... W/AudioSystem( 677): AudioPolicyService not

[android-porting] Number of metadata keys doesn't match between OpenCORE MediaMetadataRetriever.java

2010-03-24 Thread NoraBora
There is a METADATA_KEY_WRITER in frameworks/base/include/media/mediametadataretriever.h frameworks/base/media/java/android/media/MediaMetadataRetriever.java but it is not considered in external/opencore/android/metadatadriver.cpp external/opencore/android/metadatadriver.h. I found this bug