View Single Post
Posts: 24 | Thanked: 9 times | Joined on Jul 2010 @ Vicenza (Italy)
#16
Originally Posted by independent View Post
This is in case someone finds this and doesn't know what to do. I found this on the web somewhere and the answer is really quite obvious when you think about it. Anyway that's what the guy said who posted this piece of code originally, which I'm now reposting here..

As root:
Code:
chmod a+x /proc/timer_stats
Since it is a write problem, I think the right answer is (as root):
Code:
chmod a+w /proc/timer_stats
The problem is that it seems to me that when you reboot the phone reset original file permissions (write denied).

Bye
 

The Following User Says Thank You to mmichielin For This Useful Post: