[APP][2.3.3+] OSysMon Free: a PC hardware monitor (updated 16/05/2017) - Android Apps and Games

{
"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"
}
Hi Everyone!
I would like to invite you all to check out this app on google play: https://play.google.com/store/apps/details?id=hu.oasys.osysmon.free
Repurpuse your old phone and create a "Touch screen front panel":
Screenshots & pictures:
View attachment 4125015View attachment 4125016View attachment 4125017View attachment 4125018View attachment 4125021
Video:
https://www.youtube.com/watch?v=cM0vJ9geEC4
The OsysMon is a PC health & hardware monitor application capable of display the data provided by the award wining HWiNFO or the free and open source „Open Hardware Monitor” installed on your computers.
With this application you can monitor the status of your PC, laptop including*:
- temperatures of CPU, GPU, HDD, SSD, moterboard*
- CPU, GPU voltages, load*
- SSD number of reads, number of writes, remaining life*
*some sensors might not be available in your configuration
Requirements:
- Android 2.3.3+
- Windows or Linux x86 (with mono)
- Installed Open Hardware Monitor
- Network connection
Main features:
- highly customizable: changeable fonts, colors, font sizes even on the level of a sensor
- 4 different “screens” for different layouts, skins, or for even connections
- many different layouts
- many different skins
- many selectable fonts
- settings export-import
- line charts to display up to 4 different sensors
- bar charts
- display date and time
- “Analog” clock
If you want to monitor your PC's health status or even If you like to dedicate one of your old (considered useless) phone into a PC hardware monitor then this app is for you!
Please feel free to give any feedback, thanks!
Changelog:
v1.07
- optimizations
- bugfixes
v1.05
- server poll interval option
- FPS option (linear interpolation of data for smoother Gauges and Bars)
v1.04
- HWiNFO support added (Remote Sensor Monitor addon required)
https://forum.xda-developers.com/album.php?albumid=14123

Hmm
I'm going to check it out.

securemobiledevs said:
I'm going to check it out.
Click to expand...
Click to collapse
Thanks,
I'm not able to put external links.
I've been here on XDA since 2009 but I was a little bit passive so far ( I agree, 0 post in 7 years), I'm sorry about that, but I'm working on it
Check out the video too on YouTube: cM0vJ9geEC4 (you have to do the search manually ... at least for a while)

Vew version
V1.01 change log:
- auto save option added (save after every sensor edit)
- fixed handling of malformed data sent by the server

New version
v1.02 changelog:
Improved sensor selection
icons for each category CPU, Memory, GPU, HDD …
visible actual, minimum and maximum value
Dynamic CPU Load bar (1-16+ cores support)
Text sensors: Selectable display value (min, current, max)
Improved Gauges
Chart state preservation and restoration

New version
v1.04 changelog
- HWiNFO support added (Remote Sensor Monitor addon required)

New version:
v1.07
- optimizations
- bugfixes

Related

[APP][2.3.3+] Mini Image Studio - photo fx app

Hi Everyone,
I'd like to share with you my photo fx app: Mini Image Studio. This app is sort of like Instagram or Photo FX Plus, however my aim is to focus on different photo fx, like RGB color modification and HSV effects (tonemapping, HDR etc) rather than making this a social networking app (though sharing with Facebook etc is possible thanks to very flexible android structure).
There are only a couple of effects present now, but I'll add more with the upcoming updates.
Current FX are:
[RGB]Grayscale
[RGB]Blur(*)
[RGB]Flatliner™
[RGB+HSV]Old Photo
[RGB+HSV]Retro Glow™
[RGB]Xpro™
[RGB]Spray™
[HSV]Litmus™
[HSV]Paster™
[HSV]Instant™
[MLIP]Tilt Shift™
[MLIP]Selective Coloring™
The ones with ™ are near 100% my code, while I've used several web sources for Sepia etc.
Mini Image Studio can also rotate and crop pictures.
Output of the processed images is limited at 1024*768 while there are no limitations on input size.
Your feedback/comment are quite welcome..
Here is the Play Store link
Here is the QR Code
{
"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"
}
UI:
Showing Tilt-Shift
Showing Selective Coloring
(*) Blur effect uses code portions from Stack Blur Algorithm by Mario Klingemann.
(**)
[RGB] means effect is based on red-green-blue pixel components, which is in general simpler and faster compared to HSV fx. However the things that you can do with RGB are limited, on the other hand, [HSV] (hue-saturation-value) is more complex, closer to human eye in terms of image presentation and you can do cooler stuff such as HDR and tonemapping. MLIP means multilayered image processing, stands for indicating that image has more than one layers with different fx.
Also I would definitely appreciate your suggestions to speed up fx implementation, such as Native code..
Here is the changelog:
v1.2.0
Massive update, introducing Tilt Shift and Selective Coloring engines to allow touch based processing over the photos.
Added ability to rotate images with touch.
Disabled Crop support due to problem reports, will enable it after further testing.
Improved Paster FX performance.
Many bug fixes
v1.1.2
Bug fix release for UI error
v1.1.1
Revised UI with new background skin and frame - much nicer looking now
Added Paster™ effect - another HSV based filter
Fixed bug in Old Photo algorithm.
Increased stability
v1.1.0
Added Tilt Shift effect - uses some sort of Miniature faking technique
Changed Sepia effect to Old Photo using image texturizing
Bug fixes for stability.
v1.0.6
Many bug fixes and reliability improvements.
Added options dialog for setting output resolution.
v1.0.5
Improved image load engine (better inSampleSize implementation)
Added Instant effect - it post processes image, changes luminosity and puts it inside a frame like old Polaroid photos.
v1.0.3
Added Litmus effect - first HSV effect, makes image more vivid (increasing saturation) and slightly decreasing luminosity in too bright areas.
v1.0.2
Added Spray effect - simple Spray effect
Fixed Undo bug - finally squashed undo bug, which was actually coming from my inexpertise in Java
v1.0.1
Initial release

