• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Rooting emulator to use Titanium Bakcup [+very newbie]

Yea,

sorry guys, another newbie here!

I`ve tried my best google skills to find it, but couldnt or at least what I found wouldnt help.

All I really want is to install Whatsapp on my TF101 tablet, but the thing is, I dont have a droid cellphone.

So my resources are, run an emulator, run whatsapp (which I`m already doing)
install titanium backup on the emulator, back whatsapp and install on my tablet thru titanium backup.

I just came into a problem: I can`t install Titanium Backup on my emulator. Im using SDK/AVD Managers. Ive tried runing thru command prompt with the -root command, tried an shortcut, that I found out:

Code:
if (%1)==() echo "MUST SPECIFY AN AVD!" && exit /B
cd /d %~dp0
@echo on

emulator -partition-size 160 -avd %*
adb wait-for-device
adb remount
adb push su /system/bin
adb shell chmod 6755 /system/bin/su
adb shell rm /system/xbin/su
adb shell ln -s /system/bin/su /system/xbin/su

But nothing will work to "root" my AVD. When I try to install titanium backup it just says I dont have access..

Anyone able to enlight me ?

Thank you
 
why don't you just use ddms / file explorer on the emulator and transfer the apk from /data/apps/
 

Attachments

  • Untitled.png
    Untitled.png
    53.6 KB · Views: 148
Back
Top Bottom