[App] Network Tools - Android Apps and Games

Hi!
I have created a new application, Network Tools.
Basic idea of this app is periodic monitoring of websites, servers, routers, surveillance systems, etc. After a specified period of time the resource is checked, in case of failure user will get a warning. Such control will allow you to respond quickly to encountered problems.
You can add new resource to monitoring list, select the type and time interval between checks. At any time you can change the settings or manually check for a specific host. The corresponding commands are available on the context menu.
App contains additional tools: whois, ping and traceroute, for diagnosing network problems. For these commands there are implemented lists of previously entered addresses, so user does not need to retype them again.
Free, no ads.
Android Market link
You are welcome for feedback and comments.
WBR
Screenshots:
{
"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"
}

Network Tools 1.1.4 in Android Market
Network Tools 1.1.4 in Android Market.
What's new:
Version 1.1.4
* HISTORY;
* History auto delete;
* History auto update;
* Option: number of attempts to check;
* Option: timeout value;
* Host check algorithm improvements.
Version 1.1.3
* WHOIS;
* Separate ringtone option if host is working again;
* Copy to/Send to commands for traceroute;
* New status bar icons;
* Minor changes in the host verification algorithm.

Reserved for future use

Awesome, thank you!

this is a great tool! im looking for this one in Android for long time. Ive been using this app in windows mobile DNetworkTools.
i hope you could put some stuff like in DNetworkTools.
Thanks for the great app!
Ill support this one.

You just made my monitoring servers over the weekend a lot easier ^_^
Great app.

randolph2000 said:
i hope you could put some stuff like in DNetworkTools.
Click to expand...
Click to collapse
Thank you and everyone at this thread for feedback!
Be sure to look to the application's page that you specify. Thanks again.
WBR

Great Work!!!
Please don't take this as anything against the app, but if any admin actually relies on an app like this as the only monitoring solution for critical 24/7 servers, they should be dragged behind the woodshed and paddled. It has NOTHING to do with the app, rather the fact that mobile networks are simply not 100% viable.
That said, when there are issues (power, network etc..) with other monitoring systems, this is a FANTASTIC option. This will be part of my Android install kit forever.
I have a couple of requests:
1. A scrollable widget that shows the last result for each server/test would be cool. I will give you a full screen on my phone! ;-)
2. I need to test specific services: HTTP, HTTPS, FTP, SSH. Additional service options and maybe an option to manually define ports/services would be really nice. Customers of mine that have security camera systems using a DVR often forward random ports for external access to the DVR and it would add "peace of mind" for them to be able to see that their security system is up and running.

Dissenter said:
if any admin actually relies on an app like this as the only monitoring solution for critical 24/7 servers
2. I need to test specific services: HTTP, HTTPS, FTP, SSH. Additional service options and maybe an option to manually define ports/services would be really nice.
Click to expand...
Click to collapse
Sure, nobody says about critical servers monitoring.
In actual app version you can use Generic TCP option with URL like http://site.com:3128, or HTTP Get option with fully qualified URL to make some tests. I understand, this is not complete test of concrete service, and have plans to add more to my app.
Now I'm busy with another private application, but, I hope, this is not forever.
By the way, you say about test services like HTTP, FTP or SSH. What exactly do you think should make the application? Any ideas are welcome.

very cool app thanks mate.

Empty message, sorry

Excellent app.. just what I was after. Thank you!

Related

ttrss-reader, Android client for Tiny Tiny RSS (php)

