Android :: Application Not Appearing In Market For Some Devices

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.

Android :: Application not appearing in Market for some devices


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 View Related

Android :: Market - Application Not Visible On Some Devices

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

Android :: Market Does Not Find Application On Some Devices

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

Android :: Application Missing From Market On 2.2 Devices

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

Android :: Apps Not Appearing Market Place On Certain Phones

Jan 24, 2010

My family has got three android phones, an HTC Hero, a Samsung Galaxy, and a T-Mobile Pulse, all are running android 1.5 with the latest manufacturer firmware. On the T-Mobile Pulse, when searching for a couple of apps (ones that I have installed on the other two devices), I get returned 'no matches'. For example, if I search for 'BrightAI', which is a developer who has around 8 apps on the market, I get no matches. If I search for individual apps, I get 'no matches'. Searching for the same on either the Hero or Galaxy returns the expected results. Does anyone have any ideas why certain apps are accessible on one device, but not the other?

View 10 Replies View Related

HTC Incredible :: Apps Not Appearing In Market

Jun 5, 2010

There are some apps that aren't appearing in the market. Setting Profiles Full. I have paid for the full version of this app and now i can't download an update because it's not showing up.2) Launcherpro Not pearing in market. Is there a way to install these files some other way, not going through market? Why are they missing?

View 20 Replies View Related

Samsung I7500 :: Can't Access Some Apps In Market / Not Appearing Because They Won't Run On 1.6?

May 27, 2010

Between looking around here and on androidzoom, I found a couple of apps I want. Problem when I use myphone to access the market, it says that they aren't there. Specifically, I am looking for Launcherpro beta and Adobe Reader. If I find them in androidzoom and scan the barcode its not there either. Short of rooting my phone to install market enabler, is there anything else I can do ?? Or are these not appearing because they won't run on 1.6 ?

View 2 Replies View Related

HTC Droid Eris :: Owned Apps Not Appearing In Market After 2.1 Upgrade

Mar 31, 2010

Is there another thread that addresses this issue? If so sorry to take up space. but some apps that i paid for arent appearing on market after flashing the lates 2.1 roms. Raging Thunder game Theres a pt.2 but aso not available. More icons paid Latest swype. to name a few. is there anyone else that has this prob? I emailed an app dev, about this issue and he replied "for some reason your phone doesnt allow you to list copy protected apps after updating." then suggested i contact market/google support. i went to the link and no email. just a link to FAQ. Maybe this supposed 2.1 official from htc leak isnt the %100 complete version. If so oh well, there would be a rom updated for that one as well if thats the case. I am pretty satisfied w/ the currrent build. I think its great.

View 7 Replies View Related

Android :: Prevent Soft Keyboard From Appearing Through Application?

Sep 7, 2009

Is there any way to prevent the soft keyboard from appearing through out my application? I have implemented my custom keyboard and do not want the soft keyboard from appearing on focus of the EditText. is there any way or is setting the input type for each EditText as TYPE_NULL the only way.

View 2 Replies View Related

Android :: Detect Existence Of Market On Devices?

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

Android :: How Can Resize Application For Different Screens On Different Devices

Dec 23, 2009

How can we resize our application for different screens on different Android devices?

View 2 Replies View Related

Android :: How Do You Approach Various Devices Your Application Runs On?

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

Android :: Run Droid Application In All Iphone Devices?

Aug 27, 2010

Can we run our android application in all iphone devices?

View 5 Replies View Related

Android :: How To Deploy Application To Beta Tester Devices

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

Android :: How To Explicitly Say That Application Doesn't Support LDPI Devices

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

Android :: Good Way To Evaluate Application Performance On Phone Devices

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

General :: How To Transfer TEXT MESSAGES From WP8.1 Devices To Android Devices

May 14, 2014

How To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!

View 2 Replies View Related

General :: Two Separate Google Play Accounts For Two Different Devices And One Gmail Account For Both Devices

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

Android :: Testing Android Application For Different Devices

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

Android :: Launch Market Place With Id Of An Application That Doesn't Exist In The Android Market Place

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

Android :: Can Not See Devices On Adb Devices / DDMS / How To Fix?

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

Android :: Get Application ID Of My App On The Market

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

Android :: Market Application For Pc?

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

Android :: Can't Find My Own Application In The Market

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

Android :: Off-Market Application Updates

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

Android :: Cannot Get To My Application In Market As A Developer

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

Android :: Changing Application Name In Market

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

Android :: Launching Application In Market

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

Android :: Can't Purchase Own Application On Market?

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







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