Top 50 Apps Similar to Under the Hood

Nold Open - Your Virtual Keych 2.3.1
Replace your keys, remotes and keypads with your phone.
Terminal Shortcut Pro 7.5
ByteHamster
Execute complex terminal commands by pressing a button
UiTask 2.2.0
Stylish user interface tools for Tasker
Droid Examiner 1.0
Jack Palevich
Displays the hardware and software features of an Android device.
MyMQTT 2.3.2
MyMQTT, the simple Message Queuing Telemetry Transport clientforAndroid.
SecureTask 4.1.1
SecureTask is Tasker plugin to manage secure settings
CleanSlate Kernel Config 3.3.1
Pal Illes
Kernel Configuration application using UnprivilegedConfigurationInterface
Network Info II (Donate) 0.7.1
All the network information you'll need. WiFi/Bluetooth/Cell/IPv6.
Port Authority (Donate) 2.0.1
Aaron Wood
This is the donate version of the freePortAuthority app. It is exactly the same as the free versionexceptfor the extra support from you :)A handy systems and security-focused tool, Port Authority is averyfast port scanner. Port Authority also allows you toquicklydiscover hosts on your network and will display usefulnetworkinformation about your device and other hosts.One of the fastest port scanners with host discovery on themarket!Host discovery is typically performed in less than 5seconds. Ifthe device you're scanning drops packets, it takes about10 secondsto scan 1000 ports. If the device you're scanning rejectspackets,it takes less than 30 seconds to scan all 65,535ports!Features* Heavily threaded, no more waiting for results one at a time* LAN host discovery* Public IP discovery* MAC address vendor detection* LAN/WAN host TCP port scanning* Custom port range scans* Open discovered HTTP(S) services to browser* Lightweight service fingerprinting (SSH/HTTP(S) server typeandversion)* DNS lookups supporting almost every type of record* Wake-on-LAN for LAN hostsHow are scans so fast?This application makes heavy use of threading. Because most oftheoperations performed are I/O bound a lot more threads can beusedthan the number of cores on a device. In fact, one of themostintensive parts of the application is updating the UI duringscans.This has gone through many optimizations but still remains abit ofa hotspot.I have a lower end and/or older device, will this work?Absolutely! Just lower the number of threads that are used forportscans in the settings. I'm always working on improvingtheefficiency and memory footprint of the application, and thingshavebeen greatly improved since the original version!I keep getting crashes when scanning a large range of portsThe crash is most likely an out of memory exception thatisoccurring due to using too many threads. Lower your portscanthread count in the settings. The right value will behighlydependent on the device and its hardware.I'm getting a warning that says this application is trying tosendemailA few users have reported that a warning pops up on theirdevice,warning them that this application is trying to send mail.This iscaused by various security software so you can be assured(or justlook at the code yourself) that I'm not sending mail.Some security software looks at where traffic is coming andgoingfrom the device and takes certain actions for certain cases.Ifyou're running any kind of port scan that includes port 25(SMTP)this will most likely be flagged. Even though no data isbeing sentto that port the security software will see an outboundconnectionto an SMTP service and throw up a warning. Obviously thisis a verybad check but some security tools are better than othersand mayactually look for data flowing out to port 25 to see ifthere'sreally anything happening.I'm not finding some of the hosts/devices on my LANIf you're finding that some devices aren't responding in timeyoushould increase the host scan timeout setting, just be awarethatit will cause host scans to take longer. In some cases it maybeworth trading time for accuracy.I'm not finding open ports that I know are truly openYou can now adjust the timeout for connections made to portswhenperforming either LAN or WAN scans. If you're scanningsomethingover WAN (mobile network if you're using a cell phone)please beaware that scanning is best effort. Mobile carriers maydetect thata real port scan is occurring and apply trafficshapingdynamically, or they may just start terminating theconnectionsentirely. Additionally, if you happen to have poorsignal or to nothave 4G the quality of the network connection maybe so poor thatyou'll need to have a fairly high timeout in orderto toleratelatency spikes.This software is 100% free and opensourcehttps://github.com/aaronjwood/PortAuthority
DriveTask 2.2.2
****THIS IS A TASKER PLUGIN! IT REQUIRES TASKER APP****DriveTaskallows you to perform operations on Google Drive™: 1)Upload filewith conversion option to Google document 2) Downloadfile withconversion option from Google document 3) File actions(createforlder, delete, rename, set/unset starred, trash, untrash)4) Listfiles 5) Force sync 6) Empty trash Google Drive is atrademark ofGoogle Inc. Use of this trademark is subject to GooglePermissions.
OpManager 2.8.62
ManageEngine
ManageEngine OpManager is a network management platformthathelpslarge enterprises, service providers, and smalltomedium-sizedenterprises (SMEs) manage their data centers andITinfrastructureefficiently and cost effectively.Automatedworkflows, intelligentalerting engines, configurablediscoveryrules, and extendabletemplates enable IT teams to set up a24x7monitoring system withinhours of installation. Android AppforOpManager You are only ableto access your machine setup usingthisapp if you're alreadyrunning OpManager on-premises. This apphelpsdata centeradministrators stay connected to their IT andaccess itfromanywhere, anytime. It offers quick access to OpManagerto viewtheperformance of devices and troubleshoot faults instantly.Thisappis not stand-alone. Key features: * Lists all the devicesinyournetwork based on category * Lists alarms and their causebasedonthe time and severity (Critical, Warning, or Attention) *Listsallthe down devices and their corresponding alarms inyournetwork*Search for a particular device in your network and knowitsdetailand status * Perform Ping, Traceroute, and Workflowactionsondevices * Perform actions such as Clear Alarm,AcknowledgeAlarm,and Add Notes on alarms * Support for HTTPS *ActiveDirectoryauthentication * Push notifications *Wifi-AnalyzerintegrationWant to tryOpManageron-premises?https://www.manageengine.com/network-monitoring/download.html?appstore
APFT Calculator w/ Score Log 0.8
Alex Krzos
This application can calculate yourArmyPhysical Fitness Score based on the APFT standards listed inFM21-20.You can now log your scores with the app as well.Features:-Record Score-Log Score-Extended Scale Score-Alternate Events-Displays Min/Max-Share scoreIf you like my app please purchase the ad-free version.
RESTask for Tasker
Freehaha
Opt in for betatesting:https://play.google.com/apps/testing/com.freehaha.restaskThis is a Tasker plugin providing alternative interface toaccessRESTful APIs (targeting GET, POST, PUT, DELETE).This app is intended to work as a plugin to Tasker and doesnotprovide a launcher icon so one must have Tasker installed inorderto utilize this application.*README*Variables can be set synchronously or asynchronously.With the default sync setting, the task will wait until therequestis finished or is timed-out before executing the next taskand youwill be able to set the return code/response to localvariables.Note that in synced mode you can only set localvariables, i.e.,variables with all lower-cased letters, this is alimitation oftasker API.However, in async mode, the task will finish immediately and workinthe background so you will not be able to set local variables init(you can still use local variables for the parameters andstuff).With this mode, you can only set global variables as localvariableswill not be accessible to other tasks. Following is howto enablesetting global variables in async mode:1. To enable global variable set, you have to enable 'AllowExternalAccess' in Tasker ( menu -> preference -> misc ->AllowExternal Access')2. Return variables name should be global (with at least onecapitalletter) because it is set asynchronously in a differenttask andwill not be accessible if it is set as a localvariable.3. Since the request is performed asynchronously,returnedcode/response might not be available immediately. If youwant tocapture the returned code/response, you can set an action to'WaitUntil' the variable 'is set'. But remember to clear thevariablebeforehand because these variables are global and willremain aftertasks finished..---CookiesThe cookies will be found in the %hdr_set_cookie variable ifyourresponse header variable prefix is set to %hdr. If therearemultiple Set-Cookie headers they will stored in the samevariableseparated by newlines.---Feel free to leave comments or send email to me if you haveanysuggestions to improve this application.Special thanks to Arno Puder for helping me test the app.
Network Tools II 2.0.84
Vladimir Kuts
Monitors your Internet-connected resources & equipment.Alertswhen they fail.
FitHero - Gym Workout Tracker 2.22.0
Track your workouts in the gym or at home. Stay strong, fitandhealthy.
No Vape - CRUSH CRAVINGS 1.3
UC San Diego
Quit Vaping Tips & Games
Tasker Now 9.0.3
The power of Tasker together with the power of Google
Blockpass User-Controlled Identity 4.9.0
Blockpass
Blockpass provides users with a solution for self-sovereignidentitywhile limiting hacking risks. Following recent data breachscandals,it is evident that centralization of personal user datashould beavoided wherever possible. Blockpass provides analternativesolution for centralized data storage that will havetwo majorbenefits to consumers: 1. Users are in control of theiridentity andonly they can decide who accesses it 2. No centralizedserver storessensitive personal data When a user submits identitydetails anddocuments to Blockpass for verification, a copy isstored locallyand encrypted with a password on the user’s mobiledevice. The useris the only person who holds the password todecrypt it. AfterBlockpass receives the data and hashes it, it iscompletely erasedfrom the Blockpass servers. From that pointforward, user data onlyexists on the mobile phone of the user andnowhere else until he orshe decides to share it with third-partyservice providers,e-merchants and financial services, giving theuser complete controlover their personal data. As user’s data isdestroyed once verified,if hackers manage to breach the Blockpassservers, they will findonly unreadable data that has no value tothem, whatsoever.
3C Network Manager 1.2.8b
3c
Simple yet effective network monitor and manager
Workout Tracker - WOD Logging 1.4.5
Record and track all of your crossfit workouts and WODs!
XPrivacyLua Pro
XPrivacyLua convenience/advanced features
EXFO EX1 1.7.42
EXFO Inc.
EXFO’s EX1, paired with your Android-powered smart device,isaone-of-a-kind Ethernet, GPON* and Wi-Fi tester designedtoqualifyFibre to the Home (FTTH) and business customers’qualityofexperience (QoE). The pocket-sized EX1solutionenablescommunication service providers and MSO’s theability tovalidatefull line rate Gigabit Ethernet service as wellas Wi-Fi totheirsubscribers. The advantage of the EX1 isthree-fold: itincludes abuilt in dedicated Wi-Fi chipset as well asutilizestheworld-leading Speedtest® by Ookla® algorithm, givingrepeatableandreliable metrics, every time. The Ethernet speed testcanbeperformed on electrical (RJ45), optical (SFP),wireless(Wi-Fi802.11ac/a/b/g/n) and now GPON* interfaces, makingthe EX1theideal tool to generate birth certificates ofmultipleservicesduring its provisioning phase. Moreover, thefieldtechnician caneasily execute a Wi-Fi Channel Map analysis(2.4GHzand 5GHz) and,as a result, determine the best placement fortheAccess Point atthe customer’s location. Service providers canalsoqualify 1GEoptical connections based on SFP transceivers thataretypicallydeployed in business customers installations. The EX1isthereforea must-have tool for troubleshooting activities thatareexpeditedwith the use of its unique graphical views andfeaturesenabled bythe Wi-Fi Channel Map analysis function. Thelatestaddition ofGPON* qualification brings the EX1 to a new levelofadvancedtroubleshooting where it can emulate an actual GPONONT.With thisemulation the EX1 is able to retrieve key stats whichaidin theability to troubleshoot most GPON networks byprovidingmetricslike PON ID, ONU ID, ONT RX Optical power, OLT TXOpticalpower,ODN Loss, ONT operation status and much more. The EX1testsolutiondoes not need a screen; all manipulations are handledviatheultra-intuitive application running on the fieldtechnician’ssmartdevice. All the required tasks are performedthroughthisapplication: connection, setup, reportgeneration,andcloud-enabled firmware upgrades. Moreover, testreports canbecombined providing residential and business customerstheultimatebirth certificate containing all the informationtheyrequire. TheEX1 uses Bluetooth Low Energy (BLE) technologywhichenablesuntethered testing capabilities – connecting directlyto asmartphone or tablet. With its unique BLE capability,fieldtechnicianscan be up to 100 ft. away from the EX1 tester, andnotconfined tochallenging or harsh testing environments. EXFO’sEX1takes fulladvantage of BLE by extending battery time, inturnallowingtechnicians to test more during their typical workday.*All GPONtesting requires an EXFO certified SFP GPON ONTstick,contact yourEXFO representative for more details on this.
Pushsafer
Send Push Notifications easy & safe to iOS, Android andWindows10 devices
WSPR Beacon for Ham Radio 17db
The first and only app allowing WSPR transmission using yourAndroiddevice!
KeyEvent Display
Use this application to check/debug the keycodes of physicaldevicebuttons.
TTN Mapper 2021.12.17
TTN Mapper
Map coverage of The Things Network using your phone
Sentrie
esguard.io
Protect your connected life and enjoy a faster internet experience
Morpheus Training 4.0.6
Morpheus Labs
Elevate your conditioning and recovery with zone-basedintervaltraining
GSam Battery Monitor Pro
GSam Labs
Is your battery draining too quickly? Doyousimply want to know how much time you have left before you needtorecharge? Then GSam Battery Monitor to the rescue!Features• Hunt down those battery draining Apps with theAppSucker• Always know your battery state and time left estimates withaoptional status bar notification• Overlay the stock battery icon with the icon pack add-on.• Dig deep into how an App uses your battery - includingwakelockdetails• Sort your app suckers by things such as CPU & sensorusage,app wakelocks, wake time, and kernel wakelocks.• Set a custom time reference to see stats over a certain periodoftime.• See time remaining estimates based on current andhistoricalusage• See historical averages for battery life, screen on time, andDozetime - how long does your battery usually last?• Add a widget to your home screen showing the battery statusandtime remaining• Include all sorts of great battery information in yourDashClockwidget using the included DashClock Extension• Download or create your own icon themes• Set customizable alarms for various charge states,temperature,and battery healthThe Professional Edition also includes:• Optimized views for Tablets or other devices withlargescreens.• More accurate time remaining estimates for devices such astabletswith long standby times.For more information including instructions on creating yourownIcon Packs, see:http://badassbatterymonitor.blogspot.comNOTE: Please email me if you encounter any issues withthisapp.Permissions: Please see the users-guide for afullexplanation of the permissions that GSam Battery Monitorrequires:http://badassbatterymonitor.blogspot.com/2011/11/badass-battery-monitor-users-guide.html#permissionsTranslations:• Russian (Thanks to Dmitry Chernogaev)• French (Thanks to Jaworski Johan)• Italian (Thanks to Fabio Abbà)• Hungarian (Thanks to István Kriskó (Stefi))• Czech (Thanks to Matěj Trakal)• Swedish (Thanks to Pontus Edgren & Göran Helsingborg)• Dutch (Thanks to ArTsLeOpS)• Hebrew (Thanks to Michael Sandler)• Chinese (Thanks to Gavin Fang)• Turkish (Thanks to Saldıray Günal)• Polish (Thanks to cvxcvx)• German (Thanks to Jan Fortein)• Spanish (Thanks to Carlos Salazar & Broquen)• Ukrainian (Thanks to Yaroslav Brukh)• Portuguese (Thanks to João Ricardo)• Traditional Chinese (Thanks to Andy)• Armenian (Thanks to Hrant Ohanyan)• Catalan (Thanks to Josep Rey Cases)• Slovak (Thanks to Pavol Šrank)• Serbian (Thanks to Милован Кушаковић)• Finnish (Thanks to Sami Kuusisto)• Interested in translating?Seehttps://github.com/GSamLabs/gsam-battery-monitor-translation
Signal Info 0.2.3
MBMC
Keep track of which network you're connected to.
Pocket RxTx Pro
Dan Toma
NOTE: If you just discovered this application, pleaseconsidertoinstall the Free version first. All the differencesbetweenthefree and paid version are explained in the applicationuserguide.This is the most significant upgrade to date. Pleasecheck mywebsite or read the application user guide for all thechanges.Forany issue, send me an email or post in the applicationforum.Icount on your understanding and help to maketheapplicationbetter. There is a dedicated applicationforumhere:https://www.yo3ggx.ro/forum/viewforum.php?f=15Online(multilanguage)userguide:https://www.yo3ggx.ro/pocketrxtx/doc30/i.html User guideinPDFformat(Enlishonly):https://www.yo3ggx.ro/pocketrxtx/doc30/pocketrxtx_v3.0.pdf
WiCUBE 2.0.1.0
Wiko Mobile
Enjoy direct access to your music, calls and more. All with afunkynew look!
Logcat Extreme Pro 1.7
SCDevs
This is the Pro/Donate version of Logcat Extreme with allthefeatures unlocked. If you were on the free version justuninstallit, it's no longer needed. Logcat Extreme is anenhancedLogcat/Dmesg reader and Logcat recorder which comes with arich setof features and handy user interface. Please note: LogcatExtremePro requires root access or READ_LOGS permission to showlogsproperly. For non-rooted devices, in order to grant theREAD_LOGSpermission connect to a computer & copy/paste thefollowing ADBcommand: "adb shell pm grantscd.lcexproandroid.permission.READ_LOGS" New user interface (update1.5): theUI has been dramatically improved, again. Now morepolished, userfriendly, pure material design. All with the aim tobring a topquality app for your logcats. Introducing "FloatingLogcat" (update1.1): a new wonderful feature powered by StandOut,it allows you tokeep the logcat on top right while you're workingon your device,perfect for your tests! the logcat is shown inside awindow you canmove, resize and even minimize, just like a desktopone. * Readlive logcat * Pause and resume * Record (even inbackground) * Sendlogs via mail * Apply filters (priority level,format, etc.) *Search box for quick filtering * Many options toconfigure thelogcat * Read the kernel's debug messages (dmesg) *Intuitivecontrols to access all the features with easy * New"Per-appLogcat" feature! * Revolutionary "Floating Logcat" feature!*Floating window resizable even with pintch-to-zoom Notes: -Inorder to start a new Floating Logcat session tap the last buttononthe right (bottom bar). - In order to resize the FloatingLogcatdrag the bottom-right corner of the window. Devs corner:Startingfrom version 1.3, devs can use intent actions and extras inorderto launch the logcat recorder directly from theirapps:"scd.lcexpro.ACTION_REC" start recording"scd.lcexpro.ACTION_STOP"stop recording and service associated"scd.lcexpro.EXTRA_FILTER"logcat filter (string, optional), use inconjunction withACTION_REC
PandwaRF 1.15.3
ComThings
PandwaRF is a RF analysis tool with a sub-1 GHzwirelesstransceivercontrolled by a smartphone or a PC. Its purposeis tocapture,display & transmit RF data very easily. It canbeconnected toan Android smartphone using BLE or USB, and toLinuxusing USB. Itis based on the well-known RfCat & Yard StickOnetools with theTexas Instruments CC1111 RF transceiver, but withalot of newfeatures, making PandwaRF the perfect portableRFanalysis tool.Cheaper, simpler, smaller than a SDR.Hardwarerequired! You can buythe PandwaRF hardwareathttp://pandwarf.com/.
Default choice fixer for Smart 1.1
Install this app only if you can't keep Smart Launcher asdefaultlauncher.
Streamline3 Admin 4.5.0
This app is for you; the Streamline3 console administrator.Nowwiththe Streamline3 Admin app you can: • Connect totheStreamline3Admin Console from anywhere • Approve requestsfromusers withinyour account for access to: o YouTube and MediaoWebsites o Mobileapps New functionality will bereleasedperiodically to make youradministrator role even easier.TheStreamline3 Admin app supportspasscode authentication toprovideyou with a level of security overyour account without theneed toconstantly input your username andpassword. The appdashboardgives you a very easy view on allpending actions in youraccountand provides a fast and intuitivemeans to action eachrequest.We're listening. Tell us what youlike, what we can dobetter, andwhat features you would like to seenext. Send yourfeedback [email protected] or use the‘Feedback’ option inthe app.IMPORTANT: You must be a Streamline3Administrator in orderto signin and use this app.
Darktrace 4.1.5
Darktrace Ltd
Darktrace DETECT & RESPOND
Raspberry SSH & WOL Buttons 6
KNOWLESONLINE
Custom SSH and WOL Buttons. Control your Raspberry Pi &otherSSH devices.
Beacon Simulator 1.5.1
Broadcast Bluetooth Low Energy beacons. iBeacon,Eddystone&AltBeacon supported.
Home Remote Control Pro 1.7.6
Simon Schubert
The one Remote Control for your Windows/Linux/OSXsystem.KeyFeatures • Control mouse/keyboard • Control the soundvolume•List/manage/download/upload files to the system filesystem•Writecustom commands • Use a terminal • Execute tasks in thefuture•Control media • Monitoring the system. You can exportanyremotecontrol profile as a json file, share itwithfriends/colleagues orimport it to another app instance. FortheLinux remote control nothird party software is required exceptanSSH server which is mostlikely available via your packagemanager.Login via user andpassword or via SSH key. Live Monitoring•Current CPU usage • Usedand max ram • Network interfaceinformation• Bluetooth Mac addressand name • Left battery life inpercentage •Used and max swap •Disk partitions and generalinformation aboutthe systemarchitecture You can also customize themonitoringcommands anddisplay any kind of information you want.Wake on LanWake up asystem via network with a so called "MagicPacket". Youwill findinstructions on how to enable the wol featureinside theapp.Widgets The app has 3 types of widgets for your homescreen:one tosend commands, another one to show live monitorinformationand oneto wake up systems. Windows/OSX Login viascanning the QRcodeoftheServerApp(http://schubert-simon.de/remotecontrolserver/RemoteControlServer.zip).
PoWeR CaRdS XIU for Kustom V8.1
KDT
Attention You need Klwp Pro to use this application
Rx Monitor 4.5.4
Monitor 2G/3G/4G/5G mobile radio signal reception from cell sites.
Network Info II 0.7.1
All the network information you'll need. WiFi/Bluetooth/Cell/IPv6.
Centafit: Health Check, Screen 3.2.1
Get depression, PTSD, insomnia, lung cancer, diabetes, andotherhealth tests.
MQTT Alert for IOT 1.5.7
GigioSoft
Monitor IOT devices on an MQTT network via visual and soundphonenotifications
STM32 Utils 1.3.6
MartinLoren
Easy Programmer for STM32 with generic USB-TTL adapters
SSH Client - Far Commander 1.2.3
SSH client for Android - Easily manage your SSH commands