• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Permission of Data folder

imran

Newbie
Hello,

I'm writing after 10 hours of non-stop research on internet.

I use G1.

I don't know anything about android except its an operation system for mobiles like G1.

I've been facing problem that all calls are coming with "Unknown" and without any numbers. I dig into forums and found solution.

After some investigation, I found a fix that works for me. Use this at your own
risk. First, the summary: The file /data/misc/rild_ril.clip is a single byte,
either ASCII '1' or ASCII '0'. Somehow this value is being flipped from '1' to '0'
during low storage space conditions and causes the problem. The solution is to
either edit the file, or just delete it and let it be rebuilt.
The steps to fix this problem on your device without losing any data are as follows:
REQUIREMENTS:
ADB or a terminal/console application

STEPS:
1) Get to a shell prompt. If you're using ADB, it's "adb shell". If you're using a
terminal/console app, just launch it.

2) Type "rm /data/misc/rild_ril.clip"

3) Reboot the phone.
I installed terminal in my G1 and put my all efforts but every time get permission error.

Then I installed SDK and Eclipse to access FILE EXPLORER.
Again bad luck, seems some restrictions.
Data folder has attribute "drwxrwx--x".

Kindly help me as i've putted all my efforts.

Thanks in advance.

g1_image.JPG
 
Back
Top Bottom