Hi guys, Just joined in the hope that someone can enlighten me!
First Android phone, first smartphone.
Feeling very dumb!
I've installed and formatted a new 64GB SanDisk Ultra SDHC class 10 card.
Now I want to communicate with it!
Just learned of the "Kies Air" app and installed it on my phone.
It first asked to make a shortcut on my desktop, but it looks odd: It's icon is the same as a notepad file but the paper is plain not lined!
It is just named "sd" and when double clicked, it asks every time what to use to open it. specifying IE, it opens a browser window with just this code:-
<?xml version="1.0" encoding="UTF-8"?>
-<jnlp codebase="http://192.168.1.71:8080/www" spec="1.0"> -<information> <title>Kies Air Discovery Service</title> <vendor>Samsung</vendor> <description kind="one-line">Discover and connect to Kies Air devices</description> -<shortcut online="false"> <desktop/> </shortcut> <icon href="http://192.168.1.71:8080/www/kies_air_logo_128x128.gif"/> <icon kind="splash" href="http://192.168.1.71:8080/www/kies_air_logo_128x128.gif"/> <offline-allowed/> </information> -<security> <all-permissions/> </security> <update check="background"/> -<resources> <j2se version="1.5+"/> <jar href="ServiceDiscovery.jar" main="true"/> <property value="true" name="jlnp.versionEnabled"/> </resources> <application-desc main-class="com.samsung.swift.servicediscovery.Main"/> </jnlp
I eventually found out how to access my PC's files (not exactly intuitive is it?) and was told that without the dratted gluepot that is Java, I can only transfer files of 100mb or less!
It's going to be a long, long night!
I have succumbed to the blackmail and installed Java, the shortcut still takes me to the code printed above, so what on earth is wrong?
Can anyone help?
First Android phone, first smartphone.
Feeling very dumb!

I've installed and formatted a new 64GB SanDisk Ultra SDHC class 10 card.
Now I want to communicate with it!
Just learned of the "Kies Air" app and installed it on my phone.
It first asked to make a shortcut on my desktop, but it looks odd: It's icon is the same as a notepad file but the paper is plain not lined!
It is just named "sd" and when double clicked, it asks every time what to use to open it. specifying IE, it opens a browser window with just this code:-
<?xml version="1.0" encoding="UTF-8"?>
-<jnlp codebase="http://192.168.1.71:8080/www" spec="1.0"> -<information> <title>Kies Air Discovery Service</title> <vendor>Samsung</vendor> <description kind="one-line">Discover and connect to Kies Air devices</description> -<shortcut online="false"> <desktop/> </shortcut> <icon href="http://192.168.1.71:8080/www/kies_air_logo_128x128.gif"/> <icon kind="splash" href="http://192.168.1.71:8080/www/kies_air_logo_128x128.gif"/> <offline-allowed/> </information> -<security> <all-permissions/> </security> <update check="background"/> -<resources> <j2se version="1.5+"/> <jar href="ServiceDiscovery.jar" main="true"/> <property value="true" name="jlnp.versionEnabled"/> </resources> <application-desc main-class="com.samsung.swift.servicediscovery.Main"/> </jnlp
I eventually found out how to access my PC's files (not exactly intuitive is it?) and was told that without the dratted gluepot that is Java, I can only transfer files of 100mb or less!
It's going to be a long, long night!
I have succumbed to the blackmail and installed Java, the shortcut still takes me to the code printed above, so what on earth is wrong?
Can anyone help?