Notices


Reply
Thread Tools
Posts: 23 | Thanked: 3 times | Joined on Oct 2010 @ Canada
#1
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# mkdir -p /and
Nokia-N900:~# mount -o noatime,rw /dev/mmcblk1p2 /and
mount: mounting /dev/mmcblk1p2 on /and failed: Invalid argument
Nokia-N900:~# cd /home/user/MyDocs
Nokia-N900:/home/user/MyDocs# wget http://downloads.nitdroid.com/nitins...ing-world.tbz2
--03:10:19-- http://downloads.nitdroid.com/nitins...ing-world.tbz2
=> `NITDroid-N900-the-flying-world.tbz2.1'
Resolving downloads.nitdroid.com... 64.191.50.69
Connecting to downloads.nitdroid.com|64.191.50.69|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 75,899,753 (72M) [application/octet-stream]

100%[================>] 75,899,753 212.53K/s ETA 00:00

03:14:02 (334.32 KB/s) - `NITDroid-N900-the-flying-world.tbz2.1' saved [75899753/75899753]

Nokia-N900:/home/user/MyDocs# rm -rf /and/*
Nokia-N900:/home/user/MyDocs# bzcat NITDroid-N900-the-flying-world.tbz2 | tar xvC /and
-sh: bzcat: not found
tar: short read
Nokia-N900:/home/user/MyDocs#
Nokia-N900:/home/user/MyDocs# wget http://downloads.nitdroid.com/multib..._0.1_armel.deb
--03:14:59-- http://downloads.nitdroid.com/multib..._0.1_armel.deb
=> `multiboot-extras_0.1_armel.deb.1'
Resolving downloads.nitdroid.com... 64.191.50.69
Connecting to downloads.nitdroid.com|64.191.50.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
03:15:00 ERROR 404: Not Found.

Nokia-N900:/home/user/MyDocs# wget http://downloads.nitdroid.com/multiboot_0.2.5_armel.deb
--03:15:00-- http://downloads.nitdroid.com/multiboot_0.2.5_armel.deb
=> `multiboot_0.2.5_armel.deb.1'
Resolving downloads.nitdroid.com... 64.191.50.69
Connecting to downloads.nitdroid.com|64.191.50.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
03:15:00 ERROR 404: Not Found.

