Android :: Testing GPS Based Applications - Phone Choice

May 11, 2009

I'd like some feedback from your experiences on the best option to test GPS based applications. I've been developing apps and in the middle of this will have to ship out to Afghanistan for a 1 year tour. Perfect opportunity to concentrate on the apps in the down-time (nothing to do stuck on a base most of the time in a 10x15 shippping container). This is bad (with bad being a relative term) from the standpoint that there are no "data" plans in Afghanistan for GSM phones. I can get GSM service but no "data" plans. If i buy a Android OS phone I'm concerned about how I can update it with new firmware and load apps. I will have wifi access, but from what I've read this will not enable a "push" of the new firmware update to the phone as if I was with T-Mobile. Any suggestions on what phone i should buy and how to "test' my applications where I can update my firmware and load my apps onto the phone?

Android :: Testing GPS based applications - Phone choice


Android :: How To Buy A Phone For Testing Applications?

Apr 12, 2010

How to buy a phone for testing applications, can anyone suggest. Other phones in market are way to expensive.

View 11 Replies View Related

Android :: Testing Applications In Mobile

Feb 2, 2009

Can I install and test the applications directly on G1 ( purchased from T-Mobile ) or I should purchase the developer version of G1 ( available from google ). Btw, I already registered for android market.

View 2 Replies View Related

Android :: What Are The Testing Tools For Applications

Jul 21, 2010

Is there any way to test the performance of the apk files or to automate the behavior of the the applications which are developed in android?

View 2 Replies View Related

Android :: Testing Applications On Device

Feb 11, 2010

I'm trying to make my application (compiled against 2.1) compatible with the 1.5 platform. I've handled all of the res/ folder issues, and have been able to run the app on all platforms without problems. I can run it fine on all emulators, and all devices/OS systems running 1.6 or higher. But on the only 1.5 device I have (HTC Hero), I get intermittent problems.

The only 1.5 device I have is an HTC Hero phone I got free at the Sprint developer conference a few months ago. When I test the app on that device, I have occasionally encountered a bug I've not seen anywhere, and can't find any information about.

I can install the application via the adb install command (although I get two messages about unknown commands), but after installing the app, the icon can disappear from the home screen, replaced either with a different icon or no icon.

When the app is launched in this state, rather than seeing my application name in the title bar, it reads "60.0dip". I don't use this value anywhere in my application.

I have never observed this problem on any other phone I've tested on (G1, myTouch, two Motorola Droids, Nexus One), but as I said I've only got one device running 1.5.

View 9 Replies View Related

Android :: Testing Applications On Non Developer's-devices

May 14, 2010

testing applications on non developer's-devices. Is there a way to do that?

View 7 Replies View Related

Android :: Approaches To Writing Subscription Based Applications?

Mar 25, 2010

I have a Web Service and an Android application that uses this web service. I want to make this application subscription based. The user would subscribe to the service and would be able to use it till their subscription is valid. I understand that to create such an application, we would have to integrate necessary checks in the service and validate a subscription every time it is used on the backend.

But is it possible to do all(well, at least most of) this, on the handset itself? Is it possible to achieve the following in an Android application? Make the application work only for a limited period of time(till the subscription is valid). If yes, how? How to maintain data about the subscription and where?

View 1 Replies View Related

Android :: Unit Testing Android Applications And Specifically Related To Db's

Dec 18, 2009

What is the easiest way to create some kind of test harness for Android apps and to be able to visualize (even on the emulator) what is going into the db? I want to test things like constraints, look at the data, unit test methods, etc. Is there any kind of GUI tool that I can hook up to the emulator to be able to look at the db of a particular app while I'm developing/testing, or are my only options the adb shell and creating test Activities within my app?

View 1 Replies View Related

Android :: All SYMBIAN Based End Devices Accept Java Language Applications

Mar 25, 2009

All SYMBIAN based end devices accept Java language Applications

(i)Does this mean that the applications made for Android would run in S60 ,without any modifications?

(ii)If not then what exactly we mean when we say the above statement? Is there any web link to which I can refer to?

(iii)What are the coding guidelines that we need to follow so that an Android application can be ported on S60 with minimum changes?

View 5 Replies View Related

Android :: Benchmarking / Stress Testing Android Applications

Jul 29, 2010

What are the third party tools available for benchmarking mobile applications. I mean stress testing, measuring how many users it can handle or the complexity of my application.

View 5 Replies View Related

Android :: Testing Problem With ActivityInstrumentationTestCase2 - T - Error When Trying To Access Activity Under Testing

Feb 24, 2010

