Android :: Testing Game On Real Device

Mar 13, 2009

I am making an android game, but i do not have the money to buy a developer phone. The game is not finished but i should it is testable.. and if i dont test it know i may have a big problem later... it is playable though. Is there somebody who has a real device and wants to test the game for me, just starting it up and playing it a little bit is good enough. It's a 2d airplane shoot gane, much like the old raptor game. If someone is interested please reply, i will sent you the (singed) APK and with some things i want to test (using both the buttons as well as touch screen for gameplay).

Android :: Testing Game on real device


Android :: Need Testing Service To Use Real Debug Information From A Device?

Dec 5, 2009

I need test my Android app on a Motorola Cliq but don't have one. Is there a testing service that will let me make a debug connection to that device so I can run some tests and find out where the code is failing. Video connections won't tell me that.

View 2 Replies View Related

Android :: Testing On Every Possible Device?

Nov 13, 2009

We have many phones, but we don't--and probably never will--have all of them.

It's frustrating that some phones cannot see our apps in the market, and we'd like to know which phones those are.

We'd like to have a simple way to have our app tested on each phone, but at this point there's no easy way to do that.

My question is: what would we as developers be willing to do to get these needs met? Is there enough demand for someone to buy all possible Android devices and charge a nominal fee for these services?

We would pay a small fee to have out app accessed and downloaded on all phones--this would give us a report of which phones could access our app. We would pay a fee to have a step-by-step test ran on each possible device so we could know it worked on that device, at least minimally.

View 3 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 :: Best Device For Testing Development?

May 7, 2010

I am starting android development which phone is good for testing? or is emulator good enough? I am doing game development.

View 6 Replies View Related

Android :: Multiplayer Game - Device To Device Connection Using Sets Of Api

Mar 24, 2009

I have developed a sports game which is single player. Now I want to have one more game mode which is multiplayer.

My question is how can i do device to device connection in android using sets of api which can be :

1.Bluetooth - whose APIs are not currently available.

2.gtalkservice - removed from sdk1.0 3.wifi - I dont knw how to connect 2 devices using wifi apis . I have asked about wifi because we have developed a game on iphone which used wifi connection for multiplayer stuff.

Or is there any other apis which can be used for implementation of multiplayer in game ?

View 3 Replies View Related

Android :: My Location Not Getting In Real Device

Mar 31, 2010

I have Samsung Galaxy. I want to find my latitude and longitude programatically. I can get the location on emulator using eclips Emulator Controlbut, but not able to get the latitude and longitude in device. Is there any settings in mobile which I have to do?

View 16 Replies View Related

Android :: Debugging On Real Device

Sep 17, 2010

I have gotten to to the point where I need to test my application on a real Android device. I have obtained an Motorola Droid phone and attached it to my computer (Windows).I have installed the USB driver, and I believe that my computer can see the phone. When I start up the DDMS it shows my device as 'Online'. I cannot, however, figure out how to get the debugger to use the device instead of the emulator. The Android documentation states that when I run my program from within Eclipse that I should be presented with a 'Device Chooser', but that does not happen. I read somewhere else that pressing F11 will bring up the Device Chooser, but it only runs the application on the emulator. I know there is probably something obvious that I am missing here, but I cannot figure out what it is.

View 10 Replies View Related

Android :: Real Device Fps Is Different Then Emulator?

Jul 8, 2010

I developed a game. On the emulator (not froyo) I am getting like less than 10 fps. But on my Nexus One with froyo I am getting 50 fps. Is this normal? Which one should I trust, I want my game to perform good on phones without froyo

View 4 Replies View Related

Android :: Which Is Gps Provider For Real Device?

Apr 15, 2009

On emulator for simulations of GPS there is mock provider "gps" But which is provider for real device , which provider name requires to give? Is it not require to give provider name for appl of real device, will somebody clear for this issue.

View 2 Replies View Related

Android :: Can't Install App On Real Device / Way To Fix?

Jun 3, 2010

I am developing application using Eclipse. My friend has HTC Hero and I am trying to run my application on it, but it says that the application could not be installed. I did the steps which are described in Android DevGuide. I.e. exported my app with the generated key. Am i right assuming that this is enough? As i understand eclipse signs and aligns application automatically when selecting Export.

View 4 Replies View Related

Android :: Loading APK File On Device For QA / Testing

Sep 7, 2010

I'd love to get some ideas on best practices for testing our Android software, especially for AT&T devices. We're using a Samsung Captivate, on AT&T. As you know, AT&T disables sideloading (no Unknowns Sources option in Settings->Applications). We need to have our QA team load our apk file onto these devices as part of our testing and validation process. We're willing to install the SDK if needed, and upload the apk file via USB. We are not willing to root the phone.

View 2 Replies View Related

General :: How To Emulate Android Device On SDK For Rom Testing

Feb 9, 2014

I want to decrypt this xml file:

23.239.111.10 / videoChannel.xml

i don't know if it is encrypted or compressed. i know that i have an apk that does the decryption of the file.

View 1 Replies View Related

Android :: No Log Cat Message When Debugging On Real Device

Oct 2, 2010

Why don't I get LogCat messages when I debug on a real device as opposed to the emulator?

View 7 Replies View Related

Android :: Detect On Emulator And Not On Real Device

Jun 15, 2010

Is there a simple way to detect that your code is running on the android emulator and not on a real device? I want to work around differences between emulator + real, e.g. with respect to network connectivity detection.

View 2 Replies View Related

Android :: Communication Between Emulator And Real Device

Mar 29, 2010

I know we can communicate between 2 instances of Emulator. But Is it possible to communicate between the a read Device and Emulator?

