[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-23 Thread Nimit Manglick
How you are mounting the RFS ? via SD card or NFS ? Are you using the already used filesystem via NFS means if you try to use teh RFs which you have already mounted via NFS then you have to delete soem fiels from it before using the same RFs via SD card. On Tue, Feb 24, 2009 at 12:36 PM, Abhish

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-23 Thread Abhishek Srivastav
Hi Vishal, Thanks a lot for your reply Now I am able to boot the android. It was a Kernel configuration problem (Message queue support was not enabled ). But still I am not able to reach the android menuscreen(Currently the screen displays the android images with android logo). On analyzing

[android-porting] Re: How can I install my own Android program to the ported Android platform ?

2009-02-23 Thread Kriston Fang
Does anyone try to upload your own apk file to the Android platform ported on the Netbook (eeepc) ? On Thu, Feb 19, 2009 at 7:30 PM, Kriston wrote: > > I've successfully bootet the Android on a eeepc 701 machine. > > We use adb push to push the files to the Android emulator, > How can I deploy m

[android-porting] Re: WVGA panel working with Android

2009-02-23 Thread trac-er
Thanks - that solved the misplaced pulsing droid problem. I'm sure all of this will get sorted out once full WVGA support is available. The only place I have found an issue with WVGA is in the web browser. The picasso web pages think you are on a small screen size and only use a portion of the s

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-23 Thread ehung1...@gmail.com
I have ported the android OS to my ASUS R2E device and build-in the wifi driver(zd1211RW.ko). But I still can't enable to start wifi. How can I to debug the problem. Does the Android OS has command line to use? Could somebody give me some suggest? Thanks in advance. ehung On 1月9日, 下午4時28分, "Che

[android-porting] Re: ALSA with TWL4030 on OMAP

2009-02-23 Thread Sean McNeil
If you have an asound.conf, then you are using the Wind River ALSA library. This one uses some routines to set the buffer size according to an amount of time you wish to play. Those calls are broken in the new TI OMAP kernel. There is a work-around and I'm trying to get it committed to the rep

[android-porting] How to debug android c programs by gdbserver on G1

2009-02-23 Thread Maxwell Li
Hi all, I want to debug c programs by gdbserver. But I do not know how to setup IP address to G1 device. So I could not connect gdb to gdbserver which is running on G1 device. Could you help me? Thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+un

[android-porting] Re: dalvik profiling

2009-02-23 Thread fadden
On Feb 22, 9:15 pm, vinay harugop wrote: > Are there any method for thread profiling of Dalvik.. > > Any one tried using oprofile for Dalvik since it needs agent startup > options to be given. I'm not sure exactly what you're after, but this may help: http://code.google.com/android/reference/

[android-porting] ALSA with TWL4030 on OMAP

2009-02-23 Thread malkin.pe...@gmail.com
Hello. I have weird stuff going. I built android (1.5 i believe) with ALSA. If I use this kernel with normal filesystem(so that Android does not take over sound device), I can run aplay and play wavs. But when Android loads, media service dies repetitively. From time to time i can hear weird blip

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-23 Thread Chen Yang
oh, you are using the installer.img to boot with normal boot, that is impossible. Since the installer.img only contains 2 partitions. it doesn't have the (hd0,2) partition as the installed system. You can reference my post in this thread for the information on building the image that can be used d

[android-porting] USB Host Mode: How to change permissions/ownership of newly created devices

2009-02-23 Thread Ludwig
I am trying to port the gphoto2 (http://gphoto.sourceforge.net/) suite to Android on the Neo Freerunner. GPhoto talks to digital cameras via a number of protocols, most notably PTP, and can control the camera, e.g. setting speed, capturing images etc. The problem I have is to control the permissi

[android-porting] Building Android using tcsh

2009-02-23 Thread Aravind
Hello All i am not able to build Android using tcsh. My default shell is tcsh and while running the build i change it to bash as other wise i cannot run the envsetup.sh after this when i run the lunch and select the option1 i get the following message build/core/product_config.mk:140: *** No

[android-porting] Re: turning off android power management

2009-02-23 Thread girish
Yes, you got it right .. On Mon, Feb 23, 2009 at 4:02 AM, pavan savoy wrote: > So, > > echo WAKE_LOCK_SUSPEND > /sys/power/wake_lock > > how do I undo this ? > echo WAKE_LOCK_SUSPEND > /sys/power/wake_unlock should work ? > > regards, > Pavan > > > > On Sun, Feb 22, 2009 at 3:18 PM, Yu, Max A w

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-23 Thread MacknZ
when I start option 2(std_boot) cmdline (hd0,2)/cmdline Error 22: No such partition how to deal with it? and I start option 0(sys_loader) and do the follow steps: > #> mkdir /data/boot > #> mount -t ext2 /dev/block/sda2 /data/boot ioctrl LOOP_SET_FD failed: Device or resource busy why? On 1月

[android-porting] Re: Synchronous OpenMAX IL component

2009-02-23 Thread AJAY
To add futther: I am setting the iIsOMXComponentMutiThreaded to FALSE in the PV_OMXComponentCapabiltiesFlagsType for cap exchange. On Feb 23, 4:39 pm, AJAY wrote: > To make it simple: > Does the OpenMAX component needs to be implemented as an active > object ? > > -Ajay > > On Feb 23, 4:28 pm

[android-porting] Re: Synchronous OpenMAX IL component

2009-02-23 Thread AJAY
To make it simple: Does the OpenMAX component needs to be implemented as an active object ? -Ajay On Feb 23, 4:28 pm, AJAY wrote: > Hi, > > I am integratring n my OpenMAX IL  for audio decoder to PV Framework. > However since my component only supports synchronous calls and doesnt > implement

[android-porting] Synchronous OpenMAX IL component

2009-02-23 Thread AJAY
Hi, I am integratring n my OpenMAX IL for audio decoder to PV Framework. However since my component only supports synchronous calls and doesnt implement asynchronous operation, will that be an issue . As of now the AudioDecodeNode calls Prepare and the Buffers are allocated. But it looks like t

[android-porting] Re: turning off android power management

2009-02-23 Thread pavan savoy
ok ... something like echo my_lock > /sys/power/wake_lock will prevent suspend state. and echo my_lock > /sys/power/wake_unlock will enable it backthereby "resumes the suspend" regards, Pavan On Mon, Feb 23, 2009 at 3:32 PM, pavan savoy wrote: > So, > > echo WAKE_LOCK_SUSPEND > /sys

[android-porting] Re: turning off android power management

2009-02-23 Thread pavan savoy
So, echo WAKE_LOCK_SUSPEND > /sys/power/wake_lock how do I undo this ? echo WAKE_LOCK_SUSPEND > /sys/power/wake_unlock should work ? regards, Pavan On Sun, Feb 22, 2009 at 3:18 PM, Yu, Max A wrote: > Setting the "Screen off time" to "never" in "Settings->Sound and Display" > also works. > >

[android-porting] Re: JNI run time error even I use same code and lib as Android source code.

2009-02-23 Thread kozak
Hi, Can you please post the logcat as well? Meanwhile, I have tried to document something that might be similar to what you are looking for http://mybbventures.blogspot.com/. BR Kozak On Feb 23, 11:35 am, Jerry Yang <1999bige...@gmail.com> wrote: > Hi, all > Now, I am trying to verify the JNI in

[android-porting] How to debug android c programs by gdbserver on G1

2009-02-23 Thread lzk
Hi all, I want to debug c programs by gdbserver. But I do not know how to setup IP address to G1 device. So I could not connect gdb to gdbserver which is running on G1 device. Could you help me? Thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+un

[android-porting] Re: Where I can put some pictures to display in GALLERY app on emulator or real device?

2009-02-23 Thread F H
In the past I've done this by starting the emulator so that it uses an 'sdcard'. You have to create a file to use as an sdcard and launch the emulator with the -sdcard option. (see the emulator documentation). When the emulator is up and running, you can use 'adb push' to copy files onto the /sdcar