معرفی شرکت ها


PyAdbUninstall-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Thinker GUI for uninstall Android bloatware Apps via 'adb' without root.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل PyAdbUninstall-0.3.0
نام PyAdbUninstall
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jens Diemer
ایمیل نویسنده pypi@jensdiemer.de
آدرس صفحه اصلی https://github.com/jedie/PyAdbUninstall
آدرس اینترنتی https://pypi.org/project/PyAdbUninstall/
مجوز -
-------------- PyAdbUninstall -------------- Thinker GUI for uninstall Android bloatware Apps via "adb" without root. * activate "Developer Options" * enable "USB Debugging" * install Android Debug Bridge (e.g.: ``sudo apt install adb``) * connect device via USB * start ``adb_uninstall`` See also: * de: `https://www.kuketz-blog.de/android-system-apps-ohne-root-loeschen/ <https://www.kuketz-blog.de/android-system-apps-ohne-root-loeschen/>`_ * en: `https://forum.xda-developers.com/honor-6x/how-to/guide-list-bloat-software-emui-safe-to-t3700814 <https://forum.xda-developers.com/honor-6x/how-to/guide-list-bloat-software-emui-safe-to-t3700814>`_ created 2019 by Jens Diemer GNU General Public License v3 or later (GPLv3+) * `https://github.com/jedie/PyAdbUninstall/ <https://github.com/jedie/PyAdbUninstall/>`_ * `https://pypi.org/project/PyAdbUninstall/ <https://pypi.org/project/PyAdbUninstall/>`_ ------------------------- PyAdbUninstall v0.2.0.png ------------------------- |2019-03-03 PyAdbUninstall v0.2.0.png| .. |2019-03-03 PyAdbUninstall v0.2.0.png| image:: https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyAdbUninstaller/2019-03-03 PyAdbUninstall v0.2.0.png ----- notes ----- You can't just install all listed apps. Some of them are essential system app and deinstall will brick or damages the OS! There are two modes: * ``uninstall apps`` - Will deinstall the package for the current user * ``deactivate apps`` - Will only deactivate the package for the current user It's safer to just deactivate the apps ;) uninstall / locked apps ======================= There is a list of apk package names that are "locked" in PyAdbUninstall But this list is incomplete! The list is ``LOCKED_APPS`` in: * `adb_uninstall/constants.py <https://github.com/jedie/PyAdbUninstall/blob/master/adb_uninstall/constants.py>`_ Please help to complete this list by github pull request ;) ------------------------------- package actions by hand via adb ------------------------------- Check / init adb connection: :: # Just show version information: $ adb version Android Debug Bridge version 1.0.36 Revision 1:7.0.0+r33-2 # List of devices attached: $ adb devices -l # kill the adb server if it is running: $ adb kill-server # Kick current connection from host side and make it reconnect: $ adb reconnect List all installed apk packages: :: $ adb shell pm list packages Deactivate one apk package: :: $ adb shell pm disable-user <packagname> Uninstall one apk package: :: $ adb shell pm uninstall -k --user 0 <packagname> * ``-k`` - keep the data and cache directories * ``--user 0`` - Deinstall only for current user ------- Startup ------- :: # clone repository from github: ~$ git clone https://github.com/jedie/PyAdbUninstall.git ~$ cd PyAdbUninstall ~/PyAdbUninstall$ pipenv sync # Start GUI: ~/PyAdbUninstall$ pipenv run adb_uninstall ----------- help wanted ----------- * Complete ``LOCKED_APPS`` list (see above) Pull Requests are welcome ;)


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl PyAdbUninstall-0.3.0:

    pip install PyAdbUninstall-0.3.0.whl


نصب پکیج tar.gz PyAdbUninstall-0.3.0:

    pip install PyAdbUninstall-0.3.0.tar.gz