(→N950 data storage and backup locations: update entries) |
(add two tricks sections) |
||
| Line 3: | Line 3: | ||
* [http://github.com/mdengler/n9-tron tron-like game port] | * [http://github.com/mdengler/n9-tron tron-like game port] | ||
* [http://github.com/mdengler/n9-ringr location-based ringtone management] | * [http://github.com/mdengler/n9-ringr location-based ringtone management] | ||
| + | |||
| + | === dbus tricks === | ||
| + | <code> | ||
| + | qdbus --system org.freedesktop.DBus / org.freedesktop.DBus.ListNames | ||
| + | dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time org.freedesktop.DBus.Introspectable.Introspect | ||
| + | dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time com.nokia.time.enable_alarms boolean:"false" | ||
| + | dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time com.nokia.time.alarms_enabled | ||
| + | |||
| + | dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time com.nokia.time.get_cookies_by_attributes dict:string:string:"","" | ||
| + | </code> | ||
| + | |||
| + | |||
| + | === starting scratchbox on Fedora === | ||
| + | |||
| + | sudo /scratchbox/sbin/sbox_ctl start && sudo /scratchbox/sbin/sbox_sync && /scratchbox/login | ||
| + | |||
=== N950 data storage and backup locations === | === N950 data storage and backup locations === | ||
I'm a python developer in real life and enjoyed hacking on my N900 so much that I wanted to continue with the N9/N950. My application for the N950 was accepted and I'm starting the two projects:
qdbus --system org.freedesktop.DBus / org.freedesktop.DBus.ListNames
dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time org.freedesktop.DBus.Introspectable.Introspect
dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time com.nokia.time.enable_alarms boolean:"false"
dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time com.nokia.time.alarms_enabled
dbus-send --system --type=method_call --print-reply --dest=com.nokia.time /com/nokia/time com.nokia.time.get_cookies_by_attributes dict:string:string:"",""
sudo /scratchbox/sbin/sbox_ctl start && sudo /scratchbox/sbin/sbox_sync && /scratchbox/login
| Item | Filesystem | Backup | |
|---|---|---|---|
| Contacts | |||
| Recent Calls | |||
| Web history | |||
| Messages | |||
| Pictures (Gallery/Camera) | |||
| Music | |||
| Videos | |||
| Calendar | |||
| Documents | |||
| Feeds | |||
| Accounts | |||
| Clock (Alarms) | |||
| Settings | |||
| Notes | |||
| Autostart applications | /usr/share/autostart/tracker-miner-fs.desktop | ||
| Extensions & Status menu applications | /usr/share/meegotouch/applicationextensions | ||
| Application Launcher icons | /usr/share/applications and /usr/share/applications/installer-extra | ||
| QuickLaunch Bar Application Launcher icons | /etc/xdg/meegotouchhome-nokia/applications/ |