Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: BridgeIt 1.0
-
Fix Version/s: None
-
Component/s: Containers
-
Labels:None
-
Environment:n/a
Description
Collecting issues related to the ICEmobile native component (1.3 trunk) compatibility with the ICEmobile SX/BridgeIt client.
Android Chrome / ICEmobile SX v1.3 (June `13) from Play Store
************************************************
- cannot initialize session
- pressing 'Enable ICEmobile SX' crashes the client
01-20 12:24:50.863: E/AndroidRuntime(4462): FATAL EXCEPTION: main
01-20 12:24:50.863: E/AndroidRuntime(4462): Process: org.icemobile.client.android.icemobilesx, PID: 4462
01-20 12:24:50.863: E/AndroidRuntime(4462): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.icemobile.client.android.icemobilesx/org.icemobile.client.android.icemobilesx.ICEmobileSX}: java.lang.NullPointerException
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.access$800(ActivityThread.java:135)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.os.Handler.dispatchMessage(Handler.java:102)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.os.Looper.loop(Looper.java:136)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.main(ActivityThread.java:5017)
01-20 12:24:50.863: E/AndroidRuntime(4462): at java.lang.reflect.Method.invokeNative(Native Method)
01-20 12:24:50.863: E/AndroidRuntime(4462): at java.lang.reflect.Method.invoke(Method.java:515)
01-20 12:24:50.863: E/AndroidRuntime(4462): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
01-20 12:24:50.863: E/AndroidRuntime(4462): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
01-20 12:24:50.863: E/AndroidRuntime(4462): at dalvik.system.NativeStart.main(Native Method)
01-20 12:24:50.863: E/AndroidRuntime(4462): Caused by: java.lang.NullPointerException
01-20 12:24:50.863: E/AndroidRuntime(4462): at org.icemobile.client.android.icemobilesx.ICEmobileSX.a(Unknown Source)
01-20 12:24:50.863: E/AndroidRuntime(4462): at org.icemobile.client.android.icemobilesx.ICEmobileSX.onCreate(Unknown Source)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.Activity.performCreate(Activity.java:5231)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
01-20 12:24:50.863: E/AndroidRuntime(4462): ... 11 more
Android Chrome / BridgeIt v1.03 from Play Store
*******************************************************
- can initialize session, however, pressing 'Enable ICEmobile SX' causes some strange behavior as the page is redirected to
http://labs.icesoft.com/mobileshowcase/showcase.jsf#_&!s=done&!sd=ok&!r=handled+by+AuxUploadResourceHandler&!c=c2dm%3AAPA91bGcs0q5Q9agqXUMBv0kEaZvsKCmZDfWVpr6vtRZ86dfaRl_29sW4FtDIob_GsQZZfofHWfs7_AHg9XT-UJnUB7XD_B71RVNvgetE7uAJfPPiMsZzIs-FYeRt6HYkTH4Py2odau7Gp0e0Cx456wdsk11wr2gNg
- camera/camcorder upload works, but the thumbnail does not
- camera maxwidth/maxlength parameters do not work
- microphone upload works
- augmented reality launches but markers are not placed
- cloud push does not appear to work
- open resource does not appear to work
- fetch contact works
- scan works
Android Chrome / ICEmobile SX v1.3 (June `13) from Play Store
************************************************
- cannot initialize session
- pressing 'Enable ICEmobile SX' crashes the client
01-20 12:24:50.863: E/AndroidRuntime(4462): FATAL EXCEPTION: main
01-20 12:24:50.863: E/AndroidRuntime(4462): Process: org.icemobile.client.android.icemobilesx, PID: 4462
01-20 12:24:50.863: E/AndroidRuntime(4462): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.icemobile.client.android.icemobilesx/org.icemobile.client.android.icemobilesx.ICEmobileSX}: java.lang.NullPointerException
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.access$800(ActivityThread.java:135)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.os.Handler.dispatchMessage(Handler.java:102)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.os.Looper.loop(Looper.java:136)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.main(ActivityThread.java:5017)
01-20 12:24:50.863: E/AndroidRuntime(4462): at java.lang.reflect.Method.invokeNative(Native Method)
01-20 12:24:50.863: E/AndroidRuntime(4462): at java.lang.reflect.Method.invoke(Method.java:515)
01-20 12:24:50.863: E/AndroidRuntime(4462): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
01-20 12:24:50.863: E/AndroidRuntime(4462): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
01-20 12:24:50.863: E/AndroidRuntime(4462): at dalvik.system.NativeStart.main(Native Method)
01-20 12:24:50.863: E/AndroidRuntime(4462): Caused by: java.lang.NullPointerException
01-20 12:24:50.863: E/AndroidRuntime(4462): at org.icemobile.client.android.icemobilesx.ICEmobileSX.a(Unknown Source)
01-20 12:24:50.863: E/AndroidRuntime(4462): at org.icemobile.client.android.icemobilesx.ICEmobileSX.onCreate(Unknown Source)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.Activity.performCreate(Activity.java:5231)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
01-20 12:24:50.863: E/AndroidRuntime(4462): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
01-20 12:24:50.863: E/AndroidRuntime(4462): ... 11 more
Android Chrome / BridgeIt v1.03 from Play Store
*******************************************************
- can initialize session, however, pressing 'Enable ICEmobile SX' causes some strange behavior as the page is redirected to
http://labs.icesoft.com/mobileshowcase/showcase.jsf#_&!s=done&!sd=ok&!r=handled+by+AuxUploadResourceHandler&!c=c2dm%3AAPA91bGcs0q5Q9agqXUMBv0kEaZvsKCmZDfWVpr6vtRZ86dfaRl_29sW4FtDIob_GsQZZfofHWfs7_AHg9XT-UJnUB7XD_B71RVNvgetE7uAJfPPiMsZzIs-FYeRt6HYkTH4Py2odau7Gp0e0Cx456wdsk11wr2gNg
- camera/camcorder upload works, but the thumbnail does not
- camera maxwidth/maxlength parameters do not work
- microphone upload works
- augmented reality launches but markers are not placed
- cloud push does not appear to work
- open resource does not appear to work
- fetch contact works
- scan works
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Screen shot Android after clicking 'Enable ICEmobile SX' with BridgeIt client 1.0.3