Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Poslední revize Obě strany příští revize
android:instalace-marketu [07.04.2012 15:05]
wladik vytvořeno
android:instalace-marketu [07.04.2012 15:09]
wladik
Řádek 1: Řádek 1:
 ====== Instalace marketu do emulátoru ====== ====== Instalace marketu do emulátoru ======
 +
 +{{:​android:​emulator_files.rar|Pomocné soubory}}
  
   - Create an avd running 2.2 (froyo,​plenty of places explain how to do this so I won't)   - Create an avd running 2.2 (froyo,​plenty of places explain how to do this so I won't)
Řádek 15: Řádek 17:
   adb install Gmail.apk (optional but sometimes signing in here lets the market sign in)   adb install Gmail.apk (optional but sometimes signing in here lets the market sign in)
   adb shell rm /​system/​app/​SdkSetup.apk   adb shell rm /​system/​app/​SdkSetup.apk
 +
 +===== rootnutí emulátoru =====
 +Rooting the standard android image on the emulator
 +  - Open a command prompt (cd to the directoy where you extracted the files)
 +  - enter these commands
 +
 +  adb shell mount -o rw,remount -t yaffs2 /​dev/​block/​mtdblock03 /system
 +  adb push su /​system/​xbin/​su
 +  adb shell chmod 06755 /system
 +  adb shell chmod 06755 /​system/​xbin/​su
 +  adb install superuser.apk
  
 zdroj: zdroj:
   - [[http://​forum.xda-developers.com/​showthread.php?​t=821742]]   - [[http://​forum.xda-developers.com/​showthread.php?​t=821742]]
android/instalace-marketu.txt · Poslední úprava: 17.03.2013 23:00 autor: wladik