dheerajbhaskar / android-market-api

Automatically exported from code.google.com/p/android-market-api
1 stars 0 forks source link

apps with <uses-feature android:name="android.software.live_wallpaper" /> aren't retrieved #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

session.setOperatorO2();
session.getContext().setDeviceAndSdkVersion("sapphire:7");
session.login("user","passw")
appsRequest = AppsRequest.newBuilder()
                                .setQuery("andforge")
                                .setStartIndex(0).setEntriesCount(10)
                                .setWithExtendedInfo(true)
                                .build();

What is the expected output? What do you see instead?

There should be 9 apps, but instead ...  only 7 are retrieved.

What version of the product are you using? On what operating system?
android-market-api 0.3

Please provide any additional information below.
- All Apps are without! copy protection.

The two missing apps have the line
<uses-feature android:name="android.software.live_wallpaper"></uses-feature>
in their manifest. I'm pretty sure that this is the problem. :(

Original issue reported on code.google.com by elba...@googlemail.com on 21 Mar 2010 at 8:56

GoogleCodeExporter commented 9 years ago
Are live wallpapers only available to Android 2.1 devices?  Maybe the cause 
isn't
that this app is a live wallpaper, but that it's a 2.1 app.  

setDeviceAndSdkVersion("sapphire:7"); // may only return apps < Android 2.0

Original comment by ldonel...@gmail.com on 5 Apr 2010 at 10:34

GoogleCodeExporter commented 9 years ago
I just discovered this issue when I published a new version of my live 
wallpaper after having added the following line in AndroidManifest

<uses-feature android:name="android.software.live_wallpaper"></uses-feature>

I discovered that the application was suddenly not visible anymore by 
androlib.com 

I tried to use android-market-api and I found the exactly the same issue. The 
live wallpaper is not visible anymore. (it was visible before last update)

Since Google is pushing developer to correctly set all uses-feature flag (sse 
http://android-developers.blogspot.com/2010/11/market-housekeeping-alert.html), 
I think that the priority of this issue should be raised. 

Maybe other applications may be unwillingly filtered because of 
“use-feature” declaration.

Original comment by patrick....@gmail.com on 18 Nov 2010 at 5:15

GoogleCodeExporter commented 9 years ago
Works for me with the latest version.

At least it appeared to, when I chose some random app on the Market that 
appeared to be a live wallpaper.

However, setting a valid Android ID on the Market Session definitely *does* 
work -- it made an app become visible, which I know uses 
"android.software.live_wallpaper".  Without an Android ID, it was not returned 
by the API.

Original comment by chris@orr.me.uk on 10 Apr 2011 at 10:14

LMM0709 commented 7 years ago

i use google account and android id="dead000beef", but it throw exception com.gc.android.market.api.Tools$HttpException: HTTP Code 404 : https://developers.google.com/accounts/docs/AuthForInstalledApps

how can i successful run authentication method ( session.login(email,password,androidId) )?

thanks a lot lumm

dheerajbhaskar commented 7 years ago

Hi Lumm, this is an open bug we've not fixed.

Google has stopped supporting that API for login, we need to find a different API to login. We've not been able to do that in a few attempts that we've tried.

We'd be happy to hear your thoughts/suggestions if any

Regards, Dheeraj

On Tue, Nov 1, 2016 at 9:01 AM LMM0709 notifications@github.com wrote:

i use google account and android id="dead000beef", but it throw exception com.gc.android.market.api.Tools$HttpException: HTTP Code 404 : https://developers.google.com/accounts/docs/AuthForInstalledApps

how can i successful run authentication method ( session.login(email,password,androidId) )?

thanks a lot lumm

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dheerajbhaskar/android-market-api/issues/10#issuecomment-257480895, or mute the thread https://github.com/notifications/unsubscribe-auth/ACzvjS0b-FkDSRThug2Q6K22ZfsPNFq-ks5q5rKpgaJpZM4Klu2L .

--- Disclaimer --- The information in this mail is confidential and is intended solely for addressee. Access to this mail by anyone else is unauthorised. Copying or further distribution beyond the original recipient may be unlawful. Any opinion expressed in this mail is that of sender and does not necessarily reflect that of OSW Technologies Pvt Ltd.---

LMM0709 commented 7 years ago

Hi, Dheeraj, thanks in advance for your reply.

Do you mean this project can not run now ?

When i run this project i did not sign in Android device with my google account because I don't have the android mobile phone. Does this operation influence the results of the project's running.

I am a new user of android development. I do not know what the relationship between google account and Android id. I do not know how to get an Andorid id without an Android device.

I am very glad to hear your suggestions

Regards, Lumm

dheerajbhaskar commented 7 years ago

Hi Lumm, I'm afraid this project cannot run now.

Alternate project I would suggest is: https://github.com/liato/android-market-api-py

It was working the last time I checked (late 2015)

Have a good day

Regards, Dheeraj

On Tue, Nov 1, 2016 at 7:08 PM LMM0709 notifications@github.com wrote:

Hi, Dheeraj, thanks in advance for your reply.

Do you mean this project can not run now ?

When i run this project i did not sign in Android device with my google account because I don't have the android mobile phone. Does this operation influence the results of the project's running.

I am a new user of android development. I do not know what the relationship between google account and Android id. I do not know how to get an Andorid id without an Android device.

I am very glad to hear your suggestions

Regards, Lumm

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/dheerajbhaskar/android-market-api/issues/10#issuecomment-257568206, or mute the thread https://github.com/notifications/unsubscribe-auth/ACzvjbljVhWAONX-_48knF1LItu2Zq80ks5q50DFgaJpZM4Klu2L .

--- Disclaimer --- The information in this mail is confidential and is intended solely for addressee. Access to this mail by anyone else is unauthorised. Copying or further distribution beyond the original recipient may be unlawful. Any opinion expressed in this mail is that of sender and does not necessarily reflect that of OSW Technologies Pvt Ltd.---