Hi folks,
i am proud to announce the Release of v0.5.11 of ttrss-reader, the android-client for Tiny Tiny RSS:
TTRSS-Reader for Android
Tiny Tiny RSS
TT-RSS is a php/javascript-based reader with a google-reader-like interface, running on your own server with mysql/postgresql and php. It supports multiple user-accounts, feed-categories, labels, sharing of articles and automatic updates every x minutes.
ttrss-reader for Android
Ttrss-reader for Android was started at code.google.com by J.Devauchelle but as i couldn't reach him for several weeks i forked the project: (see note above for URL)
I implemented some usability features and then started implementing local caching since before EVERY single piece of data was requested from the server, slowing down the browsing a lot.
Now i think the program is in a quite usable state, although the local-caching doesn't work so well. The server-side provides API-methods to retrieve data as JSON-Objects but they are focused on transferring a low amount of data in every request (eg. only one article with content is sent at a time, not all new articles which would be much easier).
So if anyone want to keep his feeds away from google and do stuff on his own, in my opinion this is the way to do it. And please excuse my english. ^^
I would appreciate any ideas what could be improved or bugreports and i'd feel honoured if some of you would like to try this app or even join developement.
Some Screenshots:
Greetings,
nils
Hi,
Just to say that I like this app but my ttrss instance seems too big for this app. Android ask me to kill the app everytimes it makes a refresh of the data.
for information : my ttrss run on a PC and is hosted at home. It has +12000 articles
Keep up
Definitely trying this soon
My carrier should have the new Android phone I want in this week. I will definitely try this and get back to you!
Getting error message? I installed this, and put in my tt-rss location, username, and password. It gives me this error message:
"error":"API_DISABLED"
@celticchrys: That means you have to login to the webinterface and enable the API in your user-preferences. Dont know why but the API-access is a per-user-setting in Tiny Tiny RSS so every user has to enable it for himself.
Greetings,
nils
@lordnils: Thanks, I'll give that a try.
***EDIT***
It force closed on me a couple of times, did fetch my articles once, and now says it cannot. I also got a very long error, many screens long, that begins with :
Oupd...
I was unable to conenct to your Tiny Tiny TSS instance, please check your connection and/or connection settings.
Error details:
A JSONObject text must begin with '{' at character 1 of <html>
The above is then followed by basically the entire code for my login page.
Any ideas?
Thanks.
Hm, something seems to be wrong with the URL for API-Access. You should make sure you entered the URL in the settings exactly like the URL you use to access the webinterface of Tiny Tiny RSS.
If the problem still exists it would be helpful if you provided me with the output of ADB (or aLogcat from the market if you dont want to mess with the USB-connection and the Android-SDK). It would be the easiest way to resolve the problem if you opened an issue on <url for the google-code page of our project where you can start an issue> so other people involved could try to fix the problem, too.
Greetings,
nils
ps: sry for not posting urls, i dont think it is a good practice to encourage people to spam somewhere so they can post links. so i just dont do it and wait for the protection to dissappear. :/
sent pm
lordnils, I've sent you a PM with the requested log.
Thanks!
I just released the TTRSS-Reader on the market:
Download: http://www.appbrain.com/app/org.ttrssreader?install
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"
}
Greetings,
nils
Hey lordnils,
I'm having the same problem as celticchrys. I am using the exact url that I login to via a browser, API is enabled, but still get the documented error within the program.
Any ideas what I might look at?
First of all, which versions are you using (Tiny Tiny RSS and TTRSS-Reader)?
Then: Can you acquire the output of logcat (aLogcat from the market or "adb logcat" if you got the SDK installed)?
If you are using old versions (older then Tiny Tiny RSS v.1.4.3.1 and TTRSS-Reader v0.7.3) please update first and try again. There are some issues with older Versions of the API which could cause this problem.
Greetings,
nils
I've just checked, and I'm running TTRSS 1.4.2 on my server, and I have the latest Market version on my phone.
Perhaps this is the problem! I'll look into updating my TTRSS server install, and get back to you.
Thank you! This is great! I didn't want to move all my feeds to google so this is perfect!

[PHP] [HTML] [MYSQL] Host a Website from your Android Device, for free!

