|
2010-01-27
, 03:23
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#112
|
epage
I think I'd leave the area code alone. As long as I can remeber I've had to dial an area code on my cell. So all my contacts have area codes.
Perhaps a check and prepend the "1" if missing. Or better yet a user option to prepend any number(s) the user wants. That way the user can select to add a "1" if needed or evena 1+area code if desired. Perhaps a check and if the number is less than 11 digits prepend the field.?
Hope that made sense.
And if I wasn't clear in my prevois post, I notice little to no impact on battery life.
|
2010-01-27
, 03:25
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#113
|
|
2010-01-27
, 03:26
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#114
|
My way of bypassing the OneRing's lack of contact support is... not using contacts
I use DialCentral to dial out.
It was a hassle scrolling through the contacts list starting from 'A' in DC (DC doesnt have search), but once my recently called list was populated, that hassle became less of an irritant.
Actually, I am evaluating how easy/difficult it is to completely get off a cellular network. My callback number is my SkypeIn number and I dont have a SIM in my n900.
I cheat a little bit because I use a Sprint mifi to keep me connected when I'm in the car.
OneRing and erminig-ng on a n900 are the three primary reasons I could let go of my BB Storm.
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-01-27
, 03:27
|
Posts: 315 |
Thanked: 64 times |
Joined on Oct 2009
@ Montreal, canada
|
#115
|
epage
I think I'd leave the area code alone. As long as I can remeber I've had to dial an area code on my cell. So all my contacts have area codes.
Perhaps a check and prepend the "1" if missing. Or better yet a user option to prepend any number(s) the user wants. That way the user can select to add a "1" if needed or evena 1+area code if desired. Perhaps a check and if the number is less than 11 digits prepend the field.?
Hope that made sense.
And if I wasn't clear in my prevois post, I notice little to no impact on battery life.
|
2010-01-27
, 03:32
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#116
|
The quickest way would be to check if there is a "+" at the beginning of the number, if not add "+1" otherwise leave it alone - I've used GV to call internationally and that needs the full international prefix.
uglynumber = ... strip all but + and 0-9 ... if uglynumber.startswith("+"): pass elif uglynumber.startswith("1") and len(uglynumber) == 11: uglynumber = "+"+uglynumber elif len(uglynumber) == 10: uglynumber = "+1"+uglynumber else: pass
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-01-27
, 03:32
|
Posts: 25 |
Thanked: 3 times |
Joined on Oct 2009
@ US
|
#117
|
|
2010-01-27
, 03:33
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#118
|
I have a skype-in number but I've heard a rumor that Skype is very bad on battery. Since I also have sipgate and SIP has worked fine for me, I've just used that (it was annoying to deal with two protocols ringing at once).
|
2010-01-27
, 03:36
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#119
|
epage
Thanks for the One Ring. One of the best apps I've installed on my n900. Anyway, just wondering why there is a disconnect when making outbound calls on One Ring and just a straight ringback on Dialcentral? I guess for those who used both that there is that confusion. Would it be possible for the OR to act as DC?
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-01-27
, 03:39
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#120
|
The Following User Says Thank You to uvatbc For This Useful Post: | ||
I use DialCentral to dial out.
It was a hassle scrolling through the contacts list starting from 'A' in DC (DC doesnt have search), but once my recently called list was populated, that hassle became less of an irritant.
Actually, I am evaluating how easy/difficult it is to completely get off a cellular network. My callback number is my SkypeIn number and I dont have a SIM in my n900.
I cheat a little bit because I use a Sprint mifi to keep me connected when I'm in the car.
OneRing and erminig-ng on a n900 are the three primary reasons I could let go of my BB Storm.