Hi all
I've just released a (inexpensive 1.69$) Pro-Version of this Quick GPS Position Pro.
It is supporting a wide range of configuration possibilities:
Position:
- Decimal
- Degrees
- UTM
- MGRS
- QTH
- Ordnance Survey National Grid (UK)
- SWISSGRID*CH1903+ support
- Gauß-Krüger support (Germany only)
- GEOREF Support (https://en.wikipedia.org/wiki/World_...ference_System)
- GARS Support (https://en.wikipedia.org/wiki/Global...ference_System)
The Speed:
- km/h
- mph
- m/s
- knots!
Elevation/height:
- Meter
- Feet
Heading:
- Degree (not reliable in low speeds)
Vibration:
- Option to turn on or off Vibration on GPS capture or loss
Option for 'app always on' available
Option to show either the time of the last known position OR the time ago (in sec/min/hours) since then
Option to show last known position on Startup
IMPORTANT:
If you have a Bluetooth connection available to your phone and GPS on on your phone, it is using your phone's Position. Turn off Bluetooth (and GPS on on your phone) to use the phone's GPS.
Thanks for the support, I will try to implement more things soon!
UK OSNG System
Nice app just downloaded to gear s3. Any chance of adding the Ordnance Survey National Grid system at some point as in the UK its useful for cross reference to Ordnance Survey maps which divide the UK up into squares of size 500 km by 500 km. There is a overview of the system if you Google 'Ordnance Survey National Grid'.
Thanks John
One minor niggle I've noticed is that when I select MPH as the unit of speed it displays mps next to it instead of MPH.
Thanks.
I will have a lot into the "Ordnance Survey National Grid System"
There is an update underway which Supports "QTH Grid System" and "SWISS Grid System"...
Will fix the mph/mps soon.
Good News JohnGearS3, I will implement UK OSNGS in Version 1.1.0.
EDIT:*Just implemented it, so it's going to Samsung now and should be available in a few days (certification takes unfortunately some days)
Lots of more stuff to come in Version 1.1.0:
- QTH
- Ordnance Survey National Grid (UK)
- SWISSGRID*CH1903+ support
- Gauß-Krüger support (Germany only)
Version 1.1.0 is NOW available in the store with the above mentioned new features...!
Hi
Excellent app, the sort of useful app that makes the S3 worth keeping! I did start having a play trying to make my own GPS app, you have saved me the trouble!
Might be nice to be able to customise whats displayed, and to have the main bit of info (the location) across the centre of the screen where there are more pixels, possibly in a larger font, ditto the ability to change the colour - eg to have the grid ref obvious in white.
An odometer & overall height gain/loss would be nice too - but possibly on another screen accessed with a bezel twist?
I am in the UK, and can confirm that your OSGB calculations come out just fine for central Scotland.
Also, 10 figure grid ref (eg 1m resolution) is beyond the capability of GPS, your average UK hill walker will be using 6 or 8 figure grid refs (100m or 10m resolution). Ability to choose would be nice - and also free up screen space for that larger font!!
Nigel
Just curious, what do you use this app for? It does seem like a really well done app, lots of features/capabilities, but I wasn't exactly sure what the use-cases are? How are those of you who use it making use of it? How does it help you? Thanks.
Dumdidum said:
Hi all
I've just released a (inexpensive 1.69$) Pro-Version of this Quick GPS Position Pro.
It is supporting a wide range of configuration possibilities:
Position:
- Decimal
- Degrees
- UTM
- MGRS
- QTH
- Ordnance Survey National Grid (UK)
- SWISSGRID*CH1903+ support
- Gauß-Krüger support (Germany only)
The Speed:
- km/h
- mph
- m/s
- knots!
Elevation/height:
- Meter
- Feet
Heading:
- Degree (not reliable in low speeds)
Vibration:
- Option to turn on or off Vibration on GPS capture or loss
Option for 'app always on' available
Option to show either the time of the last known position OR the time ago (in sec/min/hours) since then
Option to show last known position on Startup
IMPORTANT:
If you have a Bluetooth connection available to your phone and GPS on on your phone, it is using your phone's Position. Turn off Bluetooth (and GPS on on your phone) to use the phone's GPS.
Thanks for the support, I will try to implement more things soon!
Click to expand...
Click to collapse
Satellites in view/use and SNR would be useful...along the lines of GPS+ for Android perhaps.
Redflea said:
Just curious, what do you use this app for? It does seem like a really well done app, lots of features/capabilities, but I wasn't exactly sure what the use-cases are? How are those of you who use it making use of it? How does it help you? Thanks.
Click to expand...
Click to collapse
Hill walking/mountain biking for me.
Andyman10 said:
Satellites in view/use and SNR would be useful...along the lines of GPS+ for Android perhaps.
Click to expand...
Click to collapse
Good Input, unfortunately the Tizen Web API does not allow to get these values.
veletron said:
Hi
Excellent app, the sort of useful app that makes the S3 worth keeping! I did start having a play trying to make my own GPS app, you have saved me the trouble!
Click to expand...
Click to collapse
Thanks.
veletron said:
Might be nice to be able to customise whats displayed, and to have the main bit of info (the location) across the centre of the screen where there are more pixels, possibly in a larger font, ditto the ability to change the colour - eg to have the grid ref obvious in white.
Click to expand...
Click to collapse
Sounds like a Good idea!
veletron said:
An odometer & overall height gain/loss would be nice too - but possibly on another screen accessed with a bezel twist?
Click to expand...
Click to collapse
I'll look into that, but not in the very near future as I am coding another app atm. (also for Gear S3)
veletron said:
I am in the UK, and can confirm that your OSGB calculations come out just fine for central Scotland.
Click to expand...
Click to collapse
Thanks great.
veletron said:
Also, 10 figure grid ref (eg 1m resolution) is beyond the capability of GPS, your average UK hill walker will be using 6 or 8 figure grid refs (100m or 10m resolution). Ability to choose would be nice - and also free up screen space for that larger font!!
Click to expand...
Click to collapse
I'll have more configuration possibilities soon.
Quote:
Originally Posted by Andyman10
Satellites in view/use and SNR would be useful...along the lines of GPS+ for Android perhaps.
Good Input, unfortunately the Tizen Web API does not allow to get these values.
Interesting. I was having a quick look at the Native App API with a view to porting a golf GPS app I did for Android Wear and it seem you can get all the info through :
gps_status_get_satellites_cb)(unsigned int azimuth, unsigned int elevation, unsigned int prn, int snr, bool is_active, void *user_data)
and related calls.
Ah, I see nothing similar under the Web API...but I've only just started looking at it.
Thanks! Just bought it. I'll use it a lot, because right before I'm flying my Drone, I provide the near airport control tower, with the vicinity grid where I'm going to be flying, right from my watch! Thanks!
Andyman10 said:
Interesting. I was having a quick look at the Native App API with a view to porting a golf GPS app I did for Android Wear and it seem you can get all the info through :
gps_status_get_satellites_cb)(unsigned int azimuth, unsigned int elevation, unsigned int prn, int snr, bool is_active, void *user_data)
and related calls.
Ah, I see nothing similar under the Web API...but I've only just started looking at it.
Click to expand...
Click to collapse
Thats exactly what is missing.
No Chance to get that info in Web API unfortunately...
Thanks for the app, I bought the pro version.
Will be a great addition for use in rural and remote areas when needing to give coordinates for fire fighting in the bush!
I really like the app. Is there any way to make it more clean looking. It just feels a little retro right now. I would like to see crisper text maybe the ability to adjust text size.
Version 1.3.0 now available:
- Possibility to force the usage of the Gear's GPS Signal even when the Gear is connected to the phone using Bluetooth.
- Possibility to set the precision: (Best, Good, Average, Bad) ... => means less Digits
Important: The force internal GPS is still somewhat beta. It's another API approach which is not well documented.
Version 1.4.0 awaiting approval from Samsung.
New:
- GEOREF Support (https://en.wikipedia.org/wiki/World_Geographic_Reference_System)
- GARS Support (https://en.wikipedia.org/wiki/Global_Area_Reference_System)
- Fix for a rare calculation error using MGRS
Check Some Best Samsung Gear S3 Apps and Games really amazing .
always to usable ...
Related
Hello everyone.
Free GPS signal monitoring tool.
The application is called GPS Monitor Free by Illyrium & can be found and downloaded freely from the market.
GPS Monitor Free
The application is also available with a BUNCH OF EXTRA FEATURES as Premium, GPS Monitor Premium
What the app does - it activates itself as soon as GPS is in use and deactivates when GPS is no longer in use.
While GPS is in use, the app shows a notification icon that can be customized to show sats in view, sats in fix The app can be configured to show more types of location details in the notification, including a complete custom mode showing lon,lat,speed,accuracy,gps time, sats in view/ sats in fix.
UP TO 3 NOTIFICATION ICONS visible in the same time showing satellites in view/fix, accuracy of the fix, current speed.
Premium features: customize various audio notifications on events like gps on, gps off, fix, lost fix;
GPS Keepalive function for a period of time after GPS receiver is no longer in use.
A list with active applications currently using the GPS receiver.
Ability to choose and change the NTP server to help the GPS get a faster fix (root needed).
Full list of internation NTP server added.
Pro version supports now external plugins.
New GPS tools added in premium version - user can do a full reset of the GPS:
* Reset GPS - clean XTRA data
* Inject GPS Time from NTP server
* Re-download XTRA data and inject it
Widget allowing to quickly Reset GPS,Inject NTP time and download & inject XTRA.
Quickly resetting the GPS without launching an external app comes handy to a lot of users when the GPS receiver takes too long to lock on satellites.
&& a lot more features in development right now.
If you have any ideas, you are more than welcome to share them with me and I'll try to implement them as soon as possible.
IMPORTANT
I need volunteers for translations in Spanish, Italian, German & any other possible language. In exchange I offer the GPS Monitor Premium for free, and access to all beta versions of the app and Plugins
Project can be translated here:
http://crowdin.net/project/gps-monitor
(link is expired - crowdin is nice but too expensive for a project that small, please contact me directly if you would like to help with translations)
In progress
GPS Plugins in development
Normal/Conservative feature development abandoned since disabling GPS is not possible on all ROMs.
Update
1.1.0.38 premium
- Increased stability
- Keepalive can be activated up to 24 Hours
- Keepalive notification can be toggled from the menu
1.1.0.30 premium & free
- increased notification icon precision (5,10,15,20,25, 50, 100)
- Custom notification (Dashboard) is visible on both white and black android theme
1.1.0.28 premium
- MULTIPLE NOTIFICATION ICONS SUPPORT (1 main + 2 extra)
- Options to customise second and third notification icon
- Extra notification icon can show
* satelittes
* accuracy
* speed
- Icons optimised - smaller apk
1.1.0.27 free & premium changes
- increased stability of the service
- fixed crashes of the service on some devices
- added Share by mail, social networks, etc.. in the main application menu
1.0.9 free
- Notification icon can now show speed and accuracy
- Address is resolved in idle mode (if internet connection available)
- French translation added.
- bug-fixes
1.1.0.24 premium
- Fixed BusyBox detection - no more FC on GPS Tools tab
- Improved gps config file editing method
- Added new GPS Tools
* Reset GPS Data (Clear XTRA)
* Inject GPS Time from NTP server
* Download XTRA data
- Added Widget allowing the user to quickly reset GPS Data, Injecting NTP time and re-downloading XTRA data if available
1.0.9 premium
- Increased stability
- Tools GPS tab added
Ability to configure custom GPS NTP server (root required)
Full international NTP servers list added into the app
- Notification icon can now show SPEED
- Address is resolved in idle mode (if internet connection available)
- French translation added.
- External plugin support added (plugins coming soon)
- bug-fixes
1.0.7 Internal engine completely rewritten - increased stability;List preferences selection bug fix.
Pro: Experimental GPS Keepalive functionality added.
1.0.6 Major Update. All icons changes. Bugs fixed.
1.0.5 FIXED looping GPS interfacing bug on some devices (hopefully this applies or all or most of the existing devices)
Fixed latitude/longitude conversion.
1.0.4 Stabilized passive location info functions.
Getting location data (lat/lng, accuracy, addr) is faster & optimized. Fixed crashes/GPS restarting bug on some devices.
1.0.3 App updated.
Now functions on android >=1.6;
A bunch of new features added & preferences. Use can choose what the notification icon displays.
Latitude & longitude are correctly displayed now.
1.0.2 Application updated.
All notification icons changed, only locked satellites are now displayed, and latitude/longitude as soon as they are available.
1.0.1 I have updated the application and fixed some bugs.
Fixed GPS left in use bug after closing on some devices. GPS Icon reaction improved.
The application uses now a lot less resources.
Cheers,
Adrian (Illyrium)
Here the link: GPS Monitor Free
So you don't have to look at +50 pages
Sorry it does'nt activate the GPS on my Desire. GPS was still on
dragonro said:
Hello everyone.
Free GPS signal monitoring tool.
The application is called GPS Monitor Free by Illyrium & can be found and downloaded freely from the market.
What the app does - it activates itself as soon as GPS is in use and deactivates when GPS is no longer in use. While GPS is in use, the app shows a notification icon with the satellites in view. For the moment this is all that the app does, but I am working to add some other features to it.
The app is free for the moment - and will be free (even the pro version) for everyone that helps me my sending me bugs/features.
If you have any ideas, you are more than welcome to send them to me an I will try to implement them as soon as possible.
Cheers,
Adrian (Illyrium)
Click to expand...
Click to collapse
Nice app, nice to be able to see how many sattelites I'm connected to right in the status bar, beats having to open a seperate app to check
Working on HD2 with TyphooN_CM7_v3.3.7.
reef2009 said:
Sorry it does'nt activate the GPS on my Desire. GPS was still on
Click to expand...
Click to collapse
U have to open a third party app like GPS Status or Google Maps.
icke said:
U have to open a third party app like GPS Status or Google Maps.
Click to expand...
Click to collapse
I tested with google Maps but no GPS activation.
Maps keeps asking to activate GPS in settings... So I did...
dragonro said:
What the app does - it activates itself as soon as GPS is in use and deactivates when GPS is no longer in use.
Click to expand...
Click to collapse
The service itself is activating...but the service doesn't aktivate GPS.
Nice App! Is it possible to change the color according to the status searching for sats = yellow / fix = green?
Hi,
Installed on my DHD with CM7 and it works perfectly. I really like the little notification telling you that service is actually switched on and off when you open and close apps, does this show that my GPS unit is actively seeking sats or just your service? I need to have a test on the open road as i am sat in the office at the moment and can only see 1 sat. I'll have a look and see if i am getting much drain.
Personally, my suggestion would be to have a option to have a timeout on the notification icon and keep the info in the drag down drawer as it is at the moment. I don't really need to know that GPS is active but i often find myself wondering if i have a good fix when Maps has me driving in the sea.
On Garmin-Asus A50 it works ok, exept u get a notice "GPS position changed" wich notice will not go away.
number of fixed sats instead of sats i can see
Hi,
I think that number of fixed Sats gives better information than number of sats i can see. I am currently using GPS Status program to see how many sats are fixed when i am using GPS program without feature that can show fixed sats. Your program with notification in the bar will be definitively better alternative.
Nice little program OP, can't see the PRO version in the Market though
I just installed the app and so far it's working ok... I like knowing how many satellites are locked in.. I believe this is an app that has been needed for some time.. I'll be interested to see how much battery it uses.. I'll be looking forward to more updates..
Edit: my phone info.. Droid X running Liberty v .8
Hi,
nice app. Thanks.
But logo in taskbar ist hard to read (grey/green). Not enough contrast.
Maybee you can change logo for better readability.
Thanks schrej
schrej said:
Hi,
nice app. Thanks.
But logo in taskbar ist hard to read (grey/green). Not enough contrast.
Maybee you can change logo for better readability.
Thanks schrej
Click to expand...
Click to collapse
+1 for better icons
certainly do like this app
working fine on both Samsung Galxy S II, HTC Desire and HD2!
thanks!
schrej said:
Hi,
nice app. Thanks.
But logo in taskbar ist hard to read (grey/green). Not enough contrast.
Maybee you can change logo for better readability.
Thanks schrej
Click to expand...
Click to collapse
agree, was going to get on and suggest this exactly...
little hard to read/see.
maybe just a black background?
however, a great utility! THANKS!
works great on samsung captivate running cm7 nightly. Shows all the sats that im connected to.. Great app thx
dragonro said:
If you have any ideas...
Click to expand...
Click to collapse
Please add a 1x1 widget that allows me to clear GPS data and redownload with a single tap. I'd tap it before entering Maps so that I can have some super fast precise location results.
reef2009 said:
Here the link:
Sorry it does'nt activate the GPS on my Desire. GPS was still on
Click to expand...
Click to collapse
Thanks for the link
The application is supposed to be passive, the notification icon won't be visible unless the GPS is in use actively by an application (eg. Google Maps)
Hello,
I create that topic to present you the application LiveWeather available to the following url on the market : //market.android.com/details?id=com.app.liveweather
LiveWeather provides weather forecasts for more than 100000 cities around the world.
Weather informations are dispalyed on intuitive user interface with charts for high and max temperatures.
LiveWeather has several features that are described on the market page of LiveWeather :
More than 100000 locations all around the world.
Current conditions for locations (Temperature, Conditions Icon and Text, Humidity, Wind, Dewpoint and pressure).
Sunrise and sunset for each cities in local hours of city.
Current date of city which data are displayed.
Conditions Icon are adapted with sunrise / sunset informations (so moon is displayed when sunset Is finished).
Forecasts for the next 4 days displayed in charts with high and max temperatures.
GPS localization of your current city to display current meteo.
Save your favorite cities in a list.
Display favorite cities in a world map.
Display continents map with weather for main cities of each (Africa, America, Asia, Europa, Oceania).
Display countries map with weather of main cities of each (More than 15 countries supported for the moment with France, Deutschland, Switzerland, USA, Russia, España, Italia, Canada, China, India, …)
For each cities in map you can display temperature, icon conditions or wind conditions.
History data like cities with hottest and coldest temperatures in the world.
Display charts with average temperature by month of main cities in the world (others are added very often).
Help screen describing main data displayed by LiveWeather (You must slide to the right or left to change help data displayed).
Share city’s weather of your choice by email, SMS or via social network thanks to a generated image representing weather data.
Listen city’s weather in your current language.
Customize user interface.
Select temperature unit (°Celsius or °Farenheit).
3 widgets (4x1 simple widget with current city and temperature, 4x2 forecasts widget and 4x2 clock widget with current city data).
Application price is 0.99 euros.
A lite version of LiveWeather is available to the following URL : //market.android.com/details?id=com.app.liveweatherlite
That lite version has less features and displays ads.
Thanks by advance for your feedbacks.
Sylvain.
Got your lite version and will give it a try. I do a lot of traveling so this could help in planning
Lite version FC when I push settings from main screen, report sent from the app. CM9 GN.
B1ny said:
Lite version FC when I push settings from main screen, report sent from the app. CM9 GN.
Click to expand...
Click to collapse
I try to do the same thing and it runs.
I saw the error on the market and it seems a very strange error coming from a missing string resource but the string resource is well in the application because for others devices it runs well.
Could you tell me what is your device please ?
Sylvain.
Galaxy Nexus 4.0.3( http://fitsnugly.euroskank.com/skankwich/?id=maguro)
The app doesn't respond to the soft key menu button, and the in app menu button makes it FC. Just tested it on my Nexus One thats also on 4.0.3, and exactly the same happens there.
B1ny said:
Galaxy Nexus 4.0.3( http://fitsnugly.euroskank.com/skankwich/?id=maguro)
The app doesn't respond to the soft key menu button, and the in app menu button makes it FC. Just tested it on my Nexus One thats also on 4.0.3, and exactly the same happens there.
Click to expand...
Click to collapse
I try to regenerate the entire gen resources directory and to change the way where the string resource is getted from the menu.
Could you try again with the updated version of Live Weather Lite please ?
I'm going to try more tests on Android 4.0 as soon as possible if the problem persists.
Sylvain.
OK. So, I found the problem.
I fixed it and I updated the LiveWeather Lite application on Android Market.
Now, It will run for Android 4.0 also. I wait your confirmation of that on your device to validate my solution .
Thanks for your help !
Works now
sylsau said:
OK. So, I found the problem.
I fixed it and I updated the LiveWeather Lite application on Android Market.
Now, It will run for Android 4.0 also. I wait your confirmation of that on your device to validate my solution .
Thanks for your help !
Click to expand...
Click to collapse
B1ny said:
Works now
Click to expand...
Click to collapse
Thanks .
A little detail about the LiveWeather Lite Action bar. It's a custom Action bar that emulates Ice Cream Sandwich Action bar for older versions of Android.
So for the moment, there is no connexion between hardware Android menu button and that Action bar.
"Should I Wear Pants?" is a novelty weather app that takes your location, gender, and temperature preferences, retrieves your local weather, and lays out for you what to wear.
In addition to the novelty, it really does save me time in the morning - I was surprised, we conceived it as just a fun little novelty thing. Previously, I'd go to the office, turn on my computer, go online to look up the weather, and infer what to wear; now, I no longer need to even enter my office in the morning. I suppose this is mitigated if you have a decent weather app already, but I never really found one I liked that much. Those also don't tell you what to wear
We tried to make the default temperature preferences sane, but they're easy to adjust.
Link:
Free version
Basic features:
Jacket versus T-shirt
Pants versus shorts
Temperature preferences for all available slots
Temperature units preference - Fahrenheit, Celsius, and Kelvin
Optionally, fun holiday outfits on major holidays (US holidays, that is - for those outside the US, we're open to adding outfits for your holidays, we just don't have them yet)
Premium features (in addition to everything in the free version):
Sunglasses
Hat
Gloves
Umbrella
Shoes versus flip-flops
Swagger mode - this, like Swagger Mode in AOKP, is a surprise
"I wear my sunglasses at night" mode - this is fairly self-explanatory
This isn't exactly a feature, but the premium version also doesn't have advertisements; the free version does
Upcoming features (in approximately the order we're going to do them):
Solar position during the day - a graphical indicator of the sun's position
Long-sleeve shirts - these would be used at some point between T shirts and jackets; possibly have a setting to control what point that would be
A dew point setting for flip-flops - nobody likes walking around in cold, wet grass with open footwear
A setting to weight the average we take between the low and high temperatures for the Today and Tomorrow tabs
Some live wallpapers with weather and/or wardrobe information
Home screen widgets - one per "slot" from the main screen
Changelog:
1.5.0 - 2012-12-20
Both versions
Added the capability for users to specify their location. To do this:
Open the preferences screen
Under "ABOUT YOU", uncheck "Use Current Location"
The "Location" option will be made available - open this to set your location.
Refer to the Help topic called "Specifying Your Location" for more information on supported formats, etc.
Added Christmas outfits; these will run from the 23rd to the 27th if you're in Calendar Fun mode.
Fixed a number of small issues with location and weather detection.
This was made possible by some new automated testing; we now have approximately 275 cities around the world verified as working and accurate, while ensuring no regressions occurred for the common case when fixing the edge cases.
Note that this doesn't cover the entire world; thus far, we have the Americas, Europe, Australia, and New Zealand covered. We are working to add coverage to the rest of the world.
1.4.0 - 2012-12-03
Both versions
Added a new system for reporting to the user when problems occur. This will make it significantly more clear what's happening when something goes wrong, and adds an easy way to E-mail a problem report to us.
1.3.5 - 2012-11-27
Both versions
Fixed an issue in holiday calculation that was causing the entire month after a given holiday to still be considered that holiday. This was presenting itself with the rest of November after Thanksgiving still displaying holiday clothing when Calendar Fun mode was on.
Fixed an issue with icon sizing causing the full 512x512 icon to be displayed in certain positions, in certain ROMs. In particular, we noticed it when a lock-screen shortcut to the app was created in CM10.
1.3.4 - 2012-11-22
Both versions
Updated the "Geocoder fail " error message to be a bit more descriptive and helpful.
1.3.3 - 2012-11-18
Both versions
Added an American Thanksgiving outfit; this includes a T shirt with a roast turkey on it, and will be shown on Thanksgiving and the preceding day
Extended Halloween outfits to also include the preceding day
Premium version
The Thanksgiving outfit also includes oven mitts in place of gloves, a colonial pilgrim-style hat for men, and a colonial style bonnet for women
1.3.2 - 2012-11-12
Both versions
Changed the landscape layout to make better use of all the horizontal screen real estate
1.3.1 - 2012-11-07
Both versions
Finally put the empty wardrobe issue to bed for good, we hope.
Free version
Fixed an issue causing free-version-capable slots to be marked as premium-only for approximately half of users (by our estimate).
1.3.0 - 2012-11-06
Both versions
Fixed yet another issue that was causing empty wardrobes, in particular on screen orientation change.
Laid the scaffolding for the sun position feature.
1.2.2 - 2012-11-02
Both versions
Fixed another issue that was causing empty wardrobes.
1.2.1 - 2012-10-30
Premium version
Added an individual temperature setting for hats; previously, the hat was enabled any time the jacket was enabled.
1.2.0 - 2012-10-29
Both versions
Fixed an issue causing empty wardrobes.
Added "Calendar Fun" mode - this gives fun outfits on holidays.
Free version
On Halloween, the T shirt will have a skeleton on it.
Premium version
The Halloween outfit also consists of a jack-o-lantern bucket in place of the umbrella, a pumpkin beanie for men, and a witch's hat for women.
1.1.2 - 2012-10-27
Both versions
Added an option to set preferred temperature units - Fahrenheit, Celsius, and Kelvin.
Added the "Special thanks" page to the help section.
Premium version
Added Swagger mode.
Added "I wear my sunglasses at night" mode.
1.1.1 - 2012-10-25
Both versions
Fixed some minor issues around interface scaling.
1.1.0 - 2012-10-24
Both versions
Added a help section to explain and work around common issues.
1.0 - 2012-10-22
Initial app release
Space reserved for future use
Space reserved for future use
Love this app!
Great job! I must say that I've been using this app since it came out on the Play store, and it's been great. I used to check weather.com every morning, and I would have to check the daily forecast and click through three pages of "hourly" weather predictions in order to figure out two things: (1) did I need to wear pants, and (2) should I wear a jacket--when I rode my bike in to work in the morning.
Now, when I wake up, I just open up Should I Wear Pants?, check "Now" and "Today", and wear what it says. I've already customized it for my style, and now that it's getting colder out, it's been critical to know when to man-up and drive in, and when to put on my gloves and ride my bike.
Useful and fun app
I was one of the first to download this app and I must say that it is very useful. I always use to go on websites on my computer or use some other apps (none of which I really liked) to get the weather for the day and still I had to figure out what to wear. This app not only pulls the weather for the location you currently are, it also (thanks to preferences and customization within the app) suggests to you what to wear.
When I frist got it, there were a few bugs, but since the original download, I have downloaded a few new updates (some with pretty fun features such as holidy mode, and swagger mode) that have fixed any bugs that I encountered.
I would overall rate the app a 5/5 for its purpose and the fun things you can do with it as well.
P.S. Listen to what the app tells you if you have your preferences right. I was recently in Atlanta which is a bit warmer than where I am from (the North East) and I wore jeans one day which is not what the app told me to wear based on my suggestions. Lets just say I was sweating a tad bit that dat. The app really works and is helpful.
Definitely reccommended!
Brilliant.
Just pushed an update that significantly improves the layout in landscape orientation. Feedback welcome!
Just pushed an update that adds American Thanksgiving outfits. These will be run on Thanksgiving and the preceding Wednesday. The outfits include roast turkey designs on the T shirts, oven mitts in place of the gloves, colonial pilgrim style hats for men, and colonial style bonnets for women.
Enjoy, and as always, feedback welcome!
This is just like Swackett! I loved that on my Mac. THANKS.
Damn, and here I thought our idea was unique =p
Glad you like it, thanks for the comment
Haha I like this
Sent from my Zapped All-Starred P.A.C SGH-T989
ArcticFish said:
Haha I like this
Click to expand...
Click to collapse
That's exactly the reaction we're aiming for
I just saw the description and ran straight for the paid one! Amazing idea! Can`t wait to play with it.
One thing I can tell is missing right away, though.. WIDGET! Please make a widget for this. it`d be awesome to switch to my weather page, and see what I should wear right away without needing an app
BinaryEclipse said:
I just saw the description and ran straight for the paid one! Amazing idea! Can`t wait to play with it.
One thing I can tell is missing right away, though.. WIDGET! Please make a widget for this. it`d be awesome to switch to my weather page, and see what I should wear right away without needing an app
Click to expand...
Click to collapse
That's one of the next things we're releasing I don't think it's going to make it into the 1.4 release, which is going to have a significant overhaul of the settings and an addition of several other items of clothing to each slot. I'm in the process of learning how to make home screen widgets, though - we're currently thinking one widget per slot.
If you have a weather page, though, one widget per slot probably won't work - in fact I'd imagine every slot wouldn't even fit on one dedicated page. I hadn't considered this use case - I'm thinking we'll also make a large widget that contains the whole thing.
Pushed an update yesterday that makes the "Geocoder fail " error message a bit more clear. People who have gotten this error message - please check out our help screen under the "Geocoder" section.
This app goes great with the Should I Change My Underwear app!
motenak said:
This app goes great with the Should I Change My Underwear app!
Click to expand...
Click to collapse
That'll have to be the next one we make
Pushed an update yesterday that fixes a problem with our holiday calculation - basically, every day of November that occurred after Thanksgiving was still considered Thanksgiving for the purpose of the outfit. We also fixed icon sizing - I noticed that our 512x512 icon was being displayed at full size when I put it in a lock-screen shortcut in CM10.
Just pushed yet another update - this one adds a new system for reporting problems to you when something bad happens. This will make it significantly more clear what's going wrong when problems occur - it makes it easier to fix problems yourself, while at the same time providing a very easy way to E-mail a report of the problem(s) to us for assistance.
Edit: Also, we would really love some feedback on this! And in addition, if anybody in this thread is someone who 1-starred the app because things weren't working, I implore you to re-evaluate the app now that we've (A) solved the major issues and (B) provided this great new error reporting system.
Hi!
Make use of the built-in pressure sensor of your device!
It's a Barometer and altimeter app that also supports DashClock widget. Now you can track pressure trends with your device!
Features:
- Holo dark theme.
- Swiping between screens.
- Charts - 12h, 24h, 2 days, 4 days 7 days and 14 days.
- Resizable widget (Android 4.1+) showing current pressure and trends.
- Data exporting to a .csv file (supported by MS Excel etc.)
- Dash Clock Extension
- Customizable
- NO ADS
Pressure data are provided by a built-in pressure sensor. Internet connection is not required.
If you set your ICAO code (can be found here: http://www.mapping.com/airportcodes.shtml) the app will download the QNH from the nearest airport to provide more accurate altitude values.
It's great for para gliders, those who like hiking in mountains etc. - you can record your altitude and export it to a .csv file.
Get it on GooglePlay - https://play.google.com/store/apps/details?id=pl.baggus.barometr
Feel free to comment.
It's free and has no ads. It's not a commercial app. I've made it for myself and thought I would share it.
If you like my work - you can donate here: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K69Y5H6F8ETHY
Hi,
it says application not compatible on the playstore.
What rom do you use?
I believe it's a common bug with devices working on CM based roms that users can't download it from GP, but it work fine if it's installed from an apk file.
http://www.speedyshare.com/WWCZ6/Barometr.apk you can download it here.
I'm currently using stunner 2 which is a cm10.1 ROM.
Thank you for the link.
baggus said:
Hi!
Make use of the built-in pressure sensor of your device!
It's a Barometer and altimeter app that also supports DashClock widget. Now you can track pressure trends with your device!
Features:
- Holo dark theme.
- Swiping between screens.
- Charts - 12h, 24h, 2 days, 4 days 7 days and 14 days.
- Resizable widget (Android 4.1+) showing current pressure and trends.
- Data exporting to a .csv file (supported by MS Excel etc.)
- Dash Clock Extension
- Customizable
- NO ADS
Pressure data are provided by a built-in pressure sensor. Internet connection is not required.
If you set your ICAO code (can be found here: http://www.mapping.com/airportcodes.shtml) the app will download the QNH from the nearest airport to provide more accurate altitude values.
It's great for para gliders, those who like hiking in mountains etc. - you can record your altitude and export it to a .csv file.
Get it on GooglePlay - https://play.google.com/store/apps/details?id=pl.baggus.barometr
Feel free to comment.
It's free and has no ads. It's not a commercial app. I've made it for myself and thought I would share it.
If you like my work - you can donate here: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K69Y5H6F8ETHY
Click to expand...
Click to collapse
Really awesome app!! Works Great. Thankyou
Here goes the Thanx button..
The Galaxy S4 and Note 3 are the only Android devices right now with ambient temperature and humidity sensors. This Weather Station app I developed (free and with no ads) utilizes these sensors and additional ones to the full delight of amateur and pro meteorologists:
Weather Station
Donate
v2.1.0.5:
-Fix for pre Android 4.4 devices' widgets not updating automatically with Update On Press enabled
v2.1.0.4:
-Fix for widget indicators always showing no change
v2.1.0.3:
-Fix for Android 4.4+ intermittent temperature issues
v2.1.0.2:
-Small bug fixes
v2.1.0.1:
-Fix for abs. humidity, dew point, mixing ratio, and heat index not updating on widgets and graphs
v2.1.0:
-General battery use improvements
-General UI improvements
-Printing support for Android 4.4+
-Bug fixes
v2.0.2:
-added Density Altitude
-bug fixes
-added Ukrainian translation
v2.0.1.1:
-bug fixes
-updated Portuguese translation
v2.0.1:
-nicer y-axis graph labels formatting
-larger default font size for lockscreen widgets
-can now specify different font size for lockscreen widgets
-added Finnish translation; completed Russian & Spanish
v2.0.0:
-Completely new code architecture (for this reason you will have to uninstall and reboot)
-Updated appearance for app and widgets
-Mixing Ratio, Heat Index, Illuminance, |Magnetic Field|, Barometric and GPS Altitude added
-Widgets can now have multiple readings, update on tap, and no indicators
-New unit choices for Mixing Ratio and Elevation/Altitude
-Ability to clear saved background readings
-Nicer y-tick intervals on graphs
-Export multiple readings simultaneously
----------
String resources from this app are attached for translation only. Do not assume you can use them in your own app without talking to me. If you want to use the strings in a revenue generating app please pm or email me beforehand for permission.
----------
Translating strings and arrays in res.zip:
All who help with translations will be acknowledged in the app. The res/values directory contains the files strings_localizable.xml and arrays_localizable.xml with the English (US) words and phrases that would need to translated. As an example here is how the translation to Brazilian Portuguese worked:
Step 1) Copy the strings_localizable.xml and arrays_localizable.xml files from res/values to another location.
Step 2) Complete the translation of the words and phrases inside the xml tags.
Example 1:
<string name="app_name">Weather Station</string>
becomes
<string name="app_name">Estação Meteorológica</string>
Example 2:
<string-array name="pref_notifications_when_entries">
<item>Rising</item>
<item>Falling</item>
</string-array>
becomes
<string-array name="pref_notifications_when_entries">
<item>Subindo</item>
<item>Caindo</item>
</string-array>
Step 3) The translated files are placed into a new directory inside the res directory called values-pt (or values-pt-rBR). I can take care of this last step I just need to know what language it is and if it is limited to a regional dialect.
Works in other devices?
Dude, read the ops first sentence...
Sent from my SGSIII
That's cool. I'm going to give it a go.
works good on i9500, loving it , gr8 work!!!
why always with the crappy "auto start" on phone boot?
cebs said:
Works in other devices?
Click to expand...
Click to collapse
The pressure will work on any device that has a barometer (e.g. Nexus 4, Galaxy S3, etc). The temp and humidity will only work on a Galaxy S4 b/c it is the only device right now with a ambient thermometer and hygrometer.
karl999999 said:
why always with the crappy "auto start" on phone boot?
Click to expand...
Click to collapse
As I explain in the Google Play listing, the auto start permission is to run a very short service to re-set the alarm so background readings can be taken. The service only runs for a split second and then kills itself. If you disable background readings the service won't run on restart.
I am very interested in knowing how accurate the temperate sensor is working on the S4. Can someone test this out with a dedicated temperature reader and tell me how accurate it is or how off it is in Fahrenheit? Thanks.
if u can add a temp warning notification , then it will be perfect...
like i am able to set it to warn if the temp goes over xx degree..
Oh thanks mate! I got these readings, first is in my home and second is from outside. That second is littlebit weird because internet shows that there is only +4 celsius.
zige said:
Oh thanks mate! I got these readings, first is in my home and second is from outside. That second is littlebit weird because internet shows that there is only +4 celsius.
Click to expand...
Click to collapse
How long were you outside for? Perhaps the phone needed to stay outside longer in order to read the temperature correctly (away from other heat sources like yourself or the sun)?? Or worst case scenario is that the S4 temp sensor is not that accurate (we would need to find some specs on the sensors that Samsung is using).
Adjust Temperature
Is there any way to calibrate the temp sensor.?
Currently most readying are way higher than actual readings
I spent half an hour trying to find out why the thank you button is not available for me but couldn't find out why.
Thank You.Vry nice app.
zige said:
Oh thanks mate! I got these readings, first is in my home and second is from outside. That second is littlebit weird because internet shows that there is only +4 celsius.
Click to expand...
Click to collapse
u need to wait a lil longer
jsstp24n5 said:
How long were you outside for? Perhaps the phone needed to stay outside longer in order to read the temperature correctly (away from other heat sources like yourself or the sun)?? Or worst case scenario is that the S4 temp sensor is not that accurate (we would need to find some specs on the sensors that Samsung is using).
Click to expand...
Click to collapse
About 10minutes. Maybe i need to try later, but usually i'm outside only 5-10minutes when i walk to train station or to grocery shop.
Rar9 said:
Is there any way to calibrate the temp sensor.?
Currently most readying are way higher than actual readings
Click to expand...
Click to collapse
This was debated by me when I was making the app and I decided not to include it (but may put it in a future release if it is greatly demanded). The logic is that the temperature sensors are supposed to be calibrated to high accuracy at the factory and should not lose accuracy over time. Thus the "actual reading" you are referring to IS the actual reading that the thermometer on the phone is reporting. If it is higher than another thermometer nearby, it is higher for a reason (probably because of your body temperature heating the sensor, or the sun, or some other reason). The question is why fudge that?
i guess your mobile must be in your pocket.. try expose it to the weather..
prodigiez said:
if u can add a temp warning notification , then it will be perfect...
like i am able to set it to warn if the temp goes over xx degree..
Click to expand...
Click to collapse
This will be in the next release.
I've noticed that the temperature on the S4 is always higher. The reason is probably that the S4 is a heat source in itself! Unless the temperature sensor is incredibly well insulated from the rest of the phone then it will always be affected. I might test this and take a reading but only after having left the phone off for some time like 30 minutes (to let it cool sufficiently) then switch it on and take the reading before too much heat has built up in the device.