Thread View: uk.telecom.mobile
2 messages
2 total messages
Started by Marion
Fri, 21 Mar 2025 08:12
Theo:David What apps can I look for to test your Spain Google Play Store country issue?
Author: Marion
Date: Fri, 21 Mar 2025 08:12
Date: Fri, 21 Mar 2025 08:12
76 lines
2872 bytes
2872 bytes
Theo:David What apps can I look for to test your Spain Google Play Store country issue? <https://i.postimg.cc/gkqCRBf1/aurora-espanol.jpg> On XDA Developers, the Aurora team told me that Aurora simply looks up what the phone "thinks" is the country. But I don't have a Google Account and I don't have the Google Play Store app on the phone, so I was wondering what Aurora Store used for the Google Play Store country when it looked for the apps that Theo and David Wade were looking for. <https://xdaforums.com/t/app-5-0-aurora-store-open-source-google-play-client.3739733/post-90011933> They told me Aurora "uses whatever is set as locale on your phone or spoof configuration if any." I wasn't aware there's a default locale nor how to spoof it. In Settings > General Management > Language", my Android 13 Galaxy phone listed "English (United States)". But Android 13, especially with Samsung's One UI, allows for per-app language settings; so there must be a definitive programmatic way Aurora uses to get the default locale. Resources.getSystem().getConfiguration().getLocales().get(0) Looking up a way for a user to figure out the default locale that Aurora is going to use, I'm not sure, but perhaps the system "language & region" settings are used to determine the default locale? This reports, for example, my system locale is "EN-US". C:\> adb shell getprop persist.sys.locale en-US But this didn't report anything: C:\> adb shell getprop persist.sys.country I'm trying to help David Wade and the rest of us understand how Aurora chooses what regional apps to make available to us. As a test, tried to set my locale to Spain, to see if that changes anything. First, with the EN-US locale, with all filters off, I looked in Skyica and in Aurora Store for David's suggested Spanish locale supermarket app. <https://play.google.com/store/apps/details?id=com.tempos21.eroskiclub.pro> Neither finds the app. I tried to use adb to change my locale to Spain. C:\> adb shell setprop persist.sys.locale es-ES C:\> adb shell setprop persist.sys.language es C:\> adb shell setprop persist.sys.country ES C:\> adb shell setprop ctl.restart zygote C:\> adb shell dmesg Unfortunately all fail because my bootloader version is unrootable. So I manually changed language/country in the Galaxy settings. Android13: Settings > General management > Language > Add language > (3dots) > All languages > Español > All regions > España Set Español (España) as default language? [Keep current] [Set as default] To test if the changes took: C:\> adb shell getprop persist.sys.locale es-ES Then I tried Aurora Store to see if that supermarket app shows up. Drat! <https://i.postimg.cc/gkqCRBf1/aurora-espanol.jpg> I was hoping that would work. But it still doesn't show up in Aurora. I rebooted & try again. Nope. Still no go. What did I do wrong?
Re: Theo:David What apps can I look for to test your Spain Google Play Store country issue?
Author: David Wade
Date: Fri, 21 Mar 2025 13:57
Date: Fri, 21 Mar 2025 13:57
89 lines
3623 bytes
3623 bytes
On 21/03/2025 08:12, Marion wrote: > Theo:David > What apps can I look for to test your Spain Google Play Store country > issue? <https://i.postimg.cc/gkqCRBf1/aurora-espanol.jpg> > > On XDA Developers, the Aurora team told me that Aurora simply looks up what > the phone "thinks" is the country. > But I don't have a Google Account and I don't have the Google Play Store > app on the phone, so I was wondering what Aurora Store used for the Google > Play Store country when it looked for the apps that Theo and David Wade > were looking for. > <https://xdaforums.com/t/app-5-0-aurora-store-open-source-google-play-client.3739733/post-90011933> > > They told me Aurora "uses whatever is set as locale on your phone or spoof > configuration if any." > > I wasn't aware there's a default locale nor how to spoof it. > > In Settings > General Management > Language", my Android 13 Galaxy phone > listed "English (United States)". > > But Android 13, especially with Samsung's One UI, allows for per-app > language settings; so there must be a definitive programmatic way Aurora > uses to get the default locale. > > Resources.getSystem().getConfiguration().getLocales().get(0) > > Looking up a way for a user to figure out the default locale that Aurora is > going to use, I'm not sure, but perhaps the system "language & region" > settings are used to determine the default locale? > > This reports, for example, my system locale is "EN-US". > C:\> adb shell getprop persist.sys.locale > en-US > > But this didn't report anything: > C:\> adb shell getprop persist.sys.country > > I'm trying to help David Wade and the rest of us understand how Aurora > chooses what regional apps to make available to us. > > As a test, tried to set my locale to Spain, to see if that changes > anything. > > First, with the EN-US locale, with all filters off, I looked in Skyica and > in Aurora Store for David's suggested Spanish locale supermarket app. > <https://play.google.com/store/apps/details?id=com.tempos21.eroskiclub.pro> > > Neither finds the app. > I tried to use adb to change my locale to Spain. > C:\> adb shell setprop persist.sys.locale es-ES > C:\> adb shell setprop persist.sys.language es > C:\> adb shell setprop persist.sys.country ES > C:\> adb shell setprop ctl.restart zygote > C:\> adb shell dmesg > Unfortunately all fail because my bootloader version is unrootable. > > So I manually changed language/country in the Galaxy settings. > > Android13: Settings > General management > Language > Add language > > (3dots) > All languages > Espa�ol > All regions > Espa�a > > Set Espa�ol (Espa�a) as default language? > [Keep current] [Set as default] > > To test if the changes took: > C:\> adb shell getprop persist.sys.locale > es-ES > > Then I tried Aurora Store to see if that supermarket app shows up. > Drat! <https://i.postimg.cc/gkqCRBf1/aurora-espanol.jpg> > > I was hoping that would work. But it still doesn't show up in Aurora. > I rebooted & try again. Nope. Still no go. > > What did I do wrong? You didn't listen to what I told you. What you should have asked the Aurora team what country is set in the accounts it uses to access the store. My phone is set to English Language. It it is in the UK. My Locale is set to English. I can see the app providing I use an ID that has Spain as the Country. In order to set the country to Spain you need to add a Spanish Payment card. How this works in practice I don't know as many Spanish residents do not have Spanish Bank accounts, they use Wise or Revolut. Wise is Belgium, Revolut is I think UK. Dave
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads