msoftware / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

can from bar code fails to create script file #655

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
Scroll Engage 8" Android 4.0 tablet

What firmware version are you running on the device?

What steps will reproduce the problem?
1. Scan a bar code which contains a script
2. The script fails to appear in the list
3. Stack trace included. 

What is the expected output? What do you see instead?

Expected to see a script added to the scripts folder. I have write permission 
to the folder as I can create a file manually. 

What version of the product are you using? On what operating system?

V6 latest apk

Please provide any additional information below.

2012-08-27 11:00:21.953 E 22677/sl4a.ScriptStorageAdapter:59: Failed to write 
script.
java.io.FileNotFoundException: /mnt/sdcard/sl4a/scripts/sourceA.bsh
: open failed: EINVAL (Invalid argument)
    at libcore.io.IoBridge.open(IoBridge.java:406)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
    at java.io.FileWriter.<init>(FileWriter.java:58)
    at com.googlecode.android_scripting.ScriptStorageAdapter.writeScript(ScriptStorageAdapter.java:54)
    at com.googlecode.android_scripting.activity.ScriptManager.writeScriptFromBarcode(ScriptManager.java:639)
    at com.googlecode.android_scripting.activity.ScriptManager.onActivityResult(ScriptManager.java:609)
    at android.app.Activity.dispatchActivityResult(Activity.java:4649)
    at android.app.ActivityThread.deliverResults(ActivityThread.java:2976)
    at android.app.ActivityThread.handleSendResult(ActivityThread.java:3023)
    at android.app.ActivityThread.access$1100(ActivityThread.java:123)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1177)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:137)
    at android.app.ActivityThread.main(ActivityThread.java:4424)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:511)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: libcore.io.ErrnoException: open failed: EINVAL (Invalid argument)
    at libcore.io.Posix.open(Native Method)
    at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
    at libcore.io.IoBridge.open(IoBridge.java:390)
    ... 18 more

Original issue reported on code.google.com by GencoreO...@gmail.com on 27 Aug 2012 at 10:55

GoogleCodeExporter commented 9 years ago
Title should be "Scan from bar code fails to create script file", sorry was a 
little rushed for time.

Original comment by GencoreO...@gmail.com on 28 Aug 2012 at 8:07