←back to thread

284 points wilsonfiifi | 2 comments | | HN request time: 0.453s | source
Show context
franga2000 ◴[] No.45762028[source]
Ventoy is great, but what I really miss is DriveDroid from the good old days. It still exists, but it's not quite as reliable on modern Android as it was on rooted Cyanogenmod back in the day and the distro download links have rotten away.

For those not familiar with it, it turns your Android phone into a USB DVD drive, meaning not only can you just download and host any distro with a few taps, you also don't need any hybrid ISOs or anything like that, the computer sees a real DVD so even old or weird machines accept it.

replies(5): >>45762112 #>>45762153 #>>45763126 #>>45768736 #>>45774629 #
1. chenxiaolong ◴[] No.45774629[source]
I wrote https://github.com/chenxiaolong/MSD for exactly that. It's a small wrapper around the Linux kernel's mass storage emulation support (CONFIG_USB_CONFIGFS_MASS_STORAGE). It can emulate a read-only optical drive, a readable disk, or a writable disk.

It is compatible with both older devices that configure USB via init scripts and newer devices that use Android's USB gadget HAL, but it does require Android 11+.

replies(1): >>45775981 #
2. franga2000 ◴[] No.45775981[source]
Looks cool, bookmarking for when I finally have a rooted phone again