[APP][2.2+]Tinycore - Fashionable and tiny cpu & memory gadget

Mod Edit: Thread closed per OP request
Tinycore
Tinycore is a tiny and highly customizable cpu and memory monitor gadget that will fit your status-bar or any other place on your screen perfectly. With this app you will always know how much Ram your device is using how much load your CPU has or even on what frequencies your CPU is running.
Tinycore is in fact a small overlay window, the overlay is so small that most people wont even notice it's there. No matter what you do on your device Tinycore is always there to tell you the whats going one inside without distracting you or using lots of your valuable screen space.
{
"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"
}
Goal
Tinycore is designed to be lightweight, fashionable and to be highly customizable! The 'impact' on system resources like Ram and CPU aren't noticeable at all, which is great because no one wants a resource eating monitor. The application tries to follow official android developer guidelines as much as possible and comes with the simplicity and beauty of the famous Holo theme in light and in dark!
Although Tinycore has some pro features the basic version of the app is fully usable! For the full customization experience some pro features can be unlocked inside the app using Google In-app-billing.
In action
This is an example of how Tinycore could look when placed on top of the status-bar! Of course many more styles can be created! (See attached images for full app screenshots)
Before Tinycore
Tinycore enabled
Download
Currently the app is only available trough Google Play
Key features
Display CPU usage or Ram usage
and CPU frequency (pro)
Customizable colors (partly pro)
Multi-core support (pro)
Automaticly start at boot
Customize the location
Optional "Keep-alive" notification
Customizable width
Customizable height (pro)
Customizable update interval (pro)
Customizable colors
Float below status-bar (pro)
Reverse orientation (pro)
Permissions
Tinycore uses only the most highly necessary permissions and nothing more!
RECEIVE_BOOT_COMPLETED This permission is used to start the app automatically when your phone boots
SYSTEM_ALERT_WINDOW Must have permission for this app, without this permission the app is not capable of showing the monitor
Feedback
The main reason I created this topic was because I would really like to get some feedback. I did not have the chance to fully test this app on devices with 8 or more cores, if you have a problem or got some great ideas! Let me know!
Translating
Thanks to the kindness of many XDA forum members (XDA Localization thread) the app comes in 7 different languages!
Like Tinycore and want it in your native or maybe another language you speak? I'm still looking for people willing to translate the app to: Korean, Thai, Spanish, German and French. Willing to help? Contact me!
Currently available:
Dutch
English
Italian
Russian
Slovak
Portuguese
Portuguese - Brazil
Chinese*
* Coming soon
Change-log
Change-log
1.1.2 (4)
Added: 6 new languages:
Dutch
Slovak (Thanks to @Ja_som)
Russian (Thanks to @gaich and @DumF0rGaming)
Italian (Thanks to @bradipovsky and @Ottonet)
Portuguese - Portugal (Thanks to @mauam)
Portuguese - Brazil (Thanks to @eduds)
Changed: Maximum height from 20px to 40px
Changed: Default interval from 1 second to 1.5 second
Fixed: CPU frequency not correctly showing on some devices
Other: Some tweaks and improvements
1.1.1 (3)
Force close bug fix for Android 2.3 and below
Some tweaks and improvements
1.1 (2)
New: Option to show Ram usage or even CPU frequency
New: Option to hide the notification
New: Dark theme as requested (press menu, or press the action-bar overflow button to find the switch option)
Changed: Some layout improvements
Changed: Fully custom colors available for free version
Fixed: Few small bugs

