There is also a very wstrange error on this de4vice:
t_useyrinfo="使用は情報を保存しました"
The variable is declared in the same activity as global.
LogCat connected to: B4A-Bridge: Lenovo MEDION E4503
--------- beginning of main
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
Installing file.
PackageAdded: package

hoto.Tagger
Copying updated assets files (39)
** Activity (main) Create, isFirst = true **
Error occurred on line: 159 (Basis)
java.lang.RuntimeException: Object should first be initialized.
at anywheresoftware.b4a.sql.SQL.checkNull(SQL.java:48)
at anywheresoftware.b4a.sql.SQL.ExecNonQuery(SQL.java:66)
at Photo.Tagger.main._activity_create(main.java:994)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:636)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:305)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:238)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:121)
at Photo.Tagger.main.afterFirstLayout(main.java:100)
at Photo.Tagger.main.access$100(main.java:17)
at Photo.Tagger.main$WaitForLayout.run(main.java:78)
at android.os.Handler.handleCallback(Handler.java:810)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:189)
at android.app.ActivityThread.main(ActivityThread.java:5532)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:950)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:745)
** Activity (main) Resume **
So, I get wrong debugging info. I do not call an object here, I fill a variable. And I should not come to this line, my phone is set to Gerrman, not Japanese.