[Pace] App collection - Amazfit

I have created a google drive folder with a bunch of apps that I found online from various sources.
https://drive.google.com/drive/folders/1sGPfjtSJQfd_9-Dx3HucT-J-zG2YskHF?usp=sharing
I am pretty sure they mostly work on the Pace, I haven't tested them all.
If anyone is the owner/developer of any of these apps and would like me to remove them let me know.
Enjoy

Added a few new apps.
Solitaire, sysInfo and compass.

It would be good adding some pictures for each one and some info like creator and package names

Not a bad idea. I might do some screenshots at some point and add them to the folder.
Most of these apps can be found through google pretty easily if you need more info about them. The main reason I made this is because there are loads of android/android-wear apps but only a few dozen or so that work with the pace so having a collection is really helpful.
It's worth noting that if you use apkinstaller.exe to install the apps it shows the package names, so you can use that to more precisely identify apps.

The gdrive link doesn't work.

Are they compatible with the verge?

stivakos said:
Are they compatible with the verge?
Click to expand...
Click to collapse
Most probably... Android-wise, Verge is just a Pace/Stratos with a real round bigger screen (360x360 instead of 320x300).

Related

Looking for Developer to...

Hi.
I was wondering how hard it would be to create a simple application that would connect to a server or website checking for updates. I plan on loading font .apk's on the server or website, and would like a application to periodically check for updates or manually check for updates, be able to preview the font, and then download the .apk if wanted. How hard would it be to create such an application?
Thanks.
Jzero88
jzero88 said:
Hi.
I was wondering how hard it would be to create a simple application that would connect to a server or website checking for updates. I plan on loading font .apk's on the server or website, and would like a application to periodically check for updates or manually check for updates, be able to preview the font, and then download the .apk if wanted. How hard would it be to create such an application?
Thanks.
Jzero88
Click to expand...
Click to collapse
Well, this depends on how you approach it, but I think the easiest way to do this would be to create a feed using XML. So if you were doing your font updater, you would load a file like this:
<FontDetails>
<Font name = "Font1" example = "http://www.myfontsite.com/FontExamples/Font1.png" location = ""http://www.myfontsite.com/Fonts/Font1.apk"\>
<Font name = "Font2" example = "http://www.myfontsite.com/FontExamples/Font2.png" location = "http://www.myfontsite.com/Fonts/Font2.apk"\>
</FontDetails>​
The problem with this is that you will have to maintain this XML file, making sure its always up-to-date(Easily manageable with some simple scripts).
If you aren't willing to do this, you could go down the road that is wrongly mislabeled as "The Easy Way" and hard-code the locations of all your APK's and all of your example images, but I would only do this if you were planning on dumping all the APK's and images in the same place(For example, if all your APK's were here: http://www.myfontsite.com/Fonts/). You would request the directory information from the server and parse that into your list of font APK's and correspond them with their example images(probably by naming them the same; i.e. Font1.apk and Font1.png).
If you decide to use the first option, you could do a bunch of cool things with the organization, like break things into categories and apply taggings and it would only require one request to the server per update. If you go with the second method, organization is guaranteed to be a mess if you try anything large scale, and adds a layer of complexity if you try to break things into folders and categories. This would require a ping per folder you have to check, which can have a high complexity factor if you have a lot of folders.
I just want to point out that even though this is directly related to development, this is a type of question that belongs in the General section(Questions ALWAYS belong in General). I'm sure a Mod will come around, scold you, then move the thread.
Anyway, I do hope this helps,
Good luck,
Tyler
Edit: Having a bit of problems getting the XML looking correct. Sorry if it looks ugly :S
Even easier would be to manage the updater as an RSS feed. Then it becomes quite trivial, as there are several examples of RSS readers online already.
Great! Thanks for the reply!
Yeah, the XML approach I think would be the better option as well, just because we could use this thread to hold everything I currently do no have any hosting at this time. Would you be up to making such a application? It seems you have the know abouts to so.... I would be the one to maintain everything and update it. I would monitor this thread and when new ones pop up, I wouldn't mind adding it to in the XML.
Also, how would the RSS feed work?
Thanks
jzero88 said:
Great! Thanks for the reply!
Yeah, the XML approach I think would be the better option as well, just because we could use this thread to hold everything I currently do no have any hosting at this time. Would you be up to making such a application? It seems you have the know abouts to so.... I would be the one to maintain everything and update it. I would monitor this thread and when new ones pop up, I wouldn't mind adding it to in the XML.
Also, how would the RSS feed work?
Thanks
Click to expand...
Click to collapse
Wish I could...I've got about 50 projects already on the back-burner and no time to finish them Tell ya what though...I've finished a mini project a couple weeks ago with some buddies at school for my friends website. Its an Open-Source RSS reader that was made to read in the latest articles of his site. With some slight tweaking, I'm sure you(or some other dev) could mod it to work in your favor...Here's the github address:
http://github.com/pencilo/Absolute-Android-RSS.git
I don't think this is the latest code, but all the working elements you need are in here.

