Infeasible
Status Update
Comments
gc...@gmail.com <gc...@gmail.com> #2
Proof of concept demo on Github: https://github.com/casperbang/MissingNonLocalizedDrawableCrash
No problem compiling, lint'ing or running the app on a Danish device. Crash when running on a device set to any other locale.
No problem compiling, lint'ing or running the app on a Danish device. Crash when running on a device set to any other locale.
gc...@gmail.com <gc...@gmail.com> #3
I should probably generalize the translation detector's extra strings check, which is exactly this issue (but currently limited to strings checks).
ca...@gmail.com <ca...@gmail.com> #4
Finally got to this one. This is implemented for 3.2 canary 7 (along with a bunch of other fixes; it can now run the translation checks on the fly in the IDE; there are some quickfixes, etc.)
Here's what I get on the sample project:
> Task :app:lintDebug
/home/tnorbye/AndroidStudioProjects/bugs/MissingNonLocalizedDrawableCrash/app/src/main/res/drawable-da-xxxhdpi/sticker_ci.png: Error: The drawable "sticker_ci" in drawable-da-xxxhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
Explanation for issues of type "MissingDefaultResource":
If a resource is only defined in folders with qualifiers like -land or -en,
and there is no default declaration in the base folder (layout or values
etc), then the app will crash if that resource is accessed on a device
where the device is in a configuration missing the given qualifier.
As a special case, drawables do not have to be specified in the base
folder; if there is a match in a density folder (such as drawable-mdpi)
that image will be used and scaled. Note however that if you only specify
a drawable in a folder like drawable-en-hdpi, the app will crash in
non-English locales.
There may be scenarios where you have a resource, such as a -fr drawable,
which is only referenced from some other resource with the same qualifiers
(such as a -fr style), which itself has safe fallbacks. However, this still
makes it possible for somebody to accidentally reference the drawable and
crash, so it is safer to create a default dummy fallback in the base
folder. Alternatively, you can suppress the issue by adding
tools:ignore="MissingDefaultResource" on the element.
(This scenario frequently happens with string translations, where you might
delete code and the corresponding resources, but forget to delete a
translation. There is a dedicated issue id for that scenario, with the id
ExtraTranslation.)
1 errors, 0 warnings
Thanks for the report!
Here's what I get on the sample project:
> Task :app:lintDebug
/home/tnorbye/AndroidStudioProjects/bugs/MissingNonLocalizedDrawableCrash/app/src/main/res/drawable-da-xxxhdpi/sticker_ci.png: Error: The drawable "sticker_ci" in drawable-da-xxxhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
Explanation for issues of type "MissingDefaultResource":
If a resource is only defined in folders with qualifiers like -land or -en,
and there is no default declaration in the base folder (layout or values
etc), then the app will crash if that resource is accessed on a device
where the device is in a configuration missing the given qualifier.
As a special case, drawables do not have to be specified in the base
folder; if there is a match in a density folder (such as drawable-mdpi)
that image will be used and scaled. Note however that if you only specify
a drawable in a folder like drawable-en-hdpi, the app will crash in
non-English locales.
There may be scenarios where you have a resource, such as a -fr drawable,
which is only referenced from some other resource with the same qualifiers
(such as a -fr style), which itself has safe fallbacks. However, this still
makes it possible for somebody to accidentally reference the drawable and
crash, so it is safer to create a default dummy fallback in the base
folder. Alternatively, you can suppress the issue by adding
tools:ignore="MissingDefaultResource" on the element.
(This scenario frequently happens with string translations, where you might
delete code and the corresponding resources, but forget to delete a
translation. There is a dedicated issue id for that scenario, with the id
ExtraTranslation.)
1 errors, 0 warnings
Thanks for the report!
ba...@gmail.com <ba...@gmail.com> #5
Same problem here in my nexus 7 and galaxy nexus
co...@gmail.com <co...@gmail.com> #6
I have the same problem with my galaxy nexus and nexus 7. The problem start yesterday when I try download an app.
co...@gmail.com <co...@gmail.com> #7
My carrier is CLARO Puerto Rico.
ba...@gmail.com <ba...@gmail.com> #8
My 2 device are running jelly bean 4.1.1
cp...@gmail.com <cp...@gmail.com> #9
SAme here TF201
gz...@gmail.com <gz...@gmail.com> #10
I got the same problem with my sansung galaxy yong i think after i format sd card i got this problem but i donk know if that is real error
qu...@gmail.com <qu...@gmail.com> #11
[Comment deleted]
ba...@gmail.com <ba...@gmail.com> #12
This is a screen shot of my nexus7 Im in Puerto Rico,if that help for the report
ma...@gmail.com <ma...@gmail.com> #13
Same problem, Google Nexus 7
qu...@gmail.com <qu...@gmail.com> #14
2 guys from puerto rico, i' from puerto rico too. Probpem with my sony tablet s and t-mo galaxy s 2
ax...@gmail.com <ax...@gmail.com> #15
I'm having the same problem and I'm also living in PR...
ax...@gmail.com <ax...@gmail.com> #16
[Comment deleted]
si...@gmail.com <si...@gmail.com> #17
Same problem, Google Nexus 7 in UK
ja...@gmail.com <ja...@gmail.com> #18
Have the same problem on my Galaxy S III i9300 with Icecream Sandwich from Claro Puerto Rico.
ge...@gmail.com <ge...@gmail.com> #19
I have the same problem here. Galaxy Nexus running JB 4.1.1, stock. Carrier is Claro Puerto Rico. The message....
Error retrieving information from server [DF-DFERH-01]...
Error retrieving information from server [DF-DFERH-01]...
ro...@gmail.com <ro...@gmail.com> #20
Same issue in Guernsey. Galaxy nexus 7
mj...@gmail.com <mj...@gmail.com> #21
Same problem here on my SGS II and Asus Tf300. Also from Puerto Rico
pl...@gmail.com <pl...@gmail.com> #22
I think this problem (google play) is somehow related with your geolocation or provider. My friend is using another provider and everything works fine with him. We have the same galaxy S3 phones.
gm...@gmail.com <gm...@gmail.com> #23
Same problem, same carrier ClaroPR, replicated on Galaxy Tab P1000N on ICS, not on Nexus i9250 on JB.
mi...@doctorfavazza.com <mi...@doctorfavazza.com> #24
[Comment deleted]
mi...@doctorfavazza.com <mi...@doctorfavazza.com> #25
[Comment deleted]
[Deleted User] <[Deleted User]> #26
Same issue on a Xoom, living in Puerto Rico.
ch...@gmail.com <ch...@gmail.com> #27
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #28
same problem on my galaxy tab 10.1 running CM10 (preview) android 4.1 but on my samsung captivate running android 4.1 play store works fine.... (I'm from PR)
iv...@gmail.com <iv...@gmail.com> #29
[Comment deleted]
jr...@gmail.com <jr...@gmail.com> #30
[Comment deleted]
jr...@gmail.com <jr...@gmail.com> #31
I have the seam problem with my Sony Tablet S (4.0.3) and Samsung Galaxy S3 (4.0.4), I am from PR carrier is ClaroPR
me...@gmail.com <me...@gmail.com> #32
I'm from PR too and having the same problem. I'm on my Nexus 7 and my device is rooted. My Twitter app doesn't work either. I did use Market Enabler to fake T-Mobile US carrier and could log in to store but the Twitter app still doesn't work. My Nexus One can log in to Play Store but Twitter still doesn't work.
al...@gmail.com <al...@gmail.com> #33
Jag har samma problem idag med Samsung Galaxy 2.7.0 android 4.0.3 och jag har en lika dan apparat till och den funkar det fint med ännu!!
el...@gmail.com <el...@gmail.com> #34
IM from Puerto Rico i have the same problem.. Galaxy S I
jc...@gmail.com <jc...@gmail.com> #35
I'm also from PR, 2 out of 3 phones (Galaxy Ace and Galaxy Pro) in my family from ClaroPR carrier are showing "DF-DFERH-01" error since yesterday, Play Store is working just fine in my mom's Galaxy Note.
ax...@gmail.com <ax...@gmail.com> #36
Same issue i9000 darky rom 10.2.2 doesnt work google play and my i9100 ics 4.0.3 Darkyrom Hd gets the same error im from Puerto Rico
ax...@gmail.com <ax...@gmail.com> #37
[Comment deleted]
ax...@gmail.com <ax...@gmail.com> #38
Anyone know how to fix this problem
jc...@gmail.com <jc...@gmail.com> #39
At this point I believe there's nothing to do at user-level but wait for either Google or the carriers to create a fix.
lp...@gmail.com <lp...@gmail.com> #40
I HAVE A ACER TABLET A500 SAME PROBLEM. IAM FROM PUERTO RICO
4s...@gmail.com <4s...@gmail.com> #41
So frustrated....Same problem like many fellows from PR. Me too from PR but my Phone, Samsung Galaxy nexus from Verizon Brand new out of box , not attached to any carrier at all, just over WiFi.....connected to the web.can't open Google Play.....everything else works except Google Play....error...."DF-DFERH-01"
ICS4.0.2 or JB 4.1.1...installed G.Play 3.7.13 or 3.5.15...same problem all the way.
ANY SOLUTION PLEASE.....!!
ICS4.0.2 or JB 4.1.1...installed G.Play 3.7.13 or 3.5.15...same problem all the way.
ANY SOLUTION PLEASE.....!!
jo...@gmail.com <jo...@gmail.com> #42
Hi to all. Surprisingly, My Google Play Store app was workink good yesterday. But today it shows an error any tima I open it:
"Error retrieving information from server. [DF-DFERH-01].
I try cleaning the cache, inclusive, do a RESET to erase all tha apps an info, but the problem continues.. please HELPPPPPP
Thanks
"Error retrieving information from server. [DF-DFERH-01].
I try cleaning the cache, inclusive, do a RESET to erase all tha apps an info, but the problem continues.. please HELPPPPPP
Thanks
ba...@gmail.com <ba...@gmail.com> #43
I believe the Problem is local here in pr,all the persons I know have the same error,(especially from Claro carrier) and no carrier tablets in pr, i have the problem last night in my 2 device nexu7 and galaxy nexus from Claro, believe is something whit the account, I hope a quick response from Google.....
ba...@gmail.com <ba...@gmail.com> #44
[Comment deleted]
is...@gmail.com <is...@gmail.com> #45
I'm from Trujillo Alto P.R. and I'm having the same exact problem with my Samsung Galaxy Tab 2 10.1, just the google play store the galaxy app store works fine, and I can download apps from play store just in the web browser. Just the Play Store app problem.
oa...@gmail.com <oa...@gmail.com> #46
I'm from PR, and I have a Galaxy S i9000T from Claro carrier. The problem started yesterday.
ch...@gmail.com <ch...@gmail.com> #47
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #48
I'm from PR
now my galaxy tab 7 wifi running android 3.2 show a different message from my galaxy tab 10.1 wifi: "Error retrieving information from server. [DF-PFA-02]", I can't access the playstore but it is updating applications.
now my galaxy tab 7 wifi running android 3.2 show a different message from my galaxy tab 10.1 wifi: "Error retrieving information from server. [DF-PFA-02]", I can't access the playstore but it is updating applications.
[Deleted User] <[Deleted User]> #49
Same here, also from PR/Claro, it's really frustrating, the problem started yesterday. I'd like to know if it's google or claro the one to blame or the one to fix this.
ju...@gmail.com <ju...@gmail.com> #50
I also have the problem. I check with 3 coworkers on CLARO all have the same problems. Tmobile and other carriers seem to be working fine...hope this get fixed soon.
d....@gmail.com <d....@gmail.com> #51
Same error here. I'm from Trujillo Alto, Puerto Rico. This only happens on my nexus 7, my HTC One X on AT&T is perfect. I even did a factory reset –_–. I hope google fixes this fast and I also hope they enable Play Movies & TV, Play Music, Play Magazines and Play Books in the nexus 7 on Puerto Rico. It is clearly stated on their website that they do support Puerto Rico because it's a US territory. (My $25 dollars credit would also be nice.)
ag...@gmail.com <ag...@gmail.com> #52
Yes Hello, Im having the same problem with my Galaxy s2, Im from Puerto Rico and my carrier is also Claro PR
Tried Factory Resetting and also deleting the Google Play Store but that didnt work, in fact made it worse because now I have to download the apps from the website since it wont let me access through the phone.
Tried Factory Resetting and also deleting the Google Play Store but that didnt work, in fact made it worse because now I have to download the apps from the website since it wont let me access through the phone.
ca...@gmail.com <ca...@gmail.com> #53
Hello,
I was having the same problem all day on my Asus TF101 (via wifi)
So what I did: put my phone as a hotspot (HTC Inspire 4G on AT&T) and connected to it, and it works. I return to my main wifi connection and so far - so good.
I have no idea what it is, maybe something about the region
For those who may ask, my ISP on wifi I think is Centenial
I was having the same problem all day on my Asus TF101 (via wifi)
So what I did: put my phone as a hotspot (HTC Inspire 4G on AT&T) and connected to it, and it works. I return to my main wifi connection and so far - so good.
I have no idea what it is, maybe something about the region
For those who may ask, my ISP on wifi I think is Centenial
da...@gmail.com <da...@gmail.com> #54
I have a galaxy s2 and since yesterday the google play nonfunctional. My provider is Claro Puerto Rico. The error is DF-DFERH-01.
[Deleted User] <[Deleted User]> #55
Hi,
I am having the same problem with my Ainol Novo 7 Elf ii(2) And Also had the same problem with my G2x From T-mobile on airplane mode over wifi. I Disable airplane mode and reconected with wifi and the problem was solved on my G2x. but not on my Ainol Novo 7 Elf ii(2) Tablet. i did a hard reset follow with cache cleared but had not luck. Everything started yesterday night following today :-(. And I am also from Puerto Rico. By the way my Ainol Novo 7 Elf ii(2) tablet OS Android 4.03 and G2x OS Android 2.3.4. any help please. Or Atleast some good news
I am having the same problem with my Ainol Novo 7 Elf ii(2) And Also had the same problem with my G2x From T-mobile on airplane mode over wifi. I Disable airplane mode and reconected with wifi and the problem was solved on my G2x. but not on my Ainol Novo 7 Elf ii(2) Tablet. i did a hard reset follow with cache cleared but had not luck. Everything started yesterday night following today :-(. And I am also from Puerto Rico. By the way my Ainol Novo 7 Elf ii(2) tablet OS Android 4.03 and G2x OS Android 2.3.4. any help please. Or Atleast some good news
ch...@gmail.com <ch...@gmail.com> #56
I'm in Guam and I'm receiving the same message on my ASUS Transformer Pad TF300T that's running Android 4.0.3
is...@gmail.com <is...@gmail.com> #57
[Comment deleted]
is...@gmail.com <is...@gmail.com> #58
mm my ISP is from Claro too, It is DMAX, could that be the problem?
my android device is in 4.0.4
my android device is in 4.0.4
lu...@gmail.com <lu...@gmail.com> #59
[Comment deleted]
lu...@gmail.com <lu...@gmail.com> #60
[Comment deleted]
lu...@gmail.com <lu...@gmail.com> #61
[Comment deleted]
lu...@gmail.com <lu...@gmail.com> #62
I have the same problem since today. I have samsung galaxy tab 10.1
qu...@gmail.com <qu...@gmail.com> #63
No, dmax or claro is not the problem.. I have choice cable and t-mobile here in PR and have the same issue as you guys
[Deleted User] <[Deleted User]> #64
Already a fix, the problem is with,claro use market enabler and put tmobile and walla fix
ma...@gmail.com <ma...@gmail.com> #65
I have asus tf300 tranformer with choice internet and samsung galaxy s3 with claro and have the DF-DFERH-01error.. and i have logitech revue and the google play store is ok.
co...@gmail.com <co...@gmail.com> #66
First for market enabler you have to be rooted.
Second its only a temporary fix if you reeboot the problem come again.
That is not a fix!
Second its only a temporary fix if you reeboot the problem come again.
That is not a fix!
jo...@gmail.com <jo...@gmail.com> #67
since yesterday i have the same problem with Asus Transformer TF101.
ga...@gmail.com <ga...@gmail.com> #68
Same problem. Claro Puerto Rico
ed...@gmail.com <ed...@gmail.com> #69
Is not working on my Motorola Xoom after did update 4.1.1, working fine on my Samsung Vibrant from T-Mobile PR.
mo...@gmail.com <mo...@gmail.com> #70
[Comment deleted]
es...@gmail.com <es...@gmail.com> #71
not working.
Nexus 7
Puerto Rico.
Nexus 7
Puerto Rico.
on...@gmail.com <on...@gmail.com> #72
Same problem here i think is a Regional problem to many peoples with the same error or diferents servers
tu...@gmail.com <tu...@gmail.com> #73
I've just bought an Asus Transformer (TF-101), updated it to Ice Cream Sandwich and the Google Play App Store doesn't work for me either. I Iive in Puerto Rico; my internet provider is DMAX.
dr...@gmail.com <dr...@gmail.com> #74
Same problem with my Nexus 7. Works if I tether it with my SGS II from AT&T, but if I use my wifi connection (Choice PR), I get the same error code as stated above. BS if you ask me.
cr...@gmail.com <cr...@gmail.com> #75
i got the same problem same error code but my phone from tmo works fine i got problem with acer iconia a500 tab running and 4.0.3 build# acer_av41_a500_1.033.00_pa_cus1 up date.internet provider claro.i hope it get fix soon
mi...@gmail.com <mi...@gmail.com> #76
Llevo un dÃa completo con este problema con mi tableta nueva. Como también la tableta de mi hermana y mi celular dice lo mismo. "se ha producido un error al recuperar la información del servido. {DF-DFERH-01}" Es algo que molesta y me decepcionado de google. Tengo aplicaciones y cosas que hacer con mi tableta. Alguien sabe que esta pasando y que puedo hacer.
ae...@gmail.com <ae...@gmail.com> #77
Same issue, I rebooted my HTC One X running Android ICS 4.0.3, cleared data but still the same error message while trying to connect to Google Play from my mobile. Based at Falklands with "Touch" (Cable & Wireless) provider.
tu...@gmail.com <tu...@gmail.com> #78
Same issue. claro puerto rico. galaxy s I9000 , gingrbread.
is...@gmail.com <is...@gmail.com> #79
Same problem here, I'm from Puerto Rico too, on my Asus tf300t but I have an Xperia x10 and it works there...weird.
al...@gmail.com <al...@gmail.com> #80
Puerto Rico here... Im from mayaguez....im on a galaxy tab...wifi only, so the problem is not a internet provider.... I believe this is something that only google can fix....sigh.... Until this is fixed im using the google play site...there im able to install uninstall apps and games...hope this info helps!!
Here is the site...https://play.google.com/
Here is the site...
da...@easttimorbackpackers.com <da...@easttimorbackpackers.com> #81
Same problem here. Connecting via wifi in Timor-Leste. Non-contract Samsung Galaxy S Advance. Android 2.3.6, Play Store version 3.7.13
jo...@gmail.com <jo...@gmail.com> #82
Im from puerto rico and i have the same problem with google play error [DF-DFERH_01] my phone is a galaxy sgh-t959v firmware 2.3.6
qu...@gmail.com <qu...@gmail.com> #83
I'm willing to trade my sony tablet s for a galaxy tab 10.1 wifi or 10.1 4g any carrier!!! from Mayaguez P.R have all the accessories, k-board, leather case, and 2 wall chargers!! hit me here or in my mail!!
dj...@gmail.com <dj...@gmail.com> #84
LG-P500 Y TABLETA ACER A200 AMBOS CON EL MISMO ERROR Y AQUI HAY 2 LGP500 IGUALES Y UN SAMSUNG EXHIBIT2 Y NO ESTAN FALLANDO GOOGLE FIX FIX FIX....
ir...@gmail.com <ir...@gmail.com> #85
Same problem from Puerto Rico with my 2 Motorola Razr Droid. Fix please!
ja...@gmail.com <ja...@gmail.com> #86
I got the same error, the only way to go to the Google Play is uninstall the update, I mean get back to the old named Market, I do this and work fine to me. I live in PR.
Espero que les sirva en lo que se aregla el error.
Espero que les sirva en lo que se aregla el error.
od...@googlemail.com <od...@googlemail.com> #87
Same problem with me on Galaxy Tab 10.1. was working ok yesterday but not this morning. I am surprised Google have not put out a statement on this issue as it looks as if its worldwide!
jo...@confideo.co.uk <jo...@confideo.co.uk> #88
Same problem here in UK on my Nexus 7
ax...@gmail.com <ax...@gmail.com> #89
For the time being, go to play.google.com to download apps. Since this seems to be a problem with google, rather than our carriers, I suggest directly contacting google. I am still having the same problems since yesterday.
jj...@gmail.com <jj...@gmail.com> #90
Same issue on my Galaxy 2
in...@gmail.com <in...@gmail.com> #91
I Have the Same Issue on my LG-P506, Android 2.2.1. Carier: Claro PR.
jo...@gmail.com <jo...@gmail.com> #92
I did the following and now is working
1. Shutdown your device.
2. Remove your sim card.
3. Turn on
4. Connect your device to a not local (PR) server,
like ATT, TMobile, Spring. If you have a friend ask
for a wifi thetering. My factory has a server in Florida.
5. Open Play Store and is working.
6. Shutdown and install the sim card.
7. Turn on and still working.
1. Shutdown your device.
2. Remove your sim card.
3. Turn on
4. Connect your device to a not local (PR) server,
like ATT, TMobile, Spring. If you have a friend ask
for a wifi thetering. My factory has a server in Florida.
5. Open Play Store and is working.
6. Shutdown and install the sim card.
7. Turn on and still working.
lu...@gmail.com <lu...@gmail.com> #93
I have this problem since wendsday galaxy note GT- N7000 and motorola Droid Razr both on android 4.0.4 Claro PR. I have galaxy tab on t mobile it doesnt have this problem
cl...@gmail.com <cl...@gmail.com> #94
same problem, nexus 7 but in my Motorola atrix Google play works well (using the same WiFi connection)
San Juan, Puerto Rico
San Juan, Puerto Rico
lu...@gmail.com <lu...@gmail.com> #95
I am currently using the market since today by using market enabler. But if you turn of the phone or restart you have to run the app again.
jo...@gmail.com <jo...@gmail.com> #96
Like I said before the problem is the PR location.
Out of US, the Clarify servers are locals, but other
Company not. Use the Market Enable and fake it
To T-Mobile US.
Out of US, the Clarify servers are locals, but other
Company not. Use the Market Enable and fake it
To T-Mobile US.
jo...@gmail.com <jo...@gmail.com> #97
Sorry no Clarify is Claro PR.
db...@gmail.com <db...@gmail.com> #98
Hi,
Everyone, I just call Claro and they said: they have a problem (averia) and suppose to be fix today, ????? yeah right!.....
Is looks like a "Firewall" problem to me...... but Claro, no body knows
2nd Day!..... Market still down!!!!!
Everyone, I just call Claro and they said: they have a problem (averia) and suppose to be fix today, ????? yeah right!.....
Is looks like a "Firewall" problem to me...... but Claro, no body knows
2nd Day!..... Market still down!!!!!
da...@easttimorbackpackers.com <da...@easttimorbackpackers.com> #99
Based on #92's comment I did a test.
If I take the SIM card card (Timor Telecom) from Timor-Leste out of my phone and reboot, I can access Google Play. The paid apps are even available for purchase in US dollars. Normally with the SIM installed all paid apps are hidden. Due to the poor internet coverage in this country, my IP address is actually Indonesian. I don't know if this could be due to a location conflict between the SIM and the IP address. If I reinstall the SIM card, the error returns.
If I take the SIM card card (Timor Telecom) from Timor-Leste out of my phone and reboot, I can access Google Play. The paid apps are even available for purchase in US dollars. Normally with the SIM installed all paid apps are hidden. Due to the poor internet coverage in this country, my IP address is actually Indonesian. I don't know if this could be due to a location conflict between the SIM and the IP address. If I reinstall the SIM card, the error returns.
ao...@gmail.com <ao...@gmail.com> #100
I'm from Bayamon P.R. and I have a Sony S android version 4.0.3 and I'm having the same issue when trying to access via wifi to google play I get an error: {DF-DFERH-01} and I just wanted to know if by any chance there's a period or timeframe by which this issue may be fixed.
4s...@gmail.com <4s...@gmail.com> #101
Hi everyone ....I am also one of you guys from PR who has the same error message while opening Google Play on android Phone, But I read some where last night while looking for a solution to this problem that this is NOT our devices nor the Carriers, like Claro or so.....It is the GOOGLE, who have their server down since Wednesday this week. Keep your eyes on Google. Good luck....and by then you can access and download any App by logging in on your PC Play store and on your device with same email and click install on PC and you will see the App has been transferred to your Android Phone instantaneously. No need to open Google Play on your device.
ca...@gmail.com <ca...@gmail.com> #102
It seems that comments #53, #92 , #99 provide hints on how to solve it at least temporary.
On comment #53 , after what explained, if you reboot the problem return, so I did my workaround and is working again
Base on this, it can be solve by connecting to a wifi that provide a US IP address (ATT, Sprint for example). If you have a data plan with a carrier you have to remove the SIM, as explained in comment #99
I can speculate that it seems to be a DNS problem on local providers
I suggest: post as many information as you can when complaining here, Android device, version, if it is with a carrier and wish one, if it is on wifi, wish is your ISP, and a step-by-step solution if have one specifying if it is for rooted or non-rooted devices
On
Base on this, it can be solve by connecting to a wifi that provide a US IP address (ATT, Sprint for example). If you have a data plan with a carrier you have to remove the SIM, as explained in
I can speculate that it seems to be a DNS problem on local providers
I suggest: post as many information as you can when complaining here, Android device, version, if it is with a carrier and wish one, if it is on wifi, wish is your ISP, and a step-by-step solution if have one specifying if it is for rooted or non-rooted devices
ca...@gmail.com <ca...@gmail.com> #103
On comment 101: can you provide link or source for the "Google servers down since wednesday"?
We connect to different servers depending on our region. If the servers that are down are the one we connect base on our region, an alternate method of connection that provide or fake our IPs to another location could temporary solve the problem.
For me is working when connecting via AT&T
We connect to different servers depending on our region. If the servers that are down are the one we connect base on our region, an alternate method of connection that provide or fake our IPs to another location could temporary solve the problem.
For me is working when connecting via AT&T
er...@gmail.com <er...@gmail.com> #104
Hey there... I'm from Puerto Rico, and have the same problem, I can't acces to the Play Store from my devices [Galaxy S, Galaxy S 2 & Galaxy Tab]. I read a report that explain about the error.
http://www.tecnetico.com/35784/el-error-df-dferh-01-cuando-entras-a-google-play/
jo...@gmail.com <jo...@gmail.com> #105
I have a Galaxy S III (3) and my operator is Claro Puerto Rico, I have the same problem.
ts...@gmail.com <ts...@gmail.com> #106
We have the same problem. We are a company from Puerto Rico with 300 Wi-Fi only tablets, including Acer Iconia A500 and Samsung Galaxy Tab. We are having the same problem when connecting to any WiFi access point of a local carrier (Liberty, Claro, OneLink, Choice ...) but when we connect the tablets using a cell phone WiFi Hotspot from TMobile, ATT or Sprint it works and we noted that the IP we get from these phones are US IP addresses.
em...@gmail.com <em...@gmail.com> #107
Same problem with Motorola zoom 4.1.1 im in Puerto Rico and my internet comes from satellite
ma...@gmail.com <ma...@gmail.com> #108
De que vale tener las tablets o los celulares si el market no funciona..... arreglen el problema!!!!
jo...@gmail.com <jo...@gmail.com> #109
Same problem nexus 7
in...@gmail.com <in...@gmail.com> #110
Hi, I unistall the Play Store Update and my Cell is runing fine the Android Market (old version).
da...@easttimorbackpackers.com <da...@easttimorbackpackers.com> #111
I think this is a location issue. Many users from Puerto Rico seem to have a problem. I am in Timor-Leste which also seems to have a problem, but here we have a very small amount of people with smart-phones, so we are not well represented on-line, but everyone here who has one that I have asked, has the same problem we all have here.
My tests and results: (FYI I am located in Timor-Leste, with a billing account listed in the UK and an unlocked, non contract phone purchased in Singapore)
Before Problem:
Timor SIM card + Wifi (Indonesian IP) = Access to Google Play (Only free apps listed, paid apps unavailable)
After Error:
1) Timor SIM card + Wifi (Indonesian IP) = Error (DF-DFERH-01)
2) No SIM card + Wifi (Indonesian IP) = Access to Google Play (Paid apps listed in US Dollars, Billed in British Pounds)
3) UK SIM card + Wifi (Indonesian IP) = Access to Google Play (Paid apps listed in British Pounds, Billed in British Pounds)
4) Singapore SIM + Wifi (Indonesian IP) = Access to Google Play (Paid apps listed in Singapore Dollars, Billed in British Pounds)
We are Android users not iPhone users, we need more people to experiment, not just post problems.
My tests and results: (FYI I am located in Timor-Leste, with a billing account listed in the UK and an unlocked, non contract phone purchased in Singapore)
Before Problem:
Timor SIM card + Wifi (Indonesian IP) = Access to Google Play (Only free apps listed, paid apps unavailable)
After Error:
1) Timor SIM card + Wifi (Indonesian IP) = Error (DF-DFERH-01)
2) No SIM card + Wifi (Indonesian IP) = Access to Google Play (Paid apps listed in US Dollars, Billed in British Pounds)
3) UK SIM card + Wifi (Indonesian IP) = Access to Google Play (Paid apps listed in British Pounds, Billed in British Pounds)
4) Singapore SIM + Wifi (Indonesian IP) = Access to Google Play (Paid apps listed in Singapore Dollars, Billed in British Pounds)
We are Android users not iPhone users, we need more people to experiment, not just post problems.
ts...@gmail.com <ts...@gmail.com> #112
This is what I am getting from the adb logcat log:
I/ActivityManager( 144): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity bnds=[592,842][688,938]} from pid 401
D/dalvikvm( 401): GC_CONCURRENT freed 574K, 39% free 8831K/14279K, paused 5ms+6ms
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityManager( 144): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=4727 uid=10007 gids={3003, 1015}
D/OpenGLRenderer( 401): Flushing caches (mode 1)
D/OpenGLRenderer( 401): Flushing caches (mode 0)
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityThread( 4727): Pub com.google.android.finsky.QSBSuggestionsProvider2:com.google.android.finsky.providers.QSBSuggestionsProvider
I/ActivityThread( 4727): Pub com.google.android.finsky.AppIconProvider: com.google.android.finsky.providers.AppIconProvider
I/ActivityThread( 4727): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4727): GC_CONCURRENT freed 191K, 4% free 6787K/7047K, paused 3ms+3ms
D/dalvikvm( 4727): DexOpt: couldn't find field Landroid/app/Notification;.priority
W/dalvikvm( 4727): VFY: unable to resolve instance field 53
D/dalvikvm( 4727): VFY: replacing opcode 0x59 at 0x004a
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene.
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4727): GC_CONCURRENT freed 284K, 5% free 7001K/7367K, paused 3ms+2ms
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] 2.run: Loaded library for account: [1vAT9FFc0-gl0Cxwh74TN
OVoHFM]
D/Finsky ( 4727): [1] 2.run: Finished loading 1 libraries.
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] 1.onPostExecute: Attempt recovery of content://downloads/my_downloads/433 200
D/Finsky ( 4727): [1] 1.onPostExecute: Releasing content://downloads/my_downloads/433 200
D/Finsky ( 4727): [1] UpdateWidgetsReceiver.onReceive: Updated 0 MarketWidgetProvider widgets (com.google.android.finsky.action.DFE_API_CONTEXT_CHANGED)
D/Finsky ( 4727): [1] UpdateWidgetsReceiver.onReceive: Updated 0 RecommendedWidgetProvider widgets (com.google.android.finsky.action.DFE_API_CONTEXT_CHANGED)
D/Finsky ( 4727): [1] UpdateWidgetsReceiver.onReceive: Updated 0 NowPlayingWidgetProvider widgets (com.google.android.finsky.action.DFE_API_CONTEXT_CHANGED)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/libEGL ( 4727): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 4727): loaded /system/lib/egl/libGLESv1_CM_tegra.so
E/Sensors ( 144): MLUpdateData error (code 26)
D/libEGL ( 4727): loaded /system/lib/egl/libGLESv2_tegra.so
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/OpenGLRenderer( 4727): Enabling debug mode 0
E/Sensors ( 144): MLUpdateData error (code 26)
I/dalvikvm( 4727): Could not find method android.appwidget.AppWidgetManager.getAppWidgetOptions, referenced from method com.google.android.finsky.widget.BaseWidgetProvider.getBoundingBoxes
W/dalvikvm( 4727): VFY: unable to resolve virtual method 231: Landroid/appwidget/AppWidgetManager;.getAppWidgetOptions (I)Landroid/os/Bundle;
D/dalvikvm( 4727): VFY: replacing opcode 0x6e at 0x0033
D/dalvikvm( 4727): GC_CONCURRENT freed 347K, 6% free 7118K/7559K, paused 3ms+3ms
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DownloadImpl.setState: self-update-download from null toUNQUEUED.
D/Finsky ( 4727): [1] DownloadQueueImpl.add: Download self-update-download added to DownloadQueue
D/Finsky ( 4727): [1] DownloadImpl.setState: self-update-download from UNQUEUED to QUEUED.E/dalvikvm( 4727): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.callInstallEncrypted
W/dalvikvm( 4727): VFY: unable to resolve check-cast 79 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 4727): VFY: replacing opcode 0x1f at 0x000a
E/dalvikvm( 4727): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.generateEncryptionParams
W/dalvikvm( 4727): VFY: unable to resolve new-instance 79 (Landroid/content/pm/C
ontainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 4727): VFY: replacing opcode 0x22 at 0x01eb
D/dalvikvm( 4727): DexOpt: unable to opt direct call 0x015a at 0x1ed in Lcom/google/android/finsky/utils/PackageManagerUtils;.generateEncryptionParams
I/installd( 86): free_cache(0) avail 12894990336
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityManager( 144): Displayed com.android.vending/.AssetBrowserActivity: +834ms
D/Finsky ( 4727): [1] DownloadQueueImpl.startDownload: Download self-update-download starting
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DownloadImpl.setState: self-update-download from QUEUED to DOWNLOADING.
D/Finsky ( 4727): [1] DownloadQueueImpl.notifyProgress: self-update-download: onProgress 0/-1 Status: 190.
D/Finsky ( 4727): [1] DownloadQueueImpl.onStart: self-update-download: onStart
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4727): GC_CONCURRENT freed 297K, 5% free 7262K/7623K, paused 2ms+3ms
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DownloadQueueImpl.notifyProgress: self-update-download: onProgress 0/-1 Status: 192.
I/DownloadManager( 4530): Initiating request for download 434
E/Sensors ( 144): MLUpdateData error (code 26)
E/Volley ( 4727): [534] BasicNetwork.performRequest: Unexpected response code 500 forhttps://android.clients.google.com/fdfe/toc
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4530): GC_CONCURRENT freed 342K, 6% free 6753K/7175K, paused 2ms+2ms
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] 8.onClick: b/5160617 : Reinitialize account [1vAT9FFc0-gl0Cxwh74TNOVoHFM] on retry button click
D/Volley ( 4727): [533] DiskBasedCache.clear: Cache cleared.
D/Volley ( 4727): [537] DiskBasedCache.clear: Cache cleared.
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 144): GC_EXPLICIT freed 1241K, 22% free 11309K/14407K, paused 4ms+9ms
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping self-update check as there is an update already queued.
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Volley ( 4727): [534] BasicNetwork.performRequest: Unexpected response code 500 forhttps://android.clients.google.com/fdfe/toc
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityManager( 144): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity bnds=[592,842][688,938]} from pid 401
D/dalvikvm( 401): GC_CONCURRENT freed 574K, 39% free 8831K/14279K, paused 5ms+6ms
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityManager( 144): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=4727 uid=10007 gids={3003, 1015}
D/OpenGLRenderer( 401): Flushing caches (mode 1)
D/OpenGLRenderer( 401): Flushing caches (mode 0)
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityThread( 4727): Pub com.google.android.finsky.QSBSuggestionsProvider2:com.google.android.finsky.providers.QSBSuggestionsProvider
I/ActivityThread( 4727): Pub com.google.android.finsky.AppIconProvider: com.google.android.finsky.providers.AppIconProvider
I/ActivityThread( 4727): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4727): GC_CONCURRENT freed 191K, 4% free 6787K/7047K, paused 3ms+3ms
D/dalvikvm( 4727): DexOpt: couldn't find field Landroid/app/Notification;.priority
W/dalvikvm( 4727): VFY: unable to resolve instance field 53
D/dalvikvm( 4727): VFY: replacing opcode 0x59 at 0x004a
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene.
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4727): GC_CONCURRENT freed 284K, 5% free 7001K/7367K, paused 3ms+2ms
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] 2.run: Loaded library for account: [1vAT9FFc0-gl0Cxwh74TN
OVoHFM]
D/Finsky ( 4727): [1] 2.run: Finished loading 1 libraries.
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] 1.onPostExecute: Attempt recovery of content://downloads/my_downloads/433 200
D/Finsky ( 4727): [1] 1.onPostExecute: Releasing content://downloads/my_downloads/433 200
D/Finsky ( 4727): [1] UpdateWidgetsReceiver.onReceive: Updated 0 MarketWidgetProvider widgets (com.google.android.finsky.action.DFE_API_CONTEXT_CHANGED)
D/Finsky ( 4727): [1] UpdateWidgetsReceiver.onReceive: Updated 0 RecommendedWidgetProvider widgets (com.google.android.finsky.action.DFE_API_CONTEXT_CHANGED)
D/Finsky ( 4727): [1] UpdateWidgetsReceiver.onReceive: Updated 0 NowPlayingWidgetProvider widgets (com.google.android.finsky.action.DFE_API_CONTEXT_CHANGED)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/libEGL ( 4727): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 4727): loaded /system/lib/egl/libGLESv1_CM_tegra.so
E/Sensors ( 144): MLUpdateData error (code 26)
D/libEGL ( 4727): loaded /system/lib/egl/libGLESv2_tegra.so
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/OpenGLRenderer( 4727): Enabling debug mode 0
E/Sensors ( 144): MLUpdateData error (code 26)
I/dalvikvm( 4727): Could not find method android.appwidget.AppWidgetManager.getAppWidgetOptions, referenced from method com.google.android.finsky.widget.BaseWidgetProvider.getBoundingBoxes
W/dalvikvm( 4727): VFY: unable to resolve virtual method 231: Landroid/appwidget/AppWidgetManager;.getAppWidgetOptions (I)Landroid/os/Bundle;
D/dalvikvm( 4727): VFY: replacing opcode 0x6e at 0x0033
D/dalvikvm( 4727): GC_CONCURRENT freed 347K, 6% free 7118K/7559K, paused 3ms+3ms
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DownloadImpl.setState: self-update-download from null toUNQUEUED.
D/Finsky ( 4727): [1] DownloadQueueImpl.add: Download self-update-download added to DownloadQueue
D/Finsky ( 4727): [1] DownloadImpl.setState: self-update-download from UNQUEUED to QUEUED.E/dalvikvm( 4727): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.callInstallEncrypted
W/dalvikvm( 4727): VFY: unable to resolve check-cast 79 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 4727): VFY: replacing opcode 0x1f at 0x000a
E/dalvikvm( 4727): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.generateEncryptionParams
W/dalvikvm( 4727): VFY: unable to resolve new-instance 79 (Landroid/content/pm/C
ontainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 4727): VFY: replacing opcode 0x22 at 0x01eb
D/dalvikvm( 4727): DexOpt: unable to opt direct call 0x015a at 0x1ed in Lcom/google/android/finsky/utils/PackageManagerUtils;.generateEncryptionParams
I/installd( 86): free_cache(0) avail 12894990336
E/Sensors ( 144): MLUpdateData error (code 26)
I/ActivityManager( 144): Displayed com.android.vending/.AssetBrowserActivity: +834ms
D/Finsky ( 4727): [1] DownloadQueueImpl.startDownload: Download self-update-download starting
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DownloadImpl.setState: self-update-download from QUEUED to DOWNLOADING.
D/Finsky ( 4727): [1] DownloadQueueImpl.notifyProgress: self-update-download: onProgress 0/-1 Status: 190.
D/Finsky ( 4727): [1] DownloadQueueImpl.onStart: self-update-download: onStart
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4727): GC_CONCURRENT freed 297K, 5% free 7262K/7623K, paused 2ms+3ms
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] DownloadQueueImpl.notifyProgress: self-update-download: onProgress 0/-1 Status: 192.
I/DownloadManager( 4530): Initiating request for download 434
E/Sensors ( 144): MLUpdateData error (code 26)
E/Volley ( 4727): [534] BasicNetwork.performRequest: Unexpected response code 500 for
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 4530): GC_CONCURRENT freed 342K, 6% free 6753K/7175K, paused 2ms+2ms
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] 8.onClick:
D/Volley ( 4727): [533] DiskBasedCache.clear: Cache cleared.
D/Volley ( 4727): [537] DiskBasedCache.clear: Cache cleared.
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/dalvikvm( 144): GC_EXPLICIT freed 1241K, 22% free 11309K/14407K, paused 4ms+9ms
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
D/Finsky ( 4727): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping self-update check as there is an update already queued.
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Volley ( 4727): [534] BasicNetwork.performRequest: Unexpected response code 500 for
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
E/Sensors ( 144): MLUpdateData error (code 26)
ts...@gmail.com <ts...@gmail.com> #113
[Comment deleted]
ts...@gmail.com <ts...@gmail.com> #114
Just in case I attached the adb Bugreport log from an Acer Iconia A500 running Icecream Sandwich 4.0.3.
ga...@gmail.com <ga...@gmail.com> #115
Same problem
Puerto Rico
@galaxys2latino
Puerto Rico
@galaxys2latino
jo...@gmail.com <jo...@gmail.com> #116
Same Issue on Xoom US version but right now located on Puerto Rico
jo...@gmail.com <jo...@gmail.com> #117
I have test several devices from Carriers from Puerto Rico and all are presenting this issue. Devices are requesting updates for App's but can't Access Market.
su...@gmail.com <su...@gmail.com> #118
I have the same problem with the error (DF-DFERH-01). I can't access the Play Store, my devices are Galaxy Nexus with Android 4.1.1, Nexus 7 with Android 4.1.1, Samsung Galaxy Tab 2 7.0 with Android 4.0.4, and Acer Iconia A100 with Android 4.0.3
I can't access the Play Store through neither Wifi or 4G.
I can't access the Play Store through neither Wifi or 4G.
jo...@gmail.com <jo...@gmail.com> #119
Same problem here! Galaxy S3 from ClaroPR. Android Version 4.0.4
sp...@gmail.com <sp...@gmail.com> #120
I am having this same problem and error, however I am from Grenada and having the problem with my Nexus S, Nexus 1, Galaxy Tab 8.9 and HTC Flyer. The Nexus S runs 4.1.1 Jellybean, the Nexus 1 is on 2.3.6, the Galaxy tab and Flyer are both on Honeycomb. None are rooted. All are stock.
Problem is on wifi networks with the tablets (both wifi only) on both ISPs Cable & Wireless (LIME) and FLOW. On the phones problem occurs on wifi and edge/gprs.
Problem is on wifi networks with the tablets (both wifi only) on both ISPs Cable & Wireless (LIME) and FLOW. On the phones problem occurs on wifi and edge/gprs.
al...@gmail.com <al...@gmail.com> #121
Hey guys, I got the same issue with my galaxy s2 from claro puerto rico, I found a solution, this only apply to Root users, download the Market Enabler, then choose T-mobile USA and google play should work fine.
ra...@gmail.com <ra...@gmail.com> #122
I get the same error in the USA as well
da...@gmail.com <da...@gmail.com> #123
[Comment deleted]
da...@gmail.com <da...@gmail.com> #124
This is from Guernsey, Channel Islands, UK.
Iam also having this problem on my fusion5 tablet running ics and via the website. My daughter is also experiencing the error on her Archos 10 g9 also running ics. However my htc wildfire s running gingerbread is unaffected.
Iam also having this problem on my fusion5 tablet running ics and via the website. My daughter is also experiencing the error on her Archos 10 g9 also running ics. However my htc wildfire s running gingerbread is unaffected.
jo...@gmail.com <jo...@gmail.com> #125
Same problem also on Asus Nexus7 Jelly Bean 4.1.1 and Motorola Razr from ClaroPR Android version 2.3.5
ya...@gmail.com <ya...@gmail.com> #126
I have a droid motorola rzr xt910 and have that same problem when trying to enter google play what can i do? This since yesterday please help
da...@gmail.com <da...@gmail.com> #127
Having the same issue in my Galaxy Tab 8.9 (GT-P7310 Wi-Fi unit). Located in Puerto Rico. I can no longer access the Play Store, yet it still notifies for app updates. Web store updating works, but the Play Store is inaccessible in the device. I've already factory reset the device and the error persists. Please fix.
ca...@gmail.com <ca...@gmail.com> #128
Google Nexus 7... running Jellybean... havent been able to access the play store since since yesterday... it sucks!!!
da...@gmail.com <da...@gmail.com> #129
Having the same issue. Im from PR and my service provider is Openmobile. And i have my sony tablet s in wifi and have the issue too. Please someone help us.
ho...@gmail.com <ho...@gmail.com> #130
Same problem here, Isle Of Man
sa...@securegatesinc.com <sa...@securegatesinc.com> #131
I am having the same problem on a Google nexus s with android 4.1.1
je...@gmail.com <je...@gmail.com> #132
Received my Nexus 7 today and cannot connect to the play store either.
cm...@gmail.com <cm...@gmail.com> #133
Im from PR, having the same problem on my acer iconia a500 running jellybean
jr...@gmail.com <jr...@gmail.com> #134
Same problem
en...@gmail.com <en...@gmail.com> #135
Same problem on my samsung galaxys3
fo...@gmail.com <fo...@gmail.com> #136
Google fix the problem. At 10:30 p.m. asus transformer tf101 play Store work!!!!
jr...@gmail.com <jr...@gmail.com> #137
I confirm, already working in my nexus 7.
y....@gmail.com <y....@gmail.com> #138
I have a samsung galaxy s3 with that problem in puerto rico with the operator claro
pa...@gmail.com <pa...@gmail.com> #139
It's working again in Guam on my Nexus 7
ma...@gmail.com <ma...@gmail.com> #140
It fixed now galaxy s3 and transformer tf300 up again thanks all for the coments
jo...@confideo.co.uk <jo...@confideo.co.uk> #141
Still not working in the Isle of Man - Nexus 7
x....@gmail.com <x....@gmail.com> #142
Also still not working, Isle of Man... Asus Eee Pad Slider SL101 Android version 4.0.3
ro...@gmail.com <ro...@gmail.com> #143
Google Play not working in the Isle of Man. Samsung Galaxy Tab 10.1 Android 3.2.
jo...@gmail.com <jo...@gmail.com> #144
Not working in isle of man. Maybe this is to do with smaller territories / losing access rights that they should have like their parent territory (Puerto Rico, channel islands, isle of man.) This should be an easy fix for Google but they only care about the massive millions not the little guys
pa...@gmail.com <pa...@gmail.com> #145
I have to agree with jonson's Comment #144 ; although it works again here on Guam; Google Play is crippled here with only access to the Apps. Never even got my $25 Google Play credit when I bought the Nexus 7 over at Gamestop here. All they need to do is add a few IP ranges and it works. Netflix and Hulu did it, why can't they?
jo...@confideo.co.uk <jo...@confideo.co.uk> #146
Agree with #144. Bought mine in the Isle of Man, no Google Play credit and now no access to Apps either.
ho...@gmail.com <ho...@gmail.com> #147
Still not working in the Isle of Man, I recall having a similar problem with Xbox a couple of years ago and a roll out of one of the COD series, we were one of the last then too! 3 days ago it was working fine. The work around is to just use your browser to access apps, if you click on my apps, they will still all be there.
co...@gmail.com <co...@gmail.com> #148
It's working again in Puerto Rico!
sa...@gmail.com <sa...@gmail.com> #149
ITS WORKING IN PR. SINCE THIS MORNING.........WEPAAAAAA,....!! THANKS GOOGLE SERVERS
gr...@gmail.com <gr...@gmail.com> #150
its not working here in st lucia.
ju...@gmail.com <ju...@gmail.com> #151
No problems here using Galaxy S3 Att.
ju...@gmail.com <ju...@gmail.com> #152
Mine never went down in the first place.
sc...@gmail.com <sc...@gmail.com> #153
Another nexus 7 user in the Isle of Man having the same issue - error while retrieving information from server [DF-DFERH-01]
gr...@gmail.com <gr...@gmail.com> #154
Its down in St.Kitts :< 7 days now... Sony Xperia S ICS
ju...@gmail.com <ju...@gmail.com> #155
Still not on in the IOM
na...@gmail.com <na...@gmail.com> #156
Same problem, nexus s, android 4.0.4. im in grenada
pr...@gmail.com <pr...@gmail.com> #157
Hola amigos soy de Guaynabo PR tengo una motorola xoom wifi ttablet tuve el problema del HF-HFERH-01 y se como repararlo.
Primero go aplications click all aplications find google play store y borra el cache y inabilitalo, luego busca en la lista de todas las aplicaciones y manualmente vas a borrar todo el cache de todas las aplicaciones,emails,sistema operativo en fin todo, luego activa el google play store.
Siguiente ve a cuentas por sincronizar busca el email que esta sincronizado a tu tablet y desvicuncalo y dale refresh y luego vincula lacuenta nuevamente dale refresh varias veces. Recuerda no tengas 2 emails de gmail en tu cuenta solo ten uno. Ve a google play store le das continuar y ready ya tienes de vuelta el google play store, espero sea de ayuda. Saludos Nestor Perez Guaynabo PR
Primero go aplications click all aplications find google play store y borra el cache y inabilitalo, luego busca en la lista de todas las aplicaciones y manualmente vas a borrar todo el cache de todas las aplicaciones,emails,sistema operativo en fin todo, luego activa el google play store.
Siguiente ve a cuentas por sincronizar busca el email que esta sincronizado a tu tablet y desvicuncalo y dale refresh y luego vincula lacuenta nuevamente dale refresh varias veces. Recuerda no tengas 2 emails de gmail en tu cuenta solo ten uno. Ve a google play store le das continuar y ready ya tienes de vuelta el google play store, espero sea de ayuda. Saludos Nestor Perez Guaynabo PR
pr...@gmail.com <pr...@gmail.com> #158
Amigos es facil lo voy hacer mas facil por pasos:
Primero vas a settings a configuraciones, en configuraciones vas a aplicaciones en aplicaciones marcas todas arriba y vas a busca google play store borras todo el cache y desactivas actualizaciones, luego buscas otra aplicacion relacionada con google borras cache y desactivas aplicaciones.
Siguiente paso borrar cache de todas aplicaciones de la tablet,emails,todo lo que veas en aplicaciones tiene que estar cero cache.
Siguiente paso: ir z sincronizacion de cuentas desvincular el email de la cuenta de gmail google y dar refresh varias veces, luego de eso y dar refresh a tu cuenta asegurate no tener 2 emails o mas en tu sincronizacion solo el email de tu tableta. Siguiente clikeas el logo de google play store y te aparecera un boton de aceptar y continuar y volvera a su estado original y luego se abrira el google play store. Cualquier duda me pueden escribir soy tecnico en PR . buen dia Nestor Perez
Primero vas a settings a configuraciones, en configuraciones vas a aplicaciones en aplicaciones marcas todas arriba y vas a busca google play store borras todo el cache y desactivas actualizaciones, luego buscas otra aplicacion relacionada con google borras cache y desactivas aplicaciones.
Siguiente paso borrar cache de todas aplicaciones de la tablet,emails,todo lo que veas en aplicaciones tiene que estar cero cache.
Siguiente paso: ir z sincronizacion de cuentas desvincular el email de la cuenta de gmail google y dar refresh varias veces, luego de eso y dar refresh a tu cuenta asegurate no tener 2 emails o mas en tu sincronizacion solo el email de tu tableta. Siguiente clikeas el logo de google play store y te aparecera un boton de aceptar y continuar y volvera a su estado original y luego se abrira el google play store. Cualquier duda me pueden escribir soy tecnico en PR . buen dia Nestor Perez
ca...@gmail.com <ca...@gmail.com> #159
not working on the isle of man. bah!
jo...@gmail.com <jo...@gmail.com> #160
Working now on isle of man. Nexus 7
da...@outlook.com <da...@outlook.com> #161
In Timor-Leste I still cannot access Google Play, but the error has now changed to 'Error while retrieving information from server. [DF-CC-01]
rk...@gmail.com <rk...@gmail.com> #162
Working now in Isle of Man on Acer Aconia A500
ho...@gmail.com <ho...@gmail.com> #163
Yes, now working in Isle of Man Yuandao N90
al...@gmail.com <al...@gmail.com> #164
Mine stopped working 4days ago on my Asus tf101 but now working ok today in the Isle of Man
db...@gmail.com <db...@gmail.com> #165
Desde el viernes pasado alrededor de las 11:00pm, ya por lo menos en la RED de Claro hay accesso al market (PLAY) de Android .......
Segun informacion recopilada via internet, Google dentro de sus problemas de "updates" en diferentes partes a nivel Global fue incorporando geograficamente la entrada a sus servidores de diferentes paises y me explico:
Si su proveedor de servicio celular con plan de data tiene su servidor(el IP)en P.R., Google geograficamente no lo tenia en su lista (geograficamente hablando), Google fue poco a poco re-instalando las areas geograficas de accesso hacia E.U., por esa razon no habia accesso al market.
Yo realize el ejercicio de sacar el "chip" de mi celular y conectarme via "wireless"
por un proveedor el cual sale de P.R. hacia un servidor con una direccion (IP) en E.U. y el market funciono. Una vez Google vuelve a incorporar geograficamente el rango de IP's del area geografica de P.R., el servicio volvio a la normalidad.
Al menos que yo sepa dicha averia de este servicio duro mas de 72:00 hrs.
Pero NO he visto algun argumento de Google con lo sucedido......
Segun informacion recopilada via internet, Google dentro de sus problemas de "updates" en diferentes partes a nivel Global fue incorporando geograficamente la entrada a sus servidores de diferentes paises y me explico:
Si su proveedor de servicio celular con plan de data tiene su servidor(el IP)en P.R., Google geograficamente no lo tenia en su lista (geograficamente hablando), Google fue poco a poco re-instalando las areas geograficas de accesso hacia E.U., por esa razon no habia accesso al market.
Yo realize el ejercicio de sacar el "chip" de mi celular y conectarme via "wireless"
por un proveedor el cual sale de P.R. hacia un servidor con una direccion (IP) en E.U. y el market funciono. Una vez Google vuelve a incorporar geograficamente el rango de IP's del area geografica de P.R., el servicio volvio a la normalidad.
Al menos que yo sepa dicha averia de este servicio duro mas de 72:00 hrs.
Pero NO he visto algun argumento de Google con lo sucedido......
da...@outlook.com <da...@outlook.com> #166
Today finally Google Play is working fully with a Timor-Leste Timor Telecom SIM.
ma...@gmail.com <ma...@gmail.com> #167
There is still an ongoing issue on the Isle of Man. Whilst the play store did start working on 31st July, it only allows you to access free applications. You cannot complete any cash transactions.
This is only affecting my Nexus 7, other android devices including Samsung Nexus phone (same OS) are working perfectly.
This is only affecting my Nexus 7, other android devices including Samsung Nexus phone (same OS) are working perfectly.
ch...@gmail.com <ch...@gmail.com> #168
I am in the isle of man and having the same issues, no free credit and only basic free apps on app store, amazon app store works fine though but not much on there.
ch...@gmail.com <ch...@gmail.com> #169
Google are looking into this for me allegedly but so far I have had to open 3 seperate email comms with 3 seperate departments and usually have to wait 24 hours for replies from them so not holding out any hope on it being fixed anytime soon
ch...@gmail.com <ch...@gmail.com> #170
'Hello Chris,
Thanks for writing us back. Please try this number to get into contact
with Money Network:
1-888-913-0900
If you have any additional questions, please reply to this email and I'll
be happy to help.
Sincerely,
Mercede
The Google Wallet Team'
This was one reply but I didn't fancy paying 60p a minute ringing someone who probably couldn't help.
Thanks for writing us back. Please try this number to get into contact
with Money Network:
1-888-913-0900
If you have any additional questions, please reply to this email and I'll
be happy to help.
Sincerely,
Mercede
The Google Wallet Team'
This was one reply but I didn't fancy paying 60p a minute ringing someone who probably couldn't help.
qe...@gmail.com <qe...@gmail.com> #171
I have this error ,try any more method but can't solve it.
ge...@gmail.com <ge...@gmail.com> #172
I have an Asus tf300 running jellybean and having the same error
ja...@gmail.com <ja...@gmail.com> #173
same error on tf-101 Asus and on Sony xperia go. living in juneau ak us. There on not any problems with the Samsung galaxy note or galaxy tab 2 10.1. I hope that this gets fixed soon.
ga...@gmail.com <ga...@gmail.com> #174
I just started getting this problem today on my Verizon SGS III, It's pretty annoying.
ti...@gmail.com <ti...@gmail.com> #175
Heads up, happening from .au now with a Nexus 7 in debug mode, testing the "Dungeons" in-app demo. Was working perfectly yesterday.
Interesting, LogCat seems to be spitting out all the correct info (as if the purchase goes through) but the error appears on screen.
Interesting, LogCat seems to be spitting out all the correct info (as if the purchase goes through) but the error appears on screen.
ni...@gmail.com <ni...@gmail.com> #176
Same problem here. I'm in Japan, testing with the "Dungeons" in-app demo on GT-N7000 running Android 4.0.4.
It happens at the "Authorizing payment" step when I try to buy the test items android.test.purchased and android.test.refunded.
The purchase flow still goes through normally (I get IN_APP_NOTIFY and PURCHASE_STATE_CHANGED with the correct purchase info), but after that I get the RESPONSE_CODE for the purchase REQUEST_PURCHASE with response code 6.
This was all working fine last week.
It happens at the "Authorizing payment" step when I try to buy the test items android.test.purchased and android.test.refunded.
The purchase flow still goes through normally (I get IN_APP_NOTIFY and PURCHASE_STATE_CHANGED with the correct purchase info), but after that I get the RESPONSE_CODE for the purchase REQUEST_PURCHASE with response code 6.
This was all working fine last week.
ri...@gmail.com <ri...@gmail.com> #177
confirmed, happening to me too in Aus
dm...@gmail.com <dm...@gmail.com> #178
I am getting the same error on my Galaxy Nexus 4.1, starting last night. In Chicago, USA
su...@gmail.com <su...@gmail.com> #179
We also had the same issue with Motorola Xoom, Motorola Droid Razr, Galaxy Ace and Xperia Ray. Location:India. Any from Google should answer a suitable solution immediately or the cause for the issue.
[Deleted User] <[Deleted User]> #180
[Comment deleted]
be...@gmail.com <be...@gmail.com> #181
[Comment deleted]
be...@gmail.com <be...@gmail.com> #182
Same problem here in France. Happens on every device we use for our development (Galaxy S 2, HTC One, HTC Wildfire S, Asus Transformer).
Please, we really need this to be fixed ASAP, as one of our client is waiting for the in app billing functionality to be delivered...
Please, we really need this to be fixed ASAP, as one of our client is waiting for the in app billing functionality to be delivered...
al...@gmail.com <al...@gmail.com> #183
Same problem in Russia. Trying from Samsung SII and HTC Legend.
ya...@outblaze.com <ya...@outblaze.com> #184
Encountered in Hong Kong. Tested on Samsung Galaxy S3 (i9300) and Samsung Galaxy S2 (SGH-i727)
sh...@googlemail.com <sh...@googlemail.com> #185
Same here in Jersey, Channel Islands...My Reccomendation buy the Kindle Fire HD, you don't get this problem of location!
p....@gmail.com <p....@gmail.com> #186
I am from india... is the issue still persisting or has been resolved???
co...@synaion.com <co...@synaion.com> #187
[Comment deleted]
co...@synaion.com <co...@synaion.com> #188
[Comment deleted]
co...@synaion.com <co...@synaion.com> #189
[Comment deleted]
th...@gmail.com <th...@gmail.com> #190
Hi everyone. So I experienced the same problem testing the static responses these last few days. I decided to ignore them and go ahead and test real products (I was able to do this since my app already had live versions published, without In-app purchases of course). Testing real products did work however.
After reading the IAP Testing guide (http://developer.android.com/guide/google/play/billing/billing_testing.html#billing-testing-static ) I came across a quote:
"Note: Making in-app billing requests with the reserved product IDs overrides the usual Google Play production system. When you send an in-app billing request for a reserved product ID, the quality of service will not be comparable to the production environment."
So it seems something is indeed wrong with the static response service, but this does not reflect the conditions of the actual Play Store. I can vouch for this because my now updated and live App has IAP working without problems. So if you're having this problem, test real products if you can; it will probably work for you.
After reading the IAP Testing guide (
"Note: Making in-app billing requests with the reserved product IDs overrides the usual Google Play production system. When you send an in-app billing request for a reserved product ID, the quality of service will not be comparable to the production environment."
So it seems something is indeed wrong with the static response service, but this does not reflect the conditions of the actual Play Store. I can vouch for this because my now updated and live App has IAP working without problems. So if you're having this problem, test real products if you can; it will probably work for you.
kl...@gmail.com <kl...@gmail.com> #191
Same for me in Berlin, Germany.
ni...@gmail.com <ni...@gmail.com> #192
I confirm that there was no problem when testing with the actual product ID instead of the static response test items. Tested in Japan.
me...@gmail.com <me...@gmail.com> #193
[Comment deleted]
me...@gmail.com <me...@gmail.com> #194
Same problem. my device HTC Desire HD with stock. Pakistan
sk...@gmail.com <sk...@gmail.com> #195
Same in Prague, CZ
hr...@gmail.com <hr...@gmail.com> #196
Same problem on Nexus 7 android v4.1.2, country Latvia.
sa...@gmail.com <sa...@gmail.com> #197
Same problem on HTC DHD ice cold sandwich and Samsung Galaxy SII stock when testing with "android.test.purchased" static response in UK today.
dj...@hotmail.com <dj...@hotmail.com> #198
I just got a nexus 7 and since the jellybean 4.2 update I have had issues with the WiFi turning off and the 500 error. I'm in england, UK. I'm hoping its a android issue and not my tablet is faulty
Gt
Gt
dj...@hotmail.com <dj...@hotmail.com> #199
I just got a nexus 7 and since the jellybean 4.2 update I have had issues with the WiFi turning off and the 500 error. I'm in england, UK. I'm hoping its a android issue and not my tablet is faulty
Gt
Gt
ro...@gmail.com <ro...@gmail.com> #200
Verizon Galaxy Nexus, android 4.1.1
sh...@codeforamerica.org <sh...@codeforamerica.org> #201
I just got a Nexus 7 and am experiencing the same error when I go to Google Play. I'm using WiFi, and am in San Francisco. Who do we contact to resolve the issue?
rs...@gmail.com <rs...@gmail.com> #202
My Acer A500 has been getting these errors for several days, nearly every app has tried to update and failed. I hope it is fixed soon, glad its not just me.
Rb
Rb
rs...@gmail.com <rs...@gmail.com> #203
My Acer A500 4.06 kernel 2.6.39.4+ has been getting these errors for several days, nearly every app has tried to update and failed. I hope it is fixed soon, glad its not just me. Seems like its preparing to update the os , only the app updates are failing.
Rb
Rb
id...@gmail.com <id...@gmail.com> #204
Hello,
I have a Asus Transformer Pad TF700T, Android version : 4.1.1 and I have this error for several days. I cannot connect to the google play store (version 3.10.10).
MAT
I have a Asus Transformer Pad TF700T, Android version : 4.1.1 and I have this error for several days. I cannot connect to the google play store (version 3.10.10).
MAT
tw...@gmail.com <tw...@gmail.com> #205
Same issue (DF-DFERH-01). Just updated both my Asus transformer pad TF700T to android 4.1.1.
Tried wiping cache. taking out account and putting it back in.
updated manually to google play store 3.10.10 did nothing to solve it. My other Asus Tf700T I just leave alone and do factory updates and also gives me the same error, all my phones HTC and Samsung can get in the store w/o error. Please assist in a timely manner this is work, all my employees have the same problem.
Tried wiping cache. taking out account and putting it back in.
updated manually to google play store 3.10.10 did nothing to solve it. My other Asus Tf700T I just leave alone and do factory updates and also gives me the same error, all my phones HTC and Samsung can get in the store w/o error. Please assist in a timely manner this is work, all my employees have the same problem.
ge...@gmail.com <ge...@gmail.com> #206
Got a Flytouch with 4.0.3 That worked just fine till yesterday.
Now I also get DF-DFERH-01
Strange thing is, when I go to play store through the browser on my computer it says "We're sorry, there was an error. Please try again later."
Now I also get DF-DFERH-01
Strange thing is, when I go to play store through the browser on my computer it says "We're sorry, there was an error. Please try again later."
sh...@gmail.com <sh...@gmail.com> #207
The same here with 2 Asus Transformer TF700T, Android : 4.1.1
But no problem with Nexus S Android 4.1.2
And like some with browser : "We're sorry, there was an error. Please try again later."
It becomes a real problem !!!
But no problem with Nexus S Android 4.1.2
And like some with browser : "We're sorry, there was an error. Please try again later."
It becomes a real problem !!!
te...@gmail.com <te...@gmail.com> #208
I have the same, cannot open my playstore...
mb...@gmail.com <mb...@gmail.com> #209
HP touchpad owner in Curacao and can't open play store with error:Error retrieving information from server. [DF-DFERH-01]
on browser computer also unable to open with error: We're sorry, there was an error. Please try again later.
what is going on here?
on browser computer also unable to open with error: We're sorry, there was an error. Please try again later.
what is going on here?
[Deleted User] <[Deleted User]> #210
If this happened on PR and surrounding islands then there can be an issue with the internet provider. There is a backbone from PR to Sint Maarten (where I experience problems).
Are there some wizz kids who knows which ports Google Play is using and if all those ports are open to use?
Are there some wizz kids who knows which ports Google Play is using and if all those ports are open to use?
he...@gmail.com <he...@gmail.com> #211
Same Error on my Nexus 7. Also a resident of Curacao.
I've got the same issues as user of comment 209, also with my web browser.
Waiting anxiously for a fix.
I've got the same issues as user of comment 209, also with my web browser.
Waiting anxiously for a fix.
ke...@gmail.com <ke...@gmail.com> #212
Having same problem on my Samsung tab2 7". But HTC oneX working ok. STRANGE! Im in Curacao
jo...@gmail.com <jo...@gmail.com> #213
Another user from Curacao here on a Samsung galaxy tab 10.1 with android version 4.0.4 with the same error, both with the app and through the browser.
tw...@gmail.com <tw...@gmail.com> #214
my three samsung galaxys work fine my asus 700 tabs all dont work, also in Curacao
do...@gmail.com <do...@gmail.com> #215
I'm also in Curacao. My Galaxy tab 8.9 started acting up. I also did a factory reset to no avail. I cant reach the playstore via the web either. I tried reaching the play store on the web via my iphone using the UTS ADSL router to no avail but then switched it to Digicel 3G and the app store worked fine. Im going to try the tablet on a FLOW connection tomorrow. Will keep everyone posted.
ki...@gmail.com <ki...@gmail.com> #216
From Curacao
i've got an asus tf-300 and i cant connect to the google play store
tried all the tips i could find clearing data going back to older version none of it worked. I still get the "Error retrieving information from server. [DF-DFERH-01}.
I've had this problem for a week maybe more already and it's really frustrating any help PLEASE?
i've got an asus tf-300 and i cant connect to the google play store
tried all the tips i could find clearing data going back to older version none of it worked. I still get the "Error retrieving information from server. [DF-DFERH-01}.
I've had this problem for a week maybe more already and it's really frustrating any help PLEASE?
dr...@gmail.com <dr...@gmail.com> #217
[Comment deleted]
dr...@gmail.com <dr...@gmail.com> #218
Hi fellow curacao residents, I thought I would suprise my family with an android tablet for x-mass, but same thing here. My tablet does not have a sim card so only wireless. Tried to access the play store via FLOW, but same error here. The strange thing is that I can use my samsung android phone on flow and then the play store works just fine!
do...@gmail.com <do...@gmail.com> #219
I ended up installing the apk's directly from the downloaded files. Can't
get everything i need but at less
suprise my family with an android tablet for x-mass, but same thing here.
My tablet does not have a sim card so only wireless. Tried to access the
play store via FLOW, but same error here. The strange thing is that I can
use my samsung android phone on flow and then the play store works just
fine!
get everything i need but at less
suprise my family with an android tablet for x-mass, but same thing here.
My tablet does not have a sim card so only wireless. Tried to access the
play store via FLOW, but same error here. The strange thing is that I can
use my samsung android phone on flow and then the play store works just
fine!
mi...@gmail.com <mi...@gmail.com> #220
My father has the same issue on his Galaxy S1. However my S2 works fine, both over WIFi (UTS) and mobile data (Digicel). I am from Curaçao. Feel free to contact me for further info.
nw...@gmail.com <nw...@gmail.com> #221
[Comment deleted]
nw...@gmail.com <nw...@gmail.com> #222
Same error message here on Curacao. Device: Samsung tab 2.0 7inch. Andriod version 4.1.1 Model GT-P3110. Brand new device and I cannot access Google Play.
sl...@gmail.com <sl...@gmail.com> #223
fellow (temporary user from Curaçao here as well. i experience this with all my wi-fi devices, but my Galaxy Nexus on Digicel works fine on wi-fi and on celular.
anybody have any ideas, I'm of the opinion that it might be a protocol block, but others think that the playstore has just been closed for us. I see no reason for that.
anybody have any ideas, I'm of the opinion that it might be a protocol block, but others think that the playstore has just been closed for us. I see no reason for that.
mb...@gmail.com <mb...@gmail.com> #224
HP touchpad modded with CM10 jelly bean 4.1.2 in Curacao still error retrieving information from server. [DF-DFERH-01].
also all my computers on same wifi (FLOW) give "We're sorry, there was an error. Please try again later.".
there must be a type of block or routing to wrong servers. I did a tracert in terminal onplay.google.com/store and ended up somewhere in germany with strange IP adress 62.116.181.25(looks wrong to me)
tracert onplay.google.com only ends up in USA with one of the google IP adresses (74.125.229.225)
but try to reach only inplay.google.com will not work (I suspect FLOW in Curacao blocking the google play servers, I can't prove but tracert in terminal give an indication something is wrong.
also all my computers on same wifi (FLOW) give "We're sorry, there was an error. Please try again later.".
there must be a type of block or routing to wrong servers. I did a tracert in terminal on
tracert on
but try to reach only in
bo...@gmail.com <bo...@gmail.com> #225
In Curacao same problem at UTS ISP and several users.[DF-DFERH-01]
ti...@gmail.com <ti...@gmail.com> #226
Same problem with andriod samsung galaxy tab please resolve this issue fast
de...@gmail.com <de...@gmail.com> #227
For everyone living on curacao, it seems Google is blocking us from entering app store. I found an easy fix.
1. Root your device (really easy,Google it)
2. Go on internet browser and Google "market unlocker".
3. Click first link, download the app (you may need to change settings to allow your device from installing third party apps.
4. Click on settings list,click on (us) t-mobile hold finger on it till it opens new menu.
5.click on "fake this provider now"
6. Play store should work now
Please note: you need to follow step 4 and 5 every time you restart device
1. Root your device (really easy,Google it)
2. Go on internet browser and Google "market unlocker".
3. Click first link, download the app (you may need to change settings to allow your device from installing third party apps.
4. Click on settings list,click on (us) t-mobile hold finger on it till it opens new menu.
5.click on "fake this provider now"
6. Play store should work now
Please note: you need to follow step 4 and 5 every time you restart device
de...@gmail.com <de...@gmail.com> #228
mb...@gmail.com <mb...@gmail.com> #229
did what post 227 said, works like a charm, thanks a lot mr. DT
bi...@gmail.com <bi...@gmail.com> #230
And what if you don't want to root your tablet. I'm also in Curacao and cannot access the app or the website of Google Play for a week now. Any other suggestions?
mb...@gmail.com <mb...@gmail.com> #231
@ comment 230: contact your ISP and tell them that they are blocking the play store and that you need that access. iif you get a bad response start a court case against your ISP ( if you have enough assets for this) I don,t have and have my tablet ( hp touchpad) originally with webos now rooted and dual bootable in android as wel so took the plunch and installed the unlock app and works perfectly.
wi...@wksit.com <wi...@wksit.com> #232
[Comment deleted]
wi...@wksit.com <wi...@wksit.com> #233
I do not believe it is the ISP that is blocking since I have a Samsung Galaxy Nexus with v4.2.1 and I can access the Play Store with no problems. With another Samsung Nexus S I have it and it is blocked and it has v4.1.2. I get the the errors [DF-DFERH-01] on the same network. I have a feeling that it is a combination of the device and the version plus location.
wi...@wksit.com <wi...@wksit.com> #234
Strange that Google has not reported this and so many of us are experiencing this.
ib...@gmail.com <ib...@gmail.com> #235
did what 227 said,unfortunatly it is not working on my galaxy tab2 7.0 wifi,from Sint Maarten
ib...@gmail.com <ib...@gmail.com> #236
My other two device Samsung Galaxy S2 and Galaxy GT-B7510L is working just fine trough the same WIFI,and I already contact ISP,and it is not them.
ja...@gmail.com <ja...@gmail.com> #237
I have good news and bad news: I have the same problem in Curacao with my Sony tablet S at Android 4.0.3 5a (latest update) although I do NOT have it on my Samsung Galaxy S phone.
Now the kicker: if you do a VPN viahidemyass.com , then it works ..... so there is a problem with the location and probably NOT with the Android programs or the device.
Now the kicker: if you do a VPN via
he...@gmail.com <he...@gmail.com> #238
Thank you Jacobus (com 237).
I have a question and an observation.
Question:
Is everyone experiencing this problem on UTS, or also on other ISP's ?
Observation:
I'm on UTS at home and have tried accessing the playstore in 4 different ways.
1. On my Google Nexus 7 running Jellybean 4.2.1 - Playstore doesn't work
2. On a Samsung galaxy mini running Froyo 2.2 - Playstore doesn't work
3. On an HTC wildfire running Froyo 2.2 - Playstore WORKS
4. Web browser from my pc - Can't access Playstore (play.google.com )
Once again all devices are on the SAME WiFi network.
This makes me think this issue is not only related to ISP or location but might also be linked to the OS release stack.
The HTC (that works) and the Nexus 7 (that doesn't work) are both European.
I hope this info adds to the solution, and not to the confusion.
Greets,
I have a question and an observation.
Question:
Is everyone experiencing this problem on UTS, or also on other ISP's ?
Observation:
I'm on UTS at home and have tried accessing the playstore in 4 different ways.
1. On my Google Nexus 7 running Jellybean 4.2.1 - Playstore doesn't work
2. On a Samsung galaxy mini running Froyo 2.2 - Playstore doesn't work
3. On an HTC wildfire running Froyo 2.2 - Playstore WORKS
4. Web browser from my pc - Can't access Playstore (
Once again all devices are on the SAME WiFi network.
This makes me think this issue is not only related to ISP or location but might also be linked to the OS release stack.
The HTC (that works) and the Nexus 7 (that doesn't work) are both European.
I hope this info adds to the solution, and not to the confusion.
Greets,
ru...@gmail.com <ru...@gmail.com> #239
A user from St. Maarten here on a Samsung galaxy tab 10.1 with android version 4.0.4 with the same error, both with the app and through the browser. I tried using three ISP and a VPN. Same issue witht the playstore. Any ideas?
il...@gmail.com <il...@gmail.com> #240
[Comment deleted]
bo...@gmail.com <bo...@gmail.com> #241
It may be a problem with the 132 countries authorized by Google.
Curacao is still not listed there. Only as Netherlands Antilles.
A change to .cw in lieu of .an. might be the problem. I also have a recently problems with connecting to Netflix on a Smart TV. Bureau Telecom Curacao should check this and inform Google etc.
Curacao is still not listed there. Only as Netherlands Antilles.
A change to .cw in lieu of .an. might be the problem. I also have a recently problems with connecting to Netflix on a Smart TV. Bureau Telecom Curacao should check this and inform Google etc.
bo...@gmail.com <bo...@gmail.com> #242
When you have a rooted device Android 4.0.4 do the steps as mentioned in above comment #227 but do the following extra step;
Prior to step 4 go to your device settings\apps\Google Playstore and click on FORCESTOP
Then continue with step 4, 5 and 6
Prior to step 4 go to your device settings\apps\Google Playstore and click on FORCESTOP
Then continue with step 4, 5 and 6
th...@gmail.com <th...@gmail.com> #243
Cannot access the Google Play store in St. Maarten on a Samsung Galaxy Tab 2 using Caribserve (UTS) wifi. However, I can access the Play store on my Galaxy Nexus on the same wifi.
or...@gmail.com <or...@gmail.com> #244
Hi there, user from Curacao. When I put in a digicel sim it works from S2 also with wi-fi. But from the tab 2 it doesn't from any wi-fi, though it works with sim perfectly. Any asistance appreciated.
do...@gmail.com <do...@gmail.com> #245
I gave up and sold the tab.
mo...@gmail.com <mo...@gmail.com> #246
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #247
My google play store doesn't open at all for nearly a month now,every time I open it gives a message saying error retrieving information from server(DF-DFERH-01). my phone type is samsung model i9220,android version 4.0.6.
I need my play store to open please.
I need my play store to open please.
ma...@gmail.com <ma...@gmail.com> #248
My google play store doesn't open at all for nearly a month now,every time I open it gives a message saying error retrieving information from server(DF-DFERH-01). my phone type is samsung model i9220,android version 4.0.6.
I need my play store to open please.
I need my play store to open please.
ca...@gmail.com <ca...@gmail.com> #249
I've searched the whole web on this DF-DFERH-01 matter. No clear solution till now, GOOGLE please help on this, thanks.
It works on my SIII but not on the TAB 2 7.0 nor TAB 10.1 WIFI.
It's more the 4 weeks ago I notice this problem. it's really annoying. help!!
It works on my SIII but not on the TAB 2 7.0 nor TAB 10.1 WIFI.
It's more the 4 weeks ago I notice this problem. it's really annoying. help!!
xv...@gmail.com <xv...@gmail.com> #250
Same problem in curacao with my nexus 7. My ISP is UTS. Same problem also when accessing Google play on my computer.
do...@gmail.com <do...@gmail.com> #251
I have the same problem. I use UTS at work and TELEM at home and I can't access the Play Store on either my computer or HP Touch pad (CM9)on either network. Help
jo...@gmail.com <jo...@gmail.com> #252
I have to agree with comment 241. I've done some testing with various VPN's, proxies, carrier proxies and different ISP's. I can only recreate the issue when im using a wifi-only device coming from any local IP. When using any type of proxy or VPN, it works as its supposed to.
I feared this from the start, but more and more results suggest it has to do with our recent country code toss up. Various services have already discontinued the use of Netherlands Antilles and replaced this with Curacao, St. Maarten, etc. I have also needed to submit .cw and .sx as a TLD to various hosting providers, just to be able to use them. Google will have to modify their accepted country list for us to have regular access to the Play Store.
Unfortunately, our political updates and country status dont reach a lot of international companies as fast as we'd like. Hopefully an update to their protocols will be rolled out soon.
I feared this from the start, but more and more results suggest it has to do with our recent country code toss up. Various services have already discontinued the use of Netherlands Antilles and replaced this with Curacao, St. Maarten, etc. I have also needed to submit .cw and .sx as a TLD to various hosting providers, just to be able to use them. Google will have to modify their accepted country list for us to have regular access to the Play Store.
Unfortunately, our political updates and country status dont reach a lot of international companies as fast as we'd like. Hopefully an update to their protocols will be rolled out soon.
he...@gmail.com <he...@gmail.com> #253
Hi all,
The quick work-around using VPN.
This work-around spoofs your IP so it looks like you're located in the US
The upside:
no rooting, only configure VPN and it's (sort-of) free
The downside:
The free VPN service i use rotates passwords every day. This requires you to re-enter a new free password. On the other hand you only need VPN for accessing the playstore and downloading the apps. After they're installed your apps will work fine without the VPN.
If you want a static solution with no password rotation you'll have to pay a few bucks for the service.
1. (First of) Setup a new VPN on your device. For the newer flavors of android you'll find it under Settings> Wireless & Networks> VPN
2. You'll need to enter the info found on this site (or choose another of your own liking)http://getusvpn.com/
That's it...!!
This is also just a work-around. For me it's still unclear WHY we were cutoff from the playstore and I still urge our ISP's, and maybe Bureau Telecom to escalate this issue.
Wishing everybody a good start of 2013.
Greets,
The quick work-around using VPN.
This work-around spoofs your IP so it looks like you're located in the US
The upside:
no rooting, only configure VPN and it's (sort-of) free
The downside:
The free VPN service i use rotates passwords every day. This requires you to re-enter a new free password. On the other hand you only need VPN for accessing the playstore and downloading the apps. After they're installed your apps will work fine without the VPN.
If you want a static solution with no password rotation you'll have to pay a few bucks for the service.
1. (First of) Setup a new VPN on your device. For the newer flavors of android you'll find it under Settings> Wireless & Networks> VPN
2. You'll need to enter the info found on this site (or choose another of your own liking)
That's it...!!
This is also just a work-around. For me it's still unclear WHY we were cutoff from the playstore and I still urge our ISP's, and maybe Bureau Telecom to escalate this issue.
Wishing everybody a good start of 2013.
Greets,
an...@blums.nl <an...@blums.nl> #254
Same error here, also in Curacao.
Filled in the support form @ google play. Referenced this forum. Let's hope they investigate.
Filled in the support form @ google play. Referenced this forum. Let's hope they investigate.
an...@blums.nl <an...@blums.nl> #255
Answer back from google play support: they are aware and working on it.
===========
Hello Andre,
Thanks for this valuable information. We really appreciate it, and it's because of people like you that we can improve the Google Play experience for all users.
We are currently aware of this problem with Android apps on Google Play and are trying to resolve it. This complex issue involves several areas of the Google Play Store app and is not an easy fix, so I don’t have a good estimate on how long it will take us to resolve it. As soon as I have any updates, I’ll be the first to let you know.
I really appreciate you taking the time to let us know about the details of your specific case; each time we hear more details, it helps us make a better solution. I hope that despite this, you will keep using the Google Play Store app and keep sending us valuable feedback when things don’t go as expected.
I’ll be sure to update you as soon as I have more information about this issue, but in the meantime, feel free to contact me if you have any other questions. I’ll be in touch!
Regards,
Roxy
The Google Play Support Team
===========
Hello Andre,
Thanks for this valuable information. We really appreciate it, and it's because of people like you that we can improve the Google Play experience for all users.
We are currently aware of this problem with Android apps on Google Play and are trying to resolve it. This complex issue involves several areas of the Google Play Store app and is not an easy fix, so I don’t have a good estimate on how long it will take us to resolve it. As soon as I have any updates, I’ll be the first to let you know.
I really appreciate you taking the time to let us know about the details of your specific case; each time we hear more details, it helps us make a better solution. I hope that despite this, you will keep using the Google Play Store app and keep sending us valuable feedback when things don’t go as expected.
I’ll be sure to update you as soon as I have more information about this issue, but in the meantime, feel free to contact me if you have any other questions. I’ll be in touch!
Regards,
Roxy
The Google Play Support Team
lo...@gmail.com <lo...@gmail.com> #256
I tried numerous of the posted suggestions on this pager as well as others with no positive result. I have an asus tf300t and yesterday a friend of mine brought his samsung to work with the same issue. here at work, his google play store suddenly worked and today (following his example) I brought mine and yes, it works here as well. I have the same ISP at home and work (my friend does not) and my samsung xcover phone works fine at home, my wife's sony phone also works fine with the google play at home. Still somewhat of a mystery why it does not work at home. For others with the same problem, bring your device to another wifi spot and try it there. If enough people find that it works this way, perhaps google can pinpoint the real problem and fix it
All the best
Pierre
All the best
Pierre
[Deleted User] <[Deleted User]> #257
Greetz to Andre and also thank you to comment 253, you outlined it nicely... it works for a Galaxy Tab 2 in Curacao using UTS as ISP. Only a need for VPN when need to browse or dld from the Play Store, and that's cool.
The Tab was just purchased today so thanks for posting.
And yes, an "old" Galaxy SII phone still displays Play Store just fine on the same wireless connection through UTS.
But they are different versions of both the OS and Play Store, and each of them is suspect on the Tab. Has anyone tried any older versions on the Tab?
I would love to test this but my wife is the happy recipient of Skype now on her new Tab (thanks to getusvpn) and now she's not letting go.
-awe
The Tab was just purchased today so thanks for posting.
And yes, an "old" Galaxy SII phone still displays Play Store just fine on the same wireless connection through UTS.
But they are different versions of both the OS and Play Store, and each of them is suspect on the Tab. Has anyone tried any older versions on the Tab?
I would love to test this but my wife is the happy recipient of Skype now on her new Tab (thanks to getusvpn) and now she's not letting go.
-awe
ro...@gmail.com <ro...@gmail.com> #258
Ihave a android tablet and when I open play store they say. There was a problem with the server df-dferh-01
va...@gmail.com <va...@gmail.com> #259
Hi, same problem in curacao, using uts. On brand new samsung galaxy tablet. My question to google : would you be so kind as to provide an update every now and then on this forum or directly via email (preferred option) on how you are doing solving this and provide some suggestions to those not as computer litterate as some of the great people in the above ( thanks!) on how to patch together some sort of temporary solution? From your posting nr 255 - thanks - i understand it may take a while, so some help trying to work around it in the mean time will be greatly appeciated. It would be a same to let this samsung tablet gather nothing more than dust. Thanks, Susan
ma...@gmail.com <ma...@gmail.com> #260
Hi,
I tried the getusvpn solution but I cannot get it to work. Also in Curaçao. And now that I tried the VPN my internet connection keeps dropping and I cannot connect with my tablet (Acer Iconia A500) at all anymore. Not sure how to proceed.
I tried the getusvpn solution but I cannot get it to work. Also in Curaçao. And now that I tried the VPN my internet connection keeps dropping and I cannot connect with my tablet (Acer Iconia A500) at all anymore. Not sure how to proceed.
dr...@gmail.com <dr...@gmail.com> #261
Same issues as above.
Also from Curacao on UTS.
Strange thing is, that if I use a Flow connection i can get through with no issues whatsoever. Just bought a brand new Nexus 7, but now I have to go through hoops to get my apps :(
Also from Curacao on UTS.
Strange thing is, that if I use a Flow connection i can get through with no issues whatsoever. Just bought a brand new Nexus 7, but now I have to go through hoops to get my apps :(
ma...@gmail.com <ma...@gmail.com> #262
From another forum, someone gave me a link to Superfreevpn.com. It is also a free VPN service. On the website you find the instructions on how to use it, plus the password. What they do not say, is that the password changes every so many hours. You log in, and this connection did work for me, but if your connection gets dropped, if it's been some time after your previous login, you have to go look up the current password and login again. But this one worked for me, and in the early morning it is fairly fast. I could update my apps and access google playstore relatively normally.
va...@gmail.com <va...@gmail.com> #263
Hi, Margo thanx, this is an easy and good link, it seems. I was able to download some apps! GOOGLE staff, note, howevrr, that it does not solve all problems, not even in the short run. Some apps do not like anonymous users and refuse to be installed, stating that 'this app is not compatible with your samsung....'. I expect these apps - eg linkedin, uitzendinggemist (an important app from the netherlands) - have some additional privacy checks, but this is just a guess. So, please google, can you update us on how to solve the main problem, i.e. that several people from e.g. curacao are not able to use their brand new tablet? Do you see a solution? Thank and good weekend!
ma...@gmail.com <ma...@gmail.com> #264
If anonymity is a problem with installing, maybe you could download the apk file (there are a number of sites on the net where this is possible) and then install from it. You would have to give permission to install from other sites (in settings) but that should work. I think my LinkedIn app did update when I connected through VPN. Not 100% sure though.
Good luck. I have heard somewhere, by the way, that the problem is that the new country Curaçao does not (yet?!) appear on their list of "approved countries", whatever that may be. You may also have noted that on many sites the country Curaçao does not appear on lists of countries (for instance when you buy stuff online). When that gets sorted out, we may again have access to things like google playstore.
Good luck. I have heard somewhere, by the way, that the problem is that the new country Curaçao does not (yet?!) appear on their list of "approved countries", whatever that may be. You may also have noted that on many sites the country Curaçao does not appear on lists of countries (for instance when you buy stuff online). When that gets sorted out, we may again have access to things like google playstore.
br...@gmail.com <br...@gmail.com> #265
Same problem UTS on Bonaire
jl...@gmail.com <jl...@gmail.com> #266
I have Droid X on Verizon and I keep getting the error message
Sorry!
The application Google Play Store (process com.android.vending) has stopped unexpectedly. Please try again.
this happens every time I try to access google play and often randomly through out the day.
Sorry!
The application Google Play Store (process com.android.vending) has stopped unexpectedly. Please try again.
this happens every time I try to access google play and often randomly through out the day.
il...@gmail.com <il...@gmail.com> #267
Since a few days Play is back for me (on Curacao ) but the store is completely empty.
ma...@gmail.com <ma...@gmail.com> #268
I noticed that if you click the down arrow (for updates of applications) and then All (instead of Installed) for the list of apps, Apps that have an available update do appear. You can also try another interface to the play store (for example Appbrain) if you have that; then all apps do appear.
I also understand from a friend here that if you login to VPN and do not log out, even if disconnected, play store seems to work. I have not tried this, but it seems worth a try.
I also understand from a friend here that if you login to VPN and do not log out, even if disconnected, play store seems to work. I have not tried this, but it seems worth a try.
no...@gmail.com <no...@gmail.com> #269
Hi,
I'm in St.Maarten, having the same issues.
LG Nexus 4 was working fine, all of a sudden play store is completely empty. Also a galaxy s2, tab 10.1 and tab2. A family member that is visiting from Holland has the same problem on his tablet.
I'm in St.Maarten, having the same issues.
LG Nexus 4 was working fine, all of a sudden play store is completely empty. Also a galaxy s2, tab 10.1 and tab2. A family member that is visiting from Holland has the same problem on his tablet.
rh...@manx.net <rh...@manx.net> #270
same here, brand new galaxy S3 on sure mobile, isle of man. funny though works on my ipad and my friends manx telecom phones. get it together
le...@gmail.com <le...@gmail.com> #271
Same here on Galaxy Nexus running Android 4.2.2
li...@gmail.com <li...@gmail.com> #272
xiaomiM1 CMCC
ma...@gmail.com <ma...@gmail.com> #273
In Australia, trying to get the Japanese Play Store.
Using Japanese VPN, my Japanese Google Account could access the Japanese market
But my Australian account gave this error (DF-DFERH-01)
Adding my Australian Credit Card to my Japanese account gave the same error
Logged off VPN, and my Japanese account gave that error with my AU account being fine.
So I deleted some things. I did not backup. I recommend you do.
Went to application manager
Cleared Cache and Data of the following:
Google Play Service
Google Play Store
Google Service Framework
Google Service Framework was tricky for me, clearing data would always leave 4K, so I would have to force stop and clear data before it started again. Not sure if this matters or will be relevant to you.
Then I rebooted, connected via VPN, connected to my Japanese Google Play account and got the Japanese store. My Australian account would get Australian content.
Off VPN, both accounts get Australian content. Angry Face, seriously.
Also, I added my Australian Credit Card to my Japanese account, made a purchase and downloaded it successfully.
Also, things I had purchased off the Japanese store on my Australian account (when that was possible) changed to Purchased on my Japanese account - maybe by having both accounts installed?
Either way this looks to be an internet IP address/hostname issue, relative to how annoying a particular country wants to be. Glad I fixed my issue, hope this helps!
Using Japanese VPN, my Japanese Google Account could access the Japanese market
But my Australian account gave this error (DF-DFERH-01)
Adding my Australian Credit Card to my Japanese account gave the same error
Logged off VPN, and my Japanese account gave that error with my AU account being fine.
So I deleted some things. I did not backup. I recommend you do.
Went to application manager
Cleared Cache and Data of the following:
Google Play Service
Google Play Store
Google Service Framework
Google Service Framework was tricky for me, clearing data would always leave 4K, so I would have to force stop and clear data before it started again. Not sure if this matters or will be relevant to you.
Then I rebooted, connected via VPN, connected to my Japanese Google Play account and got the Japanese store. My Australian account would get Australian content.
Off VPN, both accounts get Australian content. Angry Face, seriously.
Also, I added my Australian Credit Card to my Japanese account, made a purchase and downloaded it successfully.
Also, things I had purchased off the Japanese store on my Australian account (when that was possible) changed to Purchased on my Japanese account - maybe by having both accounts installed?
Either way this looks to be an internet IP address/hostname issue, relative to how annoying a particular country wants to be. Glad I fixed my issue, hope this helps!
ma...@gmail.com <ma...@gmail.com> #274
México
error df-dferh-01
Motorola razr maxx
How to fix this problem?
error df-dferh-01
Motorola razr maxx
How to fix this problem?
ga...@gmail.com <ga...@gmail.com> #275
error DF-DFERH-01
When opening or accessing the Play store
I'm in New Zealand, tried using mobile data on 2Degrees network (which I bought the phone from)
Then I tried on WiFi using a local provider "WorldNet", both of these worked earlier this same morning.
If I press retry around 20 or so times, it goes through...
(very hard when you're installing since you have to agree each time, takes a long time)
When opening or accessing the Play store
I'm in New Zealand, tried using mobile data on 2Degrees network (which I bought the phone from)
Then I tried on WiFi using a local provider "WorldNet", both of these worked earlier this same morning.
If I press retry around 20 or so times, it goes through...
(very hard when you're installing since you have to agree each time, takes a long time)
ga...@gmail.com <ga...@gmail.com> #276
Hi, sorry for the spam, but it appears that all the sudden it's working again... perhaps the errror DF-DFERH-01 means "server is down temporarily" ??
mb...@gmail.com <mb...@gmail.com> #277
PLAY STORE IN CURACAO (DC) WORKING AGAIN AFTER 3 MONTHS OF ERRORS AND HALF WORKING STORE!!!! YEAHH
jb...@android.com <jb...@android.com> #278
This report applies to Google Play, and the issue tracker where you reported it specializes in issues within the Open Source source code of the Android platform.
We are not able to provide support for Google Play in this issue tracker. Please use the Google Support site for user help athttps://support.google.com/googleplay/ or developer help at https://support.google.com/googleplay/android-developer/ , use the contact form in the developer console, or report this issue in the most appropriate Google Product Forum at https://productforums.google.com/forum/#!forum/en/ and especially in https://productforums.google.com/forum/#!forum/mobile
We are not able to provide support for Google Play in this issue tracker. Please use the Google Support site for user help at
sh...@gmail.com <sh...@gmail.com> #279
I temporarily turned off "Developer Mode" and the problem resolved immediately. May have been because i had limited to only 3 background processes. Whatever setting was the culprit, this solved the issue for me.
ga...@gmail.com <ga...@gmail.com> #280
I have the same problem on my Samsung Galaxy S 2
ro...@gmail.com <ro...@gmail.com> #281
Same problem on my Proscan.
be...@gmail.com <be...@gmail.com> #282
I have the same problem on my Samsung Galaxy A5
ha...@gmail.com <ha...@gmail.com> #283
When Play Store updates the error [df-dferh-01] Presents.
If I uninstall updates for Play Store the error goes away but returns minutes later.
I have factory reset my phone and it is still happening.
HTC ONE M7
Hardware version 0004
Software version 6.16.651.2
Android = 5.0.2
HTC Sense version = 6.16.651.2
PRI = 4.38_003
PRL = 54023
If I uninstall updates for Play Store the error goes away but returns minutes later.
I have factory reset my phone and it is still happening.
HTC ONE M7
Hardware version 0004
Software version 6.16.651.2
Android = 5.0.2
HTC Sense version = 6.16.651.2
PRI = 4.38_003
PRL = 54023
ha...@gmail.com <ha...@gmail.com> #284
On my HTC ONE M7 I had gone into Developer options and enabled Use NuPlayer (experimental) - Use NuPlayer instead of AwesomePlayer. Now that I have disabled that checkbox it appears to be working better. One would think a Factory reset of the phone would restore the defaults of Developer options.
bl...@gmail.com <bl...@gmail.com> #285
This is happening on my Nexus 7? Why???
pl...@gmail.com <pl...@gmail.com> #286
I have the same problem on my S5, any news about this problem??
ol...@gmail.com <ol...@gmail.com> #287
All week this problem wtf can't download anything and the quick fix isn't working at all
an...@gmail.com <an...@gmail.com> #288
I am from Abkhazia, I have the same problem with my Galaxy s4 lollilop.
[Deleted User] <[Deleted User]> #289
Whitepost, Virginia. Google play hasn't been working for about 4 days. I keep getting the same error. When will they fix this?
ra...@gmail.com <ra...@gmail.com> #290
I'm from Madagascar. I have the same problem. I tried more tutos on forum, I did factory reset on my tab but no issues.
[Deleted User] <[Deleted User]> #291
When will they fix this?! It's been a week!
ma...@gmail.com <ma...@gmail.com> #292
I have found that if you go into App info for Google Play Store, and clear the cache and clear data, the problem goes away.
[Deleted User] <[Deleted User]> #293
Yeah but it's only temporary
va...@gmail.com <va...@gmail.com> #294
Same problem
me...@gmail.com <me...@gmail.com> #295
ZTE Force from FreedomPop same problem.
[Deleted User] <[Deleted User]> #296
When will they fix this?! It's been a week!
ag...@gmail.com <ag...@gmail.com> #297
HTC Desire C, CM11 and CM12, same problem.
[Deleted User] <[Deleted User]> #298
HTC desire816 has same problem
ka...@gmail.com <ka...@gmail.com> #299
Same problem: Error retrieving information from server. DF-DFERH-01. Russia, yekaterinburg. Please help. Acer Iconia Tab A101.
[Deleted User] <[Deleted User]> #300
This crap is starting to tick me off. When will they fix this!?
pm...@gmail.com <pm...@gmail.com> #301
Same problem on my Tablet TF700 (kitkat)
Quite boring ...
Quite boring ...
jo...@gmail.com <jo...@gmail.com> #302
HTC One M8 Sprint 5.0.1
ad...@gmail.com <ad...@gmail.com> #303
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #304
Some problem on my tablet LG G pad v700 (kitkat 4.4.2) (Brazil).
x2...@gmail.com <x2...@gmail.com> #305
Same problem: LG G Pad 8.3 V500.
lm...@gmail.com <lm...@gmail.com> #306
I am also having issues with "Error retrieving information from server. [DF-DFERH-01]" I have the HTC one M7, and that is the only device that I own that is having this issue. My work phone using the same google account has no issues, and nexus 7 also no issues. Temporary fix is clearing data from "download manager" and google play store. Error message will return within a few minutes. I have tried resetting device but issue returns. This issue is extremely annoying. Please help with permanent solution.
[Deleted User] <[Deleted User]> #307
I've been waiting for Google to fix its servers for 11 days now. Good Luck :D
*cries deeply*
*cries deeply*
li...@gmail.com <li...@gmail.com> #308
Same here with my htc one m7. It's been happening for over a month now.A
si...@gmail.com <si...@gmail.com> #309
I have a htc desire 816, which has this error and my m7 does not.
ti...@gmail.com <ti...@gmail.com> #310
Just started recently for all 3 of our devices here - and after fixing it, it just comes back within a couple days. (all the same, ZTE Flash)
le...@gmail.com <le...@gmail.com> #311
Same problem with BLU Studio 5.0 HD LTE
yo...@gmail.com <yo...@gmail.com> #312
Same problem here on my Nexus 4. running 5.0.1, Country Bhutan. It has been happening for more then a month...
10...@gmail.com <10...@gmail.com> #313
I'm receiving this error on my HTC One M7. I had Google Play Support call me, and I was informed that a fix was in the works, but that there was currently no fix or decent work around other than clearing the data.
For the record:
HTC One M7
Carrier: Ting (CDMA, Sprint MVNO)
Android 5.0.2 Lollipop
Sense version: 6.0
Software Version: 6.23.651.6
I have this issue only on Sense, not on CyanogenMod, which causes me to think it may be an issue with how the MVNO or carrier is being reported, but that is just a guess. If requested, I can provide logcats, etc.
For the record:
HTC One M7
Carrier: Ting (CDMA, Sprint MVNO)
Android 5.0.2 Lollipop
Sense version: 6.0
Software Version: 6.23.651.6
I have this issue only on Sense, not on CyanogenMod, which causes me to think it may be an issue with how the MVNO or carrier is being reported, but that is just a guess. If requested, I can provide logcats, etc.
ab...@gmail.com <ab...@gmail.com> #314
I am receiving the same error on my Galaxy S5 and basically all the people that I know with android devices have faced this problem at some point. Not everybody is nor wants to be techie and waste time fixing a f#$% phone. There are offers on the market that do not require to their users to go fetch pages with 300 comments by random people providing random solutions.
This is just ridiculous, even more considering that this issue has been around since forever.
Anyways, I add my random unofficial solution: go in Application Manager, ALL. Find all Google Play applications (Play Music, Play Newsstand, Play services, Play Store) and clear the data for each one of them.
Another solution is to buy a f@#$% IPHONE.
This is just ridiculous, even more considering that this issue has been around since forever.
Anyways, I add my random unofficial solution: go in Application Manager, ALL. Find all Google Play applications (Play Music, Play Newsstand, Play services, Play Store) and clear the data for each one of them.
Another solution is to buy a f@#$% IPHONE.
ha...@gmail.com <ha...@gmail.com> #315
This issue went away for me when in 'Google Settings' on my HTC ONE M7 and went to 'Ads' and selected 'Opt out of interest-based ads'.
he...@googlemail.com <he...@googlemail.com> #316
The problem just happens on *two* samsung phones ...
it will never be fixed?
it will never be fixed?
ka...@gmail.com <ka...@gmail.com> #317
No open
gu...@gmail.com <gu...@gmail.com> #318
i'm form Argentina (CLARO AR) i have the same problem, i can't install whatsapp :(
li...@gmail.com <li...@gmail.com> #319
Mi problema es que no puedo recuperar los datos de mi telefono samsung s4 mini androi 4.1.1.3 error df-dfrh-01 como lo soluciono
kr...@gmail.com <kr...@gmail.com> #320
I'm from Peru, my cell phone is a galaxy e7 I have a problem with my account in play store I get "DF-DFERH-01"
Help me please
Help me please
bh...@gmail.com <bh...@gmail.com> #321
I'm from India, my cell phone is a xolo q1010i I have a problem with my account in play store I get "DF-DFERH-01"
SORT OUT PLESE THIS ISSUE
SORT OUT PLESE THIS ISSUE
su...@gmail.com <su...@gmail.com> #322
I am facing the same problem in Redmi note 4, Android version is 7.0 NRD90M, i am facing this problem when i am searching with the term 'vpn' in google play store, i am getting this message "Error while retrieving information from server. [DF-DFERH-01]"
ka...@gmail.com <ka...@gmail.com> #323
Its 2017, and still no update!! What is Google up to?
ar...@gmail.com <ar...@gmail.com> #324
On Android 8.0 in 2018. I suddenly encountering this issue. Clearing whatever Caches doesn't help. What should i do now please? Hello, Google?
ha...@gmail.com <ha...@gmail.com> #325
Android 7.0 on redmi note 4 I'm facing this problem while collecting my play store reward
da...@gmail.com <da...@gmail.com> #326
error retrieving from server df-dferh-01 keeps coming up in play store and clearing cache and data does not help
Restarting device does not help and removing And readding accounts dont help
Restarting device does not help and removing And readding accounts dont help
xn...@gmail.com <xn...@gmail.com> #327
Why no update?
It is very annoying and I've tried all methods but it just not working.
It is very annoying and I've tried all methods but it just not working.
su...@gmail.com <su...@gmail.com> #328
Android 9 software U693CL HARDWARE Q5009-V1.0
rb...@gmail.com <rb...@gmail.com> #329
The same error pops up every time when trying to upgrade/downgrade subscription. But I didn't get the error when buying a new subscription.
ju...@gmail.com <ju...@gmail.com> #330
Samsung Galaxy Z Flip3, try to pay for Galaxy Watch 4 application and get this error.
r....@ieee.org <r....@ieee.org> #331
I have had this error repeatedly when trying to submit app reviews in Play Store for over a year.
Samsung Note 10, Android 11 and 12.
Samsung Note 10, Android 11 and 12.
fu...@gmail.com <fu...@gmail.com> #332
Despite the fact that this problem has been around for 10 years, there has been no official response from Google.
Description
NOTE: This form is only for reporting user bugs. For all other user
discussions please visit:
Please describe the problem in detail. Be sure to include:
- Steps to reproduce the problem.
- What happened.
- What you think the correct behavior should be.
Don't forget to mention which device you have, and which version of Android
is installed on it. (Find it under Home > Menu > Settings > About phone.)
If you happen to have a development environment, please also run "adb
bugreport" and archive the output as it could help diagnose the problem.