oat2dex cannot be run on read-only locations
mfonville opened this issue · 3 comments
mfonville commented
Often I just mount the android system image I'd like to deodex. But since this mountpoint is read-only, the script cannot be executed. Would it be possible to implement to allow reading from location X and do all write operations to another location Y?
mmhobi7 commented
I've done that, check out deodex app
testwhat commented
Added -o parameter. download latest
Example: java -jar oat2dex.jar -o output_location app.odex boot_dex_folder
mfonville commented
Awesome, thank you!