AmazList - 1.0.2b
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
You can use the refresh button to manually get the latest contents of the file.
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 Messages
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.
1.0.1b [30/06/2018]:
Changed app icon.
Slight color tuning.
Redesigned error messages.
Fixed date field positioning.
1.0.2b [30/06/2018]:
Added support for local file URL.
Great idea! My suggestion is that you try to use the same file as another app already available for Android/iOS, so you can sync both and the app on watch. I am using TickTick with Twitter account so I can sync the data with my phones, but the app doesn't look good on watch. If you need any further info, please let me know.
I will try your app tomorrow on my stratos and let you know if it works. Thanks for sharing your work!
I was thinking to make myself an app to control a yeelight bulb via wifi from the watch. How do did u build your app to use the watch wifi? Any hits to any API?
I know there is an app and api to use the internet of the phone while the watch is connected to the phone... Amazfit companion or so
Adi59 said:
I will try your app tomorrow on my stratos and let you know if it works. Thanks for sharing your work!
I was thinking to make myself an app to control a yeelight bulb via wifi from the watch. How do did u build your app to use the watch wifi? Any hits to any API?
I know there is an app and api to use the internet of the phone while the watch is connected to the phone... Amazfit companion or so
Click to expand...
Click to collapse
Using the watch WiFi directly works the same as it would on a normal Android device
lfom said:
Great idea! My suggestion is that you try to use the same file as another app already available for Android/iOS, so you can sync both and the app on watch. I am using TickTick with Twitter account so I can sync the data with my phones, but the app doesn't look good on watch. If you need any further info, please let me know.
Click to expand...
Click to collapse
I will check if any ToDo app provides some kind of API. That might be indeed good idea for the future version.
Adi59 said:
I will try your app tomorrow on my stratos and let you know if it works. Thanks for sharing your work!
I was thinking to make myself an app to control a yeelight bulb via wifi from the watch. How do did u build your app to use the watch wifi? Any hits to any API?
I know there is an app and api to use the internet of the phone while the watch is connected to the phone... Amazfit companion or so
Click to expand...
Click to collapse
Thanks! Let me know if it is working on Stratos also.
I see on the YeeLight website that they do provide some support for the developers, so it might be possible. I'm planning to buy YeeLight lighting in the coming months as I am moving to a new house. That would be nice to have a possibility to control it using Amazfit!
As mentioned by Quinny you can just use internet as on normal android phone, just remember to add "android.permission.INTERNET" to your manifest file.
marekadamczyk said:
I will check if any ToDo app provides some kind of API. That might be indeed good idea for the future version.
Click to expand...
Click to collapse
Great, thanks! But I actually meant that some other apps already use DropBox for syncing, so you could use your app, only probably work on the file format...
marekadamczyk said:
As mentioned by Quinny you can just use internet as on normal android phone, just remember to add "android.permission.INTERNET" to your manifest file.
Click to expand...
Click to collapse
Yeah, yeelight api is already available on github: https://github.com/florian-mollin/yapi
I didn't have time to bind all the parts to get it working.
I'll let you know about your app after i install it. Thanks for the tip about the manifest!
Also thanks Quinny for the info!
Adi59 said:
...
I'll let you know about your app after i install it. Thanks for the tip about the manifest!
Also thanks Quinny for the info!
Click to expand...
Click to collapse
Have you been able to test the app on Stratos?
I have updated the app to version 1.0.1b, details on the first page.
Another update of the app (on request) to allow using local file URL without WiFi.
marekadamczyk said:
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
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.
You can use the refresh button to manually get the latest contents of the file.
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 Messages
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.
1.0.1b [30/06/2018]:
Changed app icon.
Slight color tuning.
Redesigned error messages.
Fixed date field positioning.
1.0.2b [30/06/2018]:
Added support for local file URL.
Click to expand...
Click to collapse
Hi how ar you can you mak video to how do it. It not work to me win i did it. Thanks
marekadamczyk said:
Have you been able to test the app on Stratos?
Click to expand...
Click to collapse
Hey,
I've installed the AmazList_1.0.2b version, all good...managed to create and copy the link in the URL.txt, BUT in the app on the watch, even though I have enable the Wifi it says "Please enable Wifi", when I go back to the setting to enable Wifi it searches and connects to it.... looks like I can't manage to keep the Wifi connection alive once I exit the wifi menu.
FYI: I'm using the stock US firmware.
Adi59 said:
Hey,
I've installed the AmazList_1.0.2b version, all good...managed to create and copy the link in the URL.txt, BUT in the app on the watch, even though I have enable the Wifi it says "Please enable Wifi", when I go back to the setting to enable Wifi it searches and connects to it.... looks like I can't manage to keep the Wifi connection alive once I exit the wifi menu.
FYI: I'm using the stock US firmware.
Click to expand...
Click to collapse
Thanks for testing! I already changed the description as to keep WiFi enabled you need to use separate app ex. PaceOn.
AxA_200000 said:
Hi how ar you can you mak video to how do it. It not work to me win i did it. Thanks
Click to expand...
Click to collapse
Which step did you stuck at?
marekadamczyk said:
Which step did you stuck at?
Click to expand...
Click to collapse
All i don't know how to mak it so i Nedd to see it so i can mak it thanks
marekadamczyk said:
Thanks for testing! I already changed the description as to keep WiFi enabled you need to use separate app ex. PaceOn.
Click to expand...
Click to collapse
Just tested it with Stratos, the global version of OS, it works. I would recommend adding the link to the PaceOn xda thread since your app will not work without it. Great job! Thanks for sharing!
Edit: you can add in your description that it was tested and it works on Stratos official global (A1619) ROM 2.3.4.0
Very very very good app for my Stratos !!! Thanks.
Update new version soon ?
Great app! Thanks for sharing. It is exactly what I was looking for.
Installed the app and it works with local file, but doesn't work for me with shared link. I tried with shared google drive file and dropbox file, but both doesn't work. Wifi is enabled and in used, the error is "Wrong url configuration!"
The links that I tried are starting with: 'https', 'http', 'www', 'dropbox', but they all doesn't work.
My shared file ends like this: dropbox.com/s/ckvh85b8oicsemw/vacsine.txt?raw=1
Any idea what might be wrong in my setup?
Thanks Marek, very usefull app. Would you consider putting the code on github ?
Interesting aplication.
Would it work without the paceon or similars? cant it connect once to wifi, load the extfile from dropbox and when someone wants to reload it just connect again?
Or wifi on pace doesnt work like that?
Related
Hi everyone,
I have developed a bus arrival time widget for windows mobile as i cant seem to find any on the marketplace/web.
You can download it at nichola.110mb.com/wm/
Mirror
Please help to test it out and report any bugs.
Click on the stop name in the query to add a bookmark. You should see a tick.
Cheers.
SBS Bus Time
Get bus arrival timing for buses in Singapore
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install Instruction
Download the .wgt file and transfer it to your phone
Install it using File Manager like when your installing a .cab file
Samsung Phone i.e. OMNIA II
Install total commander or other file manager.
Browse to the location where the .wgt file is using the file manager
Use the "Open With" option and choose Windowswmwidgetinstaller.exe
Widget should begin installing
Other i.e. cooked rom without Widget Engine
Download and install enable_widgets_wm6.5.cab (Download), which will updates your phone with registry settings for widgets.
Try installing the wgt file now.
If it does not work, try the Samsung Method.
If the file "Windowswmwidgetinstaller.exe" exists does not exist,
You do not have the Widget Engine installed in your rom. You should find a rom with the whole package or try add_widget_engine_v2.cab (Download). This will install all the required files and registry entries
Soft reset and try to install a widget
It should now work
Planned Features
Favourite
Road Name Search
Change Log
V1.5
Bus guide feature
V1.4
Minor bug fix
Improved query speed
Query history
Improved UI
V1.3
Minor bug fix
Keypad Feature
Interchange bus departure time
Improved UI
V1.2
Auto update check
Bookmarks
Improved GUI
V1.1
Minor bug fix
V1.0
Public release
Developer's Contact
Other Images
afoongwl215 said:
Hi everyone,
I have developed a bus arrival time widget for windows mobile as i cant seem to find any on the marketplace/web.
You can download it at nichola.110mb.com/wm/
Mirror: sbsnextbusdeparture.appspot.com/wm/
Please help to test it out and report any bugs. There are a few features planned such as being able to bookmark bus stop and having a page to see all your favorite bus.
Cheers.
Installation instruction
Download the .wgt file and transfer it to your phone
Install it using File Manager like when your installing a .cab file
Note: This only works on WM 6.5
SBS Bus Time
Get bus arrival timing for buses in Singapore
Planned Features
Favourite
Bookmarks
Change Log
V1.1
Minor bug fix
V1.0
Public release
Click to expand...
Click to collapse
Cool! Although I drive, this cab will still be useful to my daughter.
Any chance that you might want to work on a Widget for Straits Times?
Thanks.
zard said:
Cool! Although I drive, this cab will still be useful to my daughter.
Any chance that you might want to work on a Widget for Straits Times?
Thanks.
Click to expand...
Click to collapse
That could be my next project
What kind of feature do you want for the widget?
afoongwl215 said:
That could be my next project
What kind of feature do you want for the widget?
Click to expand...
Click to collapse
BTW, I don't know how to install your widget. I remembered reading about widget installation before but can't find the information nor remember how to do it.
On the Straits Times widget, I was hoping to be able to catch some local and world news snipets. This would be handy if there is no time to read it in the morning.
Hi Zard,
To install, download the app into your phone using pocket ie and check the open after download option.
You can also
1) download the .wgt file
2) copy it to your phone
3) open file manager and click on the .wgt file like your installing a .cab
please go here to offer suggestions on the ST app.
Cheers.
hi bro..
good apps for me but when i flashed Merlion Leo v1.90 rom
i can't install this apps , could you tell me how to solved it.
Thank you.
Hi tonz
please try this
1. Download and install enable_widgets_wm6.5.cab (Download), that updates with more registry settings for widgets.
2. Try installing the wgt file now.
If it does not work, then try to manually register wgt or install wgt engine.
Look if the file "\Windows\wmwidgetinstaller.exe" exists,
1. If it does exist, get "resco explorer" or "total commander" and install one of them
2. Browse to the folder where the .wgt file is located
3. Inside the file manager select the .wgt file and use the option "Open with"
4. Browse to the \Windows\wmwidgetinstaller.exe and select that file.
5. The widget should install
If the file "\Windows\wmwidgetinstaller.exe" exists does not exist,
1. Apperently you don't have the widget engine on your rom, so you should find a rom with the whole package or try the cab below: add_widget_engine_v2.cab (Download). This will add all the files and registry entries the widget engine uses.
2. After the installing of add_widget_engine_v2.cab soft reset and try to install a widget
3. It should now work
Do post back if it works.
cheers.
afoongwl215 said:
Hi tonz
please try this
1. Download and install enable_widgets_wm6.5.cab (Download), that updates with more registry settings for widgets.
2. Try installing the wgt file now.
If it does not work, then try to manually register wgt or install wgt engine.
Look if the file "\Windows\wmwidgetinstaller.exe" exists,
1. If it does exist, get "resco explorer" or "total commander" and install one of them
2. Browse to the folder where the .wgt file is located
3. Inside the file manager select the .wgt file and use the option "Open with"
4. Browse to the \Windows\wmwidgetinstaller.exe and select that file.
5. The widget should install
If the file "\Windows\wmwidgetinstaller.exe" exists does not exist,
1. Apperently you don't have the widget engine on your rom, so you should find a rom with the whole package or try the cab below: add_widget_engine_v2.cab (Download). This will add all the files and registry entries the widget engine uses.
2. After the installing of add_widget_engine_v2.cab soft reset and try to install a widget
3. It should now work
Do post back if it works.
cheers.
Click to expand...
Click to collapse
Thank you so much bro..
the last one work for me . good app and wait for the next version
The is seriously good! Keep up the good work!
Hi everyone version 1.2 of SBS Bus Time has been released . Please grab it from my website.
Cheers.
Edit: forgot to add. Click on the stop name in the query to add a bookmark. You should see a tick.
So How do anyone like the new GUI? Any comments?
afoongwl215 said:
Hi everyone,
I have developed a bus arrival time widget for windows mobile as i cant seem to find any on the marketplace/web.
You can download it at nichola.110mb.com/wm/
Mirror
Please help to test it out and report any bugs.
Hi afoongwl215,
I **** this project, and it is very useful.
Just one suggestion: can we select the bookmark from the screen instead of click menu>bookmark. The "BookmarK" can be side by side with "Go".
Click to expand...
Click to collapse
Click to expand...
Click to collapse
that can be done. what do anyone think of a virtual numb pad to key in stop no?
afoongwl215 said:
that can be done. what do anyone think of a virtual numb pad to key in stop no?
Click to expand...
Click to collapse
This is good, thanks. Actual it is a pain for me to use HTC keyboard to enter the bus stop#.
I discovered something strange. When I check the bus stop no. 12099 (bus stop opposite SIM) it actually shows smrt buses too and their timings. I thought smrt didn't have this service?
So far this is the only bus stop (that i know of) that shows smrt buses and their timings too, wonder if it's a bug?
You might want to look into it. Meanwhile, this program rocks! I use it daily now
ps, i get [object error] everytime i start up the widget, it still works but the error is annoying
currently the database that the application is using has SMRT buses for some stops. Their arrival information is derived from the public [email protected] site. Not all stops are supported only (100) i think.
regarding the [object error] popup, another user is also getting it. however, most of the other user do not have this problem.
Can you try somthing. go to menu -> about. click on reset setting. click ok. totally exit the application and start it.
this is what you should see.
1) a popup asking if you want to enable auto update. take note of the current time and post back with your operator name and time which the popup appear.
thanks.
a very useful app. now I know whether to run or craawl to the bus stop!
the bus stop at clementi has smrt timings too.
was just wondering if there is a better way to locate arrival information of a bus stop that I'm going towards but I do not know the bus stop number?
n maybe also the possibility to show train timngs?although the information is available at the train station, personally,I that such information is most useful when we are gong towards the station.
perhaps I'm greedy. haha. but really appreciate your great work n I'm already looking forward to your next innovation!
a very big thank you.
Thanks for the update to v1.2. I found out that the bus stop number has to be obtained from iris website. Is there an easier way to find out the 5 digits bus stop number?
When using v1.1 last Friday, I didn't know about the 5 digit bus number and I just type in the number on top of the bus stop, e.g. B04 and I got error message. I thought your app wasn't working.
zard said:
Thanks for the update to v1.2. I found out that the bus stop number has to be obtained from iris website. Is there an easier way to find out the 5 digits bus stop number?
When using v1.1 last Friday, I didn't know about the 5 digit bus number and I just type in the number on top of the bus stop, e.g. B04 and I got error message. I thought your app wasn't working.
Click to expand...
Click to collapse
Hi Zard, Bus stop number can be found on the singpost next to the busstop. it is also available on the board with all the bus information.
dongster said:
a very useful app. now I know whether to run or craawl to the bus stop!
the bus stop at clementi has smrt timings too.
was just wondering if there is a better way to locate arrival information of a bus stop that I'm going towards but I do not know the bus stop number?
n maybe also the possibility to show train timngs?although the information is available at the train station, personally,I that such information is most useful when we are gong towards the station.
perhaps I'm greedy. haha. but really appreciate your great work n I'm already looking forward to your next innovation!
a very big thank you.
Click to expand...
Click to collapse
Hi dongster, as this is a widget, i am unable to have access to GPS and stuff. therefore i cant use the Google map API to get bus stop number.
I am not sure if the train arrival information can be retrieved online. if it can be i should be able to integrate it into my application.
afoongwl215 said:
Hi Zard, Bus stop number can be found on the singpost next to the busstop. it is also available on the board with all the bus information.
Click to expand...
Click to collapse
Thanks for that. That's the problem of driving.
PeerBlock is now available in the Google Play Store! https://play.google.com/store/apps/details?id=com.peerblock
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PeerBlock For Android lets you control who your phone 'talks to' on the Internet.
By selecting appropriate lists of 'known bad' computers, you can block communication with advertising or spyware oriented servers,
computers monitoring your p2p activities, computers which have been 'hacked', even entire countries!
They can't get in to your phone, and your phone won't try to send them anything either.
And best of all, it's free!
Keep in mind that I'm not a member of the PeerBlock team, I just wanted PeerBlock for phone
You're able to grab the lists from iblocklist.com so you can start blocking those evil hosts
To add lists to PeerBlock create a new directory in the root of the sdcard (not external sdcard)
Called 'PeerBlockLists' here should be all the text files
Everytime you added a new/updated list to your PeerBlockLists please press the 'Rebuild cache blocklist' and reboot so that new hosts can be blocked
WARNING:
Root is required for XPosed to be installed
Use at your own risk!
WORK IN PROGRESS. WILL EAT YOUR CAT.
MOD EDIT : WARNING - Read entire thread before use, as well as comments on play store.
Features:
Block million of hosts
Add unlimited amount of block lists
Allow HTTP/HTTPS Traffic when PeerBlock is enabled, this will make a security hole tho so better if u keep it off
Block All Traffic (Paranoid Mode) every single application in android will not have internet
Block DNS - Block DNS Requests
Block the 'Ad' Keyword in host names to give a better success rate for blocking ad's
Permissions
WRITE_EXTERNAL_STORAGE
Todo's
Check if UDP is getting blocked
Remove space used by Ad's
Add MAC-Address filter white/black lists
Show notifications (if enabled)
Making the Ip Range check multi-core
Create a blacklist/whitelist for apps to allow internet
Blocklist updater/downloader
Create a whitelist for hosts/Ip Addresses
Root-Mode with IpTables (I will not remove XPosed from the project)
Remove host from blocked hosts
A popup window which shows allow/deny for establishing a connection
Todo's Finished
Create history of created/blocked connections
Check if other devices are compatible
Blocklist for keywords in the HostName
How To Install
1. Install XPosed Framework
2. Install PeerBlock For Android
3. Create a directory in the sdcard called "PeerBlockLists"
4. Go into XPosed Framework Installer and enable "PeerBlock For Android"
5. Reboot your device
6. Now go to the website iblocklist.com
7. Take any list you wish for example, http://www.iblocklist.com/list.php?list=bt_ads
8. Press the Update button to download the list (or copy the Update URL into your browser to download it)
9. Now simply copy/paste the .txt file into the sdcard in the folder PeerBlockLists
10. Go into the PeerBlock app and tick "Block DNS" and "Block 'Ad' Keyword in the Host name"
11. Go to the second tab "Block Lists" now hit the "Rebuild cache blocklist"
12. Reboot your device and enjoy
How to block the goverment
1. Go to your sdcard and open the folder 'PeerBlock'
2. Open the file HostNames.txt (if not exist create it)
3. Write this in the file ".gov"
4. Save the file and be sure you have Block DNS enabled!
5. Any goverment website should be blocked
ChangeLog
1.00: Initial creation and upload of the app
1.01: Fixed App crash when PeerBlockLists directory did not exist
1.02: Changed the required API SDK to 14, Added a progress window for rebuilding the cache and some minor bug fixes
1.03:
Fixed DNS/Connection counters
Fixed double icons
Memory leak fix
Added history, system apps included (no root required)
Created CSV Format for saving settings
Improved performance
Apps with abnormal I/O behavior will get no internet
Updated error handling in rebuilding the cache list
Block hosts/subnet/ip from the history
App will be shown now in the 'Last Blocked Host'
Added comma's at the 'Blocking xx Ips' to read it better
Hooking a extra API if some rooted apps are calling it directly
Added to changelogs and about scrollbars
Scripts people made:
http://forum.xda-developers.com/showpost.php?p=44614617&postcount=87&nocache=1 Update the iBlockLists - by c0ns0le
Tell your opinion, Share the bugs you find.
How to download:
Find PeerBlock in the google play store by simply searching for "PeerBlock" or "PeerBlock for Android" or click this link https://play.google.com/store/apps/details?id=com.peerblock
I removed downloads from the attachments so people need to grab it from the play store as it will give me all the error reports and total downloads
If the above methods for downloading don't work please contact me
Question's and Answers
Question: Can I use this together with adaway ?
Answer: Yes you can.
Question: Does PeerBlock modifies the hosts file?
Answer: No it does not.
Question: Why does nothing gets blocked?
Answer: Most likely you disabled the option "Block DNS"
Source code: https://github.com/AnguisCaptor/PeerBlockForAndroid
Contact
If you want to contact me for anything or just a chat you can add me at skype using this e-mail or just e-mail me, [email protected]
Nice work, I've been looking for this for ages. I always use xposed for other stuff. I've just installed peer blocker and it's force closing and I can't get into the app. I'm on 4.2.2 Xperia z custom stock Rom as I can unlock my bootloader.
Sent from my C6603 using xda premium
danlivesey said:
Nice work, I've been looking for this for ages. I always use xposed for other stuff. I've just installed peer blocker and it's force closing and I can't get into the app. I'm on 4.2.2 Xperia z custom stock Rom as I can unlock my bootloader.
Sent from my C6603 using xda premium
Click to expand...
Click to collapse
Can you take a look at your internal/external sdcard and see if a file exists called "PeerBlock.dbx"
I've only tested my app at the Galaxy S4 since that's the only device I own
Also try to start it a bunch of times and see if that helps
Also don't forget to enable PeerBlock in the XPosed Installer and reboot
Yes sorry my mistake, I didn't add the folder. The app is running now. Just need to add some lists now. How do we know if it's blocking the list? On the pc peer block it shows a list of what's being blocked. Thanks
Sent from my C6603 using xda premium
danlivesey said:
Yes sorry my mistake, I didn't add the folder. The app is running now. Just need to add some lists now. How do we know if it's blocking the list? On the pc peer block it shows a list of what's being blocked. Thanks
Sent from my C6603 using xda premium
Click to expand...
Click to collapse
Currently in the app it only shows the last host that's being blocked
Will add soon something like a history list so u can see everything that been blocked
Edit: Uploaded version 1.01 which includes bug fix for not creating the PeerBlockLists directory
Parse error on Verizon Samsung S3 4.1.2 VRBMF1 Jelly"Beans" rom
Sent from my SCH-I535 using Tapatalk 4 Beta
The app appears to run on a Nexus 4, but I can't get the website to download the blocklists on my computer or my phone so I can't really test it.
lopezk38 said:
The app appears to run on a Nexus 4, but I can't get the website to download the blocklists on my computer or my phone so I can't really test it.
Click to expand...
Click to collapse
I uploaded a list for you as attachment in the thread, havefun testing
I've installed the list now rebuilt and rebooted, will test it better when I get home form work.
Sent from my C6603 using xda premium
Is it in your plans to make it compatible with JB 4.1.2?
Thanks
Looki75 said:
Is it in your plans to make it compatible with JB 4.1.2?
Thanks
Click to expand...
Click to collapse
+1
I hope also that compatibility with 4.1.2
badkill said:
+1
I hope also that compatibility with 4.1.2
Click to expand...
Click to collapse
No worries folks will look into it in like 1-2 hours
Was gonna work at the app the whole night anyway
Please report all the bugs u can find
Please add me in skype, [email protected] so u can get versions quicker
I get the odd force close now again but no big deal. Paranoid mode won't work for me, all my apps still have internet. Just hope it is blocking the lists, it does say it's blocking over 70 000. keep up the good work.
Sent from my C6603 using xda premium
DragonHunt3r said:
No worries folks will look into it in like 1-2 hours
Was gonna work at the app the whole night anyway
Please report all the bugs u can find
Please add me in skype, [email protected] so u can get versions quicker
Click to expand...
Click to collapse
Thanks! The thing with JB 4.1.2, is that your module cannot be installed at all.
When trying to install, it says "error while analyzing the package" or similar...
I don't know ANYTHING to java or programming on Android, so I don't know for sure, but it looks like you declared the app as compatible only with 4.2.2, or it uses libraries exclusive to 4.2.2 or something like that...
Since my ROM is unrooted (company policy), I cannot use any of "ad blocking" apps like adaway which require root in order to write the hosts file...
But my ROM has Xposed cooked in it... so I am very excited by your module!!!!
Thanks! Waiting for it!!!
Looki75 said:
Thanks! The thing with JB 4.1.2, is that your module cannot be installed at all.
When trying to install, it says "error while analyzing the package" or similar...
I don't know ANYTHING to java or programming on Android, so I don't know for sure, but it looks like you declared the app as compatible only with 4.2.2, or it uses libraries exclusive to 4.2.2 or something like that...
Since my ROM is unrooted (company policy), I cannot use any of "ad blocking" apps like adaway which require root in order to write the hosts file...
But my ROM has Xposed cooked in it... so I am very excited by your module!!!!
Thanks! Waiting for it!!!
Click to expand...
Click to collapse
XPosed installed and no root ? haha
I think I'm having the 4.1.2 working... well atleast it's working for my emulating android
Just wanna finish some progress window for creating cache and then I think I'll pm it to you for test
PeerBlock has also been tested at the Galaxy S3 and worked
DragonHunt3r said:
XPosed installed and no root ? haha
Click to expand...
Click to collapse
Yeah... I know... I just comply with the policy. Word for word. No root is no root...
I don't have root, I comply...
DragonHunt3r said:
I uploaded a list for you as attachment in the thread, havefun testing
Click to expand...
Click to collapse
Thanks, it works perfectly on my Nexus 4 running 4.3
Looki75 said:
Yeah... I know... I just comply with the policy. Word for word. No root is no root...
I don't have root, I comply...
Click to expand...
Click to collapse
Sended you a PM with version 1.02, hopefully this works for Android 4.1.2
When I'll get a response that it is working I'll share it with others
Version 1.02 is up, Havefun 4.1.2 users
For people who already have 1.01 installed, please go to the sdcard and remove PeerBlock.dbx
U might will see strange chinese characters orsomething if u used it from version 1.0 or 1.01
Need to find a better way to store information, can't use SQL. SharedPerferences appearently those don't work for some reason in XPosed or I'm just using it wrong lol
DragonHunt3r said:
Version 1.02 is up, Havefun 4.1.2 users
For people who already have 1.01 installed, please go to the sdcard and remove PeerBlock.dbx
U might will see strange chinese characters orsomething if u used it from version 1.0 or 1.01
Need to find a better way to store information, can't use SQL. SharedPerferences appearently those don't work for some reason in XPosed or I'm just using it wrong lol
Click to expand...
Click to collapse
Thanks friend, I can finally test your module
I'm using adblock, I have to uninstall this app
I have been using watch styler on my new verizon gear s. I have been able to create a couple watch faces that have worked pretty good. My question is has anyone been able to load any of the faces from the gear faces website using this app? It worked great with my gear 2. Trying to determine the exact directory I need to put the downloaded Tientsin watch faces in. Right now if I try to load any of the existing faces I downloaded previously the new watch styler does not see any themes. Any help is appreciated. Unrelated but has anyone been able to load or stream any type of video format on the S?
retropug said:
I have been using watch styler on my new verizon gear s. I have been able to create a couple watch faces that have worked pretty good. My question is has anyone been able to load any of the faces from the gear faces website using this app? It worked great with my gear 2. Trying to determine the exact directory I need to put the downloaded Tientsin watch faces in. Right now if I try to load any of the existing faces I downloaded previously the new watch styler does not see any themes. Any help is appreciated. Unrelated but has anyone been able to load or stream any type of video format on the S?
Click to expand...
Click to collapse
I am able to load themes and create themes form watchstyler for Gear S and I apply themes through gear manager homestyler watch someetimes its buggy but eventually loads to GS
liking watch styler but waiting for more interesting themes to surface.
I can load the pre-defined faces, but can't load any face I create myself.
I'm having the same issue.. I can load the existing themes but cannot load new ones that I make.
jctbss said:
I'm having the same issue.. I can load the existing themes but cannot load new ones that I make.
Click to expand...
Click to collapse
There Is a video on you tube that explains the process. In the watch styler app, you need to create aNew face but name it the same as the face you want to download, then keep hitting next through all the options because it doesn't matter what it looks like. After that there will be a folder under //sdcard/android/data/com.omnitel.appcess/theme that has the name of the watch you want. After you download the watch face you can extract it and there should be about five files in it. Replace the files under the omnitel/"watch faceyouwant" folder and then it will show up in gear manager.
gottahavit said:
I can load the pre-defined faces, but can't load any face I create myself.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Are you creating you face in the watch styler app on phone then saving and going into watch to watchstyler and clicking the gear icon to make your face the new one?
jctbss said:
I'm having the same issue.. I can load the existing themes but cannot load new ones that I make.
Click to expand...
Click to collapse
some of my faces examples
I did not watch the video you don't need all them steps just load theme or create theme open in gear manager click watch styler as clock click settings gear icon on watch styler click the watch face you want apply. You phone and watch will show loading (Watchstyler can be buggy sometimes if it hangs just add a pre installed clock from GS then go back to watchstyler to apply again)
Now I have been able to make my own watch faces using watch styler and load the ones I created. And yes its a little buggy but it eventully worked. I just do not know where / what directory to put the ones that I find on the GearFaces website that I have downloaded. Not sure if they will even look right with the different size screen that is on the S but would like to see how one of there rolex faces would look.
retropug said:
Now I have been able to make my own watch faces using watch styler and load the ones I created. And yes its a little buggy but it eventully worked. I just do not know where / what directory to put the ones that I find on the GearFaces website that I have downloaded. Not sure if they will even look right with the different size screen that is on the S but would like to see how one of there rolex faces would look.
Click to expand...
Click to collapse
well you can download to your computer connect gear S to computer put picture in the image folder and test it out in watchStyler?
Uniquebarbee said:
well you can download to your computer connect gear S to computer put picture in the image folder and test it out in watchStyler?
Click to expand...
Click to collapse
I have connected the GEAR S to my PC via micro usb. There are various directories but nothing specifically to watch styler. Now I did connect my Note 4 to my PC and I could see the directory structure of the phone and card. I found the watch styler directory. I downloaded a particular watch face from the GEAR FACES website. Now I put the theme in a folder called theme..no luck. Tried putting a theme on the root of the SD card and the root of the internal memory. Still no luck when I click load theme. I found the folder that contained the images off the various watches that do show up. But the various created themes that I did were all broken into sub directories. Not even sure if I could break it down from there. I wish you could navigate to a particular directory with watch styler. My watch styler just comes back saying could not find theme. I thought previously you could just download a theme to the root of the SD card and then watch styler would know it and load the theme.
Scott
retropug said:
I have connected the GEAR S to my PC via micro usb. There are various directories but nothing specifically to watch styler. Now I did connect my Note 4 to my PC and I could see the directory structure of the phone and card. I found the watch styler directory. I downloaded a particular watch face from the GEAR FACES website. Now I put the theme in a folder called theme..no luck. Tried putting a theme on the root of the SD card and the root of the internal memory. Still no luck when I click load theme. I found the folder that contained the images off the various watches that do show up. But the various created themes that I did were all broken into sub directories. Not even sure if I could break it down from there. I wish you could navigate to a particular directory with watch styler. My watch styler just comes back saying could not find theme. I thought previously you could just download a theme to the root of the SD card and then watch styler would know it and load the theme.
Scott
Click to expand...
Click to collapse
I see idk how to do .wgt files or sdb.files. but I agree this app for Gear S needs a lot of work most things digital/analog clock and made for gear1/gear2 they need to work on our device not just give us the gear2 app and rebrand it gear S
I know you may have probably did this but it's worth a try
======================================================
Install Tizen Widgets
1. Download the attache sdb.zip file
2. Unzip it into a directory on your pc(result file = sdb.exe)
3. Also download one of watch zip files in this thread.
4. Unzip them into the same directory as the sdb.exe (result file = *.wgt)
5. Enable usb-debugging on your Gear
6. Connect your Gear with usb cable to the pc
7. Open a cmd box (dos command window)
8. Go to the directory you just created (cd )
9. Type command:
sdb install
And press ofcourse
Now the wgt file is installed and you can select it on the watch.
Warning: the sdb.zip contains a .exe file.
Normally do not download .exe files directly from unknown sources, they can be infected with trojans and viruses.
Never Ever!!!!!!
But in this case it is safe
Otherwise you would have to install the whole Tizen sdk, only for this one exe file.
====================================================================
I know the gear 1 was easy it ran android gear2/gear S not sure I know the files are .wgt not apk. But you sound like you know what your doing more than me.
Uniquebarbee said:
I see idk how to do .wgt files or sdb.files. but I agree this app for Gear S needs a lot of work most things digital/analog clock and made for gear1/gear2 they need to work on our device not just give us the gear2 app and rebrand it gear S
I know you may have probably did this but it's worth a try
======================================================
Install Tizen Widgets
1. Download the attache sdb.zip file
2. Unzip it into a directory on your pc(result file = sdb.exe)
3. Also download one of watch zip files in this thread.
4. Unzip them into the same directory as the sdb.exe (result file = *.wgt)
5. Enable usb-debugging on your Gear
6. Connect your Gear with usb cable to the pc
7. Open a cmd box (dos command window)
8. Go to the directory you just created (cd )
9. Type command:
sdb install
And press ofcourse
Now the wgt file is installed and you can select it on the watch.
Warning: the sdb.zip contains a .exe file.
Normally do not download .exe files directly from unknown sources, they can be infected with trojans and viruses.
Never Ever!!!!!!
But in this case it is safe
Otherwise you would have to install the whole Tizen sdk, only for this one exe file.
====================================================================
I know the gear 1 was easy it ran android gear2/gear S not sure I know the files are .wgt not apk. But you sound like you know what your doing more than me.
Click to expand...
Click to collapse
I am still lost and need help on getting theme loaded. Please
Techlover23 said:
I am still lost and need help on getting theme loaded. Please
Click to expand...
Click to collapse
Lost as in your trying to load the themes from the website on to your gear S or just use the watchstyler that is in your phone
Uniquebarbee said:
Lost as in your trying to load the themes from the website on to your gear S or just use the watchstyler that is in your phone
Click to expand...
Click to collapse
I can use watchstyler, I made a new theme, went to where I saved a theme from gear face. I extracted it and went to the watch store directory folder and the new theme that I created and tried to copy and override the information in that folder face still didn't work.
I need help with the command DOS, thanks
Techlover23 said:
I can use watchstyler, I made a new theme, went to where I saved a theme from gear face. I extracted it and went to the watch store directory folder and the new theme that I created and tried to copy and override the information in that folder face still didn't work.
I need help with the command DOS, thanks
Click to expand...
Click to collapse
Yes ok I understood it right so you need help adding .wgt files to sdb.files I don't know how to do that I know the instructions are their but DOS not my strong suite.
When you press load a theme and it shows MY files (It can not find a theme) have you tried to add the theme with wifi direct/beam to your phone and let the phone find it that way. assuming the download is .zip or .wgt something like that
ok if you understand adb android it is the same for Tizen just called sdb
Use it as follows to install your wgt:
- open a cmd box
- go to the directory where the sdb.exe tool is located
- make sure the wgt file is in this directory too
- type command:
sdb install xxxxxx.wgt
========================================================================
- download the install manager exe file and sdk zip file for tizen wearable
- start the install manager
- at advanced, select the dowloaded sdk zip file and install it (remember the location were you install it)
- in the installation dir, you will find the ide.exe in the tools/ide directory
- the sdb.exe tool is in the tools dir
- start the ide.exe
- create a new workspace
- create a new wearable web app (file-->new-->Tizen wearable Web Project)
- select Sample
- select Web App
- choose the example you want to use (I used the ClockWidget for the Rolex)
- connect your Gear2 with the usb cable
- run the project (click the small green circle with white triangle at the top bar).
- clock should now be installed on your gear 2.
sometimes the install of the widget fails/hangs, just try again, or uninstall it first:
in a cmd box:
sdb uninstall <package>
find the package name in the console log while installing or in the config.xml (source tab) of your project.
================================================================================
This is complicated for me but you used to do it on your android so it should work the sam
Thanks, let me see if this works for me
Techlover23 said:
Thanks, let me see if this works for me
Click to expand...
Click to collapse
:fingers-crossed: if this works out can you make me one?:angel:
gottahavit said:
I can load the pre-defined faces, but can't load any face I create myself.
Click to expand...
Click to collapse
Having the same problem and can't figure out wtf I am doing wrong. All the ones I make are a no go but I can load included themes fine
EDIT: There is an Images folder in /sdcard/android/data/(xxxxomnixxxxx)/(name of theme) that needs to be deleted. Once you do that it will work. The only issue I have after that is when waking up it shows a black screen with digital clock first. I changed it to wake on last screen and now just have to remember to hit the home button when i am done but I doubt that is how it is supposed to work.
Watch Styler s updated for me now everything works I can apply my themes I just made no problem
All Amazfit Users,
You may be aware that you can load custom Android application to the great Amazfit watch using ADB and launch them using the Launcher UI. So I decided to try a simple calculator for the Watch.
After a couple of days of tweaking around the layout / logic / functionalities to include, I settled down on some basic functions and layout and was able to install and test on the Amazfit.
Give it a try and share your thoughts. Reminds me of the old Casio calculator watches
Instructions:
Download the APK from here: https://mega.nz/#!yIIWVYDT!aIzbrGPJ8sl8bDpn6Ro3aqQoxBEYd6Z-Jf5Db5LoVw8
Connect the watch to your computer via USB and access via ADB (install ADB Drivers as needed)
Open command prompt or shell
Type "adb devices" to check if your devices is listed
Type "adb install calculator.apk" to install the app to the watch (make sure to use the correct path to the APK, if not copied to ADB folder)
You should see the Success message after sometime
To uninstall type "adb uninstall com.madtechcorp.amazfitcalculator" from your command prompt or shell
In the watch, if you have not already enabled "Launcher App List", go to "More Settings" -> "About" -> Keep clicking legal information till you see countdown to zero. Once that is done, you will have the Lab link below. Click on Lab and select "Launcher AppList". This will restart your Launcher. Now go to the Right most app from your watch face, you will see the Launcher.
Scroll through and Click the Calc icon to launch the Calculator.
Notes:
Try to your own risk (though I don't see any risk here
Launcher AppList may only be available in Chinese ROM. Not sure if it is available for US ROM Version. (If you are interested, there is thread by Neuer_User here https://forum.xda-developers.com/showthread.php?t=3539431 that will allow you to install latest English Translated Chinese ROM on your watch.
The watch will vibrate shortly when you press any operator (like +, -.) and vibrate little longer if there is overflow error. Little indicators l added
Credits: Langdon Himebaugh (https://github.com/langhimebaugh/Calculator) for logic and layout ideas.
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
link to the apk: https://drive.google.com/file/d/0B8UqPUOXs5AFdTJZZS1ZRnBpTGM/view?usp=sharing
Is it much work to add a countdown timer?
Thx
madtech360 said:
All Amazfit Users,
So I decided to try a simple calculator for the Watch.
Click to expand...
Click to collapse
calzone123 said:
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
Click to expand...
Click to collapse
Both work and now i can not decide which one i prefer. Thanks for sharing!
calzone123 said:
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
link to the apk: https://drive.google.com/file/d/0B8UqPUOXs5AFdTJZZS1ZRnBpTGM/view?usp=sharing
Click to expand...
Click to collapse
to uninstall this one, use:
Code:
adb uninstall rocketstartups.wearcalculator
just in case, someone needs that information.
hello you do not plan to do to watch app notes ?
martinh22 said:
hello you do not plan to do to watch app notes ?
Click to expand...
Click to collapse
App notes for a calculator app?
I do not understand what you mean or what's the purpose of that.
he asked for a note app, not related to the calculator
1immortal said:
he asked for a note app, not related to the calculator
Click to expand...
Click to collapse
Ah, okay. Misunderstood it as i thougt this thread was abbout calc app.
nice work, thanks! So... would you mind sharing the code?
calzone123 said:
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
link to the apk: https://drive.google.com/file/d/0B8UqPUOXs5AFdTJZZS1ZRnBpTGM/view?usp=sharing
Click to expand...
Click to collapse
Hi, the link is down, can you upload again?
Thanks
Hello,
madtech360 said:
You may be aware that you can load custom Android application to the great Amazfit watch using ADB and launch them using the Launcher UI. So I decided to try a simple calculator for the Watch.
After a couple of days of tweaking around the layout / logic / functionalities to include, I settled down on some basic functions and layout and was able to install and test on the Amazfit.
Click to expand...
Click to collapse
How do you compile your project ?
I have tried a empty project with just one empty activity, compiled it with Google Studio using SDK 21.
Application installed correctly but cannot start !
Could you share your sources and project, please ?
Thank you,
Vicnet
HI i have just bought the US Version and am just 1 day old on the same... i got till the LAB level but in that there is no launch app option, how can i get this, as would love to have the apps that you are describing here in this forum.
please let me know how to get it.. without having to add Chinese ROM
utu72 said:
HI i have just bought the US Version and am just 1 day old on the same... i got till the LAB level but in that there is no launch app option, how can i get this, as would love to have the apps that you are describing here in this forum.
please let me know how to get it.. without having to add Chinese ROM
Click to expand...
Click to collapse
I am assuming you have installed the apk.
What do you see when you go into Lab option? Do you see list of items? if so, one of them should be "Launcher Applist".
Clicking on this enables/disables a launcher application. Once enabled, the launcher can be accessed by swiping all the way to the right from the watchface. Here you will see many Huami apps and other apps that you have installed through adb.
utu72 said:
HI i have just bought the US Version and am just 1 day old on the same... i got till the LAB level but in that there is no launch app option, how can i get this, as would love to have the apps that you are describing here in this forum.
please let me know how to get it.. without having to add Chinese ROM
Click to expand...
Click to collapse
https://forum.xda-developers.com/sm...tches/amazfit-enable-app-list-cn-adb-t3574454
Custom app installation
I have not yet installed any apk, as i am not able to find Launcher Applist...
In common Setting after clicking 7 times on Legal Statement, i am getting the Lab and Under Lab i am getting only 2 options BT HCl Snoop Log and Singal Strenght.
In the setting menu i am getting this Huami Lab as an option in which i am having one app PPG Capturing.. but no other option... pls guide me further.
madtech360 said:
I am assuming you have installed the apk.
What do you see when you go into Lab option? Do you see list of items? if so, one of them should be "Launcher Applist".
Clicking on this enables/disables a launcher application. Once enabled, the launcher can be accessed by swiping all the way to the right from the watchface. Here you will see many Huami apps and other apps that you have installed through adb.
Click to expand...
Click to collapse
utu72 said:
I have not yet installed any apk, as i am not able to find Launcher Applist...
In common Setting after clicking 7 times on Legal Statement, i am getting the Lab and Under Lab i am getting only 2 options BT HCl Snoop Log and Singal Strenght.
In the setting menu i am getting this Huami Lab as an option in which i am having one app PPG Capturing.. but no other option... pls guide me further.
Click to expand...
Click to collapse
Read the first post in the thread posted above.
It provides a way to enable launcher for US watches thru adb.
ADB
madtech360 said:
Read the first post in the thread posted above.
It provides a way to enable launcher for US watches thru adb.
Click to expand...
Click to collapse
Yes, i have done that, but going to cmd... then when i type adb shell, it is saying wrong path.... pls can you guide me on this ... much appreciate it..
I have downloaded the adb installer also and the watch is recognised, but then too the cmd path is not working... need your help, as i love the watch and want to make the most of it. Thanks in Advance.
utu72 said:
Yes, i have done that, but going to cmd... then when i type adb shell, it is saying wrong path.... pls can you guide me on this ... much appreciate it..
I have downloaded the adb installer also and the watch is recognised, but then too the cmd path is not working... need your help, as i love the watch and want to make the most of it. Thanks in Advance.
Click to expand...
Click to collapse
U need to type adb shell in the folder where adb is installed...
madtech360 said:
U need to type adb shell in the folder where adb is installed...
Click to expand...
Click to collapse
Btw looks like the Humai is introducing it's own calculator app...but maybe months before it is rolled out to US watches
DISCLAIMER: You are using the provided files by your own risk, although I have tested the tools I am not responsible for any damage or data lost if you decide to use them.
Click to expand...
Click to collapse
** WARNING FOR AmazMod USERS **
Current version of AmazMod activates device owner, which disables backup service, for more info please refer to the post below:
https://forum.xda-developers.com/showpost.php?p=78337675&postcount=34
Latest versions of AmazMod don't use device owner anymore, it uses normal device admin so they are safe.
Compatible with macOS/Linux (tested on High Sierra and Ubuntu 16.04) or Windows. Should work with Pace and Stratos running any ROM (tested with Pace running 2.6.0.12). Java is required only for the Export to TCX feature (#12), it should work with Java version 7 and up, so no requirements for Linux and macOS and Windows need Java installed to use the export tool.
This script will backup and restore the data from your watch, including third party installed apps, music, watchfaces and sports data. Please pay attention to the warnings while running it. The backup files are independent, this means that to restore you need to do the corresponding backup first: the Full Backup Restore (#6) will only work if you have done a Full Backup (#1) first, to restore WatchFace folder (#8) you have to do a backup of the WatchFace folder (#3) first, and so on. Of course, if you did a Full Backup (#1) then you already have all the files backed up, except Sports data (it's a system app, so it's separated). The script generates a log file named "amazebkp.log".
The Export Sports Data feature extracts data directly from the Sports app from the watch, and export them as TCX files (and also to GPX for those activities with GPS data) for each activity that can be found in the export folder. The files includes cadence, as in "Run Cadence" or "steps with just one foot". It seems that some services like Endomondo use this standard. If you have any ideas or suggestions about this feature, please share.
- How to run on Linux
Go to the folder with the uncompressed files in terminal and run "bash amazebkp.command", then follow instructions.
- How to run on macOS
Go to the folder with the uncompressed files in Terminal and run "bash amazebkp.command", or simply double-click "amazebkp.command" then follow instructions.
- How to run on Windows
Go to the folder with the uncompressed files in command prompt and run "amazebkp_win.cmd" or simply double-click "amazebkp_win.cmd" (you may not see the file extension in some cases), then follow instructions.
If you find any errors, please provide a link to download your amazebkp.log.
Thanks to @chincheang for testing in Windows, Andy Gomez for testing on Mac and @1immortal for support.
Amazfit Exporter Python converter: most work by @pieralle and @fzelle, files from this thread:
https://forum.xda-developers.com/smartwatch/amazfit/xiaomi-huami-amazfit-export-data-t3533292
More info about included files, see readme.txt.
PS: on macOS, to keep file permissions, it's recommended to use TheUnarchiver or Keka to uncompress the file, this way you can simply double-click the file to run the script.
You can buy me a coffee or cheesecake (please, no beers ) using my XDA donation link, or:
- https://ko-fi.com/lfomartins
- most common cryptocoins here: https://freewallet.org/id/87331be5
##### Changelog #####
Version v1.2
- Added export to GPX for all activities with GPS data
- Fixed small bugs and improvements
Version v1.1
- Fixed TCX export for firmware 1.x;
- Fixed cadence calculation in TCX export (slightly modified calculation too, will update the value every 30 points regardless of the last recorded step value);
- Export to TCX now adds some info to the log file;
- Fixed some typos.
Thanks to Grzegorz Bartoszek for bug report and providing files for debug.
Current Version - v1.2
https://mega.nz/#!lawxAbbS!ovOG4bM9hLhfzxY2UpKNO5y26OrmcSsN6yf63pypMO4
SHA1SUM - 8269BC7F2C2BF078AEE6D1EC1B78851B415BBE90
Previous Versions
v1.1
https://mega.nz/#!YKARmQ4K!jhwyRa-bb6SGT0_ZcEPf_g_WRVTMb9S1DRs0mCKIPf8
SHA1SUM - 375A64692B455457652B62E51728F467E373AAD9
v1.0 - https://mega.nz/#!teo11TTQ!N1OeSG5teUdsO1EnNEj4cpavyecR3Ll-sduK6Yc6CBw
SHA1SUM - D069F76714036414C00BC046A53CE9BE0246431B
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Reserved
Nice work sir!
Some feedback for you:
Windows script
There is a missing ECHO in line 223 (Please wait until the device reboots to continue...)
Probably the TIMEOUTS are not needed as far as you use adb wait-for-device command after a reboot.
What about having the choice to restore sport data in Amazfit Pace or Amazfit 2 Stratos? I mean, If I have a Pace and I want to restore its data to a Stratos watch, or vice versa, as they are different apps, restoration is not working for different variants, or knowing the watch model, restore to its sport app, similar to the export choice.
Saratoga79 said:
Nice work sir!
Click to expand...
Click to collapse
Thank you!
Some feedback for you:
Windows script
There is a missing ECHO in line 223 (Please wait until the device reboots to continue...)
Click to expand...
Click to collapse
Noted, thanks.
Probably the TIMEOUTS are not needed as far as you use adb wait-for-device command after a reboot.
Click to expand...
Click to collapse
Well, my tests with different systems showed that the timeout sometimes is needed... I think it's better be safe than sorry...
What about having the choice to restore sport data in Amazfit Pace or Amazfit 2 Stratos? I mean, If I have a Pace and I want to restore its data to a Stratos watch, or vice versa, as they are different apps, restoration is not working for different variants, or knowing the watch model, restore to its sport app, similar to the export choice.
Click to expand...
Click to collapse
Actually there is no check done about the origin of the backup when it is restored, so it should work. But restoring sports data between different ROMs probably won't work or even cause problems, as the warning in the app says. Did you try to restore the other types of backup? They should work...
Good Job, nice to know that my small job helped was useful one year later
Nice tool. Where can i find the backup and what is the password for encryption as the watch is asking in backup mode?
Thanks a lot for the tool!
It exported me my runs perfectly, but I have a problem with the swim trainings.
The tcx don't include distance nor any other value except of the time.
example:
<Trackpoint>
<Time>2018-09-15T08:31:14Z</Time>
<DistanceMeters>0.0</DistanceMeters>
<Extensions>
<TPX xmlns="http://www.garmin.com/xmlschemas/ActivityExtension/v2">
<RunCadence>0</RunCadence>
</TPX>
</Extensions>
</Trackpoint>
<Trackpoint>
<Time>2018-09-15T08:31:15Z</Time>
<DistanceMeters>0.0</DistanceMeters>
<Extensions>
<TPX xmlns="http://www.garmin.com/xmlschemas/ActivityExtension/v2">
<RunCadence>0</RunCadence>
</TPX>
</Extensions>
</Trackpoint>
Click to expand...
Click to collapse
I see the trainings correctly in the watch
. Strangely enough, in the log the distance is there...
For more info I am using Amazfit Stratos on vs. 2.3.5.0 (oficial rom)
Any idea what can it be?
kart0ffel said:
Thanks a lot for the tool!
It exported me my runs perfectly, but I have a problem with the swim trainings.
The tcx don't include distance nor any other value except of the time.
example:
I see the trainings correctly in the watch
. Strangely enough, in the log the distance is there...
For more info I am using Amazfit Stratos on vs. 2.3.5.0 (oficial rom)
Any idea what can it be?
Click to expand...
Click to collapse
Probably the distance is recorded differently... Is it open water or pool? Now I have a Stratos, and I can look at the database file more easily, maybe it will be fixed in the next version.
lfom said:
Probably the distance is recorded differently... Is it open water or pool? Now I have a Stratos, and I can look at the database file more easily, maybe it will be fixed in the next version.
Click to expand...
Click to collapse
Pool swimming. Thanks for having a look into it
Enviado desde mi MI 8 mediante Tapatalk
Hi,
I'm stuck here :
'Now unlock your device and confirm the backup operation...'
And nothing happens ... The file created is 0 bytes long.
In the log :
Starting AmazeBackup...
30/09/2018 - 12:23:03,48
C:\Users\CHILLY\Downloads\AmazeBKP_v1.2
Model: A1609 - ROM: everest-2.0.37.0
FULLBKP amazebkp.ab
Backup finished.
Quitting..
Click to expand...
Click to collapse
What could be the problem ?
Thank's in advance.
CHILLY996 said:
Hi,
I'm stuck here :
'Now unlock your device and confirm the backup operation...'
And nothing happens ... The file created is 0 bytes long.
In the log :
What could be the problem ?
Thank's in advance.
Click to expand...
Click to collapse
Did you unlock the device and allowed backup? If yes, maybe something on Stratos firmware 2.0.37 changed...
lfom said:
Did you unlock the device and allowed backup? If yes, maybe something on Stratos firmware 2.0.37 changed...
Click to expand...
Click to collapse
Nothing appears on the watch ...
CHILLY996 said:
Nothing appears on the watch ...
Click to expand...
Click to collapse
Is watch connected to computer via USB? Can you share/upload the log the tool saves? Thanks
lfom said:
Is watch connected to computer via USB? Can you share/upload the log the tool saves? Thanks
Click to expand...
Click to collapse
Here is the log :
Starting AmazeBackup...
30/09/2018 - 12:23:03,48
C:\Users\CHILLY\Downloads\AmazeBKP_v1.2
Model: A1609 - ROM: everest-2.0.37.0
FULLBKP amazebkp.ab
Backup finished.
Quitting...
Click to expand...
Click to collapse
How do I allow the update on the watch ?
CHILLY996 said:
Here is the log :
How do I allow the update on the watch ?
Click to expand...
Click to collapse
You simply unlock and tap on the button on the bottom right (IIRIC) to allow the backup. Full backup may take a long time to finish, the other options don't work?
lfom said:
You simply unlock and tap on the button on the bottom right (IIRIC) to allow the backup. Full backup may take a long time to finish, the other options don't work?
Click to expand...
Click to collapse
I unlock the watch but nothing appears on the screen, maybe a problem with the ROM 2.0.37 ...
CHILLY996 said:
I unlock the watch but nothing appears on the screen, maybe a problem with the ROM 2.0.37 ...
Click to expand...
Click to collapse
Tested with a Stratos running latest stock INTL firmware (2.3.5.0) and it's working fine. If you are using a CN based firmware, probably it's a modded one, and things may not work as expected...
Thank's a lot for your pictures. On my watch I can't see these messages.
So I think that it is not compatible with my ROM which is based upon a chinese ROM. It's STARTOSfied 2.0.37.
Thank's again for your time
EDIT : I'm also using AmazMod and AmazBoost.
lfom said:
Probably the distance is recorded differently... Is it open water or pool? Now I have a Stratos, and I can look at the database file more easily, maybe it will be fixed in the next version.
Click to expand...
Click to collapse
Do you need a .db file as example? I can upload one with some swim tracks. I was having a look myself but I think my programming skills are just not good enough ^^u
I'm trying it but this happens:
Starting AmazeBackup...
Please keep the watch connected to the computer.
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Does not continue....
What's wrong?
Thanks!!