Quote:
Originally Posted by jimmz58
Hi Street79
When you mention "place an empty file called..." do you mean empty FOLDER ?
|
hi jimmz58
it must be a file, folders will not work. if you have problems creating new files with your favorite 'explorer', try this:
open a terminal and type this:
echo "" > /mnt/sdcard/your_new_file
this will create a new empty file called 'your_new_file' in /mnt/sdcard
OR
copy and paste an existing file and just rename ist. the scripts will only check if a file with the name is present. the file size doesn't matter.
Sent from my GT-I9100G using xda premium
|