[Q] Organisation App

Hey there, I've had an android phone knocking around for some time but only recently started really using it. The main reason I need it is to organize my self, my work and life.
So with this in mind I went and got Any.do and such apps but as I downloaded opened and discarded them I started to find that they all seem to run into the same grave limitations. I have a room full of lists on bits of paper and what I want is to keep them on my phone. But the apps I try offer the option of creating a list and that's it, about 70% of them I discarded because you cant even change the order of the items in the list which is useless to me as i need to write them in priority.
The next problem is that apps such as Any.do which is the best I've found so far can create folders such as work and play and then one long list of everything i will ever need to do at work. I have many tasks to do at work and those tasks consist of other lists of tasks and so on. For example I need to sort out transport up north for a group of people to do a job so I have a work list with the current jobs on it and on it is this job's name, on another bit of paper iis a list of things i need to do for this Job. One of the things I need to do is sort the van out so under fix the van is another list of things I need to do to fix the van, in that list amongst other things in insurance, so i have another list of things to do to get the insurance.
This is how it all works, breaking big tasks down into smaller and smaller tasks till life is all clear and doable. One folder labeled WORK with all these things listed is useless. Great for doing the shopping or organizing a party but no good for organizing your life unless your life is painfully simple.
Because the method of lists within lists is so old and simple and suited to an app I presumed they'd all be able to do it but I cant seem to find one anywhere and I've been at it for a while but then I can barely turn the thing on. So please anyone who knows where to look or what I'm doing wrong I'd appreciate some guidance.
yadnom1973 said:
Hey there, I've had an android phone knocking around for some time but only recently started really using it. The main reason I need it is to organize my self, my work and life.
So with this in mind I went and got Any.do and such apps but as I downloaded opened and discarded them I started to find that they all seem to run into the same grave limitations. I have a room full of lists on bits of paper and what I want is to keep them on my phone. But the apps I try offer the option of creating a list and that's it, about 70% of them I discarded because you cant even change the order of the items in the list which is useless to me as i need to write them in priority.
The next problem is that apps such as Any.do which is the best I've found so far can create folders such as work and play and then one long list of everything i will ever need to do at work. I have many tasks to do at work and those tasks consist of other lists of tasks and so on. For example I need to sort out transport up north for a group of people to do a job so I have a work list with the current jobs on it and on it is this job's name, on another bit of paper iis a list of things i need to do for this Job. One of the things I need to do is sort the van out so under fix the van is another list of things I need to do to fix the van, in that list amongst other things in insurance, so i have another list of things to do to get the insurance.
This is how it all works, breaking big tasks down into smaller and smaller tasks till life is all clear and doable. One folder labeled WORK with all these things listed is useless. Great for doing the shopping or organizing a party but no good for organizing your life unless your life is painfully simple.
Because the method of lists within lists is so old and simple and suited to an app I presumed they'd all be able to do it but I cant seem to find one anywhere and I've been at it for a while but then I can barely turn the thing on. So please anyone who knows where to look or what I'm doing wrong I'd appreciate some guidance.
Click to expand...
Click to collapse
sorry, but you are searching for an notes app, am i right?
i suggest you to try google keep, easy to use, reorderable, you can set alarms and its in the google enviroment.. so it is synced between devices and browser
.. or ask the nsa for help, if you forgot something
I'm searching using the terms: Organization, to do list, Productivity and things like this to try and find an App to help organize into one orderly document of easily assessable lists of what I have to do.
Google Keep is another one that you can make lists in but the list's can not reference each other so you can list everything you have and need to do and buy and so on but you can not group or nest the lists beyond the first level much like the other apps I've seen. You can list WORK,HOLIDAY,SHOP,PARTY and then within the WORK list you can list NORTHERN JOB, FRANK'S, TAX RETURNS. But then that's it. You cant list anything inside TAX RETURNS. It's to basic to organize anything beyond odd jobs and the shopping.
It is one of the ones that is reorderable as in you can move the order of items in the two lists and synchronizing and alarms and all that is fine but I just really need a simple but effective app that allows me to create lists to organize what I have to do and in what order.
I guess I can do it by using folders inside folders with names on them for jobs but it seems like a hell of a work around. Be easier to just live with all my bits of paper but I'm sure there are apps out there to organize things in a little more depth than things like Google keep, I'm sure just not looking in the right place? Anyone?