Android Webserver / Webhost!
(This is taken from my blog article, if you want to see the article itself, click this link)
http://shanehastings.com/Blog/2012/08/host-a-website-from-any-android-device/
-------------------
So, if you're a web designer or HTML, PHP coder etc you'll know that paid hosting isn't cheap, and free hosting is too limited and un-reliable.
However, until recently there was no such thing as "portable hosting", free portable hosting that is (not that I know of any paid portable hosting?)
I've found a way to host any HTML (PHP & MySQL too!) website with images and Java Script support all from your Android device!
Now, this may seem un-reliable, but with a clean install of a ROM / Firmware with just the required app, and a charger plugged in, this is a pretty reliable hosting source.
However, I doubt you're going to see Google running from this any time soon, or any major website for that matter! Another factor of why you'd want to do this is, "simply because I can".
Some other good uses for this project are:
- Household / Private Webserver
- Public / Private Webspace
- Cloud Storage
Click to expand...
Click to collapse
If you're still interested, let's get on with the tutorial!
What you'll need:
- Android Device
- Wireless Internet
- Portforward-able router
- Slight knowledge of how Android Works.
Click to expand...
Click to collapse
If you've got all of those then you're ready to start!
- #1| Download "Boa Webserver" from Google Play.
https://play.google.com/store/apps/details?id=com.applications.boa&hl=en
- #2| Creating the directory
Using a file manager, create a folder and call it whatever you want. For the sake of demonstration, I will call mine "Electronics Website".
{
"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"
}
- #3| Adding Content
Now, we've got our directory but we need some webpages! Simply paste the HTML files into the directory you just created. You can create more directories inside the main directory (/sdcard/YourFolderName/)
- #4| Setting the default directory
Now, this is where we have launch "Boa Webserver".
Once the app is open, simple press "Menu" and then "Settings". Here we have the option to change the port in which Boa will broadcast on, and the directory to use as default.
This is what we want, so click on "Share Directory" and add the directory you created earlier.
- #5| Starting the Webserver / Website!
Starting the webserver / website is very simple. On the main screen of the Boa Webserver application, hit "Start Webserver".
This will start the webserver.
- #6| Viewing the website
When you start the server, Boa will tell you what the LOCAL IP is, this is located in the orange box at the top of your screen.
As you can see, when I goto the IP that is shown in the "Boa Webserver" app, I'm brought to my website!
PC:
Boa Webserver, showing the IP & Log:
- | A Note About Portforwarding
As many of you will know, to make your website available for the whole world to view you will need to portforward the port that Boa runs off of and also the IP in which your Android Device is connected to via your Wi-Fi (192.168.1.2, 192.168.1.3 etc)
You do NOT have to port forward if you are using this for private use (household use, people connected to your Wi-Fi)
- | Need PHP and MySQL?
No problem! Just use KSWeb Server instead! Same procedure, different app!
https://play.google.com/store/apps/details?id=ru.kslabs.ksweb&hl=en
- | Thanks for reading, hope you learned something.
Whoops, forgot to reserve
- RESERVED -
i tried portforwarding a port, and it only works with LAN, no access from outside the house. can you help me fix that?
———————————————————
i didn't mean to mock you or to offend you in any kind of way
Riro Zizo said:
i tried portforwarding a port, and it only works with LAN, no access from outside the house. can you help me fix that?
———————————————————
i didn't mean to mock you or to offend you in any kind of way
Click to expand...
Click to collapse
I'm guessing you know this, but sometimes people forget , it must be turned on.
And which app are you using, Boa or KSWeb?
Sent from my R800i using Tapatalk 2
- Swift - said:
I'm guessing you know this, but sometimes people forget , it must be turned on.
And which app are you using, Boa or KSWeb?
Sent from my R800i using Tapatalk 2
Click to expand...
Click to collapse
boa, i tested it with my cousin to see if he can access the server.
i tried wifi, and 3G, and he got the 404 on both
———————————————————
i didn't mean to mock you or to offend you in any kind of way
cloud servers
Not all paid servers for PHP are that expensive. You have cheap shared servers, though there are some performance issues with them. Some infrastructure based servers, like DigitalOcean are not that expensive considering the features you get. The only problem with such servers is the hassle of managing them. But this can also be avoided if you use some platform or a service that for server management, like Cloudways web hosting for PHP. This platform lets you launch a managed server on DigitaOcean and others.

