i had same issue not working....put in your restorecon and now system emulater wont even work i dont understand your permission slang can you please tell in simple english what permissions to set
Please, can you discribe your problem more detailed. Or try to speak in you native language and I'll try to translate it. Can't undersrand youi had same issue not working....put in your restorecon and now system emulater wont even work i dont understand your permission slang can you please tell in simple english what permissions to set
when i put the restore con into system bin my terminal emulater app quit working. he said in op to fix permissions on the file but i dont understand what permissions are supposed to be set. i know how to set them but not sure what to set them as. also i have tmobile 900t thanksPlease, can you discribe your problem more detailed. Or try to speak in you native language and I'll try to translate it. Can't undersrand you![]()
It's selinux permissions. SElinux - is a new android security system. Try to delete Terminal Emulator app and reinstall it from market.when i put the restore con into system bin my terminal emulater app quit working. he said in op to fix permissions on the file but i dont understand what permissions are supposed to be set. i know how to set them but not sure what to set them as. also i have tmobile 900t thanks
i did twiceIt's selinux permissions. SElinux - is a new android security system. Try to delete Terminal Emulator app and reinstall it from market.
You can try to execute restorecon command through some script engine. GScript for example.i did twice
using emulater is it all one command with no spaces i got emulater installed again updated busy box.....but restorecon-r-v/data/dat is it like that or spaces between hyphens or whatYou can try to execute restorecon command through some script engine. GScript for example.
With spacesusing emulater is it all one command with no spaces i got emulater installed again updated busy box.....but restorecon-r-v/data/dat is it like that or spaces between hyphens or what
yes i just got it thank you sir for your timeWith spaces
su
restorecon -r -v /data/data
This fix solves force close issues with restoring apps with data in Titanium Backup.
This operation recursively fixes all SElinux file markers in /data/data, which are spoiled by titanium during data restore. (Quote from vodkinagdan)
User vodkinagdan found this solution:
Simply execute this from the terminal emulator:
su
restorecon -R -v /data/data
su
mount -o rw,remount /system/ /system/
restorecon -R -v /data/data
restorecon -R -v /system
When I tried to move it or change the permission, I keep receiving a permission denied (I'm rooted, and enabled the rooting option as well).It's strange, but seems that you have no restorecon binary in your rom.
Here's mine. Try to put it in /system/bin and then execute restorecon -R -v /data/data
It should be rwxr-xr-x (755)
Hi,TY. Worked here. T-Mobile (US).