- Oct 11, 2009
- 5,577
- 2,816
- 113
You'll have to manually push it. Take that Gumbo 1.5b file, and find /system/app/Rosie.apk AND Rosie.odexSorry for another noobish question...
I have the Rosie.apk and am ready to install... typically I would install an .apk with Astro file manager, but that doesn't seem to work. Do I need to flash this file like I would with a rom?
Thanks.
Copy both those files into the /tools folder of your Android SDK. Open the windows command prompt and navigate to that directory. Type this in one line at a time:
Code:
adb remount
adb push Rosie.apk /system/app/Rosie.apk
adb push Rosie.odex /system/app/Rosie.odex
adb reboot
The phone will reboot and you'll be good to go.
Be sure to run a backup first!
@kratos - good luck! Holler if you need anything