Tema: [ SOLUCIONADO ] aplicaciones para quitar
Ver Mensaje Individual
  #11  
Viejo 16/10/10, 18:51:16
Avatar de shawe
shawe shawe no está en línea
Usuario muy activo
Mensajes: 9,774
Compra y venta: (2)
 
Fecha de registro: jun 2009
Mensajes: 9,774
Modelo de smartphone: Moto X+1
Versión de ROM: Stock
Versión de Radio: Stock
Tu operador: Orange
Mencionado: 243 comentarios
Tagged: 13 hilos
Hacer ya tiempo abrimos un Docs entre unos pocos, para listar los que teníamos probados que se podían borrar, estos eran una parte de los indicados en el post que ahora no sabemos encontrar:

MoDaCo y ROM’s originales de HTC con Sense:
  • Amazon MP3:
    Código:
    adb shell mount /system
    adb shell rm /system/app/com.amazon*
  • ASE + Scripts:
    Código:
    adb shell mount /data
    adb shell rm /data/app/ase_mcr*
    adb shell rm -r /data/ase*
    adb shell mount /system
    adb shell rm /system/etc/init.d/98ase
  • Bolsa:
    Código:
    adb shell mount /system
    adb shell rm /system/app/com.htc.StockWidget*
    adb shell rm /system/app/Stock*
  • Compartir aplicación:
    Código:
    adb shell mount /system
    adb shell rm /system/app/AppSharing*
  • Configurar:
    Código:
    adb shell mount /system
    adb shell rm /system/app/SetupWizard*
  • Correo:
    Código:
    adb shell mount /system
    adb shell rm /system/app/htcmailwidgets*
    adb shell rm /system/app/Mail*
  • Facebook:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Facebook*
    adb shell rm /system/app/HtcFacebook*
  • Flashlight:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Flashlight*
  • Flickr:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Flickr*
  • FootPrints:
    Código:
    adb shell mount /system
    adb shell rm /system/app/HtcFootprints*
    adb shell rm /system/app/HtcFootprintsWidget*
  • Friend Stream:
    Código:
    adb shell mount /system
    adb shell rm /system/app/FriendStream*
    adb shell rm /system/app/com.htc.FriendStreamWidget*
    adb shell rm /system/app/SocialNetworkProvider*
  • Java Box:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Jbed*
  • Noticias:
    Código:
    adb shell mount /system
    adb shell rm /system/app/NewsReader*
    adb shell rm /system/app/com.htc.NewsReaderWidget*
  • Peep:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Twitter*
    adb shell rm /system/app/HtcTwitter* igual que facebookdrl de Htc)
    adb shell rm /system/app/com.htc.TwitterWidget*
  • Plurk:
    Código:
    adb shell mount /system
    adb shell rm /system/app/com.htc.PlurkWidget*
    adb shell rm /system/app/HtcPlurk*
  • Quickoffice:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Quickoffice*
  • Servicios SIM:
    Código:
    adb shell mount /system
    adb shell rm /system/app/Stk*
  • Spare Parts:
    Código:
    adb shell mount /data
    adb shell rm /data/app/com.androidapps.spare_parts.apk
  • Tetter:
    Código:
    adb shell mount /data
    adb shell rm /data/app/teeter.apk
  • Titanium Backup:
    Código:
    adb shell mount /data
    adb shell rm /data/app/com.keramidas.TitaniumBackup.apk
  • Twitter:
    Código:
    adb shell mount /system
    adb shell rm /system/app/com.htc.TwitterWidget*
    adb shell rm /system/app/Twitter*
    adb shell rm /system/app/HtcTwitter*
  • Visor de PDF:
    Código:
    adb shell mount /system
    adb shell rm /system/PDFViewer*
  • WaveSecure:
    Código:
    adb shell mount /system
    adb shell rm /system/app/com.wsandroid.apk
  • Wifi Status Indicator:
    Código:
    adb shell mount /data
    adb shell rm /data/app/com.schwimmer.android.wifistatus.apk

Tal vez se pueda borrar alguno más, pero si no los listamos en su momento, era porque la ROM dejaba de arrancar.
Responder Con Cita
Gracias de parte de: