Archive for March, 2008

iPhoneNotes 0.4 out now

iPhoneNotes 0.4 is out now! See the product page for more information.

3 Comments »

V1ru8 on March 28th 2008 in Stuff, iPhone

Luscious SMS my favorite SMS tool for the Mac

Luscious SMS Icon

A friend of mine is developing an SMS application called “Luscious SMS“. I use this application not just because he made it but rather because it is a super application to send SMS from your mac.

The advantage over all other SMS applications is that you can send SMS over every service you want. So I use it with the Swisscom plugin to send SMS over my Swisscom youth account. But if there isn’t a plugin for your service you can use the service from treeinspired for 0.10€/SMS (the app has a built-in store) or develop your own plugin with the nice and easy to use “Plugin Designer”. If you chose the latter one you can send SMS over the service of your choise and share the plugin to the community.

Luscious SMS Screenshot

Luscious SMS supports also some communication with your Mobile Phone. You can synchronize your SMS from Luscious SMS with the SMS’s on your phone. A disadvantage in this part is the missing support for the iPhone. I wish i could sync the notes from my iPhone with them on Luscious SMS

And finally it convince wit a nice Apple Mail like GUI.

You can get Luscious SMS here: http://www.luscious-sms.net/

Rating: ★★★★★★★★☆☆

No Comments »

V1ru8 on March 26th 2008 in Regards

New iPhoneNotes 0.3

I’m glad to release a new version of iPhoneNotes today. I fixed some bugs and since 0.1.1 I’ve added some new features like auto-update and a Bonjour browser. iPhoneNotes is now Universal Binary!
Download: iPhoneNotes 0.3
Changelog:

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

78 Comments »

V1ru8 on March 23rd 2008 in Stuff, iPhone

downtime

I’m sorry for the long downtime of my blog. My webhoster moved the server into a new location and during this transformation they made some mistakes with the network configuration so that the blog wasn’t accessible.

No Comments »

V1ru8 on March 22nd 2008 in Stuff

The iPhone Notes DB - Terrible

Since I’m developing the iPhoneNotes application i worked alot with the iPhone Notes database. This database is the data-source for my app. But it has a terrible layout:
CREATE TABLE Note (creation_date INTEGER, title TEXT, summary TEXT)
CREATE TABLE note_bodies (note_id INTEGER, data, UNIQUE(note_id))

  • column note_id is assigned to the rowid from the Note table (don’t like that but it works)
  • In the Note database is the title of the note stored. And in the summary column is the content of the note store if it isn’t too big (absolutely don’t understand why?!?!)
  • the data column from the note_bodies database contains the content of the note always. But in a really strange pseudo HTML format. Every line is in a div element and sometimes it has a br element at the end of the line. The problem is that these div tags are not every time closed correct. So it is impossible to parse it with an XML parser.(I hate things like that)
  • Because the content of the note is stored twice it has a terrible data redundancy! I don’t understand why that is needed.

So Apple please update the notes application in version 2.0. The actual note’s db is not how things should be done!

No Comments »

V1ru8 on March 21st 2008 in iPhone

iPhoneNotes Beta 0.1

iPhoneNotes Icon
iPhoneNotes Screenshot

Since apple is building and updating the iPhone software they’ve forgotten to deal with the Notes on your iPhone. They’ve just backed up them and thats not enough for me. So today I release an application to manage the iPhone Notes on your Mac.
Currently implemented features:

  • Download notes from your iPhone
  • View the notes
  • Edit (change,add and remove)
  • Save them back to your iPhone

All that is currently just possible with a jailbroken iphone and installed OpneSSH over WiFi. But I’m trying to support a cable based notes transfer which should work with every iPhone.

Known issues:

  • Works just with 1.1.3 or higher
  • Only over WiFi with a jailbroken iPhone
  • Sometimes nothing sows up. Just try to download the notes again and have a look at the log window

Download here: iPhoneNotes 0.1.1

This software is totally free and comes with absolutely no warranty

Update:
Version 0.1.1 added with fixed resizing problem.

42 Comments »

V1ru8 on March 6th 2008 in Stuff, iPhone