you can't have a persistent+writable system image at the moment. the emulator currently creates a temporary file, copies all of system.img, then uses this for the /system partition when running. When it exits, the temp file is destroyed. this will change in a later release of the SDK. For now, you'll need to hack the emulator sources to do what you want.
On Sun, Dec 21, 2008 at 12:14 PM, fry <[email protected]> wrote: > > Hello, > > I'm trying to upgrade firmware in emulator or some parts inside it. I > have root shell, I can replace any libraries/binaries in the /system > directory, but after I reboot all my changes are reverted back. > > How can I switch this off? For example, if I compile some of > opensource part of android platform (specific library), how can I push > it to the emulator and test it? > > I also tried to appy rc30 update for G1 to the emulator - following > this > > http://www.intomobile.com/2008/11/10/force-android-rc-30-update-on-your-t-mobile-g1-and-keep-root-access.html > or this > > http://www.intomobile.com/2008/11/03/force-a-software-update-on-your-t-mobile-g1-update-t-mobile-g1-to-android-rc29.html > instructions (there are may available with the same info) > I can copy update.zip to the root of the emulated sd card, but the 2nd > step is "Turn it back on while holding down the "Power" (End Call) and > "Home" buttons". As I understand, this is special phone startup method > which enables update process - I can't do the same with the emulator > because I start it just with the command "emulator" which means usual > start - probably it might have special command line parameter and > achieve the same result as with G1 phone "power+home" combination. > > Thank's > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

