[android-developers] Reg : Adding the overlay on a static image map in Android

2011-11-09 Thread Gopi Krishnan T
Hi, I have brought the image (Say a static one) with in web view from my application assets folder and added with that i have given all the settings for the web view like enabling the JS,Zoom Controls ..etc. and made the web view to get loaded within the application, once its get launched.Since

[android-developers] Re: Accessing sdcard filesystem through dev machine filesystem - possible?

2011-03-02 Thread Gopi nath
How to mount the emulator file system when running on a Windows XP box? I want to use the windows file explorer to browse through the emulator files. Can you guide me in the right path? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Running multiple activities in for loop one after the other - android

2010-10-01 Thread Gopi
activities being ran although all activities are finished. Any clue how to implement this? Thanks Gopi -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] NFS mount issue in Android

2010-08-09 Thread Gopi
on this machine * I have tested this setup by mounting this folder on another PC on the network using: sudo mount 192.168.1.6:/nfsdir /home/gopi/nfsmount Now, I have an Android phone running Eclair 2.1. I am connected to the same network as my server via wifi. IP address on the phone is 192.168.1.15

[android-developers] unix domain socket : permission denied issue

2010-01-18 Thread Gopi$h
hi, I have an Command Line Interface application. This application is dependent on a shared library in which it creates a unix domain socket. This is succesful scenario. but if i call the same Shared Library from the Android UI, it gives the following error.. Create_Unix_Domain_Socket |

[android-developers] Emulator not receiving UDP Packets

2009-11-17 Thread Gopi$h
From a remote machine we are sending some UDP packets to our Android emulator. We are able to see the UDP packets reaching the host machine, but not able to reach the emulator, In Wireshark we are getting Destination port unreachable The port we are using is:49152 and static ip at both ends Is

[android-developers] Re: Emulator not receiving UDP Packets

2009-11-17 Thread Gopi$h
Pattersonhttp://jpatterson.floe.tv On Nov 17, 9:07 am, Gopi$h gopi...@gmail.com wrote: From a remote machine we are sending some UDP packets to our Android emulator. We are able to see the UDP packets reaching the host machine, but not able to reach the emulator, In Wireshark we are getting

Re: 回复: [android-developers] Re: In Java application, how to load native library which depends on the third shared library

2009-09-10 Thread Gopi$h
Hello Jiang, I too have a similar problem, I have multiple .so files, but not getting where to copy those. When I copy them into libs\armeabi\ folder and using android code as : System.loadLibrary(libname); System.loadLibrary(libname1); System.loadLibrary(libname2); The application crashes,

Re: 回复: [android-developers] Re: In Java application, how to load native library which depends on the third shared library

2009-09-10 Thread Gopi$h
Hello Jiang, I too have a similar problem, I have multiple .so files, but not getting where to copy those. When I copy them into libs\armeabi\ folder and using android code as : System.loadLibrary(libname); System.loadLibrary(libname1); System.loadLibrary(libname2); The application crashes,

[android-developers] Is it possible to load multiple shared library in Android using NDK

2009-09-10 Thread Gopi$h
I have the project folder inside ndk (android-ndk-1.5_r1\sources) which is having the .C files, having the native methods. While compling the project with Cigwin, a .so file is created inside (android-ndk-1.5_r1\apps\projectname\project\libs\armeabi) I am efficiently able to load this .so into my

[android-developers] Launching Activity of a App from other App

2009-01-12 Thread Gopi
In Eclipse IDE, I created a workspace with two projects ( applications ) . Say A B. Both are in same package. My intention is to lauch a activity of A from some activity of B. Below is my code for B, which gets executed on Button click Uri uri =

<    1   2   3