[Q&A] [GT-I9192] Backup EFS from Recovery CWM

Q

QA Bot

Guest
Q&A for [GT-I9192] Backup EFS from Recovery CWM

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for [GT-I9192] Backup EFS from Recovery CWM. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)
 

flipeicl

Senior Member
Jan 15, 2015
444
85
0
Belo Horizonte
I needed to change the script in efs_backup.sh in a i9192 because Philz Touch see my internal sdcard as "/data/media/0"

#!/system/bin/sh

if [ ! -d /data/media/0/EFS_BACKUP ];then
mkdir /data/media/0/EFS_BACKUP
fi
busybox tar -zcvf /data/media/0/EFS_BACKUP/efs_$(busybox date +%d%b%Y-%H%M).tar.gz /efs