[android-developers] Re: Limit App Usage

2012-01-23 Thread Deeps
I'm a novice at app development/ IT. Would appreciate an insight into how I can do that. On Jan 23, 12:13 pm, sparky wrote: > Make it rely on a network resource that is accessible only from within your > organization. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Limit App Usage

2012-01-23 Thread Deeps
Thanks, will definitely try that:) On Jan 23, 12:26 pm, unicus unicus wrote: > Provide login screen,so that only sign up member only can ues your > application > -- > *More info*,http://androidbasic-answer.blogspot.com/ -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Limit App Usage

2012-01-23 Thread Deeps
ict it in such a way? > > kris > > > > On Mon, Jan 23, 2012 at 4:01 AM, Deeps wrote: > > I'm trying to create an app, but want to limit it's use to just my > > organization. Is it possible? > > > -- > > You received this message because you are

[android-developers] Limit App Usage

2012-01-23 Thread Deeps
I'm trying to create an app, but want to limit it's use to just my organization. Is it possible? -- 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 th

[android-developers] Re: Android device configuration problem

2011-03-25 Thread Deeps
gt; MagouyaWare Developerhttp://sites.google.com/site/magouyaware > > On Fri, Mar 25, 2011 at 1:50 PM, Deeps wrote: > > Hi , I want to test my applications on LG P500 device. But emulator is > > not detecting the device. When i try to add USB driver which is there > > in SDK, it is

[android-developers] Re: Android device configuration problem

2011-03-25 Thread Deeps
gt; MagouyaWare Developerhttp://sites.google.com/site/magouyaware > > On Fri, Mar 25, 2011 at 1:50 PM, Deeps wrote: > > Hi , I want to test my applications on LG P500 device. But emulator is > > not detecting the device. When i try to add USB driver which is there > > in SDK,

[android-developers] Re: Android device configuration problem

2011-03-25 Thread Deeps
gt; MagouyaWare Developerhttp://sites.google.com/site/magouyaware > > On Fri, Mar 25, 2011 at 1:50 PM, Deeps wrote: > > Hi , I want to test my applications on LG P500 device. But emulator is > > not detecting the device. When i try to add USB driver which is there > > in SDK,

[android-developers] Android device configuration problem

2011-03-25 Thread Deeps
Hi , I want to test my applications on LG P500 device. But emulator is not detecting the device. When i try to add USB driver which is there in SDK, it is not accepting . Please tel me how to configure Device for testing. -- You received this message because you are subscribed to the Google Group

[android-developers] Need Information about System update in android

2011-03-22 Thread deeps
Hi, In our project we need to provide firmware upgrade feature to the product. We are using android 2.2 in our product. We are using NAND flash to store linux and file system. Our requirement is download the update.zip from PC to SD card and put the SD card in to the product and update the firm

[android-developers] Re: Sending file from sdcard to FTP-server?

2011-03-18 Thread Deeps
Hi , Even i faced the same problem . But when i try to do FTP to another machine , it went through fine . Try to setup FTP server in another system in same LAN and test it . It worked for me . If u try to do FTP to local machine 10.0.2.2 , internally it will point to look loopback address 127.0.0.

[android-developers] Need Information about Firmaware upgrade in froyo

2011-03-18 Thread deeps
Hi, We are using Froyo in one of our product.We need to implement firmware upgrade feature in it. We need to provide the feature to upgrade kernel as well as the OS. Can we use the update.zip to do this. Do we have to include fastboot command in it to upgrade kernel? Can we do fastboot with out c

[android-developers] Public Secure FTP site

2011-03-07 Thread Deeps
Hi friends, Is there any secure public FTP site to test uploading."ftp.secureftp- test.com" this supports only downloading . -- 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@googlegrou

[android-developers] Public Secure FTP site

2011-03-07 Thread Deeps
Hi friends, Is there any secure public FTP site to test uploading."ftp.secureftp- test.com" this supports only downloading . -- 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@googlegrou

[android-developers] Local ftp issue

