testwhat/SmaliEx

oat2dex cannot be run on read-only locations

mfonville opened this issue · 3 comments

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?

I've done that, check out deodex app

Added -o parameter. download latest

Example: java -jar oat2dex.jar -o output_location app.odex boot_dex_folder

Awesome, thank you!