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 springenAmir (Diskussion | Beiträge) |
Thp (Diskussion | Beiträge) |
||
(12 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Hack Sessions == | == Hack Sessions == | ||
− | * [ | + | * [[Hack-A-N900/Season1 | Season 1 (Apr.7 2010)]] |
+ | * [[Hack-A-N900/Season2 | Season 2 (Mai.4 2010)]] | ||
+ | * [[Hack-A-N900/Season3 | Season 3 (Jun.3 2010)]] | ||
+ | |||
+ | Also check out the '''N9 Sessions''': [[Hack-A-N9]] | ||
== Howtos == | == Howtos == | ||
Zeile 11: | Zeile 15: | ||
** [[Hack-A-N900/Dump and Restore_rootfs_Image | Dump and Restore Rootfs Image]] | ** [[Hack-A-N900/Dump and Restore_rootfs_Image | Dump and Restore Rootfs Image]] | ||
** [[Hack-A-N900/Rsnapshot | Rsnapshot]] | ** [[Hack-A-N900/Rsnapshot | Rsnapshot]] | ||
+ | * Apps entwickeln | ||
+ | ** [[Hack-A-N900/Uploader Account | Uploader-Account auf Maemo.org beantragen]] | ||
− | == [ | + | == [[Hack-A-N900/Wall Of Bricks | Wall Of Bricks]] == |
== Mini Hacks == | == Mini Hacks == | ||
Zeile 25: | Zeile 31: | ||
xrandr -o left | 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]] | [[Kategorie:N900]] |
Aktuelle Version vom 14. Dezember 2011, 23:16 Uhr
Hack Sessions
Also check out the N9 Sessions: Hack-A-N9
Howtos
- First Steps
- Usb Recovery Mode
- Resize vfat Partition
- Development
- UnionFS Overlay
- Backup
- Apps entwickeln
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
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.