Floki / ProjetAndroidM2DL2014

1 stars 0 forks source link

[GT-I5801 Android 2.2] Game not drawn & .vlf not write ! #17

Closed loclamor closed 10 years ago

loclamor commented 10 years ago

Game start normaly, we can create a pattern correctly (litle lag compare to nexus 5, but it's Ok). After creating pattern, same bug than issue #8 . (loosing points while no touching) After quit and kill, starting game display a black screen with the normaly "0" score, but it's all, no more things shown.

loclamor commented 10 years ago

Update : After investigation, the pattern file is not present in the sdcard !

loclamor commented 10 years ago

Update : By creating manually the pattern file, the game run correctly ! So we have to create an empty pattern file before serialize in it

loclamor commented 10 years ago
02-13 11:06:41.598: W/MediaPlayer(3339): info/warning (1, 44)
02-13 11:06:55.413: W/KeyCharacterMap(3339): Can't open keycharmap file
02-13 11:06:55.413: W/KeyCharacterMap(3339): Error loading keycharmap file '/system/usr/keychars/qt602240_ts_input.kcm.bin'. hw.keyboards.65536.devname='qt602240_ts_input'
02-13 11:06:55.413: W/KeyCharacterMap(3339): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
02-13 11:06:55.413: W/System.err(3339): ICI
02-13 11:07:50.048: W/MediaPlayer(3380): info/warning (1, 44)
02-13 11:07:56.968: W/KeyCharacterMap(3380): Can't open keycharmap file
02-13 11:07:56.968: W/KeyCharacterMap(3380): Error loading keycharmap file '/system/usr/keychars/qt602240_ts_input.kcm.bin'. hw.keyboards.65536.devname='qt602240_ts_input'
02-13 11:07:56.968: W/KeyCharacterMap(3380): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
02-13 11:07:59.228: W/KeyCharacterMap(3380): Can't open keycharmap file
02-13 11:07:59.228: W/KeyCharacterMap(3380): Error loading keycharmap file '/system/usr/keychars/qt602240_ts_input.kcm.bin'. hw.keyboards.65536.devname='qt602240_ts_input'
02-13 11:07:59.228: W/KeyCharacterMap(3380): Using default keymap: /system/usr/keychars/qwerty.kcm.bin

seems to be after "ICI" error log

loclamor commented 10 years ago

Update : seems that it is the "patern" folder wich is not create... the file creation seems to work