I wrote a simplest test based on android.test.ActivityInstrumentationTestCase2.

CODE:..............

View 2 Replies View Related

Android :: Testing GPS Applications In Android Using Emulator

Dec 29, 2009

How do you test GPS applications in Android? Can we test it using the Android emulator?

View 3 Replies View Related

Android :: Phone Choice - Get Multi-Touch Capabilities

Jul 18, 2010

So I'm in the process of needing a new phone, I've went through three blackberries and I am honestly tired of them, the only benefit is BBM and I can live without it...

Questions :

1. If I get the X10, since it it currently running 1.6, if I root and upgrade to 2.1...

Do I get Multi-Touch capabilities? Will it run smoother and more efficently?

2. Should I just wait for Sony to release their proprietary stuff and hope they do well?

3. Is the X10 really worth it? I'm between it and an Iphone right now, not much else of an option for a full touch on the Rogers network here in Canada for the phone selection that I have. You can see all the phones I am able to get here. (By this I mean these are literally the phones I can pick from, I get them as free upgrades)

View 8 Replies View Related

HTC Aria : Safe To Say Phone Is Still Better Choice Than Iphone4?

Jun 14, 2010

Would it be safe to say this is still a better choice than the iphone4?

View 49 Replies View Related

Android :: Android Functional Testing - Testing Multiple Activities

Apr 16, 2009

I've been exploring the Android test package and I'm very confused on how to implement functional testing for endpoint-to-endpoint.

Consider the example below, I have 4 activities: 1. A Contact List Activity 2. A View Contact Activity 3. An Add/Edit Contact Activity 4. A Sync Contact List activity

I want to automate a few tests that will go through multiple test cases simulating a user experience: From launching the application, to selecting 'Add contact;' opening the add contact activity, entering data, saving it, going back to the list activity, and verifying the new contact was saved properly.

As I understand it, ActivityInstrumentationTestCase<T extends Activity> and ActivityUnitTestCase<T extends Activity>, are only useful for testing single activity functionality.

But what if I need to switch between 2 or more activities inside a single functional test case?

View 5 Replies View Related

Android :: Putting App For Testing On My Dev Phone

Jan 29, 2009

I have gotten through signing up as an Android developer, joined Android Market, and recieved and activated my Android Developer Phone.I have my first draft application running in the emulator.The documentation suggests testing it throughly on the device, however, I don't want to put it up publicly in the Android Market until I am satisfied with the app.

1) Is there a way to privately post a testing app on Android Market? If so, would somebody please point this newbie to the HOW-TO?

2) Is there a way to push my app onto my developer phone without using Android Market? If so, would somebody please point this newbie to the HOW-TO?

I'm having more fun working with this Android stuff than I have had in years! As soon as I learn enough to contribute I'm going to be overjoyed to share it.

View 5 Replies View Related

Testing App In Eclipse On Android Phone?

Jun 24, 2012

I have a simple app that i'm trying to test on my actual Android phones. I have an HTC merge and a Droid razr. Eclipse is installed on windows 7, not the 64-bit one. I downloaded the sdk and adt plugin and my app works must fine on an emulator. I installed the google USB drive via the adt manager, enabled USB debugging on both phones and also allowed non market apps to be installed. When I connect them to my laptop and try to run my app in eclipse, the only devices the IDE sees are the emulators..

View 2 Replies View Related

Android :: Running And Testing App On Phone / While Still Being Connected To PC

Jul 27, 2010

I have a huge problem testing my app on my HTC Wildfire. It was working fine until recently, but now I always get a force close error when I run or debug a new version of the app.When I try to run the app on the emulator it still works, when I disconnect the phone from the PC, the app also runs on the phone (including all changes).I was working on a xml file when this happened. If someone could help me out here, that would be great because this is really weird and I really don't know what I should do now.

View 2 Replies View Related

Android :: Testing / Need Unlocked Phone With No Contract

Oct 27, 2010

Do most of the Android developers on this list use their own phone for testing? Or there are ways to obtain Android phones that are unlocked and require no contract? Any advice on that?

View 7 Replies View Related

Android :: Testing For The Masses With Only One Phone And Emulator

Aug 16, 2010

I have a new android app I put on the marketplace a few days ago. I did quite a bit of testing on my moto droid before publishing it and tried to be very thorough. Well, I got some negative comments back on how it didnt run right on someone's EVO 2.2 or X10 (didnt even know what that was at first). Well, it runs perfect on my phone.

Any advice on how I'm supposed to fix or support an app that runs on like 100 different phones?

How are other developers approaching this? (without actually buying every phone out there).

