Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición

Diferencia entre revisiones de «Android»

De TechShareRoom wiki
Sin resumen de edición
Línea 63: Línea 63:
su settings put global bluetooth_on 0
su settings put global bluetooth_on 0
su pm disable com.android.bluetooth
su pm disable com.android.bluetooth
#Habilitar bluetooth
#Habilitar bluetooth
su settings put global bluetooth_on 1
su settings put global bluetooth_on 1
su pm enable com.android.bluetooth
su pm enable com.android.bluetooth
</syntaxhighlight>
</syntaxhighlight>

Revisión del 23:40 23 feb 2025

Root

Recoveries

Patchers

Repositorios

Directorios de Custom ROMS generales

Custom ROMS específicas

GApps

Paquetes

Marcas

Tutoriales

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