Ticket #1987 (closed defect: fixed)
[Qt-Contact] contact name will have limit letters when export from phone to SIM
| Reported by: | wendy_hung | Owned by: | charlie |
|---|---|---|---|
| Priority: | high | Milestone: | Om2008.10 |
| Component: | Qtopia | Version: | Om2008.8 |
| Severity: | critical | Keywords: | Om2008.11 |
| Cc: | testing@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: | always |
Description
Summary:
conact name will have limit letters when export from phone to SIM
kernel:20080903-asu.stable-uImage.bin
root file system:20080910-asu.stable-rootfs.jffs2
Steps+current results:
1) create a contact name with more than 9 letters (with space is ok)(contact 1)
2) check contact detail and press option to Export contact to SIM
3) check contact list you'll see the contact name was cut only left 9 letters (contact 2)
4) import contact 2 to phone, you'll see it reduce letter again
5) if phone to SIM will have the limit, SIM to phone with out. The limit letter number is 9
6) please see attach photo (a bit ugly...sorry)
Expected:
no limit letters when export/import contacts
Attachments
Change History
comment:1 Changed 5 years ago by wendy_hung
- Summary changed from [Qt-Contact] conact name will have limit letters when export from phone to SIM to [Qt-Contact] contact name will have limit letters when export from phone to SIM
- Milestone changed from Om2008.9 to Om2008.10
comment:2 Changed 5 years ago by zecke
Charlie traced this down to the suffix Qtopia is using to declare SIM numbers as home, mobile, etc. numbers. A fix is pending.
comment:3 Changed 5 years ago by charlie
- Status changed from new to in_testing
this patch :
http://git.openmoko.org/?p=qtopia.git;a=commit;h=50517a0d25ed72bff61ac3daf334c768c888b291
should at least fix the problem when importing into the sim.
For the other way around (going from the sim to the phone) it should be an other issue. Need to see with the testing guys what is going on exactly.
comment:4 Changed 5 years ago by wendy_hung
- Status changed from in_testing to assigned
- Owner changed from zecke to charlie
- HasPatchForReview unset
[testing image]
test date:2008.11.05
update date:2008.11.05
This is not totally fixed yet...if over 12 letters still have limit.
I think we should define how many words that we can input?
comment:6 Changed 5 years ago by charlie
- Status changed from assigned to in_testing
The name is truncated when importing to SIM because there is a limitation of the contact name length in the SIM. This commit add a warning message when we modify the name :
http://git.openmoko.org/?p=qtopia.git;a=commit;h=7290a87162911f3ad57b4881919c53b89c662368