[APP][3.0+] PockeTab: Guitar Tab Creator 1.0.9b

{
"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"
}
Official PockeTab Beta Feedback And Help Thread
Newer app published on Play Store
My .keystore file become corrupted while trying to do a backup, so this means I can no longer update the version that is listed on Google Play. The only solution is to upload a new app which can be found HERE. If you want to keep receiving updates on PockeTab you need to uninstall your current version and get the new one. Sorry for any inconvenience this has caused, it's very frustrating for me as well.
PockeTab is a graphical guitar tab creator with a focus on being easy and intuitive to use without sacrificing features.
PockeTab really is in a pretty early development stage and many features are missing, but it *should* be stable and functional.
Feel free to give it a try and tell me what you think.
I don't really mind posting the apk here, though I would prefer using Play so i can get more info about what devices it's being installed to.
Just let me know if you have some sort of aversion to using Play store.
I really didn't want to maintain a website at the moment, so thank you, XDA.
Screenshots:
Video:
http://www.youtube.com/watch?v=44uQ1MIBPtQ
Download:
https://play.google.com/store/apps/details?id=com.ziondreamt.pocketabnew
What Doesn't Work:
Multiple save files
Change tuning
Lyrics support
Export to plain text
Inserting beat column anywhere other than at the end
Other Notes:
It works on tablets, but it needs more help to look good on them.
Changelog:
Version 1.1.0b
Fixed "Play" button
Version 1.0.9b
Changed package name because of corrupted keystore
Added settings fragment with a couple of options
Added "play" icon, though it does nothing yet
No longer showing entire changelog on update
Added some padding so that scrolling past last added beats is possible
Improved some code
Version 1.0.8b
Improved display on 7" - 10" screens
Added a couple more chords
Adjusted new nav bar icons to look more even
More code cleanup
Version 1.0.7b
Improved help file and added link for help page
Created navigation bar placeholder (ugly) icons
Added changelog popup on new install or update
Code cleanup
1.0.6b
Added "b" to version to make beta more obvious
Fixed preset C chord (wrong chord)
Tutorial
*Work in progress*
Here's a quick tutorial for PockeTab.
Usage should be fairly obvious, but since I replaced text with icons I thought this might come in handy.
Add - Create a new beat.
Remove - Delete last created beat.
Bar - Create a bar for timing (or anything you want).
Fret - Popup to select a fret.
Chord - Popup to select a chord that will be created in a new beat.
Menu - Opens the menu list.
Menu Contents:
Clear - Start fresh, clears the board.
Save - Saves an instance of your tab (overwrites any previous saves).
Load - Loads last saved tab.
Settings - Opens a preference screen.
Help - Opens a quick help screen.
Changelog - Shows you a link to this page.
Notes:
Since guitar tab is more of a pseudo-tablature it's hard to define some things within it. For the purpose of the app I'll refer to "beats".
In text tab below is what a 4 beat measure would look like with fret 1 being played on all strings the second beat.
e | - 1 - - |
b | - 1 - - |
g | - 1 - - |
d | - 1 - - |
a | - 1 - - |
e | - 1 - - |
what if there's a capo how can i add capo in these app?
Thanks for reaching out. Unfortunately I haven't had time to update the app in quite a while, even though I have a fairly large feature and visual upgrade partially finished. To answer your question, as of right now there is no configuration to account for a capo, sorry.

[LWP][4.0+]Overland

