sanyaade-augmented-reality / junaio

Automatically exported from code.google.com/p/junaio
0 stars 0 forks source link

Bug: No content after loading, goes back to history menu and junaio is broken, needs a restart #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
------------
Check channel 97679 with this picture: 
http://www.augmented-minds.com/images/stories/news/gamestar_editorial.jpg
Marker is top left.

search.php gives 3 pois:
<poi id="01_init" cosid="1" interactionfeedback="click">
<poi id="02_init" cosid="1" interactionfeedback="click">
<poi id="03_init" cosid="1" interactionfeedback="click">
nothing special, all of them have the following event:
<name>Event</name>
<type>triggerEvent</type>
<node_id>onTargetDetect</node_id>
<value><![CDATA[]]></value>

When one of the three pictures is detected, content is loaded for all pictures 
in the event.php (imagefound)
<poi id="01_init" removed="true" />
<poi id="02_init" removed="true" />
<poi id="03_init" removed="true" />
<poi id="module_01_videotexture" cosid="1" interactionfeedback="click">
etc.
<poi id="module_02_stone" cosid="2" interactionfeedback="click">
etc.
<poi id="module_03_btn_start_01" cosid="3" interactionfeedback="click">
etc.

Once everything is loaded Android "crashes" and goes back to the channel 
selection.

If the bug is reproducable, please describe here. If necessary also provide
information about channel ID to be opened and steps to be taken to
reproduce error:
-------------------------------------------------
- Load channel 97679
- Once loaded focus the picture
- Once loading is finished it crashes.

Everything works fine on iPhone 4!

Android / device HTC Desire HD / junaio version 3.5.0
------------------------------------------------

Original issue reported on code.google.com by rainerlo...@googlemail.com on 26 Jan 2012 at 5:34

GoogleCodeExporter commented 9 years ago
I've looked further into this issue. On the Samsung Galaxy Note everything 
works fine, like on the iPhone.
So it's only broken on the HTC Desire HD at the moment.
I've tracked it down to "older" .zip files, though we couldn't find a 
difference to working .zip files which are from a newer date.

In detail:
- It's not possible to load old .zip files, e.g. from the "Ayla" channel. 
junaio goes back to menu when the POI has this .zip file.
- On the other side a .zip file from the "GameStar" channel works.

I guess it's related to the .zip files, but I'm not sure what the real problem 
is.

(Files are sent via email to Arsalan)

Original comment by rainerlo...@googlemail.com on 27 Jan 2012 at 12:14

GoogleCodeExporter commented 9 years ago
The crash was related to encrypted model in the ZIP file. It has been fixed and 
will be available in next release.

Original comment by arsalan....@metaio.com on 31 Jan 2012 at 11:32