[App] Looking for Beta Testers for 9GAG+

Update,
the app is nearly finished and currently in public beta. You may find it here: http://www.windowsphone.com/s?appid=e4a9c785-efde-4794-8663-d562724e4fbd
Hey,
I'm looking for beta testers for yet another 9GAG client for Windows Phone (8+). I know there are already plenty of clients available but none of them satisfy my demanding Actually there's only one client by Rudy Huyn (Market Link) which is quite good but keeps crashing since the last few updates. In addition it's somehow slow - I don't like that. So, I came up with another one
The app is not finished yet and still under development.
What's working?
viewing posts
viewing comments
downloading images, saving theme into the media library
sharing posts
pan and zoom (up to 25x)
rendering of extra large images (greater than 4000x4000)
What's not working (yet)?
videos
gif animations (ironically I included the gif section already )
uploading images
posting comments
all items on the start screen (screenshot 2, bookmarks working since 1.0.0.2)
up/down-voting comments/images
What's missing
license information and credits (guys who made the wallpaper, screenshot 1-6)
search
you tell me
Known bugs (so far)
double tapping a downscaled images which aspect ratio is nearly the same as the device's screen, sometimes doesn't initiate a zoom (like screenshot 11)
when there are too many replies to a comment, the client will not fetch all of them correctly
still some concurrency problems resulting in an app crash
you tell me
I attached some screenshots of the app. If you'd like to help me, just send me a PM with your LIVE e-mail address (the one you are using for the market). At the moment I'm looking for up to 10-15 testers.
I wish I could pay you for your efforts but I can't However, I will offer each beta tester a refund for the in-app purchase to remove ads (~1.5$).
During beta stage there won't be ads and if so, all in-app purchases are free during the app is published within the beta market. There won't be a "stand alone" paid version of this app.
I appreciate any help. Thanks in advance.
Yeah, Rudy Huyn app is good, but crashing (mostly on devices with 512MB RAM).
9gag app for devices with less RAM would be good. Lookin forward.
qpkqkma said:
Yeah, Rudy Huyn app is good, but crashing (mostly on devices with 512MB RAM).
9gag app for devices with less RAM would be good. Lookin forward.
Click to expand...
Click to collapse
You're welcome to give it a try
shoputer said:
Hey,
I'm looking for beta testers for yet another 9GAG client for Windows Phone (8+). I know there are already plenty of clients available but none of them satisfy my demanding Actually there's only one client by Rudy Huyn (Market Link) which is quite good but keeps crashing since the last few updates. In addition it's somehow slow - I don't like that. So, I came up with another one
The app is not finished yet and still under development.
What's working?
viewing posts
viewing comments
downloading images, saving theme into the media library
sharing posts
pan and zoom (up to 25x)
rendering of extra large images (greater than 4000x4000)
What's not working (yet)?
videos
gif animations (ironically I included the gif section already )
uploading images
posting comments
all items on the start screen (screenshot 2)
up/down-voting comments/images
What's missing
license information and credits (guys who made the wallpaper, screenshot 1-6)
search
you tell me
Known bugs (so far)
double tapping a downscaled images which aspect ratio is nearly the same as the device's screen, sometimes doesn't initiate a zoom (like screenshot 11)
when there are too many replies to a comment, the client will not fetch all of them correctly
still some concurrency problems resulting in an app crash
you tell me
I attached some screenshots of the app. If you'd like to help me, just send me a PM with your LIVE e-mail address (the one you are using for the market). At the moment I'm looking for up to 10-15 testers.
I wish I could pay you for your efforts but I can't However, I will offer each beta tester a refund for the in-app purchase to remove ads (~1.5$).
During beta stage there won't be ads and if so, all in-app purchases are free during the app is published within the beta market. There won't be a "stand alone" paid version of this app.
I appreciate any help. Thanks in advance.
Click to expand...
Click to collapse
I can help
qpkqkma said:
Yeah, Rudy Huyn app is good, but crashing (mostly on devices with 512MB RAM).
9gag app for devices with less RAM would be good. Lookin forward.
Click to expand...
Click to collapse
it even crashes on 1gb devices
9GAG+ works perfectly so far, of course only the implemented features. I've used it a few times already and can report no crashes.. and the comment design is awesome
can you add the option to directly hum to the first post of a list, e.g. when I click trending? so far, it looks really good
th0mas96 said:
can you add the option to directly hum to the first post of a list, e.g. when I click trending? so far, it looks really good
Click to expand...
Click to collapse
You mean switching to fullscreen directly instead of showing the list first?
Yep, would be nice I think.. Maybe as an option?
beray07 said:
I can help
Click to expand...
Click to collapse
You're very welcome. Just send me a PM with your market e-mail address, so that I can grant you access to the app within the beta market.
th0mas96 said:
Yep, would be nice I think.. Maybe as an option?
Click to expand...
Click to collapse
Sounds good I'm going to finish the bookmark system this evening (currently I'm stuck at work ;(). Afterwards I will implement the settings page. If you're lucky you can use it tomorrow morning
I think you're doing good job, from screenshot I can see 2 good differences with other's app
1 comment part ,yours is cleaner
2 screenshot 6, I like it! so I can click only the post I want (everything but the stupid duck )
just sent you pm...
qandrav said:
I think you're doing good job, from screenshot I can see 2 good differences with other's app
1 comment part ,yours is cleaner
2 screenshot 6, I like it! so I can click only the post I want (everything but the stupid duck )
just sent you pm...
Click to expand...
Click to collapse
Thank you I just sent you a PM with the market link.
I just submitted an update to the market. Bookmarks are working for now Still no settings
Edit.
At the moment there are 3 testers. So, don't hesitate to drop me a few lines
I'm busy right now , can't try the "bookmark" error you described in pm, but I was thinking if you can add "resume last position" for the sections...(like the other app), bye :good:
Bookmarks work fine so far, only removing them from bookmarks is only temporary (reloading the list gets all bookmarks again)
th0mas96 said:
Bookmarks work fine so far, only removing them from bookmarks is only temporary (reloading the list gets all bookmarks again)
Click to expand...
Click to collapse
Are you sure on that? Coz actually it isn't possible. The list maps directly to a database. When you remove an item from the list, it's removed from the database automatically. I also cannot reproduce what you are saying. Is anybody else experiencing the same?
edit.
I just pushed another tiny update to the store
1.0.0.3
- submitting crash reports should work now
- added (basic) settings. choose which channel shall be displayed on the hub page and whether to start browsing channels in fullscreen or in "quick browsing mode"
- localization: en, de
shoputer said:
Are you sure on that? Coz actually it isn't possible. The list maps directly to a database. When you remove an item from the list, it's removed from the database automatically. I also cannot reproduce what you are saying. Is anybody else experiencing the same?
edit.
I just pushed another tiny update to the store
1.0.0.3
- submitting crash reports should work now
- added (basic) settings. choose which channel shall be displayed on the hub page and whether to start browsing channels in fullscreen or in "quick browsing mode"
- localization: en, de
Click to expand...
Click to collapse
I update right now!
the home is better with icons before "bookmark, settings ecc"
Maybe it's normal but when you navigate through the two pages of channels sometimes it makes some lag, but not everytime.
Are you interested about italian translation?
qandrav said:
I'm busy right now , can't try the "bookmark" error you described in pm, but I was thinking if you can add "resume last position" for the sections...(like the other app), bye :good:
Click to expand...
Click to collapse
I will definitely think about this feature. At the moment I don't have clue how to implement it without breaking user experience.
The problem is quite simple. The collection of items displayed in a list are fully virtualized. That means items are both loaded and rendered on demand - starting with the most recent post in a channel. It's more or less simple to initialize a channel from a specified point (last position the user left) but at that time I don't know anything about the ancestor items (posts). In the end the list, which is shown to you, will start at the last position you left and you won't be able slide left to view newer posts. The only solution which currently comes to my mind is to load a channel from the beginning and skipping all items until I reach the one you viewed last time. Of course I can do this but it's a damn waste of resources (CPU, memory and traffic).
As said, I will think about this one. But not now
qandrav said:
I update right now!
the home is better with icons before "bookmark, settings ecc"
Maybe it's normal but when you navigate through the two pages of channels sometimes it makes some lag, but not everytime.
Are you interested about italian translation?
Click to expand...
Click to collapse
Well, it shouldn't be normal
Just to make sure I get your point. You're talking about the list view and fullscreen view of a channel? The lag occures when you switch between those two views?
An Italian translation would be great but at the moment I need to finish the app first. Afterwards I could provide you with a list of strings
Starting to test it tommorow
ok tried a lot and no more lag , never! I think there was some bloatware running on the phone.
about the "resume last post" I'm not a dev but I understand to fix... I prefer your app over other's becuase it's faster, if I have to choose between "resume" and speed, the second one is better!!!
good job!
excuse my English with
I'm not a dev but I understand to fix
Click to expand...
Click to collapse
I wanted write
I'm not a dev but I can imagine creating "resume position" is a pain in the a**
Click to expand...
Click to collapse
As I told you in the Email, great app.
Here are some ideas to make the app better:
1. For the channels icon you can take the latest picture from tha cahnnel (you can make it refresh every time the app starts or sth. like that)
2. Resume from the last picture you saw in the channel. That means when I'm watching a channel and than go back to the menu and watch other channel and wann go back to the previous channel so that I musn't start watching from the latest picture but there will be a pop up window or sth like that so I will be able to choose if I want resume or start new session.
3. When I tap on the picture there is always some free space under tha picture (see in the attachments "screen 1.png"). It looks really crappy so you should remove it.
That's all till now I will tell you when I found sth.
Greetz
@shoputer:
like to help you with beta testing, wrote you a PM with details

