Thread: Php on Maemo5
View Single Post
dchky's Avatar
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#6
Originally Posted by cesco View Post
Thank you for tha fast answer dchky,

But can i access to my contact or call (like php on symbian) with PHP ?
I don't think you'll have much luck with contacts - it's a berkeley database - You could get at it with an exec through PHP and a little bit of C or C++, probably easier to use dbus though (/home/user/.osso-abook/addressbook.db)

You can quite easily access the event log with php5-sqlite for all your call and text messages. (/home/user/.rtcom-eventlogger/el-v1.db)

@smoku - PHP is in one of the repo's - testing or devel.

Last edited by dchky; 2010-08-11 at 12:22.