2011-03-07 Thread Deeps
Hi , I want to ftp a file from /data/data/com.sample.abc/files/text.txt to my system using FTPClient. I am using XAMPP server which contain filezilla. Can any one please tel me what is the ftp port number in android .( similar to 10.0.2.2 for apache ) -- You received this message because you are

Re: [android-developers] Re: possible to track movement without GPS

2011-02-14 Thread Deeps Uttekar
nt =myManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER).getLatitude(); longPoint =myManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER).getLatitude(); currentPhoneLocation = "Current phone location: Latitude: "+latPoint+" Longitude: "+longPoint;

[android-developers] Shared preference from non activity class

2011-01-21 Thread Deeps
Hi , I want to get shared preference from non activity class. For example Information about user like name ,DOB etc are stored in Shared pref. I want to create a bean class to get and set the shared pref.Please help me in this. Thanks -- You received this message because you are subscribed to

[android-developers] Re: Dynamic for generation in android and Multiple screen isse

2011-01-21 Thread Deeps
i got it :) thanks a lot On Jan 20, 4:21 am, TreKing wrote: > On Tue, Jan 18, 2011 at 11:58 PM, Deeps wrote: > > How can i generate dynamic form in android . > > Use Java. > > > Is it necessary to create new activity for each display screen? > > No, it's

[android-developers] Re: Uploading a zip file to localhost from android

2011-01-21 Thread Deeps
Thank you:) On Jan 20, 4:25 am, TreKing wrote: > On Tue, Jan 18, 2011 at 11:51 PM, Deeps wrote: > > Hi everyone, > > Can any one please tel how can i upload the zip file stored in /data/ > > data/pckg_name/files/zip_file.zip to my local host(xampp web server) > >

[android-developers] Uploading a zip file to localhost from android

2011-01-19 Thread Deeps
Hi everyone, Can any one please tel how can i upload the zip file stored in /data/ data/pckg_name/files/zip_file.zip to my local host(xampp web server) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Dynamic for generation in android and Multiple screen isse

2011-01-19 Thread Deeps
Hi everyone, How can i generate dynamic form in android . Is it necessary to create new activity for each display screen? I want to display some content and get back the data from user. In first screen it will be edit text and in second screen it will be check box and in third it will be radio.

[android-developers] Re: EMMA Code coverage and JUnit

2009-05-27 Thread Deeps
mentioned in the earlier post.. Still coverage is 0.0% but i could see the no of instructions. Will there be a solution? Thanks Deeps On May 27, 5:33 pm, Felipe Ramos wrote: > Hi Deeps, > Nice to hear that you are making progress. Are you using only the SDK, or > are you building t

[android-developers] Re: EMMA Code coverage and JUnit

2009-05-25 Thread Deeps
ipse. Its unfortunate that I dont see any code coverage but i could see only the number of instructions.Even though my test cases has run and the results has displayed, I am getting 0.0% code coverage.. Can u please try this and share ur experience.. Deeps On May 21, 9:25 pm, Felipe Ramos wrote: > Hi d

[android-developers] Re: EMMA Code coverage and JUnit

2009-05-21 Thread Deeps
Felipe Ramos, Did u end up somewhere..? I am not able to go ahead with this.. deeps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] EMMA Code coverage and JUnit

2009-05-08 Thread Deeps
Can anybody help me on Code coverage? I have sucessfully created a testing environment and able to execute the Instrumentation. I would like to get a code coverage report. But i dont see any documentation on this topic where as the Docs say that -e coverage true would create a '.ec' file in /sdca

[android-developers] EMMA Code coverage and JUnit

2009-05-08 Thread Deeps
Can anybody help me on Code coverage? I have sucessfully created a testing environment and able to execute the Instrumentation. I would like to get a code coverage report. But i dont see any documentation on this topic where as the Docs say that -e coverage true would create a '.ec' file in /sdca

[android-developers] EMMA Code coverage and JUnit

2009-05-08 Thread Deeps
I had been surfing for the past one month on this Code coverage. But its disappointing that there is no clear documentation on using EMMA code coverage for Android. case 1: I am trying to execute from Command prompt. I have sucessfully implemented instrumentation class for my application. I would