Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
1.How to upgrade latest version of android os on android phones?
2.Is it possible to upload android applications to other mobiles?
Thanks for ur precious time!..
1: You cannot upgrade your OS version unless and until your mobile company provides an upgraded version of OS for that mobile model.
2: You cannot upload your application to other mobile.
Is it possible to upload android applications to other mobiles?
No, it's not possible as Android apps generate *.apk file which is not compatible with other OS.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to android apps development.Shall I develop android apps for Samsung gear devices? How to convert android apps to samsung gear using tizen sdk?please help me to get some ideas.
The Tizen SDK contains a few similar tools as the Android SDK. If you're happy with adb, sdb will feel very similar.
Programming-wise, Tizen is very different. You either write applications in "Web" mode, i.e. HTML-5, or in "native" mode, i.e. C/C++. No Java.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I purchased MicroMax A60 mobile phone which was not provided with any PC suite. This phone in-built comes with Android V2.1 Eclair OS. I searched manufacturer's website and found that they are not providing any user tool to re-install/upgrade android OS. Is there any free third party tool to re-install/upgrade my android OS?
Try googling "MicroMax A60 cyanogenmod". You will find a few hits.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm interested in the android app store concept.
I'm just wondering if there is any open source project going on to develop a customizable android app store (like android market).
It might be interesting to be able to set up your own app store.
Thanks a lot.
Are you looking to build a public or private app store ?
If it's private, there is a solution called Appaloosa: Appaloosa web site.
It's working on android and ios, but it's not OSS.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to develop an application in Python for Android using SL4A and I want to know whether is possible to sell it as an application on Android Market.
I believe you should be able to after you have embedded your script into an APK. Take a look at this on the android-scripting wiki.
But this APK still requires an installed interpreter which makes it not really comfortable. The APK includes a bootstrap installer but that does not work for me on the emulator.
I've done this, and users seem okay with downloading the interpreter.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Does there exist an automated GUI testing framework for Android?
There is also a Robotium framework.
Yes, there is support baked right into the SDK. Check out the Activity Testing topic on the Android dev site.
You could check out android native driver for white box testing and robotium, fonemonkey for blackbox testing.
some state-of-the-art testing tools working with android
Windriver Fast
TestPlant