- Sep 21, 2011
- 54
- 20
I was getting repeated force closes caused by an IO error and found out that the problem was caused by the /datadata partition getting out of space.
To work around it I've copied the /datadata contents to /data/data2, removed the symlink /data/data and renamed /data/data2 to /data/data
This operation solved the force close problems but now I'm getting some small stalls...
I think the real solution would be to increase the /datadata partition size.
To work around it I've copied the /datadata contents to /data/data2, removed the symlink /data/data and renamed /data/data2 to /data/data
This operation solved the force close problems but now I'm getting some small stalls...
I think the real solution would be to increase the /datadata partition size.