View Single Post
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#44
Originally Posted by uvatbc View Post
@fcrochik: I'm not sure what "mycontacts" are - is it what the inbuilt contacts on the n900 are called? What sort of api are you looking for? Something like "callNumber (string number)" that will dial out using google voice?
MyContacs is the application I created to try to "improve" the standard contacts application. It is a qt application and includes a widget for quick access to your contacts on the desktop and soon will allow you to just say "contact person X" and the application will figure out the best way based on your preferences, connection status and contact information.

For my application to route calls to yours it is all that I need. I would also suggest that you don't need to develop yet another contact search/select interface, you could just use mine. There would be a dbus interface for you to tell my application that the user wants to pick a contact phone and after he does, mine will just call the "callNumber" method with the selected phone number. Optionally I would suggest that you add one more argument for callnumber so I can pass the contact name and you can display it as well.

You can see all this is in action by installing mycontacts and fastsms. You will find the link to the mycontacts thread on my signature bellow. If you like the idea when can discuss the details (service name, ...)
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases

Last edited by fcrochik; 2010-07-25 at 03:38.