-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[QUESTION] importing #40
Comments
https://github.com/0x4f53/Wristkey/wiki/Transferring-Data
Please make sure both devices are on the same Wi-Fi network for this.
You can clone it and build it manually via gradle. |
I did exactly that, but the wear os app could not detect the wifi connection. |
Can you send me a logcat then? |
Yes, I should have done that from the beginning. This log.txt comes from a debug build I did myself, in sync with the latest commit here. I already have some accounts working (setup using adb method). I just pressed the wifi button and got the cannot detect wifi sign, while at the same time I am actually capturing the logcat through adb wifi. And btw to get adb import to work I had to modify the source code to import a specific json file, as the file picker is not present in wear OS 3 I did not have a way to say which file to import in the version 3.x UI. |
well the adb debug method is really only for devices without wifi (only one that comes to mind). the main way is now via wifi. |
Got it, it makes sense to deprecate that feature. That makes it even more important to figure out why Wifi is not detected on the Ticwatch |
@gilcu3 Any luck with this? I don't have a TicWatch with me so I cannot figure this one out. The logcat doesn't seem to have anything unusual either. |
No, unfortunately, I have been using the app with my own debug build to workaround the issue. |
How to currently import a file? I am using the adb method, but on WearOS 3 (therefore no FilePicker).
For some reason the wifi is not recognized by this app, even though it works for adb.
Also, to make this work the app must be debuggable, is there any known way to overcome that?
The text was updated successfully, but these errors were encountered: