--- common/phones/atsam.c.orig 2011-07-13 23:44:16.000000000 +0200 +++ common/phones/atsam.c 2011-07-13 23:33:44.000000000 +0200 @@ -58,6 +58,9 @@ if (foundmodel && !strncasecmp("SGH-L760", foundmodel, 8)) AT_DRVINST(state)->ucs2_as_utf8 = 1; + if (foundmodel && !strncasecmp("SAMSUNG B2100", foundmodel, 13)) + AT_DRVINST(state)->encode_number = 1; + /* phone lacks many usefull commands :( */ at_insert_send_function(GN_OP_GetBatteryLevel, Unsupported, state); at_insert_send_function(GN_OP_GetPowersource, Unsupported, state);