Hacking with Android Part 1: Intercepter-NG

In this tutorial for Cr0w's Place(Penetration Testing Channel and Site) we are starting a new series of videos called Hacking with Android and as the title says we are going to see applications that helps us to perform Penetration Testing Attacks.
In part 1 of this series we are working with Intercepter-NG. Intercepter-NG is a multifunctional network toolkit for various types of IT specialists. It has functionality of several famous separate tools and more over offers a good and unique alternative of Wireshark for android.
The main features are:
* SSL Stripping
* ARP Poisoning
* Session Hijager
* Network Discovery with OS Detection
* Network Traffic Analysis
* Passwords Recovery
* Files Recovery
Runs on Android 2.3.3+ with root+busybox
PlayStore Download Link: https://play.google.com/store/apps/details?id=su.sniff.cepter
Tutorial Link: http://youtu.be/yaTQs1o3qj4
Everything you are going to see is for educational purposes only, so operate carefully and in your own property. I bring no responsibility in what happens to you if you act irresponsibly.
If you like my job please Subscribe to my Channel
Cr0w's Place Site
Google+
Facebook
e-mail: cr0wsplace1993 [at] gmail [dot] com
Twitter : Serbinhio
Thank You For Watching.
under the second tab (green colour) what does the highlighted colours mean? there's white, green, light blue, light purple... etc.
take a guess
{
"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"
}
Intercepter-ng said:
take a guess
Click to expand...
Click to collapse
Intercepter-ng team you are everywhere...haha
thomaskid said:
under the second tab (green colour) what does the highlighted colours mean? there's white, green, light blue, light purple... etc.
Click to expand...
Click to collapse
The colors can be changed in wireshark..for defaults it isn't so dificult to find out the reason of each color...
the embeded youtube part is broken, but overall seems pretty cool.
yoshihat said:
the embeded youtube part is broken, but overall seems pretty cool.
Click to expand...
Click to collapse
Sorry I will fix it..
interceptor passwords
Hi, I'm rooted, have busy box, and i have interceptor. I can locate other computers and devices on my own home wifi and use many of the tools included on the devices. Arp poison works, cookie works, screen shots works. However, i have 2 questions. Will interceptor read information if someone is using the Facebook app as opposed to the browser? And also, interceptor is advertised as having password recovery ability but where exactly are the passwords? I even tried it on myself and logged into several sites using interceptor showed the address, screen shots, pcap files (i guess) but where do i find the passwords? Thanks, great app,
Help to Hack
Hey suppose i am sharing my data connection using wifi to my friend.
Using this app can i sniff out his passwords or any thing he does using data?
Please help
Issue scanning devices
Hi,
I have a rooted android 5.1.1 with BusyBox installed. I installed Intercept-ng and the app does not show any devices when scanned. It did show the gateway once and when I scanned again, even that disappeared.
Although, I can see that my antivirus on my PC blocks the port scan. I haven't tried running the scan on any other network, just my home network.
Just to check, when I scanned my wifi with the app Network Scanner and it detects all the devices on the network (around 7 devices).
What could be the issue here? Any help would be appreciated.
n00biedude said:
Hi,
I have a rooted android 5.1.1 with BusyBox installed. I installed Intercept-ng and the app does not show any devices when scanned. It did show the gateway once and when I scanned again, even that disappeared.
Although, I can see that my antivirus on my PC blocks the port scan. I haven't tried running the scan on any other network, just my home network.
Just to check, when I scanned my wifi with the app Network Scanner and it detects all the devices on the network (around 7 devices).
What could be the issue here? Any help would be appreciated.
Click to expand...
Click to collapse
An update:
So I accessed the app file 'hostlist' via adb shell and can see all the devices listed there but I can't see those devices on the app interface.
I also tried reinstalling SuperSU, BusyBox Pro and Intercept-ng. No luck
Intercepter-Ng v 2.0
this app is scary i just saw this review and its look like im not going to use the internet in public network anymore
Intercepter-ng v2.0

