Software

HTC Sync only copies select music from iTunes

0

HTC have recognized that iTunes is the largest online music store and management system, and have provided the useful facility to sync selected playlists or all songs from iTunes to your HTC phone via HTC Sync. However, if you, like me, have the same problem whereby it only copies a few songs, follow these simple instructions:

  1. Step 1: Right click the HTC Sync icon in the system tray, and click Exit. 
  2. Step 2: Press the Windows Key + R. In the box, type %appdata%  and press enter. 
  3. Step 3: Highlight the two references to HTC in the window which appears, and press Shift + Delete. 
  4. Step 4: Re-open HTC Sync, select what you require to be synchronized and click Sync Now.

 

By resetting the software in this way, any problems you were previously having should now be solved.

 

Disclaimer: Although the instructions above should not cause you to lose data, I cannot accept responsibility for any data loss which you may encounter.

SQL Custom Ports

0

I’ve been setting up an SQL Server for a small business, and since our server company has blocked the default port, I have had to choose an alternative. After configuring the ports in various places – Windows Firewall, SQL Configuration Manager – I found that whatever I did would not work.

After a bit of searching, I found the answer.

When entering the server name into the field, instead of using the traditional ‘host:port’ scheme, Microsoft have decided to use a non-standard approach.

The correct naming scheme is: Host,Post\InstanceName (note the comma!)

Try it, worked for me. Leave a comment if you can’t get it to work.

Go to Top