owios7 / android-sms

Automatically exported from code.google.com/p/android-sms
0 stars 0 forks source link

crash if "sms" exists, as gmail will will not allow the label "SMS" to be created. #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setup a gmail account
2. create an "sms" label
3. try to use the android-sms application 

What is the expected output? What do you see instead?
The application will if it fails to create a label from the given
preference (advanced) will inform the user of the issue. It should perhaps
check if there is a different cased label version to that which is provided. 

What version of the product are you using? On what operating system?
cupcake 1.5, latest version of sms backup (SmsBackup-1.1.1).

Original issue reported on code.google.com by db.phone...@gmail.com on 23 Dec 2009 at 11:07

GoogleCodeExporter commented 8 years ago
I can confirm this. Started initial backup in the app with default "SMS" label, 
later I switched to a lowercase "sms" label. 
Consequence: the app would crash until I changed the existing "SMS" label in 
GMail to the lowercase "sms".

Original comment by arnout.s...@gmail.com on 27 Sep 2010 at 5:03