[APP] [4.3+] WeaY - text weather broadcasting current conditions over bluetooth - Android Apps and Games

Hi.
IMPORTANT: WeaY updated to 1.7 and 2.x - please update the app in order to get it working with latest Yahoo Changes.
I am tinking about free app which will get weather from free sources and will broadcast data over bluetooth in order to share it to other apps.
Whole concept works via sending broadcast intents with extras and pairing it to other apps.
USER INFO:
Now you can get it even easier!
Just enable: Use Google Weather
and enable: Send weather info via Minimal
then in Minimal disable the weather updates
That's it!
WeaY requires two infos.
1) Data Prefix - this one is application specific you fill find it in WeaY or your application / watch face
2) Pairing password (password has to be the same for WeaY and receiving watch face application)
DEVELOPER INFO:
Extras:
prefix is set in app config
pair password is set in config too
"PAIR" -> pairing pass for apps -> String
broadcasted data:
preifx + "_weather_loc" -> String
prefix + "_weather_desc" -> String
prefix + "_weather_short_desc" -> String
prefix + "_weather_temp" -> Float (temp in Kelvins)
prefix + "_weather_sunset" -> Long
prefix + "_weather_sunrise" -> Long
Action for receiver:
"external_data_weather.sent.broadcast"
That's it
User can run separate WeaY, free app and get Weather from for example Yahoo.
Then other apps can catch the broadcasted data.
More app can benefit from one source of this data: power savings, network traffic savings and etc...
It's just a concept but looks working for example for Android Wear Watch Faces
APK: http://forum.xda-developers.com/devdb/project/dl/?id=15488
XDA:DevDB Information
WeaY, App for all devices (see above for details)
Contributors
voriax
Version Information
Status: Testing
Created 2015-12-03
Last Updated 2017-09-26

Where to get the app?

Maurizio1953 said:
Where to get the app?
Click to expand...
Click to collapse
Look at the top of the thread, there is DOWNLOADS tab - all files are located in this place

I'm trying to understand what to type to get the sunset to show up on my phone. Can I get some help with this, please? I've been unable to get it to work.
Thanks.

Iceman248 said:
I'm trying to understand what to type to get the sunset to show up on my phone. Can I get some help with this, please? I've been unable to get it to work.
Thanks.
Click to expand...
Click to collapse
Hi, this one wouldn't show the sunrise, sunset unfortunately.
but there would be many apps doing that.
including weather widgets, just type: weather sunrise in Play Store search , it should help.
Thanks

Maybe you could add an ability to request weather from any API? All things to do is give a user to enter the API URL and configure the answer format... Or put this project on GitHub.... I'm searching for the way to see a custom weather source on the watch... The weather services work very different for different parts of the world...

file deleted !!!

Updated

Related

[APP][2.2+] Server Auditor SSH client with easy navigation

