Friday, January 28, 2011

More Droid Complaints

Not huge ones, but here they are:

  1. There are three facebook friends that simply will not be added to my contacts list. I have no idea why these three particular people, but it's annoying
  2. For some reason there are many contacts that do not show up in my people list unless I tell it to view google contacts. However, none of these people are google contacts, nor are many of them linked to google accounts.
Update: Deleting all of my google contacts seemed to solve #2...

Wednesday, January 5, 2011

HTC Droid Incredible Complaints

For the most part I love this phone. However, I have some complaints. I'll list them here as they accumulate:

  1. It is impossible to uninstall the CityID application. It was put on by default and is only a 15-day trial. I wouldn't mind having it if it weren't like $3/month...
  2. There seems to be an error in which the photo for a contact automatically goes to the facebook picture, even if I explicitly tell it to use a different one. It happens at random times for each contact, but it has happened for all contacts for which I have taken a photo.
For the facebook problem I tried a suggestion on androidforums.com, but it didn't work. The suggestion was to go to a problem contact, change the type of their phone number (e.g., to 'work'), save it, change the photo, then change the number type back and save again. It didn't work.

I'm now trying to disable Facebook for HTC Sense's contact sync feature in settings -> accounts & sync .

Sunday, January 2, 2011

Converting .mkv to .avi and changing resolution with MEncoder

Matroska (.mkv) videos invariably run slow on basically any program I'm trying to run them on, regardless of OS. Here's how I'm converting them to AVI's with MEncoder on Ubuntu 10.10 (MEncoder had to be added):

mencoder -oac copy -ovc xvid -xy 320 -xvidencopts bitrate=450 -o output.avi input.mkv