-
Notifications
You must be signed in to change notification settings - Fork 11
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
AnkiWear not working on Samsung Galaxy Watch 4. #33
Comments
I'm glad to hear that you are interested in AnkiWear! Unfortunately, it is a known issue on newer versions of WearOS. Google removed the method of installing the wear-part of the app that AnkiWear uses, in favor of integrating the installation process with the Google Play store on the watch. Fortunately, it is a relatively easy fix by manually installing the wear-part of the app. I know of two methods to do so, choose the one you feel more comfortable with.
Once you have got the app up and running correctly on your watch however, you will probably encounter this issue #23. It has been fixed in the source code but the new app has not yet been released on GitHub or the Google Play store. You could build the app yourself using an old version of Android Studio, but it is honestly a pain to do so. I could therefore provide you with the .apk myself if you so wish. On a side note, I could tidy up my own attempt at updating the application (see #30) and release the .apk file. That version introduces automatic resizing of text to fit to the screen of the smart watch, new smaller answer buttons and a new (optional) mode of viewing cards (by letting you scroll between the question and the answer once you have flipped the card. This mode however does not support audio well, not that I've ever experienced audio working well in AnkiWear before either). P.S.
|
Can I get a copy of the new .apk ([email protected])? I tried to build it with Android Studio and it was really an extreme pain as you said. |
Yes please, both APKs would be great, I can trial and error both
…On Tue, May 17, 2022, 23:06 LemmusLemmus ***@***.***> wrote:
@1F357 <https://github.com/1F357> Do you want the experimental .apk with
the new features I've been working on or do you want the .apk with only
issue #23 <#23> fixed?
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYXKRDY4NARTYKL6VH7Z2IDVKPN35ANCNFSM5TPREEYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I've attached the .apk-files I could find. I only had the .apks for the experimental version already compiled, I will have to compile new .apk-files later. The .zip file contains two apk-files, wear-release.apk should be installed on your watch and the other one on your phone. There is a new setting in the phone app called "Alternative Card Mode" that I recommend you try out. The new buttons do not dynamically support different screen sizes yet, so I'll have to swap out the button images depending on your screen format to ensure that the buttons position themselves correctly and are correctly sized. Currently they may look weird, depending on your watch's screen. Generally the app lacks testing and I know that there are some graphical bugs. It should at least be able to serve as a demonstration. If there is any interest, I will get around to fixing the code later. When you find bugs, please report them in my fork if you'd like to see them fixed eventually. |
Lovely, thank you so much. My watch is the Samsung Galaxy Watch 4 Classic
(46mm)
…On Tue, May 17, 2022, 23:34 LemmusLemmus ***@***.***> wrote:
@1F357 <https://github.com/1F357> What's the screen resolution and shape
(round vs square) of your watch (or just state the model of your watch)?
The new buttons do not dynamically support different screen sizes yet, so
I'll have to swap out the button images depending on your screen format to
ensure that the buttons position themselves correctly and are correctly
sized.
Anyhow, I've attached the .apk-files
<https://github.com/wlky/AnkiDroid-Wear/files/8710642/files.zip> I could
find. I only had the .apks for the experimental version already compiled, I
will have to compile new .apk-files later.
The .zip file contains two apk-files, wear-release.apk should be installed
on your watch and the other one on your phone. There is a new setting in
the phone app called "Alternative Card Mode" that I recommend you try out.
As mentioned before, I've yet to adjust the buttons' size. As such they
may look weird, depending on your watch's screen. Generally the app lacks
testing and I know that there are some graphical bugs. It should at least
be able to serve as a demonstration. If there is any interest, I will get
around to fixing the code later. When you find bugs, please report them in
my fork <https://github.com/LemmusLemmus/AnkiDroid-Wear/tree/dev> if
you'd like to see them fixed eventually.
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYXKRD5VH7G3IN5R7JPGYQTVKPRETANCNFSM5TPREEYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@MyAnkiWearNotWorking Sorry, I thought you were 1F357. You had already stated your watch model when you opened the issue xD |
(My English is not very good, I used translation software when I typed the following paragraph, I hope you can understand it.) Both would be great,I'm sorry I forgot to reply to you。 Sincere thanks! 不胜感激! |
Wow, you really didn't have to go out of your way to list all of the specs :), I'm only interested in your screen resolution and if it is round or square (although knowing your DPI will also be very useful). Unfortunately, my new buttons won't look nice on your screen right now, I'll get around to fixing them once my exam period is over. Additionally, I haven't tested its appearance on a square device yet, but if the text looks off, you might be able to fix it by changing the new "extra padding" option.
Good question! Unfortunately, such functionality was for some reason lost when updating the project to a newer version of Android. Fortunately, I was able to re-add it to the card screen (so you can still freely scroll your cards), but I've yet to manage to re-add it to the deck list screen. I'll see if I can do anything about it (again, later :/). |
I'm so lucky to have met you as a warm-hearted person! I'm preparing for an upcoming exam in about three weeks and right now I'm reviewing with ankiwear, and it will be already great for me to have ankiwear with issue 23 fixed. Also, the current ankiwear alpha31 allows scrolling with the scroll wheel on the card screen, but not on the deck screen, too. So it's not important for me to be able to scroll in the deck screen I plan to study Android apps development after my exams (if my results are not so bad that I need to prepare for another year XD), and I've always wanted to do something to improve ankiwear, I hope I can offer help then! Thanks again. |
I think it's really cool that there's still interest for my app even after so many years. I've been wanting to get a functioning app in the store again for a while but just don't have the time :/ |
@1F357 @MyAnkiWearNotWorking I've compiled the dev-branch, i.e. the version with only issue #23 fixed: AnkiWear.zip. Again, wear-release.apk is for your watch and the other apk-file is for your phone. Thanks for all the kind words! |
Greetings friends,
I recently purchased the Samsung Galaxy Watch 4 (46mm) and installed AnkiWear on my Samsung Note 9, but the app did not download/install on the watch. It's been more than 24 hours now. I was wondering if this is just an issue at my end or have more people been facing this similar issue? Are there any work arounds to this, like maybe manually installing the app onto my watch using my computer?
Thanks again for the great work
-AWNW
The text was updated successfully, but these errors were encountered: