you reported the issue when flashing back to a previous CM build. This should now work.
I still don’t get what you have done… Anyway, this update broke issue #2.
The 99-cm.sh is weird, does only contain one line now;
etc/com.avast.android.antitheft.backup.enc
About the custom_backup_list.txt, I don’t know if it’s correct, I think it is. I just want to confirm that the following lines is enough to backup the app;
app/com.avast.android.antitheft.apk
OK
Why “OK”?
Checking…
was a bug. next bugfix beta update will contain fix for this.
Do not know about OK - it takes old contents and adds just the line(s).
Released 2580 update, available in a few minutes. Please retry.
The thing is that when trying to “Modify custom backup list” I get this error. It happened in the last build as well.
Could not write to /system directory (/system/etc/custom_backup_list.txt: open failed: EACCES (Permission denied)). Retry (it is recommended to retry at least one time)?
I got root, and the app is allowed by superuser.
Are you using direct write? The directory /system/etc does exist right?
Yes.
can you get me a ls -l of /system/etc/custom_backup_list.txt please?
I’m not sure I did it right. I entered ls -l /system/etc/custom_backup_list.txt in an app named “Terminal”. Is it possible using adb to issue the command?
adb ls -l /system/etc/custom_backup_list.txt doesn’t work. If you want to know which permissions are set to the file: -rw-------
OK its a permission problem. Stay tuned.
OK i just published 2581 build. It will take few minutes until its available.
Please, before trying you need to delete the /system/addon.d/99-cm.sh and /system/etc/custom_backup_list.txt files as they very likely got wrong permissions.
You can do this by:
adb shell
su
mount -o remount,rw /dev/mtdblock3 /system
rm /system/addon.d/99-cm.sh
rm /system/etc/custom_backup_list.txt
Please try to write the settings two times to make sure the permission issues do not occur anymore.
Great, works as it should now. Thanks! Later I’ll try to reproduce all reported issues and check if all is still good.
Hurray did you try it a second time to see if it then works.
Can you please also get me a ls -l again to see if permissions are good? thanks!
-rw-r--r-- root root 79 2012-09-04 18:11 custom_backup_list.txt
Same permissions on 99-cm.sh
Looks good thanks.
Hi!
I have two problems with the method above.
EDIT: I forgot, I’m on cm-10-20120911-EXPERIMENTAL-maguro-M1 on a Galaxy Nexus (yakju).
1.
This command always gives me the error
rm failed for /system/addon.d/99-cm.sh, No such file or directory
After the (successful) write this file does not exist.
2.
The permission of custom_backup_list.txt stays
-rw------- root root
after the first write attempt.
The second write never works of course.
What do I do wrong?
I think you are on the stable upgrade path which doesn’t have those features included. What’s your app version?
yeah the update is not published yet.
I think you are on the stable upgrade path which doesn’t have those features included. What’s your app version?
Thank you for your help!
2.0.2750
How can I change the path?