Si tenéis el SDK instalado podéis hacer:
- adb shell
Si no tenéis el SDK:
- Abrís el 'Terminal Emulator' (si no lo tenéis instalado, lo podéis bajar del 'market').
Ya en la línea de comandos ejecutar los siguientes comandos:
su
mount -o rw,remount /system
mv /system/bin/tvoutserver /system/bin/tvoutserver.bak
reboot
Tras reiniciar, ya no tendréis el servicio 'tvoutserver' ejecutándose en segundo plano y consumiendo batería.
Nota.- Si os da problemas (que no creo), hacer lo mismo y habilitarlo, cambiando la línea:
mv /system/bin/tvoutserver /system/bin/tvoutserver.bak
por
mv /system/bin/tvoutserver.bak /system/bin/tvoutserver
Elite, creo que en el zip de instalación, se podría dejar el ejecutable renombrado a un .bak por si fallara en alguna otra cosa, que no lo creo.