View 3 Replies View Related

Android :: Way To Install A Specific Version Of Droid On Phone For Testing?

Sep 20, 2010

My boss recently gave me an HTC Wildfire phone for doing an Android version of one of our mobile apps, which is all fine and good, except that the app requires API level 8 (ie Android 2.2), and the phone itself only has Android 2.1 installed. After much googling, I discovered that this phone does support Android 2.2, and carriers will be rolling out updates over the air for this model phone "in the near future". Since I'm not entirely certain what our lazy carrier's definition of "near future" is, it would be nice if I could download images for particular releases and install them on my phone. Coming from the world of the iPhone, it seems that this should be something rather necessary in order to successfully develop an Android app. Yet, it doesn't seem that Google offers any Android OS updates themselves. Have I no choice but to wait for the carrier to release an update?

View 4 Replies View Related

Android :: How Can I Query Contact Based On A Phone Number?

Jul 8, 2010

How can I query Android contact (in android 2.1) based on a phone number? I used to use People.CONTENT_URI (before android 2.1) but that is now deprecated.

View 1 Replies View Related

HTC Desire :: How To Take Screenshots Of Android Based Phone From Windows?

Sep 3, 2010

How to take screenshots of your Android based phone from Windows - Simple Help..To get the Android drivers, i had to install the HTC Sync program that comes on the disc with your phone, or you can download the drivers from the HTC Site: HTC Desire - Software Download.To enable USB Debugging: Settings->Applications->Development->USB Debugging.Once you have everything installed and run the DDBMS.bat, which starts the Davlik Debugger.Single left click on the device (your phone listed). Loadsa info will scroll up in the bottom pane.Then just go Device (menu) and screen capture. The rest is simple.I then created an account on Photobucket.com to host the images that i took.

View 7 Replies View Related

Android :: HHw Can I Enforce That My Web Server Only Responds To My Phone-based App?

Jan 22, 2010

Suppose you run a web service that accepts requests from Android devices and spits out some data. Is there any way to ensure that the request actually came from within an application on the Android handset? In other words, restrict access to all other devices - iphones, desktops, laptops, even requests through a web browser ON an android phone that didn't come from the app itself? Simply, how can I enforce that my web server ONLY responds to my Android-based app?

View 5 Replies View Related

Android : Query MMS - SMS Message ID Based On A Phone Number?

Sep 18, 2009

How can I query all the MMS/SMS messages from the same phone number?

View 2 Replies View Related

Android : Calculate Temperature Of Phone Based SensorManager?

Nov 27, 2009

I want to determine temperature of my phone based SensorManager?

In Sensor we have a SENOR_TEMPERATURE! How i can use it?

View 3 Replies View Related

Android :: How To Filter ListView Based On User Input's In Phone?

Nov 14, 2010

I need to filter List View as per the user's input in the Edit Text Field.If the user Enter the letter 'a' i need to show the list items starts with 'a'.Can anyone give some ideas to me to solve this ? Thanks in advance?

View 2 Replies View Related

Android :: Apps To Change Settings / Based On WiFi & Phone Number

Apr 10, 2010

I am looking for an app to do the following things. Change ringer setting when getting a call from a certain number. i.e. Turn the ringer on when I call it from my google voice number in case I loose it.Also, to run a script when connecting to a specific wifi network.I believe Locale can do at least the first one, but I was wondering if there were any cheaper apps to do this as I have no interest in the gps features of locale.

View 1 Replies View Related

Android :: Possible Duration Of Idle Time Of Phone Based On Current Battery Level

Aug 18, 2010

I am new to the android programming environment. I am currently working on a project which deals with the user's phone battery level.I am showing the current battery level left on the phone.now i want to display the amount of duration of "idle time, talk time, video playback, audio playback and web surfing" that can be done based on the current battery level. What kind of approach shall i follow.(or) What available API shall i use to get those.

View 2 Replies View Related

Multiplayer Multiple Choice Android?

Sep 13, 2012

I plann to create application is a real time multiplayer multiple choice game. It will have a pool of approximately 600 questions that will be randomly selected for every game. Games will start on a rolling basis, consisting of 10 players at a time who must answer 20 questions per game, for quetion and logic for game it's ready , now my main part multplayer , what i need exactly:

1. Player has to choose a room from the lobbay to enter a game.

2. The player waits until thier selected room reaches 10 people. at that point, the game will start.

3. within the game, each player's score update it in real game.

4. you can click name of player to take you to that player's stats page.

i need this in android but i don't now how i can stat and what the tool i need for it , as i menstion up the logic for application ready but i need multplayer part.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved