User:Jebba

(Undo revision 43821 by 49.201.160.205 (Talk))
 
(28 intermediate revisions not shown)
Line 5: Line 5:
* Nick: jebba, jebbajeb, jebba900, etc...
* Nick: jebba, jebbajeb, jebba900, etc...
-
* [http://jebba.blagblagblag.org Long Neglected Blog...]
+
 
 +
I have stopped development on Meego/Maemo, so these pages are getting quickly dated. Ciao!
 +
 
* [http://maemo.org/profile/view/jebba/ Maemo profile]
* [http://maemo.org/profile/view/jebba/ Maemo profile]
Line 14: Line 16:
-
Usually I dot my laptop with READMEs in various ~/devel/ subdirs, but in this case I decided to write up some notes here. These are mostly for my own reference, but perhaps they will be of use to you.
+
* Usually I dot my laptop with READMEs in various ~/devel/ subdirs, but in this case I decided to write up some notes here. These are mostly for my own reference, but perhaps they will be of use to you.
 +
 
 +
* Feel free to take any of these pages and copy them over to the main wiki namespace (here or in any other wiki, for that matter).
=Package Building HOWTO=
=Package Building HOWTO=
Line 20: Line 24:
The [[User:Jebba/Package Building HOWTO|Package Building HOWTO]] now has its own page. :)
The [[User:Jebba/Package Building HOWTO|Package Building HOWTO]] now has its own page. :)
-
=Debrick=
+
=Kernel=
 +
The new [[User:Jebba/Kernel|kernel page]]
 +
 
 +
=Freemoe git=
 +
* [http://gitorious.org/freemoe freemoe git repo at gitorious.org]
 +
 
 +
git clone git://gitorious.org/freemoe/freemoe.git
 +
 
 +
=SDK=
 +
 
 +
[[User:Jebba/SDK| The SDK page]].
 +
 
 +
=Repositories=
 +
 
 +
* [[User:Jebba/Repositories|Info about repositories]]
 +
 
 +
* [[User:Jebba/Etch]] - The Debian Etch rebuild.
 +
 
 +
=Flashing=
Separate [[User:Jebba/Flash| page about flashing]], for your perusal.
Separate [[User:Jebba/Flash| page about flashing]], for your perusal.
-
=Setup=
+
Note, the [[User:Jebba/Flash|flash]] page has the info about "debricking" easily.
-
I have [[User:Jebba/Setup| move setup]] to its own page. A bit antiquated already!
+
=Wifi Hotspot=
 +
How to set up your N900 as a [[User:Jebba/NAT|wifi hotspot]] to share it's connection with other computers. :)
-
=Kernel=
+
=Mer=
-
The new [[User:Jebba/Kernel|kernel page]]
+
-
=VNC=
+
[[User:Jebba/Mer| Jebba Mer]]
-
[http://en.wikipedia.org/wiki/Virtual_Network_Computing VNC] allows you to view the screen of the N900 on your laptop so you can do things more easily that having to use the tiny little thing if you are working on it all day.
+
-
* Set up the [[Extras-testing]] repository
+
=Fedora=
-
* Install x11vnc (I ''think'' it's in -testing).
+
-
* Set up a password for VNC on on the N900:
+
-
x11vnc -storepasswd
+
-
* Run this script on your laptop (my hostname is burger and my laptop's IP is 10.0.0.3):
+
-
ssh -n user@burger \
+
[[User:Jebba/Fedora| Fedora 12 on Nokia N900]] (!!)
-
        "x11vnc \
+
-
        -usepw \
+
-
        -display :0 \
+
-
        -desktop burger \
+
-
        -allow 10.0.0.3 \
+
-
        -nolookup \
+
-
        -q \
+
-
        -bg \
+
-
        -o /home/user/vnc-log \
+
-
        "
+
-
* This works fine with tigervnc on Fedora 12.
+
-
* Running x11vnc with "-ssl" does not work--I think the problem there may be with tigervnc as x11vnc starts with it OK.
 
-
* I usually do VNC in an ssh tunnel--I don't know if this would create too much of a load on the N900 or not. Will test.
+
=VNC=
-
* VNC behaves differently whether the keyboard is slid out or not. Basically, you want the keyboard out.
+
Over at [[User:Jebba/VNC]].
=Backups=
=Backups=
Line 66: Line 71:
More space for talking about [[User:Jebba/Video|video]] at the new page.
More space for talking about [[User:Jebba/Video|video]] at the new page.
 +
 +
=Mirrors=
 +
I have shut down my mirrors.
 +
 +
A [[User:Jebba/Mirror| mini-HOWTO set up mirroring maemo repository content]]
=DBUS=
=DBUS=
Line 74: Line 84:
I [[User:Jebba/Gripes| gripe over here now]].
I [[User:Jebba/Gripes| gripe over here now]].
 +
 +
 +
=Freemoe=
 +
I have a server co-located at [http://www.netdepot.com NetDepot] with a SDK installed. If you would like an account on there send me an email at moe@blagblagblag.org.
 +
 +
* [[User:Jebba/Freemoe|Freemoe wiki]]
 +
 +
* [http://www.freemoe.org/ Freemoe web server]
=Bugs=
=Bugs=
Line 83: Line 101:
There is now a separate [[User:Jebba/Packages by Jebba|Packages by Jebba]] page.
There is now a separate [[User:Jebba/Packages by Jebba|Packages by Jebba]] page.
-
=SDK=
 
-
 
-
[[User:Jebba/SDK| The SDK page]].
 
=VoIP=
=VoIP=
Line 91: Line 106:
See: [[User:Jebba/VoIP]].
See: [[User:Jebba/VoIP]].
-
=sbdmock=
+
=ofono=
-
Build tool
+
[[User:Jebba/Ofono]]
-
* Install on topo
+
=Cryptsetup=
 +
[[User:Jebba/Cryptsetup]] - HOWTO use crypto filesystem on N900.
-
* http://wiki.maemo.org/Building_packages_with_sbdmock
+
=Setup=
-
* http://bifh.org/wiki/sbdmock
+
I have [[User:Jebba/Setup| move setup]] to its own page. A bit antiquated already!
-
* http://github.com/kad/sbdmock
+
=sbdmock=
-
(05:44:08 PM) tbf: jebba: just make sure to always run the beast with "--debug" switch to see what breaks
+
My [[User:Jebba/Sbdmock|sbdmock page]].
 +
 
 +
=Tweaklets=
 +
 
 +
* [[User:Jebba/Tweaks|Simple changes that make everything better.]]
 +
 
 +
* [[User:Jebba/Keymap|Keymap]]
=Random=
=Random=
Punted over to [[User:Jebba/Random| the new Random page]].
Punted over to [[User:Jebba/Random| the new Random page]].
-
 
-
=Thanks!=
 
-
Hope you enjoyed the show. Feel free to edit this page.
 

Latest revision as of 14:50, 1 May 2012

  • Name: Jeff Moe
  • Email: moe@blagblagblag.org
  • Nick: jebba, jebbajeb, jebba900, etc...


I have stopped development on Meego/Maemo, so these pages are getting quickly dated. Ciao!


My old nokia
My old Nokia phone, replaced by N900. Makes a nice background :)


  • Usually I dot my laptop with READMEs in various ~/devel/ subdirs, but in this case I decided to write up some notes here. These are mostly for my own reference, but perhaps they will be of use to you.
  • Feel free to take any of these pages and copy them over to the main wiki namespace (here or in any other wiki, for that matter).

Contents

[edit] Package Building HOWTO

The Package Building HOWTO now has its own page. :)

[edit] Kernel

The new kernel page

[edit] Freemoe git

git clone git://gitorious.org/freemoe/freemoe.git

[edit] SDK

The SDK page.

[edit] Repositories

[edit] Flashing

Separate page about flashing, for your perusal.

Note, the flash page has the info about "debricking" easily.

[edit] Wifi Hotspot

How to set up your N900 as a wifi hotspot to share it's connection with other computers. :)

[edit] Mer

Jebba Mer

[edit] Fedora

Fedora 12 on Nokia N900 (!!)


[edit] VNC

Over at User:Jebba/VNC.

[edit] Backups

See User:Jebba/Backups

[edit] Video

More space for talking about video at the new page.

[edit] Mirrors

I have shut down my mirrors.

A mini-HOWTO set up mirroring maemo repository content

[edit] DBUS

Now at User:Jebba/DBUS.

[edit] Gripes

I gripe over here now.


[edit] Freemoe

I have a server co-located at NetDepot with a SDK installed. If you would like an account on there send me an email at moe@blagblagblag.org.

[edit] Bugs

Bugs now has its own page.

[edit] My Packages

There is now a separate Packages by Jebba page.


[edit] VoIP

See: User:Jebba/VoIP.

[edit] ofono

User:Jebba/Ofono

[edit] Cryptsetup

User:Jebba/Cryptsetup - HOWTO use crypto filesystem on N900.

[edit] Setup

I have move setup to its own page. A bit antiquated already!

[edit] sbdmock

My sbdmock page.

[edit] Tweaklets

[edit] Random

Punted over to the new Random page.