• Stars
    star
    170
  • Rank 218,647 (Top 5 %)
  • Language
    PHP
  • License
    GNU Affero Genera...
  • Created almost 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[WIP] A comprehensive list of apps for debloating Android with suggestions and vulnerabilities, based on but independent of UAD project.

Android Debloat List

A comprehensive list of apps that come preinstalled with many ROMs and how to remove and replace them, intended for backend rather than frontend. This list is kept in synchronised with the Universal Android Debloater (UAD) project.

JSON Schema

Our JSON schema is quite different from the one used in the UAD project.

  • id (string) - Name of the package. It has to be unique per entry across all the list.
  • label (string) optional - The readable name of the package in English, currently optional as UAD does not have this field.
  • dependencies (list of strings) optional - Package names of the apps that this app depends on.
  • required_by (list of strings) optional - Package names of the apps that depend on this app.
  • tags (list of strings) optional - List of predefined tags/categories.
  • description (string) - Description of the package under 200 words.
  • web (list of strings) optional - List of websites including Google Play Store, investigation reports, etc.
  • removal (string) - How should this app be removed. The values are predefined.
  • warning (string) optional - Additional description for the app that require user's attention.
  • suggestions (string) optional - Suggestion ID.

Values for removal

name description
delete It's safe to just get rid of the app.
replace Replace the app with something else, preferably, with one of the suggestions.
caution It might not be safe to get rid of the app.
unsafe It is unsafe to get rid of the app. warning must be set for this.

Values for tags

Will be added when required.

Suggestions

The filename of the suggestion is its Suggestion ID. The file contains a list of suggested apps. Each suggestion has the following format:

  • id (string) - Package name of the app.
  • label (string) - The readable name of the app in English.
  • reason (string) optional - Why this is suggested, under 100 words. This value must only be filled for cases where no valid alternative exists.
  • source (string) optional - Source of the app. This is a predefined value, could be fgas where f stands for F-Droid, g for Google Play Store, a for Amazon Appstore and s for Samsung Galaxy Store.
  • repo (string) - Link to the project repository.

Criteria for suggestions

  1. There does not already exist a suggestion for the Suggestion ID that offers similar or better features. A new suggestion without a reason is preferable over an existing suggestion with reason.
  2. Both source code and software have to be free (libre) and open source having an OSI approved license. Use of non-free assets or resources (that is, non-source code) in a software is permissible. But the reason must be included for such cases.
  3. Interface or functions (UI/UX) should be very or nearly similar to the original app or even better. If no such alternative is available right now, reason must be included.
  4. For crucial apps, such as instant messaging or password manager apps, only an audited app might be listed. Unaudited yet popular apps should contain sufficient warning in the reason section.
  5. The suggested app should not contain any trackers. If it does contain any reasonable tracker such as crash reporting framework, it should be disabled (that is, opt-out) by default. If there exists no such alternatives, the reason section must be updated with sufficient warning.
  6. No credits or endorsement is allowed. If a suggested app contain or advertise its inclusion in this list, the app will be removed from the list in immediate effect.

Contributing

See CONTRIBUTING.md.

License

Copyright (C) 2022  Muntashir Al-Islam

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

More Repositories

1

AppManager

A full-featured package manager and viewer for Android
Java
4,271
star
2

SetEdit

Open source version of the original Settings Database Editor
Java
252
star
3

libadb-android

ADB library for Android
Java
183
star
4

DPCIManager

Simple OS X app for viewing PCI hardware info
Objective-C
131
star
5

CaptivePortalController

Control the captive portal in your Android device, stop phoning home.
Java
88
star
6

unapkm-android

A utility app to convert apkm files to apks on Android.
Java
59
star
7

Chrome-OS-Multiboot

My approach to multiboot Chrome/Chromium OS on regular PCs
Shell
42
star
8

apksig-android

Android port of apksig library.
Java
35
star
9

chrome_os_updater

Update Chrome OS on regular PCs
Python
25
star
10

Messages

