I don't know if it's been mentioned before or already thought of (there's too many "plz halp" requests in this thread to see and searching returns no results)
Anyway, since the fcamera/fcam source code and API has been released, is it possible to "use" the drivers for that to get the camera working in NITDroid?
I can't program at all myself, just thought it might be useful for those of you who have been doing such a good job so far!
Hey guys.
I've done the whole process but when i tried to boot into nitdroid it just didn't do anything. Tried to boot for a split second and brought me right back to the multiboot screen.
I think this is related to a problem I had where with step 6. The NITDroid-N900-0.0.5-4-Final.tbz2 and nitdroid-kernel-2.6.28-05_final1_armel.deb files in MyDocs. I just decided it simpler to go and manually put them in there and ran again. It came up with this.
Nokia-N900:/and# cd /
Nokia-N900:/# mkdir /and
mkdir: cannot create directory '/and': File exists
Nokia-N900:/# mount -t ext3 -o noatime,rw /dev/mmcblk1p2 /andmount: mounting /dev/mmcblk1p2 on /and failed: Device or resource busy
Nokia-N900:/# cd /home/user/MyDocs
Nokia-N900:/home/user/MyDocs# bzip2 -d NITDroid-N900-0.0.5-4-Final.tbz2
-sh: bzip2: not found
Nokia-N900:/home/user/MyDocs# cd /and
Nokia-N900:/and# tar xvf /home/user/MyDocs/NITDroid-N900-0.0.5-4-Final.tar
tar: can't open '/home/user/MyDocs/NITDroid-N900-0.0.5-4-Final.tar': No such file or directory
Nokia-N900:/and# dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-05_final1_armel.deb
(Reading database ... 38429 files and directories currently installed.)
Unpacking nitdroid-kernel-2.6.28-05 (from .../nitdroid-kernel-2.6.28-05_final1_armel.deb) ...
preinst: Android not found. MUST be mounted on '/and'
dpkg: error processing /home/user/MyDocs/nitdroid-kernel-2.6.28-05_final1_armel.deb (--install):
subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
/home/user/MyDocs/nitdroid-kernel-2.6.28-05_final1_armel.deb
I'm clearly a nub on these things and would appreciate some help. Thanks
Also, I think you need kexec-tools to properly install the multiboot
apt-get install kexec-tools
so, do all the commands up until the mounting of your mmc. see if it mounts properly. if not, retry the mount command until it mounts. then, continue with the rest of the commands