• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

android market not working...help pls

Yeah, Market is totally dead for me as well. Sucks, especially because i just bought a Desire HD and i can't download my apps to it as someone is sleeping at google at Android Market download server power button :D.
 
Here I go again!...
The market won't work again. There must be some reason or some app that won't let that!
Can someone help me!? I have no more ideas what is making that problem!

Do you use a custom ROM or the original Motorola one?

Yes, Market is down again, foro
me too.
 
Do you use a custom ROM or the original Motorola one?

Yes, Market is down again, foro
me too.

No,I have the OS that was installed when I bought the phone.
I bought the phone from my carrier btw.

No costum roms. Could there be something in my settings that prevent to download apps??
 
Your settings ? No. Today it's up & down whole day. For example i tried watched what the market app does via debug tools, and the app which i cannot download now throws a nice HTTP 502 error when accessed via web browser on my PC.
 
Your settings ? No. Today it's up & down whole day. For example i tried watched what the market app does via debug tools, and the app which i cannot download now throws a nice HTTP 502 error when accessed via web browser on my PC.


Well,Android market on my phone is making problems this whole week.
I have done 3 factory resets already.Market just won't let me download some apps.The download doesn't even start or it says "download unsuccesfull". It doesn't matter if try downloading via WIFI or 3g or anything.
It's really getting annoying and I'm starting to think,that I messed up something on my phone.
 
No, it's as simple as Google servers failing. Here is a log via DDMS from my phone :
Code:
10-31 19:49:22.108: DEBUG/vending(13019): [788] AssetDownloader.downloadAndInstall(): Initiating Download for 1 applications.
10-31 19:49:22.108: INFO/vending(13019): [788] DownloadManagerUtil.enqueueDownload(): Enqueue for download com.android.vending.util.DownloadManagerUtil$Request@4786ccd0
10-31 19:49:22.278: DEBUG/vending(13019): [788] LocalAssetDatabase.notifyListener(): 2478252143460609446 / null
10-31 19:49:22.328: DEBUG/vending(13019): [788] LocalAssetDatabase.notifyListener(): 2478252143460609446 / DOWNLOADING
10-31 19:49:32.938: DEBUG/DownloadManager(1542): http error 502 for download AAA
10-31 19:49:33.008: DEBUG/DownloadManager(1542): notifyDownloadCompleted status: 502
10-31 19:49:33.168: DEBUG/DownloadManager(1542): isStatusError
10-31 19:49:33.168: DEBUG/DownloadManager(1542): id: 76
10-31 19:49:33.198: DEBUG/DownloadManager(1542): uri: http://android.clients.google.com/market/download/Download?assetId=XXXX&userId=YYYY&deviceId=ZZZZ
10-31 19:49:33.198: DEBUG/DownloadManager(1542): mimeType: null
10-31 19:49:33.198: DEBUG/vending(13019): [799] AssetDownloader$DownloadManagerBroadcastReceiver.handleIntent(): Couldn't find pathname for Intent Intent { act=android.intent.action.DOWNLOAD_COMPLETED dat=content://downloads/download/AAAA cmp=com.android.vending/.AssetDownloader$DownloadManagerBroadcastReceiver (has extras) }
10-31 19:49:33.238: DEBUG/NotificationService(1293): cancelNotification, ACTION_NOTIFICATION_REMOVE,pkg=com.android.providers.downloads,id=76

"http error 502 for download" says it all. It's the Google, not your phone. If you have Android SDK installed, just connect your phone to your PC and start the DDMS tool, then start a download and watch the log. You will get the same line when the download fails ("Download starting" message).
 
No, it's as simple as Google servers failing. Here is a log via DDMS from my phone :
Code:
10-31 19:49:22.108: DEBUG/vending(13019): [788] AssetDownloader.downloadAndInstall(): Initiating Download for 1 applications.
10-31 19:49:22.108: INFO/vending(13019): [788] DownloadManagerUtil.enqueueDownload(): Enqueue for download com.android.vending.util.DownloadManagerUtil$Request@4786ccd0
10-31 19:49:22.278: DEBUG/vending(13019): [788] LocalAssetDatabase.notifyListener(): 2478252143460609446 / null
10-31 19:49:22.328: DEBUG/vending(13019): [788] LocalAssetDatabase.notifyListener(): 2478252143460609446 / DOWNLOADING
10-31 19:49:32.938: DEBUG/DownloadManager(1542): http error 502 for download AAA
10-31 19:49:33.008: DEBUG/DownloadManager(1542): notifyDownloadCompleted status: 502
10-31 19:49:33.168: DEBUG/DownloadManager(1542): isStatusError
10-31 19:49:33.168: DEBUG/DownloadManager(1542): id: 76
10-31 19:49:33.198: DEBUG/DownloadManager(1542): uri: http://android.clients.google.com/market/download/Download?assetId=XXXX&userId=YYYY&deviceId=ZZZZ
10-31 19:49:33.198: DEBUG/DownloadManager(1542): mimeType: null
10-31 19:49:33.198: DEBUG/vending(13019): [799] AssetDownloader$DownloadManagerBroadcastReceiver.handleIntent(): Couldn't find pathname for Intent Intent { act=android.intent.action.DOWNLOAD_COMPLETED dat=content://downloads/download/AAAA cmp=com.android.vending/.AssetDownloader$DownloadManagerBroadcastReceiver (has extras) }
10-31 19:49:33.238: DEBUG/NotificationService(1293): cancelNotification, ACTION_NOTIFICATION_REMOVE,pkg=com.android.providers.downloads,id=76

"http error 502 for download" says it all. It's the Google, not your phone. If you have Android SDK installed, just connect your phone to your PC and start the DDMS tool, then start a download and watch the log. You will get the same line when the download fails ("Download starting" message).

Ok.,then I hope so. And I hope that google fix that soon...
 
Of course if you need some app, you can repeatedly try, once in many tries the server works and let's you download an app. With enough patience, you can download everything. That's what i'm doing now, it's my luck that this happens exactly on the day i buy a Desire HD :D.
 
Of course if you need some app, you can repeatedly try, once in many tries the server works and let's you download an app. With enough patience, you can download everything. That's what i'm doing now, it's my luck that this happens exactly on the day i buy a Desire HD :D.

Ok.,I'll try that. Thanks.
 
Someone misconfigured a router inside Google ? Hardware failure ? Load balancer failure ? It can be anything, it is simply a internal problem of Google, which affects the download servers serving the content for Android Market. The reason why do you see only the "Download starting..." message is because the client is not programmed this situation. In other words, the programmers of the Android Market client running on your phone didn't expected the situation, in which Google servers start acting weird :).
 
Someone misconfigured a router inside Google ? Hardware failure ? Load balancer failure ? It can be anything, it is simply a internal problem of Google, which affects the download servers serving the content for Android Market. The reason why do you see only the "Download starting..." message is because the client is not programmed this situation. In other words, the programmers of the Android Market client running on your phone didn't expected the situation, in which Google servers start acting weird :).

I guess I just have to try my luck downloading apps,then.;)
At least for now...
 
Guess I'll check that out,too.


btw,Looks like I just have to keep clicking "install" button until the app finally install whitout errors.:D

That is what i said :D : "you can repeatedly try, once in many tries the server works and let's you download an app"
 
Just spent alst 10mins repeatedly hitting install, ok then when it trys to download hit cancel and guess what it worked eventually :)
 
Been having a similar issue w/ a Droid X since about 4PM Yest, every once in a while I can get it working. I am only using WiFi since at this moment I am in Spain.
 
Back
Top Bottom