I'm trying to use the gesture builder, and I build them and a Toast comes up saying they have saved to mnt/sdcard/gestures, but when I go to look for the file in the file explorer, there's no file?
Any help would be much appreciated!
Logcat:
08-19 20:07:25.637: DEBUG/Gestures(329): Could not save the gesture library in /mnt/sdcard/gestures
08-19 20:07:25.637: DEBUG/Gestures(329): java.io.IOException: Permission denied
08-19 20:07:25.637: DEBUG/Gestures(329): at java.io.File.createNewFileImpl(Native Method)
08-19 20:07:25.637: DEBUG/Gestures(329): at java.io.File.createNewFile(File.java:1160)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.gesture.GestureLibraries$FileGestureLibrary.save(GestureLibraries.java:78)
08-19 20:07:25.637: DEBUG/Gestures(329): at com.android.gesture.builder.CreateGestureActivity.addGesture(CreateGestureActivity.java:73)
08-19 20:07:25.637: DEBUG/Gestures(329): at java.lang.reflect.Method.invokeNative(Native Method)
08-19 20:07:25.637: DEBUG/Gestures(329): at java.lang.reflect.Method.invoke(Method.java:521)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.view.View$1.onClick(View.java:2067)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.view.View.performClick(View.java:2408)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.view.View$PerformClick.run(View.java:8816)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.os.Handler.handleCallback(Handler.java:587)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.os.Handler.dispatchMessage(Handler.java:92)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.os.Looper.loop(Looper.java:123)
08-19 20:07:25.637: DEBUG/Gestures(329): at android.app.ActivityThread.main(ActivityThread.java:4627)
08-19 20:07:25.637: DEBUG/Gestures(329): at java.lang.reflect.Method.invokeNative(Native Method)
08-19 20:07:25.637: DEBUG/Gestures(329): at java.lang.reflect.Method.invoke(Method.java:521)
08-19 20:07:25.637: DEBUG/Gestures(329): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
08-19 20:07:25.637: DEBUG/Gestures(329): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
08-19 20:07:25.637: DEBUG/Gestures(329): at dalvik.system.NativeStart.main(Native Method)
08-19 20:08:16.748: DEBUG/SntpClient(60): request time failed: java.net.SocketException: Address family not supported by protocol




It works now!