I GOT OBTAINIUM ON MY GALAXY WATCH 4 #1470
NicholasFlamy
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
I should mention that regular app installing won't work but root or Shizuku likely does. I still need to test Shizuku with it on the watch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't really understand - is it enought to just install Obtainium using Wear installer 2 in order to use it, or are the subsequent steps described here required to get it to work? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I used Wear Installer 2 and installed Obtainium. Then I was trying to figure out how to import profiles. So I first had to
adb push /storage/emulated/0/Backups/Obtainium/obtainiumbackuponphone.json /storage/emulated/0/Documents/obtainiumbackupnowonwatch.json
Then I had to find an app that can act as a file picker since WearOS doesn't have the AOSP File Picker. The apk for the File Picker on apkmirror once installed would crash when opened on the watch. So I found Anexplorer Watch File Manager on Google Play and it can open and select files when you tap "Obtainium Import" The problem is that the file manager can only see images, videos, audio, and maybe something else but not general files like txt and json. So I renamed the file on the watch using
mv obtainiumbackupnowonwatch.json obtainiumbackupnowonwatch.jpg
and then tried import and was able to import the file with the jpg extension. And I was very happy to see that it read the file and imported it regardless of file extension. So @ImranR98 if you ever decide to make it only read json and txt file please consider a switch that allows it to read from a file with the wrong extension. Or just don't make it care about file extension. It's great as it is especially for edge cases.Beta Was this translation helpful? Give feedback.
All reactions