akhilkedia / AllTrans

Completely Translate Android apps in-place aka Google translate in Chrome
Other
377 stars 32 forks source link

Android Q compatibility #12

Closed nofreelogin closed 2 years ago

nofreelogin commented 4 years ago

Hi, I'm desperate to make the app work. I have Android Q and EdXposed installed (sandhook). I followed the instructions but the app doesn't translate. I have valid azure key (although I had to select different region than global as it was allowing to create the form when selecting it). Please, could you let me know what settings/EdXposed version you have been running during the tests?

akhilkedia commented 4 years ago

I have released an update that should fix issues with Android Q. Please download it and test. If it still does not work, enable "Advanced: Turn on Debug Mode" in AllTrans Global Settings, and post the information mentioned here https://github.com/akhilkedia/AllTrans#if-you-still-have-problems-like-force-close-or-parts-of-an-app-not-being-translated .

nofreelogin commented 4 years ago

Thank you. It doesn't work for me. I think it's because the azure key is set up for Western Europe rather than Global region as per your instructions. I can't get it validated for global region though:(

On Thu, 25 Jun 2020, 17:41 Akhil Kedia, notifications@github.com wrote:

I have released an update that should fix issues with Android Q. Please download it and test. If it still does not work, enable "Advanced: Turn on Debug Mode" in AllTrans Global Settings, and post the information mentioned here https://github.com/akhilkedia/AllTrans#if-you-still-have-problems-like-force-close-or-parts-of-an-app-not-being-translated .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akhilkedia/AllTrans/issues/12#issuecomment-649632956, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQB22TAOAWIYHTSXYA4FTO3RYNV23ANCNFSM4OGO5JPQ .

akhilkedia commented 4 years ago

I recommend you give me the debug log I mentioned above, or personally message me the API key.

akhilkedia commented 4 years ago

I checked and can confirm that the region is indeed the issue. For non-global resource, I need to include the region in header for the translation request. I guess I will have to update the app with the region selector. In the meantime, I recommend somehow making a global key, by perhaps using a free VPN service to change your location.

nofreelogin commented 4 years ago

Thanks for your support. I really appreciate this! I tried with 3 different VPNs without success. I guess I need to wait for your kind app update:)

On Thu, 25 Jun 2020, 19:02 Akhil Kedia, notifications@github.com wrote:

I checked and can confirm that the region is indeed the issue. For non-global resource, I need to include the region in header for the translation request. I guess I will have to update the app with the region selector. In the meantime, I recommend somehow making a global key, by perhaps using a free VPN service to change your location.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akhilkedia/AllTrans/issues/12#issuecomment-649704578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQB22TBMEFXJC3XKASWCBLTRYN7LXANCNFSM4OGO5JPQ .

nofreelogin commented 4 years ago

Found o workaround! App is a jam!!:) If someone has the issue with region he/she should go to resource group on Azure portal first and create new one with region i.e Norway East (worked for me). Then follow your instructions but selecting previously resourcing group from drop down menu and global region! Validation successful!

Thanks:)

On Thu, 25 Jun 2020, 19:38 Bartosz Fijoł, fijol.b@gmail.com wrote:

Thanks for your support. I really appreciate this! I tried with 3 different VPNs without success. I guess I need to wait for your kind app update:)

On Thu, 25 Jun 2020, 19:02 Akhil Kedia, notifications@github.com wrote:

I checked and can confirm that the region is indeed the issue. For non-global resource, I need to include the region in header for the translation request. I guess I will have to update the app with the region selector. In the meantime, I recommend somehow making a global key, by perhaps using a free VPN service to change your location.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akhilkedia/AllTrans/issues/12#issuecomment-649704578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQB22TBMEFXJC3XKASWCBLTRYN7LXANCNFSM4OGO5JPQ .

akhilkedia commented 2 years ago

Updated instructions in the Readme for resource region, closing.