-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android version too new #171
Comments
Its a work in progress. Google brought lot of restrictions in recent version of os and removed support for old code. Its getting delayed due to lack of time to support this |
Thanks for the quick update. The joys of supporting legacy code….
Thanks for all the work you have done so far.
Brian
From: zeevy ***@***.***
Sent: Wednesday, May 10, 2023 2:55 PM
To: zeevy/grblcontroller
Cc: Brian-Howden; Author
Subject: Re: [zeevy/grblcontroller] Android version too new (Issue #171)
Its a work in progress. Google brought lot of restrictions in recent version of os and removed support for old code.
Its getting delayed due to lack of time to support this
—
Reply to this email directly, view it on GitHub <#171 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A7X544DLSP2APKWIH2HS373XFQFEFANCNFSM6AAAAAAX5F5GMI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A7X544CEYWZ6FZKYG4HKOJLXFQFEFA5CNFSM6AAAAAAX5F5GMKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS36YYA2.gif> Message ID: ***@***.***>
|
Same problem with android 12. PS: What does Mr. Howden mean ("Thanks for the quick update") ? Could he install the app on android 13 ? |
I bet a lot of the users of this app use old android phones to run it as their only use for some old phone, so legacy code is likely, unfortunately, necessary. |
Also, if it helps, you can sideload a copy of the apk onto newer android. I'm able to run it on my 13.1. |
Interesting. I did side load a copy onto my Pixel 4a with android 13.x and it opened but immediately crashed. I gather the author does not feel it should run due to changes in Android.
Brian
From: LysolPionex ***@***.***
Sent: Monday, June 26, 2023 5:02 PM
To: zeevy/grblcontroller
Cc: Brian-Howden; Author
Subject: Re: [zeevy/grblcontroller] Android version too new (Issue #171)
Also, if it helps, you can sideload a copy of the apk onto newer android. I'm able to run it on my 13.1.
—
Reply to this email directly, view it on GitHub <#171 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A7X544HRMKTLAX7S7NJ3UCDXNIPI3ANCNFSM6AAAAAAX5F5GMI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A7X544D5Q7DJAWYZ47M2X33XNIPI3A5CNFSM6AAAAAAX5F5GMKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS736PXC.gif> Message ID: ***@***.***>
|
Oh, yeah no guarantees it's supported. Mines a oneplus, fwiw.
-=- Brandon
Sent from Proton Mail mobile
…-------- Original Message --------
On Jun 26, 2023, 21:34, Brian-Howden ***@***.***' via 33Mail wrote:
Interesting. I did side load a copy onto my Pixel 4a with android 13.x and it opened but immediately crashed. I gather the author does not feel it should run due to changes in Android.
Brian
From: LysolPionex ***@***.***
Sent: Monday, June 26, 2023 5:02 PM
To: zeevy/grblcontroller
Cc: Brian-Howden; Author
Subject: Re: [zeevy/grblcontroller] Android version too new (Issue #171)
Also, if it helps, you can sideload a copy of the apk onto newer android. I'm able to run it on my 13.1.
—
Reply to this email directly, view it on GitHub <#171 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A7X544HRMKTLAX7S7NJ3UCDXNIPI3ANCNFSM6AAAAAAX5F5GMI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A7X544D5Q7DJAWYZ47M2X33XNIPI3A5CNFSM6AAAAAAX5F5GMKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS736PXC.gif> Message ID: ***@***.***>
—
Reply to this email directly, [view it on GitHub](#171 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ACYD2OFHFS7QBUO56Y4HFWTXNJBCRANCNFSM6AAAAAAX5F5GMI).
You are receiving this because you commented.Message ID: ***@***.***>
This email was sent to the alias ***@***.***' by ***@***.***',
and 33Mail forwarded it to you. To block all further emails to this alias click [here](http://www.33mail.com/alias/unsub/167b3eb28f92050866c6ab0d19b8bd32)
|
It may not work even if we do side load for new android versions. |
Hello, So Android 12 Google Play does not allow to install grbl-controller. After having downgraded my phone to Android 11, Android 11 said the same thing too. I couldn't find in the samFw page the firmware for my phone (samsung A21s) for android 10. Unfortunately, after connecting my machine back to my computer (with an usb) and using Candle to jog, it worked too, but in Candle the "Work Coordinates" do not change anymore when jogging. Sending a GCode from Candle still work, but there is no feedback concerning the work coordinates. What did happened? Which GCode magic commands could fix this ? Thanks in advance for an explanation and how to fix this behavior. Sincerely, Update: For some reasons, GrblController had overwritten the GRBL setting $10 "Status report, mask" to 2 (nice!), although it was previously 1 (and should be 1). What happened here ? |
This application requires status report mask value to be 2 for proper working |
Just wondering if there is any update on running this system on newer android devices |
What's the progress now? I hope we can use it soon. Thanks. |
You can install the app from release section in github |
I'm in the process of trying to get it to work on my phone with Android 13. So far I've encountered 2 big problems: getting permissions to use USB seems to have changed (it straight up crashed as soon as a usb device was connected) and the Material File Picker (for selecting a gcode file) doesn't support the changes in data storage access, showing no files at all. I didn't check if bluetooth has the same permission issues as USB had since I don't have a GRBL(hal) board with bluetooth to test it with. So far I've managed to get it to run on my phone, but most likely there will be some things I've overlooked so I'd be glad for some feedback: https://github.com/ho-ho-ho/grblcontroller/tree/65da71f6fd937cacfbb23552b0d736f18f9e73e5 |
I have a Google Pixel 4A running Android 13. I went to the playstore to install Grbl Controller and was informed that there were no versions available for my device. The store complained that the version of Android on my phone was too new. I went to git hub and sideloaded the most recent version. It opens on the phone but closes itself within a few seconds. Are there plans to support newer versions of Android? Is there another workaround?
The text was updated successfully, but these errors were encountered: