Problem with MMS on my jailbroken iPhone with iOS 4.1

3mors

HampCake Studios
After a backup failure of my jailbroken iPhone with iOS 4.1, I had to manually restore all data thru SSH.
Now I have problems with MMS.
When I touch the balloon preview of an old MMS, I see only a black image.
The balloon preview is correct.
In addition, it seems I can't receive them anymore, but I correctly receive SMS.

I've already set folder permissions to 644 for folders and 600 for files.
In order to check what are the right permissions for SMS folder, I've deleted it and tried to send a test MMS.

What am I missing?
Thanks for your help.
 
Hello, I have the same problem, could you describe in more detail how to fix it :) I dont know how to change root:mobile to mobile:mobile and what is this.
Thanks in advance for reply
 
I dont know how to change root:mobile to mobile:mobile and what is this.
It's the owner:group permission of the file.
Log in your iPhone via SSH and type this:

Code:
cd /var/mobile/Library/SMS

press Return, then:

Code:
chown mobile:mobile -R *

press Return.
All SMS content is now owned by mobile user.
 
Back
Top