anestisb / android-prepare-vendor

Set of scripts to automate AOSP compatible vendor blobs generation from factory images
348 stars 155 forks source link

Cannot do ANYTHING #45

Closed Sid-Sun closed 7 years ago

Sid-Sun commented 7 years ago

Please fix this.... This is the result: Input: android-prepare-vendor$ ./execute-all.sh -d bullhead -i /fast-datavault/nexus-vendor-blobs/bullhead/mtc20k/bullhead-mtc20k-factory-4a950470.zip -b mtc20k -o /fast-datavault/nexus-vendor-blobs output: [-] 'fusermount' command not found

anestisb commented 7 years ago

You need to install fuse-ext2 to use the scripts

Sid-Sun commented 7 years ago

Not helping still installed that

anestisb commented 7 years ago

The reason the scripts are failing is simply because the fusermount command (which should be installed with fuse-ext2) is not found in your system's PATH. If you don't provide any more info about your system I can't help much.

Did you install fuse-ext2 from project upstream github repo or from your system's package manager? Which Linux distribution are you running?