Android :: Phone To Develop Android Apps On - Must It Be Unlocked
Sep 26, 2010
I want to test my android app on a phone. I do not have an android phone so I was going to purchase one. Question, I can get a phone on eBay etc without a contract will this work to test my app? Or must it be an unlocked or rooted phone? Can I install and test my apps on a phone that has not been unlocked and does not nave a contract?
View 2 Replies
Feb 16, 2010
I am a student and would like to develop softwares for Android Phones. Please suggest me where to start.
I have always programmed in C++, Matlab, Javascript. I do not have so much experience in programming Java.
View 8 Replies
View Related
Jun 22, 2010
Since I don't know (and I don't think anyone does) when the next version of the Android Developer Phone that will support Android 2.x be available, can I use the following unlocked Android phone available on Amazon
http://www.amazon.com/Motorola-Milestone-Unlocked-International-Warranty/dp/B0030G6HRQ/ref=sr_1_23?ie=UTF8&s=wireless&qid=1277232350&sr=8-23
To test my Android apps (that is after testing on simulators).
View 1 Replies
View Related
Apr 26, 2010
I'm planning to become android developer w/ Android 2.1 SDK For some reason I like to AT&T network. Since Motorola backflip is the only phone available on AT&T and reading recent reports that it only allows apps to be downloaded from Android Marketplace
I've a basic yet very important question:
Is it possible for a developer to write an app and upload to the device? If so my next doubt is how would I upgrade the OS from Android 1.5 to Android 2.1 on my backflip device?
View 8 Replies
View Related
Oct 7, 2010
I am developing my first Android App. I have an application already running on emulator (Eclipse + Android dev. tools) on Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010. I have already tryied the steps provided on Android Developers Portal on this link, but whenever I try to list my already connected device using ./adb devices
I get the following:
mmaia@mmaia-desktop:~/tools/android-sdk-linux_86/tools$ ./adb devices
List of devices attached
? no permissions
I have checked and when I run the virtual emulator the same command returns:
List of devices attached
? no permissions
emulator-5554 device
Also when I ask eclipse to run the emulator it finds the device(galaxy 5), see image below, but can't find serial, probably because of some permission, than I am only able to choose the virtual emulator.
How do I configure permission to use Galaxy 5 as a device while developing for Android under Ubuntu 10.04?
View 4 Replies
View Related
Nov 17, 2010
Is there a plugin or something I can use to develop Android Apps with visual studio 2010, I'm most interested in free plugins.
View 3 Replies
View Related
Nov 6, 2010
Possible Duplicates:
Good book for beginning android development
The best book for programming in Android
The "best/easy to understand" "resource/tutorials/guides/book" wins the answer!
I'm really trying not be subjective here. Most guides I came up with on forums, etc., date back to 2007/2008 so I guess I want something more recent. (Some of them are reeeeeally outdated).
View 5 Replies
View Related
Sep 11, 2010
I want to develop droid application which is work on other device as well like Google nexus one. so what is the perfect emulator or AVD settings to develop such application which is work on all screen resolution and all device.
View 2 Replies
View Related
Jul 12, 2010
Now Google is working on App Inventor, a program that lets pretty much anybody piece together their own apps:
Android App Inventer Makes Average Joe a Developer | These are the Droids
I foresee the Android Market being flooded with DIY apps, some good, some junk. What say you? Good thing for Android or a disaster in the making?
View 15 Replies
View Related
Mar 23, 2009
I am very interesting in Android.It very new to me,so I want to know about it.
View 2 Replies
View Related
Sep 21, 2010
I want to purchase an Android phone for development ? what do you recommend? Is there any mobile more updated than Nexus one?
View 4 Replies
View Related
Jun 21, 2010
I m trying to develop an android app in xcode. ive downloaded java, java jdk and the android sdk and have loaded a half finished (but working with no errors) app. i also changed the target to:
Build Tool: /usr/bin/ant
Arguments: install
But when i try to build it i get
Build file build.xml does not exist
I couldn't figure out how to make my own build.xml so downloaded one but still no luck.
View 1 Replies
View Related
Dec 8, 2009
I am writing a PC software, which is used to read, write, and update the contact information, send SMS, and change the settings of the phone from a PC connected to a Android phone via USB. Currently, the way I figured out is to use adb, but, I found that adb is be able to work only if the debug model is switched on in Phone side. So, I am wondering if there there is any better way to develop this kind of software. If the adb is the only way, can we just conquer the 'debug model' problem by any means?
View 4 Replies
View Related
Jun 21, 2010
I want develop on Android and iPhone...
How Platform can i use?
View 3 Replies
View Related
May 22, 2010
Is there any way to receive an event when the phone is unlocked? I know there is a way to query at a specific point in time for whether the screen is locked or not via:
KeyguardManager k = (KeyguardManager)this.context.getSystemService("keyguard"); if (k.inKeyguardRestrictedInputMode()) { inLockScreen = true; } else {
View 4 Replies
View Related
Nov 11, 2009
I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I would prefer use intelliJ.
Has anyone used http://code.google.com/p/idea-android/">http://code.google.com/p/idea-android/? Is this any good?
Should I just bite the bullet and learn Eclipse?
View 8 Replies
View Related
Dec 21, 2009
I am trying to develop an app which streams live audio/video. I have the mediarecorder to record both audio, video frames , and it does so. But the thing is it records a chunk of audio and then records a chunk of video frames and then records a chunk of audio frames to the file. How do I determine where my audio frames start and where the video frames start?. Also is there any way to figure out the Video frame length ?. Iam really stuck at this point and any help will be greatly appreciated. This is how I initialize the mediarecorder in my app, Code...
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
Jul 28, 2009
I'm not sure if anyone is able to answer this confidently, maybe those that have older unlocked Android phones can give some insight. I'm looking at buying an unlocked Hero from mobile phones direct.co.uk, whenever they start selling them. I'm only hesitant about what if any support I'd lose from not buying directly from a carrier. How do Android OTA updates work on unlocked phones? Also, can anyone speculate yet how HTC is going to be handling its updates? Will it push through the carriers? If I buy unlocked and get a contract through Voda phone (who is not officially carrying the phone) will I be the last one on the block to get my updates? Or will I need to root my phone and install them all myself?
View 7 Replies
View Related
Feb 20, 2010
If I were to buy an unlocked HTC phone (e.g. Legend/Desire) on Expansys and use it in Canada, will I be able to update my phone's firmware? (it would be directly from HTC coz the phone isn't offered by the carriers in Canada).
Another question is, what if I decide not to get dataplan coz I can get free Wifi at school/work/home... will I be able to update my phone's firmware using Wifi?
View 2 Replies
View Related
Apr 18, 2010
I'm in the UK and have an unlocked HTC Hero with a o2 SIM. When the 2.1 Android update is released, will I receive a pop-up message on my phone like people whose phones are under contract from Orange, etc? Secondly, the main reason I'd like this update is Google Navigation. I read somewhere this wont be available in the UK.
View 21 Replies
View Related
Oct 1, 2009
I'm planning to buy the HERO from new-egg recently, but I am still confuse about some problems. Can unlocked HERO from new egg work on the T-MOBILE Sim card? I'm using t-mobile pre-paid card now, do I need to do something else to activate the Sim card? I don't care about 3G network. Could you give me some advices about buying HERO from new-egg?
View 3 Replies
View Related
May 20, 2012
Just purchased a new unlocked HTC Vivid from Amazon and I have a question:I'll be using it on Straight Talk with an AT&T Sim...will I be able to install "ice cream sandwich" on an unlocked phone?
View 3 Replies
View Related
Nov 4, 2010
I just received my HTC Desire. Even though Ive had it for less than a day, I've really fallen in love with it. And this is my first android phone, so I have a lot of questions to ask (I came off of Windows Mobile). I bought the phone unlocked and brand new from amazon: Amazon.com: HTC A8181 Desire Unlocked Quad-Band GSM Phone with Android OS, HTC Sense UI, 5 MP Camera, Wi-Fi and gps navigation--International Version with Warranty (Brown): Cell Phones & Accessories: Reviews, Prices & more I live in the United States and I am using AT&T. Does this mean I can just hit "update" when I see the notification to update? I don't plan on rooting any time soon as I don't want to risk doing something stupid in the process and bricking my phone.
View 1 Replies
View Related
Oct 13, 2009
Decent article here about Donut 1.6 - Android 1.6 Donut: Search awesomeness, Market update, could arrive very soon - Crave at CNET UK. So, when/how do I get this on my unlocked Hero on UK Vodafone?
View 2 Replies
View Related
Sep 15, 2009
It is locked to tmob at the moment.
View 2 Replies
View Related
Jan 7, 2013
I'm trying to develop an OC'd kernel for Pantech vega racer 2 phone. It has the same hardware as HTC Evita.
I was able to overckock it using zarboz' and rohan's work. But the frequence is drops down to stock 1.5 Ghz while the processor is on max load.
For example, I started SetCPU stress test and after few minutes checked max freq. It was dropped down to stock 1.5 Ghz.
The same with Antutu bench. Even with OCing up to 2 Ghz in final resulst it show 1512 Mhz and freqs are dropped down.
Due to the lack of development for this phone, I can't find any examples of OC code especially for this phone.
View 2 Replies
View Related
Aug 18, 2010
Can htc hero 2.1 be unlocked by unlock code? like 1.5 would not accept it so it had to be upgraded to feb update which could be unlocked by unlock code but right now i have a locked orange 2.1 phone so can i unlock it by unlock code or do i have to root it?
View 2 Replies
View Related
Mar 20, 2010
I had to change the housing for my HTC Hero GSM Unlocked, and though I believe I didn't break/crack or damage anything, especially the speakers, after reassembly my speakers are not working any more, no more audible ring tone, sound notifications. Everything else is working fine, and with earphones, I can hear everything. I even re dissembled it and couldn't find anything that was broken, or loose, or damaged. Can anyone anyone point me in the right direction please! OR anyone know where I can get a new HTC Hero GSM version internal speaker? I tried on eBay and couldn't find anything. are there HTC repair centers around NYC?
View 2 Replies
View Related
Sep 12, 2009
Recently bought the HTC Hero Unlocked White Teflon version. Had an i Phone 3G with the unlimited Data/ Text plan. I called and asked them to enable the MMS feature early since it is blocked for i Phone users. So they dropped me down to a regular data plan which did not work. Then upgraded me to a smart phone data plan. And I called again to reactivate to an i Phone plan. Called numerous times. Reinstalled the Sim on the i Phone data is active. I have done all the usually remove Sim card/ factory reset. About as much as I can do on a mac OS wise. They still cannot seem to get my data to work.
View 5 Replies
View Related