Android :: Application Not For All Devices In Market
Sep 9, 2010
Today, I placed our new app onto the market store. It can be found by most mobile phones - unfortunately, it cannot be detected by one specific model which is used by one of our customers. It is the Vodafone 845, with a small screen (240x320p) and low density (120 dpi). It's running with Android 2.1, updated version (i.e. SDK 7), and has all the necessary hardware (GPS, cam, and internet access), but, however, doesn't detect the app in the market. I have already tried anyDensity="true". The app is free, not copy protected, and open to all countries. I have the following settings in the manifest:
xmlns:android="xxx"
package="xxx"
android:versionCode="10"
android:versionName="1">
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true".............
View 1 Replies
Jun 7, 2010
i have written an application that needs to process outgoing calls. Everything works fine, the application has already a few hundred downloads, but now i get feedback from people who would like to download it, yet cannot find it. I have done some tests and have found that the permission "PROCESS_OUTGOING_CALLS" seems to be responsible for this. If i include it in an app, people with branded phones (at least in Germany) cannot find it, as soon as i remove this permission, everything is fine (when i re-insert it again, the app vanishes again)
The weird thing is, that those users can see other apps which use this permission in the market. I have compared my manifest file to outputs from other manifest files and cannot understand why it doesn't work. Here is the manifest file for a test application i wrote to test the problem:......................
View 2 Replies
View Related
Nov 20, 2010
I added the application into Android market, but some phones(i think with android lower than Froyo(2.2)) does not find it!
my manifest:
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal"
package="com.skkap.utimetable"
android:versionCode="2"...................
View 1 Replies
View Related
Nov 23, 2010
i have received complaints from a number of customers that one of my paid apps is missing from the market and they can't download it after updating their phones to 2.2. I have no idea what the cause is and unfortunately i also don't have access to a device with 2.2. Maybe someone here can tell me what i'm doing wrong?...................
View 3 Replies
View Related
Aug 8, 2010
I have an application published in the Android Market. Its target is 1.6 and its minSdkVersion is 1.5. The only persmission it uses is INTERNET. My Manifest file looks like this: I recently got an email from a user saying the application doesn't show up in the Market on an HTC Wildfire. I looked it up and the Wildfire is a QVGA (LDPI, 240x320) device running Android 2.1. The app does appear for MDPI and HDPI devices. Also, I can start up a QVGA 2.1 emulator and install the application without any problems.
View 3 Replies
View Related
Jul 27, 2010
Some Android devices don't have Android Market, like Korea, etc. Is it possible to detect the existence of Android Market at runtime? I know I can try to open a market uri first to see if there is any exception thrown. But I don't think this is a wise approach.
View 1 Replies
View Related
Dec 23, 2009
How can we resize our application for different screens on different Android devices?
View 2 Replies
View Related
Jul 23, 2010
For my first application, the only testing I've really done to this point is on my Droid X. I want to think through the various hardware differences and come up with a testing plan that is representative of the Android landscape. My initial thought is to create a list of emulators that have unique qualities such as screen size and SDK levels. I've noticed very quickly how the UI of my application will need some adjustment when viewed on devices that don't carry a 4.3" screen. How have you approached this hurdle in your own development? Chris Stewart cstewart...@gmail.com http://www.androidsdkforum.com *Want to advertise your Android application for free? Email me for details!*
View 9 Replies
View Related
Aug 27, 2010
Can we run our android application in all iphone devices?
View 5 Replies
View Related
Jun 26, 2010
My android app is not in the app store yet. Is it possible to send my app to someone, and they install it on their device. Something like iphone AdHoc?
View 3 Replies
View Related
Aug 31, 2010
How can I make it so that my application is seen on the Android Market only by devices with mdpi and hdpi densities. There is the <supports-screens> tag and there is the anyDensity parameter but I don't see how I can say what I want. If I set anyDensity to false, what does that mean? Where do I specify which densities I do support?
View 2 Replies
View Related
Aug 31, 2010
I am implementing the client side of some java application for Android devices which requires a lot of user interaction, image loadings and JSON object parsing. I'm trying to decide whether to implement it with html5, flash or Android native code.
View 1 Replies
View Related
May 14, 2014
How To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!
View 2 Replies
View Related
Oct 2, 2013
Can I have two separate google play accounts for two different devices & keep one gmail account for both devices?
View 6 Replies
View Related
Sep 18, 2010
my app works fine on samsung galaxy and nexus one. It is giving problem on htc incredible. How should I test my application for various phones?
View 4 Replies
View Related
Mar 25, 2010
I am creating an application that checks the installation of a package and then launches the market-place with its id.
When I try to launch market place with id of an application say com.mybrowser.android by throwing an intent android.intent.action.VIEW with url: market://details?id=com.mybrowser.android, the market place application does launches but crashes after launch.
Note: the application com.mybrowser.android doesn't exists in the market-place.
MyApplication is my application.
CODE:..........
However, when I try to launch the market place for a package that exists in the market place say com.opera.mini.android, everything works. Log for this case:
CODE:..................
View 2 Replies
View Related
Nov 1, 2009
I am developing my am on mac (10.5.8), on eclipse and SDK 1.6 and a Vodafone HTC Magic Everything was working ok up to a few days ago. I can not see my device on adb devices. I also got a Sony Xperia and I can not see it on the list either. I upgraded the phone software (the HTC) to 1.6 a few days ago. Maybe that is what caused the change, but I could not be sure.
View 2 Replies
View Related
Feb 22, 2009
I hope to figure out the direct URL link to my application on the market like http://market:blahblah
I was able to find the application ID previously by going to the UI interface to upload application, and looking at the URL link that can edit the app.
However, this method doesn't seem to work any more because the now the edit URL link contains only the package name and not the app ID.
Any idea how to get the application ID?
View 3 Replies
View Related
Sep 17, 2010
Wasn't there mention back during the Google conference of a Android media center type of application for the PC. Hate to think of the Itunes but yes, an itunes like application but for Android. Organize our music and other programs on the computer and sync it up. Make searching for applications easier and we can back up our downloaded ups on the pc.
Its great to use our phones as flash drives with plug and go but is there something already on the market or elsewhere that can do what I've mentioned?
View 2 Replies
View Related
May 15, 2010
I just bought an Acer Liquid today, and of course the first application I looked for in the market was my own. I couldn't find it.
View 8 Replies
View Related
Jun 24, 2010
I am curious about the procedure for updating an app that was acquired off the market. Do you simply install over your existing app? And if so, what happens to your existing data?Is there a way to tie your installed apps to the market, so it can automatically check for updates? Any information is appreciated.
View 2 Replies
View Related
Oct 31, 2010
Something really strange happened today and I could really use some help figuring it out. I believe its related to Google's SSO infrastructure, and I don't really know how to contact Google to get my application rescued.
I have a google apps account I used to create the application, its claytantor at sightlyinc dot com not a f...@gmail.com account but its a Google Apps account, so I used it to upload and distribute my application. Today when I was using blogger my account said "do you want to use claytantor at sightlyinc dot com or claytantor at sightlyinc dot com for this account?" what kind of choice is that they are both the same? Well my guess is that somehow I chose the one that locks me out of my Android Market account because when I went to try to upload a new version of my app it thinks I don't have an Android Market account.
Paying the extra 20 bucks wouldn't bug me but there is a version of my software out there that I cant access or manage now, and that *really* bothers me. If I create a new account I will have two versions of mys software floating around the new one and the old one that has been stranded! I cant live with that.
View 3 Replies
View Related
Aug 11, 2010
This has come up before, but I'm still not clear. I published my first app last night. It sunk like a stone. I want to change its name. I don't want to force the few people who have downloaded it to get an update. It seems to me that if I:
1. Change the android: label in the manifest to be the new name, and
2. Resubmit it with the same version number
Then the name in the market should change but not force an update. Is this correct?
View 5 Replies
View Related
Sep 30, 2010
I want to launch my application in market. I ahd go to http://market.android.com/publish/signup but there they are asking for Website URL. But i don't have any website then what should I enter there? or is it necessary to have our own website to launch application in market?
View 6 Replies
View Related
Feb 2, 2010
I just uploaded my application in the market, but I'm not able to purchase it (it's a pay app). I saw here that it seems to be made by design, but then why the error message is Server Error try again? Is there a way to bypass that?
View 3 Replies
View Related
Sep 14, 2010
I woke up this morning to 2 new 1-star rating on my app, which made it 3 total. There were no comments and no purchase cancellations in the last couple of days, so I said to myself WTF, 2 people actually kept the app and gave it a one star? I thought it might be a competitor. But I just looked again and the 2 new 1-stars have disappeared. What is going on with the market?
View 6 Replies
View Related
Jan 14, 2010
I just released a major update to my wootCheck application in the market and feel that it is the best woot checking app available by far. My app checks all of the different woot sites and shows everything you would need to know about the product. It auto-refreshes for wootoffs and is extremely fast. I am currently working on a few new features but if you try it and can think of something you would like to see comment below.
View 17 Replies
View Related
Jun 12, 2010
I have 3 android phones with different Os version. I can see all my apps, but one disappeared for more than a day and still can not see it.
View 3 Replies
View Related
Sep 30, 2010
Hello! If I shall download application not from Android Market and install it, can I update this application from Market later? This application exist on Market.
View 2 Replies
View Related
Sep 23, 2009
Is anyone using this new app?
New Android Market Application Screenshots : iLuvAndroid - Feeding your Android Addiction with news, reviews and guides
I think only for rooted phones so far? Anyway I can't find it on the normal market app.
View 1 Replies
View Related