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
Aug 31, 2010
I had been using IMEasy for its multiple-account capability, I found my phone running warm when multiple accounts were connected though, and the battery drained fast; down to 70% in 3 hours in a poor signal area. I thought it was the poor signal. Installed Trillian yesterday, it's connected to 3 IM accounts and after 5 hours I'm only down to 90%, in the same area. I've been a happy Trillian user on the PC, I already had an Astra account from that so setup was SIMPLE. I HIGHLY suggest this app, though it's still in Beta and it IS missing a couple options I would like they're not critical issues to me, and I'm sure they'll fix them.
Beta is available from their site, Trillian - IM, Astra, Windows Live, Facebook, Twitter, Yahoo, MySpace, AIM, Email, and more!
I know this sounds like an ad but I'm just a happy customer.
The 2 missing items (maybe one really) are the ability to set the notification tone in the app and the ability to change the notification LED color in the app.
View 4 Replies
View Related
Feb 24, 2010
I wrote a simplest test based on android.test.ActivityInstrumentationTestCase2.
CODE:..............
View 2 Replies
View Related
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
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
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
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
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
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
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?
View 2 Replies
View Related
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
Sep 9, 2012
Downloaded FoxFi, and love it. Great when I need to use my laptop. But...
Lately, I've noticed it has been having connection issues. I start the hotspot, my laptop "sees" it. And I can connect (shows "connected" in the wifi window next to "FoxFi" on laptop). But, at the top of the same wifi window, it also shows (under "Currently connected to:"), "No internet access" (or something - connected right now on different wifi network, so I can't get the exact wording). But I hope this is clear.
Why this weird contradiction? One part of the window says I'm connected, the other says I'm not.
View 4 Replies
View Related
Feb 13, 2010
Does anyone know of any application for mac that allows you to send sms from your android phone connected to your mac?
View 1 Replies
View Related
Dec 3, 2011
I connected my android phone to my PC via USB cable and created a folder and file at "F:/Android/mymusic/so_happy.mp3". What I am trying to with my program on the phone is to list the contents of "F:/Android/mymusic/" (however that is represented on the device, I think it is something like /mnt/sdcard/Android/mymusic/ but that is not working). So far I am not getting anywhere. A listing of my code is posted below. Basically what it does is checks the directory for file contents, stores it in an arraylist of strings, and then is added to a spinner. So far, files is always null and "song0" and "song1" just get added to the spinner. What I want is to see "so_happy.mp3" there instead.
Code:
public class AndroidSimpleMusicPlayerActivity extends Activity
{
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState)
[Code] ......
View 1 Replies
View Related
Jan 15, 2010
I have multiple activities and one service.. In MainActivity I successfully connect to service (using a class what implements ServiceConnection + bindService() + startService()) but when i try to apply same method in other activity i see in LogCat a error... It Is possible to connect to service in an other way: something like to make static my CounterServiceConnection object in MainActivity and use it in the second one?
View 2 Replies
View Related
Oct 12, 2010
If I reboot my PC with the phone connected the PC drivers are apparently getting connected. I get the new hardware found window (the phone), and when I click next it can't find the drivers, not even if I point it to the EasyTether directory (Android Driver and Network Driver folders). I have to uninstall and reinstall the drivers (easytether_86 - from the link the phone has in Apps), and then plug/unplug the phone a couple times. If I unplug the phone before rebooting there is no problem.
It will be extremely difficult to remember to unplug the USB cable from the phone every time I reboot or turn off the computer. This is not acceptable. It is a royal pain to fix.
I paid the $10 to register EasyTether to get https access.
LG Ally phone (Android) (Brand new). PC - Windows XP SP3 w/all current updates.
View 1 Replies
View Related
Jul 12, 2010
I know how to sync contacts and so on, but is there any way you can call up your Android Desire address details while connected to a computer and modify them there? It would be a lot easier than using the touch screen keyboard.
View 6 Replies
View Related
Aug 13, 2009
I'd like to connect to a local tomcat dev server on my laptop and use my android phone connected via a usb cable to debug things.Is this possible? Do I need to use wifi to make this happen?
View 2 Replies
View Related
May 6, 2010
Suppose one application is running which is using GPRS connection. If in between that if call comes what will happened with that GPRS connection?? It still persist or it is get disconnected?
View 1 Replies
View Related
Sep 17, 2010
I posted this earlier but it disappeared? When the phone is unplugged, it says USB connected, and all of the icons are missing from the top of the homepage (time, signal strength, 3g, etc). The pull down menu is also hard to pull down then is real jerky when it does pull down. When the phone is plugged in, it has the signal for the USB and all the icons return, It also shows a full battery, then tho it is not.
View 3 Replies
View Related
Aug 19, 2010
When I wake/unlock my screen, my phone gives me an erro message "67" that I am not connected...I need to dismiss this error a few times before I can get access to my messages or the internet...doesnt seem to happen when I wake it to receive a call...I will often only have one bar when the screen first comes back on, then 30 sec later i have full bars...Am I have some issues with a network finding delay or something...?this issue is more annoying than anything else, as I have to hit the dismiss button a few times before i can move on with my phone...I have even..unlocked the screen, then waited the 30 sec before doing anything else..but the error comes anyway...tried with and without background data turned on...(btw I am unrooted, and this happend even before i up'd to froyo)
View 2 Replies
View Related
Oct 17, 2010
Not sure if this is the right place to write this here, but I was wondering if there was a wire or anything that can be use to hook the phone up to a tv?
View 3 Replies
View Related
Jul 23, 2010
I read somewhere that this phone can't be connected to a Mac using USB. Of course physically it can.. but I mean to download stuff onto the phone. Is this true?
View 4 Replies
View Related
Jul 16, 2010
I don't remember ever seeing this problem with EVO 1,2,or 3. What could I be doing wrong could it be a setting or something?
View 7 Replies
View Related
Feb 16, 2013
my pantech sky vega a760s got soft bricked. here's what happened:
-the phone won't open unless connected to pc
-when connected, it will only go to charging mode
-when i try to enter recovery mode, this shows up:
"your phone will restart due to error occurred while running application ".i cannot access recovery mode, the only thing i can access is the s/w upgrade mode, which i don't know how to use since i'm not korean and i can't understand pantech's website.
also, when i enter in fastboot mode, all drivers are installed except for a driver named "Android" which is too general for me to manual search (inlcuded an image attachment of the failed driver). How can I unbrick my phone?
View 9 Replies
View Related
Dec 29, 2013
I have a Moto X which is capable of 802.11ac speeds. I just got a Trendnet 802.11ac router. How can I tell if my phone is connected at 802.11ac?
View 2 Replies
View Related
Aug 27, 2009
I'm getting close to deciding to buy a SIM-free Hero to use PAYG on the 3 network. When I receive my SIM-free phone what exactly do I do to get it connected? I can see plenty of websites offering APN details and the Hero manual points me to where I need to go to create APN settings on the phone, but I realise that I may flounder when I need to decide exactly what I need to do and in what order. Does anyone know of an idiot's guide setting out the steps I need to take, please?
View 12 Replies
View Related
Jul 9, 2010
Really doing my head in now. Cant take calls cause it thinks its on headset.
View 2 Replies
View Related
Sep 14, 2010
I installed the vibrant4 ROM, and everything ran great.
link: http://forum.xda-developers.com/showthread.php?t=743769&page=1
I decided to upgrade to the vibrant 9 rom... the phone works except if i plug in the USB... it reboots and the battery charger attempts to charge then 1sec later it reboots again, and again and again.
I want to connect this to USB so I can use Odin and restore the original ROM. Has anyone experienced this? Any advice?
View 2 Replies
View Related
Oct 20, 2010
Is there any way to get connected Arabic fonts for HTC Evo without rooting the phone?
View 2 Replies
View Related