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>

Android :: Why Magic 1.6 User cannot find Application on Market?


Android :: How To Know User Purchased Specific Application In Market?

Jul 21, 2009

Use case goes like this:

1) Dev puts game for sale on Android market hoping to make lots of $$ $.
2) Dev makes $50 in a month, cries a little, realizes his game is languishing in the ratings so makes it free.
3) Game does really well and gets > 50,000 downloads.
4) Dev still wants to make some $$$ off his game, so adds a "donate" feature to app which points users to another app dev has created in the marketplace where they can donate by buying the app.
5) Dev wants to reward those who have donated by providing new features only to them.

How do I go about determining if any given user has purchased either my original app, or my "donate" app so that I can unlock functionality? I'd like to determine this even if the user no longer has the app installed on their phone. Then android market app seems to know this which is how it knows not to charge the user again for the same app they've already paid for.

View 6 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 :: 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 :: 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

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 Geo Location Of User?

Apr 30, 2010

I am developing a webpage which requires the user location for loading some data. The web page is mainly intended for android users. I need to find the geo location of the user when the user opens that page? How can I do that?

View 2 Replies View Related

HTC Magic :: New User / Log Lists And Controlling Data Usage

Jan 9, 2010

I used to use Nokia phone but just changed to HTC Magic.

1) I can't seem to find any settings that allow me to check talk time, number of SMS sent, amount of data used, etc.? I need to keep track as my plan is not unlimited.

2) Is there any way I can stop the phone from accessing GPRS/HSPA from my provider? Once again, it is cos of my very limited data plan (only 20mb per month), so I would want to control the usage. I notice that when the phone is not on WiFi it will automatically connects to GPRS/HSPA and there is still data transfer even when the phone is on standby mode!

View 3 Replies View Related

Android :: How To Find Out Browser User Agent String?

Aug 23, 2010

Can I find out from my Android app, what is the browser's user agent string?

View 1 Replies View Related

HTC Magic :: No One Can Find My Bluetooth

Nov 6, 2009

I have the HTC MAGIC VODAFONE with an O2 sim. I can find everyones phone via bluetooth but noone can find mine....

View 1 Replies View Related

Android :: Installing Non Market App On HTC Magic?

Jul 5, 2009

Just download some apk files, they are non market app.But how do I install them on HTC magic?

View 1 Replies View Related

2.1 Update :: Can't Find User Guide On The SD Card

Nov 26, 2010

I didn't bother backing up my applications, as I had quite a few installed that I didn't need to keep. I made a simple list on paper, and reinstalled everything afterwards. One irritation is the the User Guide application now says that it can't find the User Guide on the SD card, and offers the online version. Does anyone know if the 2.1 version of the onboard User Guide can be downloaded, what it should be named, and what folder it should be in? Or could someone even e-mail it to me, with instructions as to where it should be put?

View 2 Replies View Related

HTC Magic : Way To Install Android Market N 1.6 V Firmware To Phone?

Nov 19, 2009

mine is a unlocked htc magic. im from Bangalore India. how can i upgrade my firmware to 1.6 donut. 1.5 doesnt have ANDROID MARKET, i need android market very badly. how can i gethold of 1.6 n android market.

View 3 Replies View Related

Android : Determine Whether A User Installed Our App Via Market Link?

Nov 1, 2010

I have an app which is linked to (via an Android Market URL) on several different websites. What I need to implement is a way to determine where my users came from. Is there a way to determine the referring URL that the user followed to download my app via the Android Market?

View 2 Replies View Related

HTC Magic :: Only Freeware In Market?

Jul 9, 2009

I have recently bought the HTC Magic from 3 (three) in Denmark. When I access Market to purchase new software I can only see freeware. I am looking for the software "Bluex" but Market wont show it to me. Can anyone tell me if this is an operator implimented limitation and how I can change this so I can buy software on the Market.

View 22 Replies View Related

HTC Magic :: Not Able To Buy At Market Place / Get That - Pay For It?

Jul 15, 2009

Unable to buy at market place?

Not even showing up all the paid apps, only see Demo version and tells me to buy at Market. Search wont show up.

Anyone has idea?

How do you pay for it?

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







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