New Music Player FC after translation


The same problem here:

Could not change the database journal mode of '/data/data/com.miui.player/databases/com_miui_player.db' from 'delete' to 'مستمر' because the database is locked

I think that you should search the value 'مستمر' in translated files and just delete it.
 
here is the problem:

E/SQLiteLog( 2348): (1) no such column: ٠
7128:​

7129:​
D/AndroidRuntime( 2348): Shutting down VM

7130:​

7131:​
W/dalvikvm( 2348): threadid=1: thread exiting with uncaught exception (group=0x417ed300)

7132:​

7133:​
E/AndroidRuntime( 2348): FATAL EXCEPTION: main

7134:​

7135:​

E/AndroidRuntime( 2348): android.database.sqlite.SQLiteException: no such column: ٠ (code 1): , while compiling: SELECT _id, name FROM playlists WHERE ((name!='') AND (list_type=٠) AND (_id!=-١)) ORDER BY name


You have translated some constants: ٠ and ١
 
  • Like
Reactions: andy.afef
Code:
You have translated some constants: ٠ and ١
I didn't
When ever the lang is arabic, the numbers system will be like: ٠, ١ and i have nothing to do with it and don't know how to change it
anyway, " ٠ " = " 0 " Zero
and " ١ " = " 1 " One