(building updates) |
|||
| Line 23: | Line 23: | ||
</pre> | </pre> | ||
| - | + | ==== things to do once ==== | |
* edit /etc/apt/sources.list in scratchbox (TODO: include what?) | * edit /etc/apt/sources.list in scratchbox (TODO: include what?) | ||
* copy / create you GPG private key in .gnupg | * copy / create you GPG private key in .gnupg | ||
| - | + | ==== background ==== | |
| - | [http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Harmattan_security_Security_guide.html Aegis] | + | * [http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Harmattan_security_Security_guide.html Aegis] |
| + | * [http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Publishing_Packaging_your_application.html Nokia Packaging Guide] | ||
| + | * [http://meego.gitorious.org/meego-platform-security/manifest-schema/blobs/master/xsd/mssf1.xsd aegis xsd] | ||
| + | * [http://www.debian.org/doc/manuals/maint-guide/ Debian New Maintainer's Guide] | ||
| + | * [http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Reference_documentation_Harmattan_Appendix_to_the_Debian_Policy_Manual.html] | ||
| + | * [http://standards.freedesktop.org/desktop-entry-spec/1.0/ Desktop file entry spec] | ||
| + | === skype trick === | ||
| + | http://wiki.meego.com/Migrating_from_N900_to_N950#GTalk_and_Skype_account_setup | ||
=== dbus tricks === | === dbus tricks === | ||
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:
Contents |
sudo /scratchbox/sbin/sbox_ctl start && sudo /scratchbox/sbin/sbox_sync && /scratchbox/login
apt-get source python-minimal cd python-defaults-2.6.6-3+squeeze4/ dpkg-buildpackage -sa -rfakeroot -kmartin@martindengler.com fakeroot apt-get install debiandoc-sgml lsb-release dpkg-buildpackage -sa -rfakeroot -kmartin@martindengler.com aegis-manifest -d
http://wiki.meego.com/Migrating_from_N900_to_N950#GTalk_and_Skype_account_setup
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:"",""
| 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/ |