Today I was wanting to transfer my music from my Windows Media Player to my Samsung Galaxy Ace 2 (GT-18160) Android smartphone.
Yet after connecting my smartphone via USB Cable to my PC; it wasn't recognising it as a device. It was recognising it as a camera and I was able to view the files within Windows Explorer so it wasn't a connection problem. However the device would not show within Windows Media Player (version 11 in my case on a 32 bit Windows XP system).
After Googling around I discovered majority of people are having similar problems.
The fix for most cases is you have to install Samsung's software called "Kies". Also install the codec option - really important bit!
After a reboot and connecting my device this time around Windows Explorer recognised the device fully AND Windows Media Player also found the device.
I was then able to sync my music from within Windows Media Player library (see here for aid on syncing your music with Windows Media Player).
OTHER FIXES:
- You need to make sure you have Windows XP SP2 or above!
- You need to make sure you have Windows Media Player 10 or above! Get the latest version here.
Set up for helping with computer problems. NOTE: External links in my posts (including my related web sites) will open in a new window or tab. Internal blog links will open in this same window / tab.
Showing posts with label connection. Show all posts
Showing posts with label connection. Show all posts
Monday, October 21, 2013
Android Smartphone device won't connect/display in Windows Media Player 'x' [SOLUTION]
Tuesday, July 12, 2011
How to ping a specific port / How to test a connection between two computers on a WAN
With Windows XP it was possible to use the DirectX Diagnostic Tool, specifically Test DirectPlay to test a connection between two computers. It was mainly used as a gaming tool to establish which computer was blocking a connection.
However the best way to test specific ports is to use the telnet feature as you cannot "ping" a specific port. What telnet does is open a TCP connection on the port that you specify (if you don't specify one it defaults to 25). To do this is simple.
Firstly though if you are on Windows Vista / Windows 7 you need to enable the telnet feature (Windows XP users can skip this step). To do this; Click on Control Panel, click Programs, and then click Turn Windows features on or off. Scroll down to Telnet Client and tick the box. It will take several minutes to install.
Now open command prompt (Win XP click on Run in start menu and type in "cmd" and press enter / Win Vista and; 7 users simply type "cmd" into your start menu's search box and press enter). Now use the telnet command in the same way as the ping command.
For example computer 1 has an IP of 127.5.45.55, and computer 2 (ip of 225.36.52.2) is trying to connect to port 6667 in order to play Generals but they cannot connect. Computer 1 would type into command prompt "telnet 225.36.52.2 6667". Computer 2 would type in "telnet 127.5.45.55 6667". As you can see it is extremely similar to the ping command. The results will be relayed back to the user.
Subscribe to:
Posts (Atom)