Is it possible to create partitions on SD card from the emulator.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I finally find a way to do it. What you need first is a sd card or usb drive then plug it in your computer. I use Linux so let’s say after that there is a new device in /dev named /dev/sdb.
Use a partition tool (eg fdisk for linux) to create the partitions. When you’re done, make a copy of /dev/sdb with dd (dd if=/dev/sdb of=sdcard.img).
That’s all. You can now launch your emulator with your new sdcard.