Hack-A-N900: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
 
(35 dazwischenliegende Versionen von 9 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{| style="margin: 2px; padding: 2px; padding-left: 20px; padding-right: 20px; background-color: #f9f9f9; border: 1px solid #cccccc; text-align:left;"
+
== Hack Sessions ==
|+<b>Hack the mini pc out of your smartphone</b>
+
* [[Hack-A-N900/Season1 | Season 1 (Apr.7 2010)]]
|-
+
* [[Hack-A-N900/Season2 | Season 2 (Mai.4 2010)]]
| Lecturer: || [[Benutzer:amir|amir]]
+
* [[Hack-A-N900/Season3 | Season 3 (Jun.3 2010)]]
|-
+
 
| Participants: || [[User:dannym|dannym]],[[User:overflo|overflo]]
+
Also check out the '''N9 Sessions''': [[Hack-A-N9]]
|-
+
 
| Date: || Apr. 7 (2010) 18:00 - 22:00
+
== Howtos ==
||
+
* [[Hack-A-N900/First Steps | First Steps]]
|}
+
* [[Hack-A-N900/Usb_Recovery_Mode | Usb Recovery Mode]]
<br>
+
* [[Hack-A-N900/Resize vfat partition | Resize vfat Partition]]
I've been experimenting half a year with the n900 viewing it as an ordinary linux box.
+
* [[Hack-A-N900/Development | Development]]
I'd like to share my experience about:
+
* [[Hack-A-N900/Unionfs | UnionFS Overlay]]
* Development
+
* Backup
* Issues (performance, incompatibilies, etc)
+
** [[Hack-A-N900/Dump and Restore_rootfs_Image | Dump and Restore Rootfs Image]]
* Media streaming (various solutions)
+
** [[Hack-A-N900/Rsnapshot | Rsnapshot]]
* Security (tor, encryption, etc)
+
* Apps entwickeln
* Remote administration/login tweaks and configurations
+
** [[Hack-A-N900/Uploader Account | Uploader-Account auf Maemo.org beantragen]]
* More ?
+
 
 +
== [[Hack-A-N900/Wall Of Bricks | Wall Of Bricks]] ==
 +
 
 +
== Mini Hacks ==
 +
=== Browser - Portrait mode ===
 +
Open the web browser on you n900. slide out the keyboard and press ctrl+shift+o. slide the keyboard in. There you go.
 +
 
 +
=== Nat2Nat udp tunnel ===
 +
 
 +
[[Hack-A-N900/pwnat | pwnat]]
 +
 
 +
=== Screen rotation ===
 +
xrandr -o left
 +
 
 +
Or easier with current firmware PR1.2:
 +
- have application set X property _HILDON_PORTRAIT_MODE_SUPPORT on its top level window
 +
- close the keyboard (!)
 +
- rotate phone
 +
 
 +
=== Extract firmware from the device ===
 +
 
 +
Use the [http://www.nopcode.org/0xFFFF/ 0pen Free Fiasco Firmware Flasher] directly on the device. Check out [http://www.nopcode.org/0xFFFF/?p=docu the docs].
 +
 
 +
=== Links ===
 +
* [http://natisbad.org/N900/n900-commented-hardware-specs.html Know your N900 (commented hardware specs)]
 +
* [http://elinux.org/OMAP_Power_Management Omap Power Managment]
  
 
[[Kategorie:Veranstaltungen]]
 
[[Kategorie:Veranstaltungen]]
 
[[Kategorie:Workshops]]
 
[[Kategorie:Workshops]]
 +
[[Kategorie:N900]]

Aktuelle Version vom 14. Dezember 2011, 23:16 Uhr

Hack Sessions

Also check out the N9 Sessions: Hack-A-N9

Howtos

Wall Of Bricks

Mini Hacks

Browser - Portrait mode

Open the web browser on you n900. slide out the keyboard and press ctrl+shift+o. slide the keyboard in. There you go.

Nat2Nat udp tunnel

pwnat

Screen rotation

xrandr -o left

Or easier with current firmware PR1.2: - have application set X property _HILDON_PORTRAIT_MODE_SUPPORT on its top level window - close the keyboard (!) - rotate phone

Extract firmware from the device

Use the 0pen Free Fiasco Firmware Flasher directly on the device. Check out the docs.

Links