Hello,
ServerAuditor application is available on Google Play now (https://play.google.com/store/apps/details?id=com.server.auditor.ssh.client). We released it a couple of days ago. We are linux developers mostly and sometimes would like to have remote access through remote devices. This is initial release and more features are coming. Client is implemented from scratch and it isn't a clone of some opensource SSH client implementations.
We appreciate any feedback which would have to make our application easier to use as we believe it is possible to have convenient mobile SSH client.
Version 1.4
It's been a while since my latest update. Now we completely reworked the UI and added several features like port forwarding. Please also note that an app has a new URL in the market.
Version 1.2
- Aliases are finally available.
- A lot of new cool color schemes.
- Incredible copy-paste implementation. Allows instant search of copied buffer in Google or Serverfault.
- A lot of bug fixes and improvements.
- Colours support and connection grouping
- SSH scripting and ability to execute one command on several servers for easy cluster managment
- Port forwarding
- Smart command and filesystem navigation (we aren't 100% sure how we will exactly implement this, so some tests needed, any ideas are appreciated).
Version 1.1
- Full xterm support
- Incredible improvement of the rendering speed!
- Close all connections functionality
- Various UI improvements
- New option 'Background connection's timeout'
- Hackers keyboard is supported
- Redesigned help page
- Bug fixes for certain Android devices
Version 1.0.2
- Crash on Nexus fixed
- Import keys functionality implemented
Version 1.0.1
- We tried to make access to control keys more convenient than in existing SSH clients
- Meta-actions (like shake for CTRL-C and Volume buttons are used).
- Easy connection and keys management.
- Gestures like swipe up/down/left/right are used for replacing corresponding terminal buttons.
We would like to know which features by your opinion are most important and shortcomings of current version
Thank you for your time!
Dmitriy.
Please check for new update.
BEST ssh client out there! Much better, much more up to date than Connectbot.
Thanks, Jewremy!
We have just published Server Auditor in Amazon app market (http://www.amazon.com/Crystalnix-Se...qid=1344677892&sr=8-1&keywords=server+auditor).
Are there any plans to support Tasker and/or Intents, so the SSH client can be launched, connected before Tasker (or any other automation program) launches a task? Being able to disconnect and close the client would be crucial as well (this last part is something ConnectBot can't handle afaik).
Hi, ppc_dan.
We are going to release next version with support of terminal colors soon. At the moment we have several feature requests (like scripting support, grouping, etc). Thank you for your suggestion, I think we will try to implement Tasker support within our scripting support task.
ServerAuditor has gained a huge update. Please find the most significant changes below:
Version 1.1
- Full xterm support
- Incredible improvement of the rendering speed!
- Close all connections functionality
- Various UI improvements
- New option 'Background connection's timeout'
- Hackers keyboard is supported
- Redesigned help page
- Bug fixes for certain Android devices
Enjoy!
This is a great app. My only suggestions are to add the ability to use aliases. It would be nice since a lot of my connections are also remote connections with a FQDN so they all look the same but the port.
Also I'm trying to add keys but i cant seem to figure it out. I have tried to attach both a public key and a private key. (created by puTTy) with no success.
Thanks again for the app.
pman860507 said:
Also I'm trying to add keys but i cant seem to figure it out. I have tried to attach both a public key and a private key. (created by puTTy) with no success.
Click to expand...
Click to collapse
I have the same problem. I've imported a private key that is in OpenSSH format and attached it to a connection. Authentication fails and falls back to asking for password. The same key works great when using Bitvise on my laptop.
/Relnah
Might have to do with version of Android. My original HTC Desire with 2.2 won't work. But my Transformer with 4.x works with the exact same key.
/Relnah
pman860507 said:
This is a great app. My only suggestions are to add the ability to use aliases. It would be nice since a lot of my connections are also remote connections with a FQDN so they all look the same but the port.
Also I'm trying to add keys but i cant seem to figure it out. I have tried to attach both a public key and a private key. (created by puTTy) with no success.
Thanks again for the app.
Click to expand...
Click to collapse
Thanks! New release will be available soon and aliases are already available. We had a lot of responses about keys and will try to fix all issues.
relnah said:
I have the same problem. I've imported a private key that is in OpenSSH format and attached it to a connection. Authentication fails and falls back to asking for password. The same key works great when using Bitvise on my laptop.
/Relnah
Click to expand...
Click to collapse
Could you please let us know which application have you selected while importing this key (which file manager I mean)?
New version 1.2 with a huge update!
- Aliases are finally available
- A lot of new cool color schemes.
- Incredible copy-paste implementation. Allows instant search of copied buffer in Google or Serverfault.
- A lot of bug fixes and improvements.
Great work. I still cant get keys to import, but i love the aliases. It always says invalid filetype. Keep it up. This is test best ssh app available.
dlyfar said:
Could you please let us know which application have you selected while importing this key (which file manager I mean)?
Click to expand...
Click to collapse
I'm using either the file manager or ghost commander.
I'm trying to import a private key.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Port Forwarding
in the OP it says that Port Forwarding is possible.
Can someone explain how I do this? I can't find the setting anywhere...
thanks!

[APP] CellAgent SMS Client

This application assists you in controlling and monitoring Android devices that have either CellAgent or CellMap application installed. SMS commands are used to communicate with the device.
Devices like Falcom Stepp II, Falcom Stepp III, MAMBO II are supported as well.
The maximal functionality is available if CellAgent is installed on the device you want to control. You need Internet connection to use Google maps in this app. Some of the commands you might want to use are already added to the templates (you can check the CellAgent manual for the full list of commands, can be found on developers website, section 4). You only need to enter the phone number of the device you wish to control or monitor and you are ready to go.
App features:
- GPS location data display;
- GSM (LBS) location data display;
- marking your own position on map;
- toggling Wi-Fi remotely;
- toggling GPRS/WCDMA/3G remotely;
- maintaining the history of received data, with an option to review the device positions later;
- an option to edit and/or add new SMS commands.

[APP][ROOT][4.1+] Network Utilities

This programm make for IT specialists. App may be used to study network protocols and search for known vulnerabilities on your network. Includes tools for working with network security auditing, view and analyze network traffic. In the description on the Market, I had to keep quiet about most features of the program
For correct operation of the program, you must have ROOT permissions.
IMPORTANT:
at version 7.4.0 and higher security audit functionality no avaliable in start. If you want use ARP spoofer, http sniffer,... create folder /sdcard/Android/data/com.myprog.netutils before first launch. Or clear app data and create folder if you launch it.
Starting with 7.5.0 the security audit functionality is unlocked as follows: open the settings and 20 times tap to label 'Settings'.
The program includes:
-IP Discover
-ARP Cache viewer
-Ping
-Traceroute
-Port Scanner (7 supports scanning methods)
-Dos Attack
-ARP Spoofer
-Sniffer
-HTTP Sniffer
-Browse Attack
Additional functions:
IP Calculator
DNS Resolver
Help with a detailed description of all functions
Link on Google Play: https://play.google.com/store/apps/details?id=com.myprog.netutils
New version.
Browse Attack replaced Network Spoofer
Using Network Spoofer you can: spoof files, images, web pages on victim browser
Setting the console font
And much more))
downloading right now. will post my input later.
thanks fort sharing
---------- Post added at 03:50 AM ---------- Previous post was at 03:31 AM ----------
k tried it and all the tools seems to be working.
just 1 UI issue, the buttons on top-right dont have any title/text when you hold your finger on them. other than that its a good tool.
woomera,
About "text when you hold your finger on button": I just started to update UI, thanks for your remark.
For version 7.0, I plan to bring to mind the interface.
If you have any suggestions for interface/functionality, please write to this topic.
Version 7.0 on Google Play
Update UI
Version 7.0.1 on Google Play
-Built-in browser with Cookie Manager.
I tried the dos attack one..i mean i just clicked on dos on the side bar (didnt pressed any button after that)
Did i did something illegal?
May be i should stay away...
doctor_droid,
It must work..
But Dos attack only floods victim and present in the program more to the collection.. If you start the packet sniffer after dos, you can see that.
More details can be found in the help
First Row said:
doctor_droid,
It must work..
But Dos attack only floods victim and present in the program more to the collection.. If you start the packet sniffer after dos, you can see that.
More details can be found in the help
Click to expand...
Click to collapse
I meant did i initiated any dos attack? I clicked nowehere except on the sidebar dos text... M worried :/ being a dentist thats too difficult to understand. Sorry for being so noob abt such a good app..will read help first..
doctor_droid,
If you only open Dos attack, it no started.
For start you must set addreses of victim/attacker(or use random, stay it as default) and press start.
Sorry if i'm not understand correct your problem
First Row said:
doctor_droid,
If you only open Dos attack, it no started.
For start you must set addreses of victim/attacker(or use random, stay it as default) and press start.
Sorry if i'm not understand correct your problem
Click to expand...
Click to collapse
Got it now thanks ...i was worried...
Have one of my friends studying computer science...he would be delight to know abt this app...
Keep up the good work sir
Version 7.1 on Google Play
New hex viewer on packet sniffer
Version 7.2 on Google Play
-Built-in file manager
Version 7.2.1 on Google Play
The ability to execute command for modify request/response on Network Spoofer.
the path to the "intermediate" request/response: /sdcard/Android/data/com.myprog.netutils/network_spoofer/scr/
Files of request/response:
/sdcard/Android/data/com.myprog.netutils/network_spoofer/scr/request
and
/sdcard/Android/data/com.myprog.netutils/network_spoofer/scr/response
Example command: echo Hello > /sdcard/Android/data/com.myprog.netutils/network_spoofer/scr/response
and activate "Resp scr"
Version 7.3 on Google Play
-The ability to copy the built-in Hex viewer
-Small fixes
Version 7.3.5 on Google Play
-Update UI (all dialogs)
New version on Google Play
-New utilitie - Netstat
-Hex viewer in Sniffer updated
IMPORTANT: at version 7.4.0 and higher security audit functionality no avaliable in start. If you want use ARP spoofer, http sniffer,... create folder /sdcard/Android/data/com.myprog.netutils before first launch. Or clear app data and create folder if you launch it.
Version 7.4.2 on Google Play
-Possibility set icmp data size in ping
-Update UI
Version 7.4.3 on GP
Subnet scanner was added
IP discover work faster (multithread name resolving and vendor by mac loockup)
Version 7.4.5 on GP
Update help
Posiblity set timeout on port scanner

Free Wi-Fi Keys allows you to share with others passwords from Wi-Fi networks

The main goal of the program - to make the Internet accessible in the whole world.
It allows you to:
1) Share the password from any Wi-fi network with other people.
2) Use passwords from Wi-fi networks that are shared by other users of the application.
Among the features:
1) Getting passwords from server via either Wi-fi or 3g \ GPRS channels;
2) Locating Wi-fi networks in certain radius from your current location with phone's GPS sensor, download passwords in program's cache and use them even without Internet connection in place;
3) Displaying all networks listing that you have share;
4) English, Russian and Arabic interface languages;
How does this work:
You come to a place where there are several Wi-fi connections. Open the program and it shows you them. Networks list displays all avaialble Wi-fi networks splitting them into three categories:
a) white with a lock: these are the networks on which the password is not yet known for application's users, they are closed and you can't connect to them if you do not know the password. If you do know the password from the network, you enter it through the application and, accordingly, share with everyone else who uses this program.
b) yellow with a lock: these are the networks for which you do not know the password, but at the same time it has been shared by someone who was in this place before you. If the password is still relevant, you can connect to the network without any problems, if no, you will be prompted to input password, and thus update it.
c) green with a lock: it is just one of the networks, its is the one to which you are connected at the moment;
In addition to these three major categories you can also see networks without the lock either white or yellow which means they are not locked and you can connect to them.
The program works in two ways:
a) when you are connected to the Internet (for example via another Wi-fi network or via GPRS)
b) when you are not connected to the Internet, using passwords from its cache, but for this you will need to pre-download the latest database from the server through the application menu, select "Update Keys" being connected to the Internet, for example while you are at home and have access to the network. In the long term - to retrieve the keys in the specified radius from the point on the map - this is not yet implemented.
This program is completely free and is designed more as a social initiative, rather than as a commercial application. Help each other to make the Internet more open.
Requires Android: 4.0 and up
Developer: Fancy Apps For And
Google Play: https://play.google.com/store/apps/details?id=com.wi_fi_key.freewifikeys&hl=en
It seems like good application, but it is not clear how possible to use it with out internet connection
To use this application you should have the minimum internet
Please do not write a negative comments because you did not find the password from asome network. Be patient and share passwords with another users and once you will be pleasantly surprised open app with Wi-Fi. Many thanks
App is available now on Amazon Store:
you can download application using a link below
https://www.amazon.com/Wi-Fi-passwo...r=1-1&keywords=Wi-Fi+passwords:+use+and+share
There is available new version 2.6 of application in Google Play
Nice
Currently available the updated 2.10 version of application.
Added function of resuming connection to lost wi-fi connection after unsuccessful attempt to connect to another hotspot. .
You can download updated version 2..13 of app on Play market. Instruction has been added.
It was some troubles with server connection and map. Currently available 2.14 version of app on Google Play:
1) The problem with server connection was fixed.
2) The problem with map was fixed.
Available updated 2.17 version of Wi-Fi passwords: use and share application. The authorization using Vkontakte has been added into application.
https://play.google.com/store/apps/details?id=com.wi_fi_key.freewifikeys
New 2.18 version is live now
Wi-Fi passwords use and share
Version 2.19
1) Fixed problem with map.
Updated version of app currently available on Google Play.
1. Bug fix.
2. Work on design.
New version 2.21 posted on Google Play
Application available on Apple Store https://itunes.apple.com/us/app/wifi-hotspot-map-connect-to/id1097105060?mt=8

