stoude19961225

Results 3 comments of stoude19961225

> According to: > https://stackoverflow.com/questions/15417105/forcing-the-android-emulator-to-store-changes-to-system > the` -nand` option was removed from QEMU and the way to keep changes between boots is the `-writable-system` option. > This option persists your...

How you run the emulator with this command? emulator -avd aosx -qemu -nand -system,size=0x1f400000,file=/system-images/android-16/default/armeabi-v7a/system.img& because I get this error qemu-system-armel: -nand: invalid option It seems that -nand is out of...

> > I think I tried to do that. Have a look at my internship report on my github profile. You might find something there. I don't remember it on...