AmazList - 1.0.2b
Description
AmazList is a simple ToDo/Notes application. My concept was to have a single "todo.txt" public file on Dropbox that can be easily edited using my computer and an app that will have a synchronized copy of it file that I can access on my watch quickly. Synchronization can be done when WiFi is connected on the watch, but app is caching the file so last copy can be used offline.
Initially I created it just for my personal use but I decided to share this with the community.
Please note that the setup process is requiring few steps and it is not an "install and use" type of app.
I hope somebody will make use of it
Installation
Final Notes
ERROR: Wrong url configuration!
This error is shown when your "URL.txt" configuration file is empty or the first line in the file is not a correct http link. Check the "URL.txt" file in "Android\data\cc.adamczyk.amazlist\files".
ERROR: No internet connection!
This error is shown when there is no WiFi enabled on the watch and also there is no cached copy of the file. Enable WiFi and press the refresh button so the app can download and cache it.
Download
bit.ly/2KyhC5f
Changelog
1.0.0b [23/06/2018]:
Description
AmazList is a simple ToDo/Notes application. My concept was to have a single "todo.txt" public file on Dropbox that can be easily edited using my computer and an app that will have a synchronized copy of it file that I can access on my watch quickly. Synchronization can be done when WiFi is connected on the watch, but app is caching the file so last copy can be used offline.
Initially I created it just for my personal use but I decided to share this with the community.
Please note that the setup process is requiring few steps and it is not an "install and use" type of app.
I hope somebody will make use of it
Installation
- Create a text file on Dropbox and share it via link.
- Modify the link as in the example below - remove dl=0 var and add raw=1 (blue part):
dropbox.com/s/1234567890/todo.txt?dl=0 => dropbox.com/s/1234567890/todo.txt?raw=1 - Install the app on Amazfit Pace using your preferred method (adb, Amazfit Tool etc.) and run it.
- You will see the the green setup prompt with confirmation that config file have been created (as below):
- Open your Amazfit internal storage on the computer navigate to "Android\data\cc.adamczyk.amazlist\files" and look for "URL.txt" file.
NOTE: If you do not see "URL.txt" file in the location try to disconnect your Amazfit Pace and connect it again. - Put previously created Dropbox link in the file and save it (remember to use the full address with http etc.).
NOTE: If you can not edit the file because of the permissions, copy the file to your computer, edit it there and than copy it back to the mentioned location on the watch. - Enable WiFi on the watch.
- Run the application again and you should see the contents of your list on the watch.
Final Notes
- You CAN NOT edit/change the list in any way on the watch (it is read only there).
- I am mentioning Dropbox in the instruction but of course you can use any ASCII file available via HTTP (for me Dropbox is just the easiest to use).
- You can use local file URL ex. "file:///mnt/sdcard/Download/TODO.txt" (WiFi connection will not be checked).
- To enable WiFi on your watch you need a separate app ex. PaceOn.
- I have tested the application only on Amazfit Pace still it will probably work on Stratos also.
ERROR: Wrong url configuration!
This error is shown when your "URL.txt" configuration file is empty or the first line in the file is not a correct http link. Check the "URL.txt" file in "Android\data\cc.adamczyk.amazlist\files".
ERROR: No internet connection!
This error is shown when there is no WiFi enabled on the watch and also there is no cached copy of the file. Enable WiFi and press the refresh button so the app can download and cache it.
Download
bit.ly/2KyhC5f
Changelog
1.0.0b [23/06/2018]:
- Initial release of the application.
- Changed app icon.
- Slight color tuning.
- Redesigned error messages.
- Fixed date field positioning.
- Added support for local file URL.
Last edited: