Thread: Smsd
-
01-27-2008, 08:49 PM #121
v0.2.2
Hello,
After a long (2 and a half weeks!) hiatus, a new release is a available. You can download v0.2.2 at http://amrut.joshi.googlepages.com. It will be available on installer in a few days.
Here's the changelog:
* New Feature : Make URLS, Mail Ids, Phone numbers 'click'able.
* New Feature : Send Confirmation preference.
* New Feature : Ability to insert multiple contacts.
* New Feature : Ability to make SMSD default SMS App using preferences.
* New Feature : Ability to insert email address.
* New Feature : Ability to insert templates.
* New Feature : Option to send typed message as mail.
* New Feature : In message view, click name to call the sender.
* UI Enhancement : New and shiny send button.
* UI Enhancement : Change of location for character counter.
* Performance improvement : Conversations should open faster now.
* Fix : Delete from sms list used to freeze.
* Fix : Down arrow in message screen was not working.
* Fix : Mark message read when read using UP/DOWN button in message screen.
* Fix : Delete from search list was crashing sometimes.
Please let me know if you see any issues.
To donate using paypal: [email protected]
Thanks,
-Amrut!
-
The Following User Says Thank You to rumple For This Useful Post:
saifeeab (01-28-2008)
-
01-27-2008, 09:35 PM #122
Thank you for all of your hard work.
-
01-28-2008, 01:02 AM #123
thanx a ton amrut for this update. cant wait to install. waiting for it to be on installer too soon.
-
01-28-2008, 03:02 AM #124
Due to the fact that database is relocated in 1.1.3, SMSD is not 1.1.3 compatible.
-
01-28-2008, 04:43 AM #125Green Apple
- Join Date
- Oct 2007
- Location
- Somewhere Here
- Posts
- 89
- Thanks
- 2
- Thanked 12 Times in 10 Posts
I symlinked the SMS data folder from root to mobile and I was able to use SMSd on my 1.1.3 phone.
-
01-28-2008, 04:54 AM #126
can u plz tell us how u did it what was the codes u used
-
01-28-2008, 07:15 AM #127
You shouldn't symlink it.
There are more internal changes on the database which SMSD needs adjusting.
Simply wait till it gets fixed for 1.1.3Last edited by piranha; 01-28-2008 at 07:15 AM. Reason: Automerged Doublepost
-
01-28-2008, 09:49 AM #128
hey!
first of all, i love your app =) extremely useful!
some requests tho:
- 24h time format
- landscape-view
- the font when you view a sms isn't the default one
- the screens turns black for a second when you tab on a sms preview
-
01-31-2008, 04:28 AM #129
is anyone experiencing when u view messages in conversation and go back to the home screen the iphone freezes completely?
-
01-31-2008, 06:31 AM #130
smsd is a great app! thanks for that amrut! But I don't see v0.22 in installer yet? Do I have a problem that I can't see it or is it just not yet in there?
-
01-31-2008, 09:30 AM #131
1.1.3
Hello,
I am not planning to update my phone to 1.1.3 for a few more weeks. Because of this I have no info on how sms works on 1.1.3. Can someone send me sms.db from 1.1.3 so that I can take a look and make sure that SMSD works on 1.1.3 also?
You can send it at [email protected]
Thanks,
-Amrut!
-
02-01-2008, 06:29 AM #132
Smsd on installer
is the new version there on installer ?
-
02-01-2008, 06:32 AM #133
-
02-01-2008, 07:08 AM #134
"Look outside the box".
Or "think different".
:P
-
02-03-2008, 01:40 AM #135
1.1.3 sms.db
hey amrut,
please make smsd compatible with 1.1.3 with help of attached db file.
thanks<style> .ExternalClass .EC_hmmessage P {padding:0px;} .ExternalClass EC_body.hmmessage {font-size:10pt;font-family:Tahoma;} </style>
-
02-03-2008, 04:39 AM #136
-
02-04-2008, 02:05 AM #137
v0.2.3beta1
Hello,
First things first. A lot of people are asking about v0.2.2 and when it will be available on installer. When I submitted v0.2.2 to Ste for hosting it, he (rightly) raised a few concerns. As I was addressing these issues, people started asking about 1.1.3 support. So I asked Ste to hold off 0.2.2 and wait for 0.2.3 which will address issues he raised and also fix 1.1.3 support. So 0.2.2 will not be on installer and installer will directly have 0.2.3 when its ready.
Now, I want announce v0.2.3beta1. This is the first release that supports 1.1.3 as well as older firmware. Obviously this is a big change and I cant release it to wider audience until a few smart people (you!) try it and give me a go-ahead.
As usual, you can get it from http://amrut.joshi.googlepages.com
The changes are:
* Fix : 1.1.3 Firmware support.
* Fix : Forward to mail was broken.
* Fix : Keyboard key balloons in the top row were not shown properly.
Also, check the home page for Preference support in 1.1.3.
This will be a good time for translators to get the new localization file and send me the translations.
Donations are welcome at paypal: [email protected]
Thanks,
-Amrut!
-
The Following User Says Thank You to rumple For This Useful Post:
Dr.Desaster (02-04-2008)
-
02-04-2008, 04:08 AM #138
Hi Amrut,
it still doesn't save sent messages on 1.1.3:
SQL error: table message has 12 columns but 7 values were supplied
Try explicit insert:
insert into messages (field1, field2) values (value1, value2)
instead the insert you use now:
insert into messages values (value1, value2).
The sql error comes because you have more columns now, so you'll have to explicitly specify them or make sure the number of values matches the number of columns.Last edited by piranha; 02-04-2008 at 04:11 AM.
-
02-04-2008, 04:55 AM #139
-
02-04-2008, 05:24 AM #140
Yes, you are right. I removed the symlink and now no error shows.
I guess that's how you detect the version?
Isn't it better to check for firmware version itself? That way you can easily incorporate any changes that may show in 1.1.4



LinkBack URL
About LinkBacks
Reply With Quote
