Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
lcambriz
Old
#1  
lcambriz's Avatar
Senior Member - OP
Thanks Meter 248
Posts: 901
Join Date: Aug 2011
Location: Los Angeles
Default [Q] Messages contact picture bug

Just came over from the MT4G today, and got right to debloating this bad boy. I went into recovery to wipe my cache and fix permissions (to ensure things worked smoothly) but I had been on CM7 for so long that I had forgotten that Sense has a bug where you lose your contact pictures in the Messages app when you fix the permissions. I tried this script that would fix the problem in Sense 3.0 and 3.5, but had no luck:

chmod 666 /data/data/com.android.providers.contacts/files/*

Does anyone know how to fix this issue?
 
psych0t1c
Old
#2  
Senior Member
Thanks Meter 37
Posts: 215
Join Date: Jul 2005
Location: earth.europe.de
Quote:
Originally Posted by lcambriz View Post
/data/data/com.android.providers.contacts/files/*

Does anyone know how to fix this issue?
The location looks fine, yet the privileges for me on those files are rwxrw-r-- .

I am not sure if that resembles a chmod 666. Also, the folder .../files itself is rwxrwx--x for me.

Maybe doublecheck with that, I am not near a proper linux system right now, so I cannot verify if the chmod numericals you used reflect the privs the dir listing gives me.
HTC Desire
HTC Desire HD
HTC Sensation
HTC One S (black with no MAO defects, unlocked, rooted, self-modded mostly stock ROM)

Help populate the HTC One S IRC channel on freenode: #htc-one-s
 
lcambriz
Old
(Last edited by lcambriz; 6th May 2012 at 07:39 AM.)
#3  
lcambriz's Avatar
Senior Member - OP
Thanks Meter 248
Posts: 901
Join Date: Aug 2011
Location: Los Angeles
Quote:
Originally Posted by psych0t1c View Post
The location looks fine, yet the privileges for me on those files are rwxrw-r-- .

I am not sure if that resembles a chmod 666. Also, the folder .../files itself is rwxrwx--x for me.

Maybe doublecheck with that, I am not near a proper linux system right now, so I cannot verify if the chmod numericals you used reflect the privs the dir listing gives me.
I have no idea what that means. This was just a command I got from TDJ back then to enter into Terminal Emulator to fix the problem. I tried it here but it didn't work.

Here's what I get when I try entering it:




Sent from my HTC One S
 
rpcameron
Old
#4  
Member
Thanks Meter 2
Posts: 99
Join Date: Sep 2006
666 is RW for Owner, Group and World (rw-rw-rw-).
764 is RWX for O, RW for G and R for W (rwxrw-r--).
771 is rwxrwx--x
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...