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"...................

Android :: market does not find application on 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 :: 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 :: 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.

View 3 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 :: Find Out If Users Rated Application In Market?

Jan 17, 2010

I want all the users of my application to rate it in the Market. I want to place a small TextView in my application which says: "Please rate my application" but this TextView should only be there if the user has not already rated it. How can I realize this?

View 6 Replies View Related

Android :: Why Magic 1.6 User Cannot Find Application On Market?

Oct 20, 2010

I've published an app today mainly for my forum users to use, just a very simple app that displays wallpapers derived from the forum. Problem I'm having is one guy says it doesn't appear in the market and I've even sent him the APK to install manually but it fails. My minimum SDK version is 4, I created it with the 1.6 SDK specified so not sure why he can't see it or install it. He has a 1.6 Magic handset. So just wondering if anyone has any ideas, the app is called bocn wallpaper, it uses internet and set-wallpaper permissions but I wouldn't have thought the permissions were the problem.

My manifest is as follows:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1" android:versionName="1.0" package="net.dbws.bocnwallpaper">
<application android:icon="@drawable/launcher_icon" android:label="@string/app_name">
<activity android:name=".Main" android:label="@string/app_name">
<intent-filter> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </activity>
<meta-data android:value="xxxxx" android:name="ADMOB_PUBLISHER_ID" />
</application>
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.SET_WALLPAPER" />
</manifest>

View 1 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Cannot Find Application On Market With Android 1.6

Oct 2, 2010

I have x10 mini pro (Android 1.6).

View 3 Replies View Related

Android :: How To Find Signal Strength Of Connected Bluetooth Devices

Jun 11, 2010

In one of my application I need to display all the Wifi and bluetooth devices which are paired to my mobile and it's Signal Strengths .Wifi side it is ok for me to display signal strength(RSSI).But i got a problem at Bluetooth side.I searched for the method which is suitable for this task,i found one method that is intent.getShortExtra(BluetoothDevice.EXTRA_RSSI, Short.MIN_VALUE);

It is displaying only the new device RSSI which is not paired to my mobile.Is there any idea for getting all bluetooth devices RSSI.Plz give me idea or source code ?

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

General :: Find Bluetooth Speaker That Can Retain In Its Memory Multiple Devices

Feb 22, 2012

I am trying to find a Bluetooth speaker that can retain in its memory multiple devices (5 preferred but 3-5 is okay too). I know the Bose Soundlink does this, but it is more money than I want to spend right now. I have an imonster, but it only remembers one device at a time.

View 3 Replies View Related

Android :: Cannot Find App On Market

Sep 24, 2010

Sometimes, I see an application on androlib.com, or androidzoom.com that I want to install on my phone. However, I can not find it on Market, I even tried with QR Code, but still come out with a result "not found". why? is it because that app doesn't support my phone? Example, right now, I can not find LiquiDroid on my HTC Wildfire

View 9 Replies View Related

Android :: Cannot Find Where App In Market

Apr 8, 2010

I've read about the WHERE app (finds restaurants, movies, bars, etc). I have the Places Directory (by Google) but I tried it out and it didn't even find the 2 closest movie theatres near me. Why can't I find the Where app in the market?

View 3 Replies View Related

Android :: Can Not Find Ahome App In Market

Jan 7, 2010

Need help finding ahome full app. Is it under diffrent name

View 2 Replies View Related

Android :: Best Apps You Won't Find In Market

Jul 29, 2010

What are the best apps you have come across that just arent on the android market. I Music is great and clearly a well known, safe app. So i'm looking for things along the same lines. Safe, trusted apps that just arent in plain sight on the market. Of course it doesnt have to be music or media related.

View 49 Replies View Related

Android :: Find Non Market Apps

Jan 2, 2009

Just wondering if there is a web sight that hosts non market apps or where I might find some.

View 1 Replies View Related

Android :: Can't Find Many Top Apps In Market

Nov 19, 2009

I have a new Droid Eris and have been having a really hard time finding apps that I read about in different places. I often find myself reviewing a very popular, top-rated app, then not being able to find it no matter how I search in the Market. These aren't usually obscure, ancient, one-off apps. I usually am hearing about them in 'top Android apps' articles, etc.

I usually search by the exact name, then alternate spellings. And I recently got the Barcode Scanner and am scanning the QR codes over at AndroLib.com to see if it's any easier. But I haven't gotten ANY of those to come up.

- What gives with the Android Market? Could I have something setup improperly?

I live in Los Angeles, so I doubt it's a location issue.

Some sample apps I couldn't find just tonight:
- Camera ZOOM FX
- Voice Trans
- Voice Text

View 10 Replies View Related

Android :: Can't Find Launcher Pro Plus In Market

Sep 17, 2010

Is this due to the market bug with the leaked 2.2? If so, is there a work around short of rooting?

View 7 Replies View Related

Android :: Can't Find The Youtube App In The Market

Oct 22, 2010

I was looking for the youtube app on my HTC Desire running froyo. I can find it on appbrain but I can't find it in the market!

View 7 Replies View Related

Android :: Can't Find MeContacts In Market / How To Get?

Jul 6, 2010

I was looking for speed dial apps and found thought I'd try out MeContacts. The link to the app from appbrain app (and other websites) transfers me to the market and then just gives me an error: "The requested item could not be found." Is it down or is it just my phone? I'm running a rooted Moto Droid with BB 0.4 as my ROM.

View 4 Replies View Related

Android :: Cannot Find Apkatcher App On Market

Jan 6, 2010

saw APKatcher referred to in a post but cannot find it in app market searching from my droid.any knowledge?

View 1 Replies View Related

Android :: App Can't Find In Google Market

Aug 6, 2010

I have publish a app with this AndroidManifest.xml:

code:..........

and with publish option Copy Protection = ON(Helps prevent copying of this application from the device. Increases the amount of memory on the phone required to install the application.), Locations = all Locations
but i found that some device can't find it in market , it including Acer liquid, sony ericsson x10 mini pro, and even a Sansung Galaxy S.

View 1 Replies View Related

Android : Cannot Find LockPicker App In Market

Oct 1, 2010

I despirately need to get hold of the LockPicker app, however I cannot find it on android market, and any online links or QR's dont work.

View 2 Replies View Related

Android : Why I Cannot Find Skype In Market?

May 21, 2010

Does anyone know why I cannot find skype in the market?

View 7 Replies View Related

Android :: Android Market - Cannot Find Free App In The Market

Mar 15, 2010

I've got several messages from my users that they cannot download my app. My app should be available in any market from sdk 1.5 and up, but it's not. Why only part of users with sdk 1.6 can find my app? Should I add android:targetSdkVersion?

CODE:..............

Is something wrong with AndroidManifest.xml?

View 2 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 :: Can't Find Barcode Scanner In Market

Apr 23, 2010

I just bought a Legend and wanted to try a few apps. Looks like barcode scanner is the first one I should install but I can't seem to find it anywhere on the market.any other way to download it?

View 6 Replies View Related







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