Diferencia entre revisiones de «Android»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
|||
(No se muestran 9 ediciones intermedias del mismo usuario) | |||
Línea 2: | Línea 2: | ||
*[[Magisk]] - [https://github.com/topjohnwu/Magisk/releases Releases GitHub] - [https://magiskapp.com Web 1] - [https://magiskmanager.com Web 2] | *[[Magisk]] - [https://github.com/topjohnwu/Magisk/releases Releases GitHub] - [https://magiskapp.com Web 1] - [https://magiskmanager.com Web 2] | ||
*[https://huskydg.github.io/magisk-files/ Kitsune Magisk] | *[https://huskydg.github.io/magisk-files/ Kitsune Magisk] | ||
*[https://kernelsu.org/ KernelSU] | |||
*[https://www.ayudaroot.com/ AyudaRoot] | *[https://www.ayudaroot.com/ AyudaRoot] | ||
*[https://www.hongkiat.com/blog/disable-system-app-android/ How to Disable Android System App Without Root] | *[https://www.hongkiat.com/blog/disable-system-app-android/ How to Disable Android System App Without Root] | ||
Línea 16: | Línea 17: | ||
*[https://github.com/shmykelsa/AAAD Android Auto Apps Downloader (AAAD)] - con limitaciones | *[https://github.com/shmykelsa/AAAD Android Auto Apps Downloader (AAAD)] - con limitaciones | ||
*[https://github.com/0x192/universal-android-debloater universal-android-debloater] | *[https://github.com/0x192/universal-android-debloater universal-android-debloater] | ||
*[https://github.com/melontini/bootloader-unlock-wall-of-shame Bootloader Unlock: Wall of Shame] | |||
== Directorios de Custom ROMS generales== | == Directorios de Custom ROMS generales== | ||
Línea 30: | Línea 32: | ||
*[https://divestos.org/index.html DivestOS] | *[https://divestos.org/index.html DivestOS] | ||
*[https://sourceforge.net/projects/evolution-x/files/ Evolution-X] | *[https://sourceforge.net/projects/evolution-x/files/ Evolution-X] | ||
*[https:// | *[[crDroid]] | ||
*[https://lmo.framer.website/lmodroid LibreMobileOS] | |||
*[https://paranoidandroid.co/ Paranoid Android] | *[https://paranoidandroid.co/ Paranoid Android] | ||
*[https://www.projectmatrixx.org/ Matrixx] | *[https://www.projectmatrixx.org/ Matrixx] | ||
Línea 37: | Línea 40: | ||
*[https://github.com/VoidUI-Devices VoidUI] - Abandonado | *[https://github.com/VoidUI-Devices VoidUI] - Abandonado | ||
*[https://derpfest.org/ Derpfest] | *[https://derpfest.org/ Derpfest] | ||
*[https://gearjail.neocities.org/pda-os GearJail Custom ROM List] | |||
== GApps == | == GApps == | ||
Línea 54: | Línea 58: | ||
== Tutoriales == | == Tutoriales == | ||
*[https://civicx.club/t/spotify-pirata-en-android-auto/6847 ¿Cómo mostrar una app en Android Auto externa a la tienda - Spotify] | *[https://civicx.club/t/spotify-pirata-en-android-auto/6847 ¿Cómo mostrar una app en Android Auto externa a la tienda - Spotify] | ||
*[[¿Cómo liberar espacio de tu cuenta de Google?]] | |||
== Comandos == | |||
<syntaxhighlight lang="bash "> | |||
#Deshabilitar bluetooth | |||
su settings put global bluetooth_on 0 | |||
su pm disable com.android.bluetooth | |||
#Habilitar bluetooth | |||
su settings put global bluetooth_on 1 | |||
su pm enable com.android.bluetooth | |||
</syntaxhighlight> |
Revisión actual - 20:52 1 mar 2025
Root
- Magisk - Releases GitHub - Web 1 - Web 2
- Kitsune Magisk
- KernelSU
- AyudaRoot
- How to Disable Android System App Without Root
Recoveries
Patchers
- ReVanced Manager - root necesario
Repositorios
- AAStore - sin limitaciones de descarga
- Android Auto Apps Downloader (AAAD) - con limitaciones
- universal-android-debloater
- Bootloader Unlock: Wall of Shame
Directorios de Custom ROMS generales
Custom ROMS específicas
- LineageOS
- PixelOS
- Pixel Experience
- DivestOS
- Evolution-X
- crDroid
- LibreMobileOS
- Paranoid Android
- Matrixx
- Nusantara
- Cherish-OS
- VoidUI - Abandonado
- Derpfest
- GearJail Custom ROM List
GApps
Paquetes
Marcas
Tutoriales
- ¿Cómo mostrar una app en Android Auto externa a la tienda - Spotify
- ¿Cómo liberar espacio de tu cuenta de Google?
Comandos
#Deshabilitar bluetooth
su settings put global bluetooth_on 0
su pm disable com.android.bluetooth
#Habilitar bluetooth
su settings put global bluetooth_on 1
su pm enable com.android.bluetooth