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 springenMetaz (Diskussion | Beiträge) |
Thp (Diskussion | Beiträge) |
||
(33 dazwischenliegende Versionen von 8 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | + | == 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 == | |
− | + | * [[Hack-A-N900/First Steps | First Steps]] | |
− | + | * [[Hack-A-N900/Usb_Recovery_Mode | Usb Recovery Mode]] | |
− | + | * [[Hack-A-N900/Resize vfat partition | Resize vfat Partition]] | |
− | + | * [[Hack-A-N900/Development | Development]] | |
− | + | * [[Hack-A-N900/Unionfs | UnionFS Overlay]] | |
− | + | * Backup | |
− | + | ** [[Hack-A-N900/Dump and Restore_rootfs_Image | Dump and Restore Rootfs Image]] | |
− | * | + | ** [[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 == | ||
+ | === 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
- 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.