SMS app based on QKSMS. DISCLAIMER: This project is intended for my own use. No issues are accepted
Java
18
star
11

DeleteYourAccountFromWebsite

A list of websites and how you can delete account from them
17
star
12

spake2-java

SPAKE2 implementation in Java
Java
15
star
13

android-libraries

Android libraries and/or signatures with classification (type, tags, anti-features)
PHP
14
star
14

sun-security-android

Use the Android-private sun.security library
Java
12
star
15

HackintoshDellInspiron5567

My efforts on installing macOS on Dell Inspiron 15-5567 (i3-7100u, IHD620)
ASL
11
star
16

AdvanceKextUpdater

Keep your kexts up-to-date all the time starting from macOS 10.7
Objective-C
11
star
17

termoneplus

Forked from https://gitlab.com/termapps/termoneplus
Java
11
star
18

zipalign-android

zipalign library for Android projects. Use ARSCLib instead: https://github.com/REAndroid/ARSCLib
C++
10
star
19

UnifiedAppStoreExt

If everything goes correctly, this will be an extension for App Manager which would let people install/update apps from F-Droid and Google Play Store.
7
star
20

AppManagerSDK

Easy-integration of App Manager to third-party apps
Java
7
star
21

hostap_realtek_osx

wpa_supplicant for many Realtek RTL8188 devices
C
6
star
22

rapidfuzz-android

Rapid fuzzy string matching using the Levenshtein Distance. JNI wrapper around RapidFuzz-CPP.
Java
6
star
23

TextWarrior

DISCONTINUED in favour of Sora-Editor (https://github.com/Rosemoe/sora-editor)
Java
5
star
24

BanglaDictionary

A Bangla to Bangla and English to Bangla Dictionary
Java
5
star
25

Apkpurer

Simple client for https://apkpure.com
Kotlin
4
star
26

AppOpsX

Forked from https://github.com/8enet/AppOpsX
Java
4
star
27

svg-android

SVG parsing and rendering for Android. Imported from http://code.google.com/p/svg-android/
Java
3
star
28

FiniteAutomataLabExperiments

Lab experiments of Finite Automata Theory course (CSE 2206 at RUET)
C++
2
star
29

magic-mime-db

A database of magic (used by the unix file command) and MIME types (not necessarily approved by IANA)
Roff
2
star
30

ugc-config

Configurations that I use with UnGoogled Chromium
Shell
2
star
31

blog

SCSS
2
star
32

GooglePasswordManager

DISCONTINUED. Use a sane password manager such as BitWarden or Keepass.
Swift
2
star
33

hackupdater

A startup script for OSx86 (Hackintosh) user to install kexts or run scripts on update or upgrade
PHP
2
star
34

AudioCodecDB

Audio Codec Database
1
star
35

BanglaHadith

Bangla Hadith written in JavaScript for website
JavaScript
1
star
36

KextStatViewer

kextstat viewer for nerds
Objective-C
1
star
37

BanglaAcademyDictionary

Bangla Academy Dictionary - English to Bangla
JavaScript
1
star
38

PHPBitBucketDownloader

A simple PHP library to download the latest binary file from a BitBucket Repo
PHP
1
star
39

GoogleChromeDarkTheme

Dark Mode for Dark Reader
1
star
40

WordGrid

WordGrid Game
PHP
1
star
41

TuitionManagement

Tuition Management System
Python
1
star
42

Mac-OS-Installation-Helper

Mac OS Installation Helper is a tool to that can help you install Mac OS to any supported laptops.
Shell
1
star
43

HackintoshLenovoIdeapad310-15ISK

My attempts to install macOS on Lenovo Ideapad 310 15ISK (i5-6200U, Intel HD520)
1
star
44

machelper

A command line tool for Macintosh as well as Hackintosh to help OSx86 users.
PHP
1
star
45

PHPPListEditor

A PHP Library for creating or editing Apple's plist files
PHP
1
star
46

test-arabic-text-android

An application to demonstrate rendering issues with Arabic texts in an Android TextView.
Java
1
star