Siduction Forum

Siduction Forum => Software - Support => Topic started by: titan on 2012/12/08, 19:57:05

Title: Kies Air
Post by: titan on 2012/12/08, 19:57:05
I am trying to put some music on my new phone, Android now only uses mtp and support for that in Linux seems limited. I have tried mtpfs without luck and I can always fall back on ADB which is now even in the repros. However Samsung developed kries air which looks promising . It did work once in chrome but never in Iceweasel. It connects fine but will not transfer files. I started Iceweasel from a terminal so I could get any error messages, it looks like the issue is with Java, the message is below, but I don't know how to fix any permission issues, all suggestions welcome.

thanks



ian@sid:~$ iceweasel
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
Applet Starting
OS=Linux
maxMemory=863109120
####### ********* Found Cookie name=SwiftAuth
####### ********* Cookie name=SwiftAuth value=d636036562c05373
####### ********* Found Cookie name=client
####### ********* Found Cookie name=client_more
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at sun.applet.PluginAppletSecurityContext$4.run(PluginAppletSecurityContext.java:670)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.PluginAppletSecurityContext.handleMessage(PluginAppletSecurityContext.java:667)
at sun.applet.AppletSecurityContextManager.handleMessage(AppletSecurityContextManager.java:70)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:235)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:78)
Caused by: org.apache.commons.logging.LogConfigurationException: java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) (Caused by java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader))
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:637)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:336)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:310)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:685)
at com.samsung.swift.filetransfer.QManager.TransferEntity.<init>(Unknown Source)
at com.samsung.swift.filetransfer.QManager.QManager.add(Unknown Source)
at com.samsung.swift.filetransfer.gui.TransferManagerApplet.addUpload(Unknown Source)
... 10 more
Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:393)
at java.security.AccessController.checkPermission(AccessController.java:558)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:284)
at java.lang.ClassLoader.getParent(ClassLoader.java:1224)
at org.apache.commons.logging.impl.LogFactoryImpl.getLowestClassLoader(LogFactoryImpl.java:1327)
at org.apache.commons.logging.impl.LogFactoryImpl.getBaseClassLoader(LogFactoryImpl.java:1247)
at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1048)
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:858)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:604)
... 16 more
Error on Java side: java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) (Caused by java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader))


Title: Kies Air
Post by: devil on 2012/12/08, 20:40:49
Did you ever look into Airdroid in Google Play?

greetz
devil
Title: RE: Kies Air
Post by: titan on 2012/12/08, 22:22:00
Just tried and it work fine, thanks
Title: RE: Kies Air
Post by: piper on 2012/12/09, 20:08:18
Yup, airdroid is the way to go ;)
Title: RE: Kies Air
Post by: vilde on 2012/12/22, 14:43:49
Airdroid saved my day, thank you devil :)
Title: Re: Kies Air
Post by: dibl on 2012/12/22, 18:39:31
Quote from: "devil"Did you ever look into Airdroid in Google Play?

Very nice -- thanks devil!
Title: RE: Re: Kies Air
Post by: jbs1136 on 2013/01/02, 19:44:47
gMTP from the repos works great also.  Haven't tried airdroid yet, will later today.