Nokia-N900:/home/user/MyDocs# dpkg -i multiboot*.deb
Selecting previously deselected package multiboot-extras.
(Reading database ... 22480 files and directories currently installed.)
Unpacking multiboot-extras (from multiboot-extras_0.1_armel.deb) ...
Selecting previously deselected package multiboot.
Unpacking multiboot (from multiboot_0.2.5_armel.deb) ...
Setting up multiboot-extras (0.1) ...
dpkg: dependency problems prevent configuration of multiboot:
multiboot depends on kexec-tools (>= 2.0.1.git-maemo3); however:
Package kexec-tools is not installed.
dpkg: error processing multiboot (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
multiboot
Nokia-N900:/home/user/MyDocs#
Nokia-N900:/home/user/MyDocs# Now you need to add a menu entry for Nitdroid in multiboot cd /etc/multiboot.d
-sh: Now: not found
Nokia-N900:/home/user/MyDocs# cat > NITdroid-2.6.28.NIT.05.item << EOF
> ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
> ITEM_KERNEL=2.6.28.NIT.05
> ITEM_MODULES=ext3 fat vfat
> ITEM_DEVICE=\${EXT_CARD}p2
> ITEM_FSTYPE=ext3
> ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
> EOF
Nokia-N900:/home/user/MyDocs#
Nokia-N900:/home/user/MyDocs# rm -rf /and/*
Nokia-N900:/home/user/MyDocs# bzcat NITDroid-N900-the-flying-world.tbz2 | tar xvC /and
-sh: bzcat: not found
tar: short read
Nokia-N900:/home/user/MyDocs#
Nokia-N900:/home/user/MyDocs# mkdir -p /and
Nokia-N900:/home/user/MyDocs# mount -o noatime,rw /dev/mmcblk1p2 /and
mount: mounting /dev/mmcblk1p2 on /and failed: Invalid argument
Nokia-N900:/home/user/MyDocs# cd /home/user/MyDocs
Nokia-N900:/home/user/MyDocs# wget http://downloads.nitdroid.com/nitins...ing-world.tbz2
--03:18:40-- http://downloads.nitdroid.com/nitins...ing-world.tbz2
=> `NITDroid-N900-the-flying-world.tbz2.2'
Resolving downloads.nitdroid.com... 64.191.50.69
Connecting to downloads.nitdroid.com|64.191.50.69|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 75,899,753 (72M) [application/octet-stream]

100%[================>] 75,899,753 559.17K/s ETA 00:00

03:21:52 (385.49 KB/s) - `NITDroid-N900-the-flying-world.tbz2.2' saved [75899753/75899753]

Nokia-N900:/home/user/MyDocs# rm -rf /and/*
Nokia-N900:/home/user/MyDocs# bzcat NITDroid-N900-the-flying-world.tbz2 | tar xvC /and
-sh: bzcat: not found
tar: short read
Nokia-N900:/home/user/MyDocs#
Nokia-N900:/home/user/MyDocs# cd /home/user/MyDocs
Nokia-N900:/home/user/MyDocs#

im really confiused at this moment what the hell is sh and tar????
 
Posts: 58 | Thanked: 6 times | Joined on Nov 2009
#2
you need to enable extras-devel to get those files,,these are required for decompression of tar and zip files.
in order to do so proceed as
1) Enable extras devel,,,,,,,search google you will find it for maemo
2) execute in terminal
root
apt-get -y install wget bzip2 rootsh nano kexec-tools
 
Posts: 23 | Thanked: 3 times | Joined on Oct 2010 @ Canada
#3
ok so i failed. i put extra devel, it upgraded a few applications(multiboot), then bamm!! the phone is bricked. it always gets stuck at the boot menu. anyways i fixed it, but i don't really feel like trying nitdroid again if its going to do this problem.
Can anyone make a video of them downloading and installing nitdroid. I would reallllllllllllllllllllllyyyyy appreciated.
Thanks
 
Posts: 404 | Thanked: 186 times | Joined on Oct 2010 @ Dehradun,India
#4
Originally Posted by mtlsupra View Post
ok so i failed. i put extra devel, it upgraded a few applications(multiboot), then bamm!! the phone is bricked. it always gets stuck at the boot menu. anyways i fixed it, but i don't really feel like trying nitdroid again if its going to do this problem.
Can anyone make a video of them downloading and installing nitdroid. I would reallllllllllllllllllllllyyyyy appreciated.
Thanks
first install bzip and tar-gnu
and then try nitdroid auto installer
 

The Following User Says Thank You to raaj13 For This Useful Post:
Posts: 63 | Thanked: 5 times | Joined on May 2010
#5
i have oc my n900 to 930mhz

but when i switch to android and switch back to maemo

my freq is go back to 600mhz

what what i have to do

thank you

P.S. can i overclock in nitdroid too ?
 
Posts: 1 | Thanked: 0 times | Joined on Nov 2010
#6
even m not also able to install nitandriod

pls guide me with steps
i am not able to find nit andriod in extra devel
i have enabled it but still cant
 
Posts: 404 | Thanked: 186 times | Joined on Oct 2010 @ Dehradun,India
#7
Originally Posted by ing005 View Post
i have oc my n900 to 930mhz

but when i switch to android and switch back to maemo

my freq is go back to 600mhz

what what i have to do

thank you

P.S. can i overclock in nitdroid too ?
whenever you will restart your n900
your phone reverts back to original settings.
if you want to keep your overclock
settings even after reboot you have to make them your default settings.
 
Reply

Tags
not for you, so please stop


 
Forum Jump


All times are GMT. The time now is 09:09.