[APP][4.1+] Safety SMS Tracker / Locator (No Internet need)

Hi Guys.
This App Texts the mobile phone's GPS location in response to an SMS message.
{
"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"
}
For parents: text a code word to your child's mobile phone to find out where they are;
For senior citizens: If you’re lost in the forest, you can easily communicate your coordinates to the rescue services, even if you are out of mobile internet coverage;
For hikers, hunters and extreme sports lovers: in case of injury, your friends or family may quickly locate your phone and call the ambulance;
Even if you drop your mobile phone out in the wild, you can easily locate it!
★ It is free of charge and doesn't require an online login.
★ Three modes of operation:
- automatic reply with the coordinates to a code word text message;
- automatic texting of current coordinates on a regular interval (for instance, every hour);
- automatic texting of current coordinates to a trusted contact by pressing a hotkey.
★ It's easy: just enter your trusted contact number and a code word (such as "1234"). If your phone receives a message containing your code word ("1234"), the application will automatically reply to the sender with a text message containing your current coordinates.
★ It's safe: the two phones communicate directly via SMS, without going online, and avoiding services of third parties.
★ It's thrifty: the application saves your battery life. It runs in the background and activates when it's time to send a message with coordinates.
★ It's informative: a message contains phone's current coordinates, their accuracy (in meters), exact time of locating and the battery power.
★ Localized to two languages (Russian and English, depending on your phone's OS language)
☞ Note:
You will be charged for a standard text message according to your current mobile phone plan.
It is a new version. Please, do not hesitate to report bugs!
GooglePlay: https://play.google.com/store/apps/details?id=ru.rst.rescuesmstracker (v.0.8.26)
And sorry, I tried to upload screenshoots, but I couldn't, because I have too little posts on this forum
ooprizrakoo said:
And sorry, I tried to upload screenshoots, but I couldn't, because I have too little posts on this forum
Click to expand...
Click to collapse
Thanks for the app, just installed but how to hide the icon at notification bar?
Sent from my SM-N930F using Tapatalk
Sean_FD2R said:
Thanks for the app, just installed but how to hide the icon at notification bar?
Sent from my SM-N930F using Tapatalk
Click to expand...
Click to collapse
Hi.
This icon will hide automatically after sending coordinates. We designed it this way, because our app not a "spy-ware'.
Remove the internet permission if your app does not require it!
nec947 said:
Remove the internet permission if your app does not require it!
Click to expand...
Click to collapse
Internet is used only for crash-reports; not for work. Of course, you can disable this permission manually, it's OK, and app will continue work properly.
new version (0.8.35) and new website
Hi.
1. Bad news: our app was removed from Google Play Store:
Reasons:
https://www.reddit.com/r/androiddev...ms_permissions_fiasco_google_why_do_you_hurt/
https://www.reddit.com/r/androiddev/comments/acs5t2/google_sending_out_3rd_and_final_reminder_to/
etc.
2. Good news.
We released the new version of app, 0.8.35
- the status of application (“On” or “On + timelaps-mode”) will be saved after phone reboot.
- the right URL for sharing added (SafetyTracker.org)
- minor bugs fixed
And we opened the official website: http://safetytracker.org
Welcome!
Open Source
Hello, All.
Source code available on Github: https://github.com/safetytracker/open-sms-locator
Our SafetyTracker is released under the GNU General Public License (GPL, or “free software”).
This license grants people a number of freedoms:
You are free to use SafetyTracker, for any purpose
You are free to distribute SafetyTracker
You can study how SafetyTracker works and change it
You can distribute changed versions of SafetyTracker
The GPL strictly aims at protecting these freedoms, requiring everyone to share their modifications when they also share the software in public. That aspect is commonly referred to as "Copyleft".
All releases (APK-files) are available on GitHub. You can download the last version there: https://github.com/safetytracker/open-sms-locator/releases
Also we fixed minor bugs in the new version (0.8.36).

[APP][5.0+] Skit - application manager for people

{
"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"
}
Description
Skit is the simplest and most intuitive apps manager for your device. Skit opens up many possibilities for you, which include uninstalling or extracting apps, easily viewing all app components, and more!
Full control
Extract your apps in .APK and .APKS (Split APKs) formats and send them to your friends in any way you prefer. You can also uninstall any user apps without any problems.
It's all about the details
Skit provides a wealth of details about all user and system apps. A huge amount of detailed information, starting from the installation date and ending with a detailed report of apps memory usage.
App's hierarchy
Find out how any selected app works from the inside. The list of activities, manifest, providers, broadcasts events, services, used permissions, and even the details of the app's signature certificate are in your hands.
Even more features with the "Premium"
"Premium" users will have access to even more features, such as:
• Deep interface customization, including changing colors and themes;
• Apps usage reports to determine the amount of time spent in each app and the amount of data it consumes;
• Detailed statistics for all apps;
• Deletion and extraction of multiple apps;
• Analyzer of external apps using .APK files.
FAQ and localization
Looking for answers to frequently asked questions (FAQ)? Visit this page: https://pavelrekun.dev/skit/faq/
Want to help in Skit localization? Visit this page: https://crowdin.com/project/skit
Screenshots
Spoiler: Screenshots
Download
Basic version: Google Play
Premium version: Google Play
Will it uses root acess?? I think no.
But for deleting app i think its requires that
pankspoo said:
Will it uses root acess?? I think no.
But for deleting app i think its requires that
Click to expand...
Click to collapse
Skit is not using root at all and it can delete installed (user) applications, but have no delete permissions for system applications.
That's nice But in future must add some root activities to do more things via this app any way nice one
https://youtu.be/Tb656b40SHA
how is it different and better from AppOps app?
It has a really unfortunate name as skit in Swedish means **** or poop.
isetnt said:
It has a really unfortunate name as skit in Swedish means **** or poop.
Click to expand...
Click to collapse
Believe me, it's just a coincidence.
**Menos** said:
Believe me, it's just a coincidence.
Click to expand...
Click to collapse
Great thing! That's what I thought
Suggestion ; how about add a feature, like a list view, or sorting, or something like an indicator which tells which app is moveable to External Storage
syafeeq05 said:
Suggestion ; how about add a feature, like a list view, or sorting, or something like an indicator which tells which app is moveable to External Storage
Click to expand...
Click to collapse
Thank you for feature request. I will add it in to-do list for future updates.
What about system apps with odex files?
Skit 1.1 is already out in Google Play for all users!
It contains new features: search of applications, launching specific activities and even more information about applications!
Read announcement: https://pavelrekun.dev/blog/skit_progress_report_may_2019/
The new big update after a short break is 1.4 Emily. This update adds even more sorting modes, an improved definition of memory usage, and many design improvements and bug fixes!
More details: https://pavelrekun.dev/blog/skit_progress_report_august_2019/
A new, really big update for Skit is here. Version 2.0 adds support for "App Bundle (Split APK)" extractions, fully new design, code highlight for Manifest viewer, and many more features! More details: https://pavelrekun.dev/blog/next_generation_of_skit/
If you always wanted to get the Premium version, now is the best time for it, because it got a -50% discount on Google Play.
Really awesome app, I can see activities, services, and permissions used by app. The dev is very responsive and takes bug reports very well. :good:
Skit Premium is on sale now with -50% discount in Google Play!

Categories

Resources