Custom Query (1067 matches)
Results (10 - 12 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1347 | fixed | Navit complains about follow and refresh attributes for the demo vehicle | KaZeR | kazer |
Description |
They work as expected, but at startup Navit will complain about them :
error:vehicle_demo:vehicle_demo_set_attr_do:unsupported attribute active error:vehicle_demo:vehicle_demo_set_attr_do:unsupported attribute follow |
|||
#1346 | Incomplete/Missing infos | Map expansion | KaZeR | hermann |
Description |
Hello,
To distinguish from surfaces and preparation of interesting point are the files „osm.c: static char *attrmap={ };“ and „item_def.h“ extended. Further are entries removed or altered. For me not recognizable requierd entries to the funktion of Navit are between /* not sure begin */ /* not sure end */ taken together. Making own build of Navit is still not possible. Also not creating with Maptool a *.bin which includes the advanced features. Function of both files so is NOT checked. Then still the POI-Selection in GUI Menu are the files gui_internal_poi.h gui_gtk_poi.h adjusted accordingly. Coercing requierd changes in other files are not known to me. (Navit.xml: Entries and Icons can be themselves managed) My idea is to review and inclusion both files in the code. Appendix: NEW osm.c NEW item_def.h br, hermann |
|||
#1345 | fixed | Crash on android | cp15 | kazer |
Description |
Reported by user tim01234 on IRC.
Last known working version for him : 089c9ea {{{ E/AndroidRuntime( 1631): FATAL EXCEPTION: main E/AndroidRuntime( 1631): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.navitproject.navit/org.navitproject.navit.Navit}: android.content.res.Resources$NotFoundException: Resource ID #0x0 E/AndroidRuntime( 1631): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2079) E/AndroidRuntime( 1631): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2104) E/AndroidRuntime( 1631): at android.app.ActivityThread.access$600(ActivityThread.java:132) E/AndroidRuntime( 1631): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1157) E/AndroidRuntime( 1631): at android.os.Handler.dispatchMessage(Handler.java:99) E/AndroidRuntime( 1631): at android.os.Looper.loop(Looper.java:137) E/AndroidRuntime( 1631): at android.app.ActivityThread.main(ActivityThread.java:4575) E/AndroidRuntime( 1631): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 1631): at java.lang.reflect.Method.invoke(Method.java:511) E/AndroidRuntime( 1631): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789) E/AndroidRuntime( 1631): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556) E/AndroidRuntime( 1631): at dalvik.system.NativeStart.main(Native Method) E/AndroidRuntime( 1631): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x0 E/AndroidRuntime( 1631): at android.content.res.Resources.getValue(Resources.java:1049) E/AndroidRuntime( 1631): at android.content.res.Resources.getDimensionPixelSize(Resources.java:606) E/AndroidRuntime( 1631): at org.navitproject.navit.Navit.onCreate(Navit.java:320) E/AndroidRuntime( 1631): at android.app.Activity.performCreate(Activity.java:4465) E/AndroidRuntime( 1631): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049) E/AndroidRuntime( 1631): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2033) E/AndroidRuntime( 1631): ... 11 more }}} |
Note: See TracQuery
for help on using queries.