LibreTorrent

LibreTorrent is a Free as in Freedom torrent client for Android 4+, based on libtorrent (Java wrapper libtorrent4j) lib.. Download and share files directly on your device.
Implemented features:
DHT, PeX, encryption, LSD, UPnP, NAT-PMP, µTP
IP filtering (eMule dat and PeerGuardian)
Ability to fine tune (network settings, power management, battery control, UI settings, etc.)
Supports torrents with large number of files and big files
HTTPS and magnet links support
Support proxy for trackers and peers
Ability to move files while downloading
Ability to automatic movement of files to another directory or to an external drive at the end of download
Ability to specify file and folder priorities
Ability to select which files to download
Ability to download sequentially
Material Design
Tablet optimized UI
Scheduling
RSS manager
Android TV support
Ability to create torrents
And more
XDA:DevDB Information
LibreTorrent, App for all devices (see above for details)
Contributors
proninyaroslav
Source Code: https://gitlab.com/proninyaroslav/libretorrent
Telegram group (also for beta test versions): https://t.me/LibreTorrent
4PDA: http://4pda.ru/forum/index.php?showtopic=778908
F-Droid: https://f-droid.org/app/org.proninyaroslav.libretorrent
Google Play: https://play.google.com/store/apps/details?id=org.proninyaroslav.libretorrent
GitLab: https://gitlab.com/proninyaroslav/libretorrent/-/releases
XDA Labs https://labs.xda-developers.com/store/app/org.proninyaroslav.libretorrent
Aptoide: https://libretorrent.en.aptoide.com/app
APKMirror: https://www.apkmirror.com/apk/proninyaroslav/libretorrent/
Android File Host: https://androidfilehost.com/?w=files&flid=246723
Version Information
Status: Stable
Current Stable Version: 2.1
Stable Release Date: 2020-04-21
Current Beta Version: 2.0-beta04
Beta Release Date: 2020-02-06
Created 2016-10-19
Last Updated 2020-04-21
Now its working!
Thank U
Emo Darkemotion said:
It says failed to fetch data from the link:crying:
Click to expand...
Click to collapse
Hello. Thank you for bug report. Can you send the link which you tried to download?
Needs a dark theme option and yes torrent + magnet link imports from browsers such as Firefox Nightly needs fixing. Have to shutdown the client 1st before tapping to fetch. As for the rest of the minimal settings approach, +10 points to the dev good job keep it up.
Sent from my Redmi 3S using Tapatalk
I ca't change download location to SD card, I get error. "Unable to use selected folder"
Promising. I'll keep watching this thread but for now I'll stick with Zeta Torrent.
You guys use jlibtorrent, right?
it's worth adding that all these features are made possible by the BitTorrent open source library JLibtorrent (a wrapper of libtorrent), created and maintained by the FrostWire team, which also contributes weekly to libtorrent
Cheers.
Nice app.
replaced utorrent with this :good:
@proninyaroslav No option to search and download torrent. Current search button works only for searching downloaded or downloading torrent files
jerryn70 said:
@proninyaroslav No option to search and download torrent.
Click to expand...
Click to collapse
I can add search engine using a list of known trackers, but since there is a problem with tracker blocks in some countries, this becomes quite problematic.
Would it be possible for this to work without using WebView ? Now it will just crash without it.
Part of the crash log :
#7: Binary XML file line #263: Error inflating class TextView
Caused by: android.view.InflateException: Binary XML file line #263: Error inflating class TextView
Caused by: android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed
at android.webkit.WebViewFactory.getProviderClass(WebViewFactory.java:371)
at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:194)
at android.webkit.WebView.getFactory(WebView.java:2384)
at android.webkit.WebView.findAddress(WebView.java:1786)
 
