The Following User Says Thank You to NullPointerException For This Useful Post: | ||
![]() |
2013-01-12
, 20:56
|
Posts: 2 |
Thanked: 1 time |
Joined on Jan 2013
|
#2
|
Use this tutorial with NitDroid n12_UMay...it's easiest way to install it and works every time without any problem.
My steps:
0. flash device to PR 1.3.1 (21.2011.38-1) and install required software
2. umount /home/user/MyDocs
3. cd /home/user/ && ./fdisk /dev/mmcblk0
4. reboot
5. cd /home/user/ && ./fdisk /dev/mmcblk0
7. mke2fs -L NITDroid -j -m0 /dev/mmcblk0p4
8. reboot
9. copy N12_UMay.tar and nitdroid-kernel-2.6.28-07_7-rc7_armel.deb to /home/user/MyDocs
10. cd / && mkdir /and
11. mount -t ext3 -o noatime,rw /dev/mmcblk0p4 /and
12. cd /and && tar xf /home/user/MyDocs/N12_UMay.tar
13. apt-get install multiboot multiboot-kernel-maemo
14. dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-07_7-rc7_armel.deb
15. leafpad /etc/multiboot.d/11-NITDroid-mmcblk0p4-2.6.28.NIT.07
17. reboot
18. press button 2
19. and now I see only nokia logo. 2, 5, 10 minutes whatever nothing changes. Then I pull out battery and press button 1 to boot maemo.
What I doing wrong?
Last edited by NullPointerException; 2013-01-12 at 15:31.