Hi there!
I would like to introduce my live wallpaper for Android))
Live wallpaper for those who love Earth, nature, travelling and beautiful landscapes.
{
"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"
}
Desc:
Wonderful views of nature (and not only this) from high altitude as well as from space
Cities, mountains, steppes, deserts, tropics and many other places
Real photos of landscapes taken from space
Animated clouds and airplanes that fly by leaving traces
Smooth OpenGL graphics
Various image assets for devices with various resolution (include HD and ultra HD) and GPU
Interactive several dimensions camera movement
Parallax camera effect (using built-in accelerometer)
Various settings for clouds, airplanes and camera
New features and more will come!
Last changes:
Code:
v 0.40
- new option "Random map"
- many fixes and stability improvements
Changelog:
v 0.37
- various bug fixes
- new PRO maps
v 0.36
- improved maps list logic (it was cause Out Of Memory errors)
- fixed probable error causing disappearance of PRO mode
v 0.36
- improved maps list logic (it was cause Out Of Memory errors)
- fixed probable error causing disappearance of PRO mode
Google Play link:
https://play.google.com/store/apps/details?id=com.arc.worldlw
YouTube video:
Screenshots:
XDA:DevDB Information
OVERLAND HD LIVE WALLPAPER, a App for the Android General
Contributors
luxliber
Version Information
Status: Stable
Current Stable Version: 0.38
Stable Release Date: 2014-03-05
Current Beta Version: 0.23
Beta Release Date: 2014-02-01
Created 2014-03-18
Last Updated 2014-03-18
Thanks for the share OP. Loving it on my N7100...
red_hanks said:
Thanks for the share OP. Loving it on my N7100...
Click to expand...
Click to collapse
Thanks You too!
I am sill working and It will be better in future))
the image was simply stunning! i thought i just might find MH370 :fingers-crossed:
Cool lwp. Can you add different colored/types of planes, plane speed adjustment? Also on nexus7 I sometimes see a pink area in landscape mode.
Sent from my Nexus 7 using Tapatalk
msk said:
Cool lwp. Can you add different colored/types of planes, plane speed adjustment? Also on nexus7 I sometimes see a pink area in landscape mode.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Thanks for feedback!
Yes, I will add various airplanes in future and maybe speed control too))
Regarding pink area I know about this bug and it will be fixed in next release.
Work in progress...
After last update- problems with changes of maps. HTC ONE.
It is just amazing but I dont think my battery will forgive me
Thanks all for feedback!
And next release is here:
v 0.51
- probably fixed change maps bug on some devices
v 0.50
- new option "Random map autochanging interval"
- new option "Maximum distance from map" for maximum map visibility
- Improove texture loading and resuming to desktop from lock screen or other apps
-fix displaying preview images in system gallery app (please delete all offline maps and download again)
-various fixes
-new maps
Overland HD Live Wallpaper
Wonderful views: from space is not here !
Cities, mountains, steppes, deserts, tropics and many other places: only himalayan range is default given
Real photos of landscapes taken from space: ?
settings for airplanes(airbus, etc. and colors) is not here
Please update/modify , thanks
Discontinued App??
I purchased the Pro version of this app a couple years ago, unfortunately now i can't change the background map
Only one available is the initial one
Any tips on how to get the rest of the maps?

[FREE][WIDGET][2.2+]Beautiful Battery Widget

{
"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"
}
Download Beautiful Battery Widget from Google Play​
This is the perfect battery widget for your phone or tablet. Must-have tool for every user!
Features:
- Clear and simple user interface
- Widget displays: level, temperature, voltage , power source (USB / AC)
- 6 unique themes for widget : Bubbles Blue, Classic Battery, Grunge Pink, Flat Battery, LED Battery, Reactor Battery
- 14 stylish & beautiful premium themes
- Charts for level, temperature, and battery voltage
- Find applications that drains your battery
- Status Bar indicator
- Configure widget action
- No annoying ads
Download Beautiful Battery Widget from Google Play
I forgot to mention. I'm really want to create most beautiful and functional battery app.
So, I'm open for feedback, ideas or suggestions. Currently, I have few ideas for the next version, but I want to ask community first.
Here is my todo list:
Add battery life prediction. Here I mean something more smart than linear regression. I want to analyze user activity and make prediction based on this data. Also this feature implies adding new widget that displays chart with prediction.
Display battery info in the status bar.
Add ability to configure on widget click action. So, you will able to select between "themes", "Usage", and "Consumers" page or run external application.
Add more beautiful themes. This is premium functionality, because all themes will be created by designer. So, I need money to pay the designer's work. You pay once, and all new themes will be available for installation. At best, I want to create few new themes per month.
Add ability to create your own battery design based on some predefined layout.
What is the most important for you? Or maybe you want something else?
common guys, I need your opinion!
Good news everyone!
Hi All,
New major update on Google Play!
https://play.google.com/store/apps/details?id=com.danelab.beautiful.battery
Whats New?
* Added full support of landscape mode in tablets.
* Now you can configure screen that will be launched on widget click.
* We are always targeted on the best quality and usability. Sometimes app may send anonymous usage statistics to Google Analytics. In the settings there is an option that allows you to disable this functionality, if you do not want to help improve application.
* Stability improvements. Fixed bug with widget updating and few device-specific crashes.
By the way, I'm always open for feedback, suggestion and ideas. Feel free to contact me at any time.
Hi All,
Version 1.0.7 is available on Google Play!
Here is changelog between 1.0.3 and 1.07:
* Added 14 beautiful and stylish premium themes. All installed premium themes will automatically appear on Installed page.
* Added one more action on widget click. Now you can run system utility to show battery usage.
* Some HTC(and other) devices reports incorrect voltage value. Added workaround for such devices
* Now we have beautiful and stylish app icon. Hope you like it too
* Updated navigation pane. NOTE: You have to move your finger right from screen border in order to open pane.
* Added Status Bar Indicator. You can enable it in app Settings
* Added live wallpaper support in themes preview screen. Now you can see how theme looks with your live wallpapers!
* Bugfixes and other improvements

Categories

Resources