[android-developers] Simulating tens of thousands of android devices

2013-10-31 Thread JavaSrvcs
I would like to know or explore ways to simulate tens of thousands of real world devices hitting my server. I am interesting in things like sending GPS data per device (within a region) such that device info is coming from geographic parameters I can program. I am also interested in simulating

[android-developers] Android SDK portable app?

2013-09-13 Thread JavaSrvcs
I want to install the Android SDK as a USB portable app and run from any computer (windows or Linux under wine). Is this possible and is this a sane idea? I move around to a number of projects and am at any machine at any given time ( Ubuntu, CentOS, Windows 7 mostly). I thought about a VM

[android-developers] QR Code or NFC Tag: How to initiate download of a file

2013-03-09 Thread JavaSrvcs
I have my own webapp that has a URL to a .apk file. What I need is a QR code or NFC tag that will download an Android app and start the installation. I understand there is a need to have a QR code reader or a NFC tag reader running, but would like to now if it is possible to program a NFC tag

[android-developers] API to access remove a device administrator

2013-03-07 Thread JavaSrvcs
I want to write an app that will do the following when run: 1. remove a device administrator (manually on the device can go to Settings-Security-Device Administrators) and uncheck 2. remove an application and all data 3. I want to do the following in order 1.

[android-developers] Re: API to access remove a device administrator

2013-03-07 Thread JavaSrvcs
) On Thursday, March 7, 2013 10:48:13 AM UTC-7, JavaSrvcs wrote: I want to write an app that will do the following when run: 1. remove a device administrator (manually on the device can go to Settings-Security-Device Administrators) and uncheck 2. remove an application and all data

[android-developers] How to programatically install an app (apk)

2013-03-07 Thread JavaSrvcs
I am looking for two examples (have searched all over, found many examples and nothing works). Inside an activity, I want to be able to install an app From the Google Play Store From a url: http://host/path_to/app.apk I tried this: apkurl is defined above as private String apkurl =

[android-developers] Re: How to programatically install an app (apk)

2013-03-07 Thread JavaSrvcs
I realize this will have to involve the user and a prompt screen will show up; this is OK. On Thursday, March 7, 2013 3:52:41 PM UTC-7, JavaSrvcs wrote: I am looking for two examples (have searched all over, found many examples and nothing works). Inside an activity, I want to be able

[android-developers] How to block an Intent/Action until complete?

2013-03-07 Thread JavaSrvcs
I have an Activity that calls two methods: uninstallApp(); installApp(); The uninstallApp() runs and presents a confirmation dialog and then gets overlayed by an installation dialog. How do I block/pause the uninstallApp() dialog until that is complete before the app begins to install?

[android-developers] Android virtualization (for massing real world simulation)?

2012-11-20 Thread JavaSrvcs
I have an Enterprise Android application that I wish to test and am looking for some resources on how to virtualize an android device (need 1000's). The Android application sends information via Internet to my webapp based application, the data is processed and put into a database. Is there a

[android-developers] SDK Manager update fails every time

2011-11-22 Thread JavaSrvcs
When I launch SDK Manager and update, I get this error message every time, any ideas? SDK Manager: failed to install -= Warning ! =- A folder failed to be moved. On Windows this typically means that a program is using that folder (for example Windows Explorer or your anti-virus software.)

[android-developers] Samsung Galaxy Tab 10.1

2011-11-22 Thread JavaSrvcs
I have a Samsung Galaxy Tab 10.1. Is there a way to dump out the ROM, run it under emulation, modify the ROM (store my settings or backup on my PC) and restore back to the device? I have asked around other groups, but no clear answer. What are the best free (or commercial) tools for dumping

[android-developers] How to dump rom of Samsung 10.1 Tablet run under virtual box

2011-11-04 Thread JavaSrvcs
I have a Samsung Galaxy Tab 10.1 32GB (Verizon with no service). I want to take an image of the ROM and run under emulation and also VirtualBox. Is this possible? Also I want to reinstall the original factory ROM on the device. Any/ All help would be appreciated. I already have downloaded

[android-developers] How to image Samsung Table rom?

2011-10-26 Thread JavaSrvcs
I want to do a number of things. I have a Samsung Galaxy 10.1 Tablet 1) I want to make an image and save it on my local machine 2) I want to run that image under virtual box or an emulator (with Internet connectivity as if I were actually using the device) 3) I want to be able to install the