[MOD][XPOSED] Pebble support for Endomondo

I really like Endomondo for tracking my workouts, but it doesn't have support for the Pebble smartwatch and it seems they won't add it any time soon so I decided to do it myself and the Xposed Framework is the perfect thing for it!
It hooks into three events on the Endomondo app: workout start, workout stop and workout tracking timer. First one will launch the sports app on the watch, second one closes it and the third one updates the info on the watch every second.
Metric and imperial units both are supported.
Currently there seems to be at least one known issue: it takes a long time for the Pebble app to launch for the first time, second time is instantaneous.
EDIT: this actually seems to be an issue only just after a restart.
Can't post a link so just search for XEndoPebble in the Xposed Framework repo.
EDIT: just released a (hopefully) stable version 1.2.
Repo link here.
This sounds really. Would it be possible to show heart rate too?
I love it! Thanks for the great work!!!
Sent from my XT1058 using Tapatalk
Musicmad said:
This sounds really. Would it be possible to show heart rate too?
Click to expand...
Click to collapse
Or in more general terms, would it be possible to make it configurable what to show on watchface, like avg speed and so on.
luikku said:
Or in more general terms, would it be possible to make it configurable what to show on watchface, like avg speed and so on.
Click to expand...
Click to collapse
As far as I know it's not possible to customize the built in Pebble sports app. I would really like to see my heart rate also, but then a separate new watchapp is necessary.
I just realised that the pause/resume functionality is not working when the app itself is not actually running so maybe just remove that and add a functionality to show heart rate instead of speed for 10s when you push the button on your watch?
Btw the project is in Github with the name XEndoPebble (can't post links yet).
v3rm0n said:
As far as I know it's not possible to customize the built in Pebble sports app. I would really like to see my heart rate also, but then a separate new watchapp is necessary.
I just realised that the pause/resume functionality is not working when the app itself is not actually running so maybe just remove that and add a functionality to show heart rate instead of speed for 10s when you push the button on your watch?
Btw the project is in Github with the name XEndoPebble (can't post links yet).
Click to expand...
Click to collapse
OK, thanks for comments. I understand the limitation. Nevertheless, I really appreciate your contribution, Endomondo integration to Pebble is something I've been waiting for a long time.
And probably you already knew this, official Pebble support is on its way (already exists for iOS). As a new user I cannot post links, but should be easy to Google for it.
luikku said:
OK, thanks for comments. I understand the limitation. Nevertheless, I really appreciate your contribution, Endomondo integration to Pebble is something I've been waiting for a long time.
And probably you already knew this, official Pebble support is on its way (already exists for iOS). As a new user I cannot post links, but should be easy to Google for it.
Click to expand...
Click to collapse
Yeah, they said they will add it later this year. My module only took about 6 hours without any prior knowledge of Xposed Framework and without access to Endomondo code, so I don't really understand why it takes so long.
Hov about using the golf api? It allows for 5 different numbers on the screen at the same time.
v3rm0n FYI, seems like the latest endomondo update broke the module.
endiz said:
v3rm0n FYI, seems like the latest endomondo update broke the module.
Click to expand...
Click to collapse
Yeah, it seems that they have time to obfuscate the code, but can't take a few hours to actually add Pebble support
. I may be able to compare the old decompiled code to the new and fix it, but I'm not sure.
EDIT: removed the module, too much work to actually read the obfuscated, decompiled code

[MOD][5.0] Pocket First (share option)

I share links to Pocket a LOT but every time I'm sending link to Pocket, I have to scroll down in the Share dialog to find Pocket. In my case I just use browser, rss reader and email apps more so Pocket app is burried deep down the list. In previous versions of Android it was all about alphabet but now it's about the time spent in apps (read more details about that from actual Pocket lead developer). This module spoofs the usage timer for Pocket so it's always on top of the Share list.
I don't really need any other changes so no custom manager is planned. (But maybe @defim could incorporate something like this in his CustomShare )
This module has been merged into new module http://forum.xda-developers.com/xposed/modules/mod-xposed-tweaks-cm-t3279109. Please check that module for any future updates.
Hi.. thanks for creating this module! I am trying it for the first time on Android 5.1 .. it doesn't seem to work, so I'm guessing it might need to be updated to support 5.1 (or I'm not testing it properly I suppose)
clefster said:
Hi.. thanks for creating this module! I am trying it for the first time on Android 5.1 .. it doesn't seem to work, so I'm guessing it might need to be updated to support 5.1 (or I'm not testing it properly I suppose)
Click to expand...
Click to collapse
Are you sure Xposed works for you - do you use any other module? I only quickly check the source of 5.1 from my phone and I didn't notice any difference.
Thanks, sweet and simple. I share to Pocket a lot, and before I enabled it Pocket was wayyyyyyy down the list when I hit share.
Manta, Purity Rom 5.1
Hi. Is there any way that i could add any app in share menu? For example i use instagram and OGinstagram in same time. In instagram when i want to share a post url, i see many apps but not OGinstagram. I have to choose gnote, then click on link in gnote and then choose OGinstagram... Is there any way/app/module or anything that can do this?
Maybe make it configurable? I would like to be able to choose any app to be first. Thanks!

Categories

Resources