Giter Site home page Giter Site logo

Comments (9)

MuntashirAkon avatar MuntashirAkon commented on August 9, 2024 1

It can clean app data folder and many junk files. Don't want to install too many app in my phone. 😉

App data folders/cache cleaning features will be available as 1-click operations in v2.5.12 or v2.5.13. But I will not add support for cleaning junk files (other than the above) as it's beyond the scope of this project.

from appmanager.

MuntashirAkon avatar MuntashirAkon commented on August 9, 2024 1

@opusforlife2: Added in 5917918

from appmanager.

opusforlife2 avatar opusforlife2 commented on August 9, 2024 1

@MuntashirAkon Thank you so much!

from appmanager.

MuntashirAkon avatar MuntashirAkon commented on August 9, 2024

I'm still at a loss on how can I integrate this in my project. I do have two place holders in 1-Click Ops for these but I haven't implemented them yet because I haven't found any feasible solution to the problem. LTE Cleaner doesn't exactly have complete features: It's too simple and not exactly what I have in mind.

from appmanager.

 avatar commented on August 9, 2024

it doesn't matter LTE Cleaner Are Doing Great Job But I Also Agree If You Add It :)
There Is No Such A Issues With LTE Cleaner Size Are Small No Weirdos Permission Blah Blah Blah
@Manothave

from appmanager.

MuntashirAkon avatar MuntashirAkon commented on August 9, 2024
  • Clear data from uninstalled apps. Find uninstalled apps in /data/user[_de]/<user_id>, /storage/emulated/<user_id>/Android, etc. and clear their data if requested.
  • Clear cache. Find cache folders (cache, app_cache) in the above directories. Apps may use cache locations outside the typical root folder. So, find them as well. SD Maid has a greedy algorithm that matches any directory with the word cache, for example.

The trouble, however, is how to display the found items. Unlike any other 1-click options, displaying just the number of found files might cause trouble if the files are important for some reason.

from appmanager.

opusforlife2 avatar opusforlife2 commented on August 9, 2024

I currently use ADBungFu to trim the cache of all apps at once before taking a TWRP backup. I would love to be able to use App Manager for this purpose instead of having an entire app for just one operation.

https://f-droid.org/en/packages/com.oF2pks.adbungfu/

https://forum.xda-developers.com/t/app-root-foss-5-0-adbungfu-appops-manager-adb-simulator-su-magisk.4104149/

from appmanager.

MuntashirAkon avatar MuntashirAkon commented on August 9, 2024

I currently use ADBungFu to trim the cache of all apps at once before taking a TWRP backup.

You can simply run pm trim-caches <cache-size> (e.g. pm trim-caches 1024G) for that. Anyway, I'll add an option in the 1-click ops section.

from appmanager.

 avatar commented on August 9, 2024

I currently use ADBungFu to trim the cache of all apps at once before taking a TWRP backup.

You can simply run pm trim-caches <cache-size> (e.g. pm trim-caches 1024G) for that. Anyway, I'll add an option in the 1-click ops section.

Sir pls explain more about this command? 🙏

from appmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.