n900-flashen
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| n900-flashen [2012/08/15 08:57] – [Rooting] tom | n900-flashen [2025/05/03 09:10] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== N900-Flashen ====== | ====== N900-Flashen ====== | ||
| - | ===== Rooting | + | ===== Links ===== |
| - | Für Root-Zugriff braucht es die Anwendung **rootsh**. Dazu folgenden Programmkatalog hinzufügen. | + | [[http://www.dersauer.com/nokia_n900/ |
| - | * Go to Application manager>> | + | ===== Repositories ===== |
| - | * Write **maemo.org extras-testing** for catalog name | + | Um eine größere Auswahl an Programmen zu haben bzw. Neuentwicklungen zu testen musst du dir neue Programmkataloge anlegen. Und so gehts: |
| - | * Give web address as **http://repository.maemo.org/extras-testing** | + | |
| - | * Enter **fremantle** as the distribution | + | |
| - | * Enter **free non-free** for components | + | |
| + | - Über das Programm-Menü den Porgamm-Manager starten | ||
| + | - oben das Menü öffnen | ||
| + | - dann auf Programmkataloge gehen | ||
| + | - Katalog anlegen | ||
| + | |||
| + | Alternativ [[http:// | ||
| + | |||
| + | |||
| + | Maemo Extras: | ||
| + | Enthält stabile Programme und kann ohne Bedenken verwendet werden | ||
| + | |||
| + | Einstellungen: | ||
| + | * Name: "Maemo Extras" | ||
| + | * Internetadresse: | ||
| + | * Verteilung: " | ||
| + | * Komponenten: | ||
| + | |||
| + | |||
| + | Maemo Extras Testing: | ||
| + | Hier sind Programme drinnen, die der Entwickler schon als stabil hält und die von der Community getestet werden können. Diese Programme können als Beta Versionen betrachtet werden und sollten keine größeren Fehler mehr enthalten. | ||
| + | z.B. findet man hier **rootsh** für den Root-Zugriff. | ||
| + | |||
| + | Einstellungen: | ||
| + | * Name: "Maemo Extras Testing" | ||
| + | * Internetadresse: | ||
| + | * Verteilung: " | ||
| + | * Komponenten: | ||
| + | |||
| + | |||
| + | Maemo Extras Devel: | ||
| + | diese Programme sind noch in Entwicklung und können als Alpha Versionen betrachtet werden. Diese Programme können noch größere Fehler enthalten oder sogar überhaupt nicht funktionieren. Dieser Programmkatalog enthält zur Zeit die meisten Programme, jedoch sind diese mit Vorsicht zu genießen und man sollte schon wissen worauf man sich einlässt. | ||
| + | |||
| + | Einstellungen: | ||
| + | * Name: "Maemo Extras Devel" | ||
| + | * Internetadresse: | ||
| + | * Verteilung: " | ||
| + | * Komponenten: | ||
| + | |||
| + | |||
| + | Der Paketmanager holt sich nun die aktuelle Liste aller Programme und du kannst nach deiner Wunschapplikation suchen. | ||
| ===== Flashen ===== | ===== Flashen ===== | ||
| Nach dieser Anleitung: [[http:// | Nach dieser Anleitung: [[http:// | ||
| - | + | Firmware | |
| - | Firmware: | + | |
| * RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin | * RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin | ||
| - | eMMC: | + | eMMC (Vanilla): |
| * RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin | * RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin | ||
| - | flashen: | + | flashen |
| $ sudo flasher-3.5 -F RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin -f | $ sudo flasher-3.5 -F RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin -f | ||
| $ sudo flasher-3.5 -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin -f -R | $ sudo flasher-3.5 -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin -f -R | ||
| + | ==== Zusammenfassung ==== | ||
| + | eMMC has to be flashed first. Afterwards Maemo system is flashed separately. This will wipe out everything you have installed and configured in internal memory. Removable memory card is not affected. So, BACK UP ALL DATA in internal memory, like pictures, videos, documents etc. Once this is done, you may proceed. | ||
| + | 1. TURN OFF the phone | ||
| + | 2. Connect USB cable into computer, but NOT INTO N900 yet. | ||
| + | 3. Slide the keyboard open in N900, and PRESS U (key U) AND KEEP IT PRESSED. | ||
| + | 4. While pressing U, CONNECT micro-USB INTO N900. DO NOT DISCONNECT USB cable until said so. | ||
| + | 5. Soon N900 will turn on by itself. When you see Nokia logo (it may be quite dim) and little USB logo on corner of screen, you may RELEASE key U. | ||
| + | 6. Now N900 is in flashable mode. Open terminal on your computer and cd into directory you created earlier (where you saved the flashable images). | ||
| + | 7. First you have to flash eMMC. On command line, run | ||
| + | |||
| + | $ sudo flasher-3.5 -F RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin -f | ||
| + | |||
| + | Replace the filename with the one you downloaded. Do not use -R with this command. That will reboot N900, and it is not recommended in official instructions to reboot between flashing eMMC and flashing Maemo. You should see on command line some messages, and finally you will notice that flashing has ended. | ||
| + | 8. Now you will flash Maemo (kernel and rootfs). On command line, run | ||
| + | |||
| + | $ sudo flasher-3.5 -F RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin -f -R | ||
| + | |||
| + | Replace the filename with the one you downloaded. Now flashing starts and once it is ready, your N900 will reboot itself. When it is rebooting YOU MAY DISCONNECT USB cable. | ||
| + | |||
| + | Now your phone is in “factory state”.\\ | ||
| + | You have Fremantle PR 1.3 in phone, but otherwise all your previous settings and extra applications are gone. | ||
n900-flashen.1345013844.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)