Run a Custom ROM on an AVD
-
Does anyone know if this it is possible to run a Custom ROM on a AVD? ANd how can I do this? Thanks
-
Answer:
Yep, you can. Just some links I found googling "Android custom rom in emulator": http://forum.xda-developers.com/showthread.php?t=906161 http://androidcommunity.com/forums/f4/test-rom-before-flash-31617/ http://android.modaco.com/topic/289928-testing-getting-an-emulator-up-and-running-a-full-rom-with-the-market-etc/
Miguel13366 at Stack Overflow Visit the source
Other answers
If you build a custom rom by yourself, after you've built a custor rom you can launch it with the command emulator. If not you can just copy necessary images and also run them using emulator command. For instance, I usually copy .sh script in the folder with Android sources and run this script: out/host/linux-x86/bin/emulator -sysdir out/target/product/generic/ -system out/target/product/generic/system.img -ramdisk out/target/product/generic/ramdisk.img -data out/target/product/generic/userdata.img -kernel prebuilt/android-arm/kernel/kernel-qemu -sdcard sdcard.img -skindir sdk/emulator/skins -skin WVGA800 -scale 0.7 -memory 512 -wipe-data -partition-size 200
Yury
Related Q & A:
- How To Make A Custom Motorcycle?Best solution by Yahoo! Answers
- How to edit a custom region from an Omega subtheme in Drupal 7?Best solution by Drupal Answers
- How to create a custom email template?Best solution by Salesforce
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- How do I use a custom avatar like a picture of me?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.