Meego Wiki
Views
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(more building tips)
Line 14: Line 14:
==== quick and dirty package build ====
==== quick and dirty package build ====
 +
<pre class="code">
apt-get source python-minimal
apt-get source python-minimal
cd python-defaults-2.6.6-3+squeeze4/
cd python-defaults-2.6.6-3+squeeze4/
Line 20: Line 21:
dpkg-buildpackage -sa -rfakeroot -kmartin@martindengler.com
dpkg-buildpackage -sa -rfakeroot -kmartin@martindengler.com
aegis-manifest -d
aegis-manifest -d
 +
</pre>
 +
 +
===== things to do once =====
 +
 +
* edit /etc/apt/sources.list in scratchbox (TODO: include what?)
 +
* copy / create you GPG private key in .gnupg

Revision as of 03:21, 24 September 2011

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

scratchbox on Fedora

start / login

sudo /scratchbox/sbin/sbox_ctl start && sudo /scratchbox/sbin/sbox_sync && /scratchbox/login

quick and dirty package build

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
things to do once
  • edit /etc/apt/sources.list in scratchbox (TODO: include what?)
  • copy / create you GPG private key in .gnupg


dbus tricks

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:"",""


command-line coding workflow

from http://www.developer.nokia.com/Community/Discussion/showthread.php?227292-Problem-deploying-project-on-N950-using-MADDE



N950 data storage and backup locations

Item Filesystem Backup
Contacts
Recent Calls
Web history
Messages
Email
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/
Personal tools