Quote:
Originally Posted by pts69666
one thing not in the instructions that is needed is a:
mkdir /home/edouble/android/output/sdcard
also as natemcnutty said, you still need to install wine =D
|
There are a couple of folders that need to be made. One pointed above, and the XIP folder. You already created it but it was made in the android folder and not the tinboot-linux-msm like it should be.
Then the code will work great! Thanks again!
Code:
if [ ! -d "$TINBOOT/xip" ] ; then
mkdir $TINBOOT/xip
fi
if [ ! -d "$OUTPUT_PATH" ] ; then
mkdir $OUTPUT_PATH
mkdir $OUTPUT_PATH/sdcard
fi