Contributed by Sarah Peterman
This will get the avatars (both yours and theirs) in the lower right hand corner. Also, I'd suggest the gradient in the chat balloons all fading to one side. Looks much better that way ;-)
You will need to have your Pre rooted. Also, don't forget to back up everything you touch.First step is to type:.chatRow img.avatar-location {
margin-top: -18px;
}.chatRow img.avatar-overlay {
margin-top: -21px;
}.chatRow .avatar-container {
vertical-align: middle;
display: inline-block;
}
/*.chatRow .avatar-container {
vertical-align: middle;
display: inline-block;
}*/
.my-chat .chat-balloon-wrapper,
.their-chat .chat-balloon-wrapper {
padding: 1px 0;
font-size: 18px;
word-wrap: break-word !important;
padding-right: 40px;
}
/* Disabling MY avatar because we are not doing this for 1.0 2008-11-05*/
.my-chat .avatar-location,
.my-chat .avatar-overlay,
.my-chat .avatar-container {
display: none;
width: 40px;
height: 40px;
}
/*.my-chat .avatar-overlay,*/
/*.my-chat .avatar-container*/
/*display: none;*/
msg.avatar = this.myAvatar || 'images/my-avatar.png';
Save: SHIFT zz or ESC :qwNow you need to upload an avatar and find the image locationIn terminal type:cd /usr/palm/applications/com.palm.app.messaging/images/sudo wget (url)sudo mv (filename of the avatar you just downloaded) my-avatar.pngNow type: sudo luna-send -n 1 palm://com.palm.applicationManager/rescan {}You may need to do a full restart of the phone if after doing the above command does not add the avatar.
Comments 0 Comments