carpediembr
Lurker
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:
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
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