[Problème] Multiboot
4 participants
Page 1 sur 1
[Problème] Multiboot
Salut,
J'ai suivi toute la procédure d'installation NITDroid, sans soucis.
Là où j'ai un souci, c'est avec le multiboot. Bon j'ai quelques connaissances sous linux et en code mais rien de très impressionnant.
Après avoir lu le "README" qui se trouve dans le répertoire "multiboot.d", j'ai aussi compris rapidement le fonctionnement d'un fichier ".item". Mais apparement, j'ai pas tout compris vu que mon multiboot ne démarre pas...
J'ai une carte SD, donc j'ai commencé par entrée la commande "ITEM_DEVICE=${INT_CARD}p2"
La première fois (que j'ai rebooté le tel) le menu multiboot est apparu, mais impossible de démarrer sur NITDroid, le choix 2 était vide. Du coup boot sur Maemo 5, choix 1, pas le choix!
Après plusieurs essais, avec et sans carte SD, réinstalation du kernel... RIEN . Impossible de réafficher ce menu multiboot, le tel part direct sous Maemo 5.
Quelq'un peut-il me dire exactement quoi doit se trouver dans le répertoire "multiboot.d", et que contiennent exactement les fichiers qui s'y trouvent, svp ?
Pas besoin de me dire ce qu'il y à dans "README" et le répertoire "examples" ^^.
Voilà, j'espère avoir été clair et ne pas avoir créé un post redondant. J'ai pas trouvé de post à ce sujet ^^!
++
J'ai suivi toute la procédure d'installation NITDroid, sans soucis.
Là où j'ai un souci, c'est avec le multiboot. Bon j'ai quelques connaissances sous linux et en code mais rien de très impressionnant.
Après avoir lu le "README" qui se trouve dans le répertoire "multiboot.d", j'ai aussi compris rapidement le fonctionnement d'un fichier ".item". Mais apparement, j'ai pas tout compris vu que mon multiboot ne démarre pas...
J'ai une carte SD, donc j'ai commencé par entrée la commande "ITEM_DEVICE=${INT_CARD}p2"
La première fois (que j'ai rebooté le tel) le menu multiboot est apparu, mais impossible de démarrer sur NITDroid, le choix 2 était vide. Du coup boot sur Maemo 5, choix 1, pas le choix!
Après plusieurs essais, avec et sans carte SD, réinstalation du kernel... RIEN . Impossible de réafficher ce menu multiboot, le tel part direct sous Maemo 5.
Quelq'un peut-il me dire exactement quoi doit se trouver dans le répertoire "multiboot.d", et que contiennent exactement les fichiers qui s'y trouvent, svp ?
Pas besoin de me dire ce qu'il y à dans "README" et le répertoire "examples" ^^.
Voilà, j'espère avoir été clair et ne pas avoir créé un post redondant. J'ai pas trouvé de post à ce sujet ^^!
++
FeSs76- Membre
Re: [Problème] Multiboot
Salut, je ne pourrais pas trop t'aider malheureusement, j'espère aussi installer NITDROID bientôt mais je sais que la tâche va pas être facile et j'ai pas trouver de tuto super clair et à jour.
Bon courage, anachris
Bon courage, anachris
anachris- Membre
Re: [Problème] Multiboot
Bonjour,
Personne n'a installé NITDroid ?
Si des personnes l'ont fait, aurait-elles la flemme de regarder dans le dossier 'multiboot.d' ?
Snif , moi qui croyais qu'on allait m'aider rapidement...
Je remercie évidement d'avance les ames charitables qui oseraient me venir en aide
Personne n'a installé NITDroid ?
Si des personnes l'ont fait, aurait-elles la flemme de regarder dans le dossier 'multiboot.d' ?
Snif , moi qui croyais qu'on allait m'aider rapidement...
Je remercie évidement d'avance les ames charitables qui oseraient me venir en aide
FeSs76- Membre
multiboot n900
bonjour j'ai un tuto comment installer Nitdroid GingerBread sur nokia N900 mais en anglais si ca vous interesse
1. Firstly You need a Micro SD card 8gb -16gb
2. For this installation you need to Enable all repositories from App Manager.
Enable the following – Extras Testing , Extra Devels , Extras.
3. Now Install rootsh and and leafpad from the App Manager.
4. Now Open The X-terminal and you have to type the following
root
apt-get update
apt-get install nitdroid-installer
y
y again if it asks again.
Now wait for the package to be installed.
5. After this you have to download two files
a. Nitdroid Gingerbread Download from downloads.nitdroid.com/e-yes/gingerbread.tar.bz2
b. Nitdroid kernel Download from downloads.nitdroid.com/nitinstaller/Packages/nitdroid-kernel-2.6.28-06_final1_armel.deb
When you finish downloading both the files Copy them to “/home/user/MyDocs”
*Note path is relative and can change from user to user*
6. After you have successfully copied the files open the x-terminal and type
root
cd /home/user/MyDocs
bzip2 -d gingerbread.tar.bz2
cd /home
mkdir /and
cd /
mount /home /and
cd /and
tar xvf /home/user/MyDocs/gingerbread.tar
dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-06_final1_armel.deb
8. Once done, type “leafpad /etc/multiboot.d/11”
and press tab on your screen and then press Enter to open it in Leafpad.
The .item file shall open.
Search for ITEM_DEVICE and if you are using an MMC then edit it to “ITEM_DEVICE=${INT_CARD}p2″ or if you do not have an MMC then it should look like “ITEM_DEVICE=mmcblk0p2″.
9. Now You have to install two more updates to Patch some Bugs in the OS.
First Is Codec Update Download it from downloads.nitdroid.com/e-yes/gingerbread_update1.tar.bz2
Second is a VOIP update Download it from downloads.nitdroid.com/e-yes/gingerbread_update2.tar.bz2
After downloading both the files Again open X-terminal and type
root
mount /home /and
cd /home/user/MyDocs
bzip2 -d gingerbread_update1.tar.bz2
cd /and
tar xvf /home/user/MyDocs/gingerbread_update2.tar
Make sure you install the updates correctly.
10. After the updates are installed you are done Installing Android Gingerbread On your Nokia n900 . just slide open your keyboard and reboot your phone. you will get a Dual Boot Option screen Select Nitdroid And Unleash the Gingerbread Power.
en esperant que ca vous aide
1. Firstly You need a Micro SD card 8gb -16gb
2. For this installation you need to Enable all repositories from App Manager.
Enable the following – Extras Testing , Extra Devels , Extras.
3. Now Install rootsh and and leafpad from the App Manager.
4. Now Open The X-terminal and you have to type the following
root
apt-get update
apt-get install nitdroid-installer
y
y again if it asks again.
Now wait for the package to be installed.
5. After this you have to download two files
a. Nitdroid Gingerbread Download from downloads.nitdroid.com/e-yes/gingerbread.tar.bz2
b. Nitdroid kernel Download from downloads.nitdroid.com/nitinstaller/Packages/nitdroid-kernel-2.6.28-06_final1_armel.deb
When you finish downloading both the files Copy them to “/home/user/MyDocs”
*Note path is relative and can change from user to user*
6. After you have successfully copied the files open the x-terminal and type
root
cd /home/user/MyDocs
bzip2 -d gingerbread.tar.bz2
cd /home
mkdir /and
cd /
mount /home /and
cd /and
tar xvf /home/user/MyDocs/gingerbread.tar
dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-06_final1_armel.deb
8. Once done, type “leafpad /etc/multiboot.d/11”
and press tab on your screen and then press Enter to open it in Leafpad.
The .item file shall open.
Search for ITEM_DEVICE and if you are using an MMC then edit it to “ITEM_DEVICE=${INT_CARD}p2″ or if you do not have an MMC then it should look like “ITEM_DEVICE=mmcblk0p2″.
9. Now You have to install two more updates to Patch some Bugs in the OS.
First Is Codec Update Download it from downloads.nitdroid.com/e-yes/gingerbread_update1.tar.bz2
Second is a VOIP update Download it from downloads.nitdroid.com/e-yes/gingerbread_update2.tar.bz2
After downloading both the files Again open X-terminal and type
root
mount /home /and
cd /home/user/MyDocs
bzip2 -d gingerbread_update1.tar.bz2
cd /and
tar xvf /home/user/MyDocs/gingerbread_update2.tar
Make sure you install the updates correctly.
10. After the updates are installed you are done Installing Android Gingerbread On your Nokia n900 . just slide open your keyboard and reboot your phone. you will get a Dual Boot Option screen Select Nitdroid And Unleash the Gingerbread Power.
en esperant que ca vous aide
kenywar- Nouveau
Re: [Problème] Multiboot
Merci, c'est ce tuto que j'ai suivi. Je n'avais pas la partie 9 avec les màj...
Mon problème est plutôt de faire booter le téléphone sur le menu multiboot.
De toutes façons, je pense que je vais tout reprendre à zéro quand j'aurai un peu de temps devant moi...
Merci pour ta réponse en tout cas
Mon problème est plutôt de faire booter le téléphone sur le menu multiboot.
De toutes façons, je pense que je vais tout reprendre à zéro quand j'aurai un peu de temps devant moi...
Merci pour ta réponse en tout cas
FeSs76- Membre
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum