deberia ser algo como esto
adb remount
adb shell cp /data/app/ficherofichero.apk /sdcard
adb shell rm /data/app/fichero.apk
adb shell cp /sdcard/fichero.apk /system/app
adb shell rm /sdcard/fichero.apk
donde pone fichero es el nombre complero ese que pone .rg.xxxx.yyyy.apk
|