View 6 Replies View Related

Android :: Why I Cannot Play Ringtone In Real Device?

Sep 3, 2009

In the emulator 1.5, my app can get and play the contacts ringtone. but after the app installed in the real G2, the app can not play the contacts ringtone, and it does not throw any error. in the G2, I have already the contacts ringtone. Does anybody encounter this before?

View 5 Replies View Related

Android :: How To Set HTTP Proxy In Real Device?

Jul 6, 2009

I had tried to use the sqlite3 to add a proxy information in the com.android.providers.settings/databases/settings.db, but I still couldn't access the Internet through browser on a real device. I had also tried to use the ProxySetting ap to set proxy. It couldn't work either. Is there any idea to set the http proxy on a real device?

View 2 Replies View Related

Android :: Can't Fake Call Into Real Device / Fix It?

Aug 23, 2009

Can i fake a call into a real device as i can do with the emulator. When i debug my program on my real device, the "Telephony Actions" of DDMS is disabled and i can't fake a call anymore.

View 2 Replies View Related

Android :: Test App On Real Device Without Publishing?

Jan 18, 2010

Is there a way to test the application on the real device without publishing to android market?

View 2 Replies View Related

Android :: How To Mock Location During Presentation On Real Device?

Jun 7, 2010

I've read this post about mocking location with custom provider, but I am looking for a way to mock the location during a presentation, is that possible?

View 1 Replies View Related

Android :: Logging Messages From Real Device On Logcat

Jun 17, 2010

while my time developing on android I was looking for a functionality to get logcat messages from my real device (when starting an app on it from eclipse) and not only from my emulator.Does someone know how to enable such a feature?

View 3 Replies View Related

Android :: Phone Doesn't Allow To Test App On Real Device

Oct 29, 2010

I'm trying to test a test app I developed on android 2.2 sdk on my htc phone with Froyo on it (2.2). In the emulator it works fine, when I export as unsigned app and try to install on the phone, it doesn't allow me, just telling me 'application non installed'. The phone has the settings to accept installation of non android application, so I'm not sure why I can't test on it. Is it because it's not signed?

View 2 Replies View Related

Android :: Working Of LocationListener() In Real Time On Device?

Feb 12, 2009

i need to know about the LocationListener() working in the real time. Does it expect the user(device) to move in order to update the current location details or it automatically updates when ever the gps is enabled? Another query is regarding the getLastKnownLocation(). When is that last known location will be lost and thus returns null... (in realtime).

View 3 Replies View Related

Android :: Installing App On Real Device Without Publishing & Eclipse

Jan 18, 2010

Do you about how to install application without any developer's tool(Eclipse, android SDK tools) no the real device? I've compiled and created .apk file. Now I am gonna send apk file to my friend.He is not android developer. And he doesn't know about how to use eclipse. And I don't want to publish my application to android market.Is there a way to launch the application on real device without publishing and Eclipse? I've found a solution related this issue.

http://androidforums.com/t-mobile-mytouch-3g/18657-best-way-load-apk-file-touch-3g.html

But I am not sure this post.Because it has risk.Any suggestion?

View 4 Replies View Related

Soap Calling Is Not Supported On Android Real Device

Jul 27, 2012

i have developed one login form in android application calling mysql database calling soap webservices.it is worked successfully on android emulator.But not worked on android real device...why my android real device is not supported soap calling.

Quote:

package com.androidlogin.ws;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapPrimitive;
import org.ksoap2.serialization.SoapSerializationEnvelope ;
import org.ksoap2.transport.HttpTransportSE;

[code]....

my logout window having:

displayed dis message on my logout window: 07-20 04:26:22.728: D/SntpClient(71): request time failed: java.net.SocketException: Address family not supported by
protocol

In my device is displayed:below error is diplayed Java.net.SocketException:The operation timed out.

my emulator is 2.2.my android device version is 2.2.1.

View 4 Replies View Related

Android :: Which Port Is Adb Connect Referring To When Connecting To Real Device?

Nov 7, 2010

which port is the adb connect <host>:<port> referring to when connecting to a real device? Is that port defaulting to anything (may be between 5555 and 5585 odd #) or not?

View 6 Replies View Related

Android :: Retrieve Logcat Before Crash (reboot) On Real Device

Jul 29, 2010

I am developing an application and during my testing on a real device I have found that it will crash and cause the phone to reboot (worrying I know)Is there any way I retrieve the logcat from before the phone rebooted as the logcat seems to reset when the phone boots up.

View 2 Replies View Related

Android :: Root Permission - Loading Data On Real Device

Jun 12, 2010

I have got an htc hero device and would like to install my apk on it. It successfully installs my apk but without the database it is using. My database is populated prior to running the application, so it runs ok on the emulator. But I couldn't load my data on the real device and the apk is displaying forse close error. How to load my data on the data folder of the device including every detailed steps?

View 2 Replies View Related

Android :: Texture Appears White In Real Device But Not In Emulator

Jul 23, 2009

Texture appears white in the real device but not in the emulator, Ive already tried to find the solution in other POSTS but none of the solutions worked. The problem that I have is that the loaded texture not displayed in the real device (G1, firmware 1.5). If I turn of the texture and put a color in the geometry, it works fine. Details: the file that Im loading has width and height power of 2. And I tried with .bmp and .png files, for both I had the same problem. My code: METHOD used to load texture: private int loadTexture (GL10 gl, Bitmap bmp) int[] tmp_tex= new int[1]; gl.glGenTextures(1, tmp_tex, 0.

View 10 Replies View Related







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