Version 1.5
What's new:
Bugfixing:
opening torrent files from notify in some browsers
pause magnets with some trackers
laucher shortcut
download on the URLs with square brackets
port randomize
restore settings if data dir is deleted
minor fixes
Added:
Android 8.1 support (NOTE: at this time, starting with the version of Android 8.0, setting notifications from the app preferences is not working, you can change them only in the settings of Android 8.0.)
ability to save torrent file automatically
Wi-Fi only option
new limitations options
possible to select between add and pause button in foreground notify
watch directory option
notify if blocklist is loaded correctly
Update to jlibtorrent 1.2.0.15-RC2
Version 1.6
What's new:
Bugfixing:
downloading magnet links
connectivity check
option to download and upload only while charging
limitation options
autostart on Android 8+
saving active and seeding time
minor fixes
Added:
black theme (e.g. for OLED devices)
custom battery percentage for battery control option
keep alive option
availability info for each torrent and file
add infohash directly to the Add Link field
peers info in main window
Update to jlibtorrent 1.2.0.16
P.S: also added info about donation: https://github.com/proninyaroslav/libretorrent#donation
Version 1.7
What's new:
Bugfixing
Version 1.8
Version 1.8
What's new:
Added:
RSS manager
Ability to create torrents
Scheduling
Android TV support
Android P support
More improve magnet naming
Expand proxy port range to 65535
Allow resume torrents manually if enabled power/Wi-Fi settings
Minor changes
Bugfixing:
Peer cache list limit
Displayed total peers number
Crash after double shutdown
Check torrent size after change priority
Minor bugfixes
Moving source code to GitLab
Reduce size by splitting APK for each architecture (F-Droid is not yet supported)
Update to jlibtorrent 1.2.0.18-RC10
I have two ideas about streaming support: make it universal for any file formats, or specialized for video with subtitles (in fact the app will itself determine these files in the torrent). What would be the best option? The first option gives more flexibility, and the second one is aimed only at the video stream.
Seems to work well.
Version 1.9
What's new:
Added:
Streaming support (currently without DLNA).
Streaming allows you to download and share individual files from a torrent (e.g VLC or browser).
Just make a long press on the file and copy stream url
Support for torrents with a large files number
BEP53 support. More about it: http://www.bittorrent.org/beps/bep_0053.html
Show errors for each torrent
"Do not download immediately option" for feeds
Own BitTorrent fingerprint ("Lr")
Battery usage warning for DHT option
Bugfixing:
Settings and permission dialog themes
Magnet adding
Export big feed list
Comments and trackers list in create torrent dialog
Torrent name fetching from magnet
Support ampersand (&) in feeds
Minor bugfixes
Big update of Chinese translation
Java 8 support
Migrate to libtorrent4j (fork of frostwire-jlibtorrent) https://github.com/aldenml/libtorrent4j
Version 1.9.1
What's new:
Added:
Swipe refresh to filemanager
Bugfixing:
Blank detail window on tablets
Multi-window support
Chrome OS and Android notebooks support
Update of Chinese translation
Update to libtorrent4j 1.2.0.20-RC3

Categories

Resources