Hi

This Problem Appeared in my SmartPhone and SDK Emulator 2.3

after changing the language to arabic

i can't add new contact it force close
but when i change language back to english the problem disappeared

i think this problem because the system read the number in arabic
locale

look at this

Caused by: android.database.sqlite.SQLiteException: no such column:
٤: , while compiling: SELECT
raw_contacts._id,display_name,display_name_source,account_type,account_name,sourceid,custom_ringtone,send_to_voicemail,last_time_contacted,times_contacted,starred,is_restricted,name_verified,data._id,data.mimetype_id,is_super_primary
FROM raw_contacts LEFT OUTER JOIN data ON
(data.raw_contact_id=raw_contacts._id AND ((mimetype_id=٤ AND data15
NOT NULL) OR (mimetype_id=٥ AND data1 NOT NULL))) WHERE
raw_contacts._id=?

inside this query there is arabic number and it should not be arabic

i think Force Localize Contacts App to english After decompile it with
apktool and baksmali will fix this problem

http://www.tutorialforandroid.com/2009/01/force-localize-application-on-android.html
this is tutorial but i don't know how to apply it without problem

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to