yui0 / berry-os

Android Applications on Real Linux
69 stars 0 forks source link

resize android disk #1

Open bmsi77 opened 1 year ago

bmsi77 commented 1 year ago

hi yui0 and have nice day is there any way to resize the android disk ? i see in android 20gb hard drive i open your AppImage and see two file data.vmdk and berry-os.img

bmsi77 commented 1 year ago

i have one more question is there any way to change resolution

yui0 commented 1 year ago

Hi bmsi77 and thank you for using this app.

data.vmdk can expand. Try following commands.

rm data.vmdk qemu-img create -f vmdk data.vmdk 40G

But these commands will clear your data. Please be careful.

bmsi77 commented 1 year ago

tnx

yui0 commented 1 year ago

Sorry. I looked into how to change the resolution. But I don't find it. I will search continuously. Thank you.