Changes between Version 1 and Version 2 of emulator


Ignore:
Timestamp:
02/20/13 13:32:54 (11 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • emulator

    v1 v2  
    5555make framework showcommands WITH_DEXPREOPT=false
    5656}}}
    57 
     57=== Changing framework without rebuilding system ===
     58To change the framework of a running system you can do:
     59{{{
     60adb shell stop
     61adb remount
     62adb push out/target/product/vision/system/framework/framework.jar /system/framework/
     63adb sync
     64adb shell start
     65}}}