maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE and Titan power45! (https://talk.maemo.org/showthread.php?t=61338)

abhideva 2010-10-30 11:53

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
hi guys i have done everything but i am unable to download nitdroid kernel here , this is what it says ...

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.

~ $ sudo gainroot
Root shell enabled


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.

/home/user # wget http://downloads.nitdroid.com/nitdro...nal1_armel.deb
--17:14:55-- http://downloads.nitdroid.com/nitdro...nal1_armel.deb
=> `nitdroid-kernel-2.6.28-05_final1_armel.deb'
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
17:14:59 ERROR 404: Not Found.

/home/user # dpkg -i nitdroid*deb
dpkg: error processing nitdroid*deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
nitdroid*deb
/home/user #

help needed .... i am getting the message unable to flash kenel when i select nitdroid in the multiboot menu ....

abhideva 2010-10-30 12:12

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
someone answer me ....

clovis86 2010-10-30 14:59

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Quote:

Originally Posted by abhideva (Post 857495)
hi guys i have done everything but i am unable to download nitdroid kernel here , this is what it says ...

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.

~ $ sudo gainroot
Root shell enabled


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.

/home/user # wget http://downloads.nitdroid.com/nitdro...nal1_armel.deb
--17:14:55-- http://downloads.nitdroid.com/nitdro...nal1_armel.deb
=> `nitdroid-kernel-2.6.28-05_final1_armel.deb'
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
17:14:59 ERROR 404: Not Found.

/home/user # dpkg -i nitdroid*deb
dpkg: error processing nitdroid*deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
nitdroid*deb
/home/user #

help needed .... i am getting the message unable to flash kenel when i select nitdroid in the multiboot menu ....

you gotta use the auto installer
add repository extra-devel in your repository and update your packages
you should find now nitdroid-installer

kopele 2010-10-30 15:31

Re: Nitdroid today, auto-installer and 1st impression
 
Quote:

Originally Posted by abhideva (Post 857305)
hi guys , i have been following the steps given below but when i type the 3rd command , this is the situation .....


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.

~ $ sudo gainroot
Root shell enabled


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.

/home/user # umount /dev/mmcblk1p1
/home/user # sfdisk -uM /dev/mmcblk1 << EOF
> ,<6100>,C
> ,,L
> ,,
> ,,
> EOF
Checking that no-one is using this disk right now ...
OK

Disk /dev/mmcblk1: 243328 cylinders, 4 heads, 16 sectors/track
Old situation:
Warning: The partition table looks like it was made
for C/H/S=*/96/22 (instead of 243328/4/16).
For this listing I'll assume that geometry.
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 4 7603 7600 7782400 b W95 FAT32
start: (c,h,s) expected (3,84,9) found (0,130,3)
end: (c,h,s) expected (1023,95,22) found (969,95,22)
/dev/mmcblk1p2 0 - 0 0 0 Empty
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
trailing junk after number

sfdisk: bad input

help needed , i have tried the auto-installer but its getting stuck at
FORMATTING /dev/mmcblk1p2 .....
help needed .....

Check /home/user/MyDocs/.nitdroid/installer.log to see why the autoinstaller failed. If you want to partition your sd card before starting the installer (it may help) remove the angle brackets(<>) in the sfdisk command you're using:
Code:

sfdisk -uM /dev/mmcblk1 << EOF
> ,6100,C
> ,,L
> ,,
> ,,
> EOF
umount /dev/mmcblk1p1
mkdosfs  /dev/mmcblk1p1
mke2fs -L NITDroid -j -m0 /dev/mmcblk1p2


ing005 2010-10-30 16:28

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Why I can't connect wifi , What i have to do ?

I'm a newbie

bunanson 2010-10-30 21:15

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Quote:

Originally Posted by ing005 (Post 857635)
Why I can't connect wifi , What i have to do ?

I'm a newbie

menu>setting>wifi>turn it ON.

bun

ing005 2010-10-31 05:06

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Quote:

Originally Posted by bunanson (Post 857894)
menu>setting>wifi>turn it ON.

bun

I try it but it can't connect to my wifi

Beatty 2010-10-31 05:33

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Do you use MAC address filtering? If so, NITDroid won't work with it.

e-yes 2010-10-31 10:08

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Quote:

Originally Posted by Beatty (Post 858131)
Do you use MAC address filtering? If so, NITDroid won't work with it.

Wi-Fi MAC-address fixed since 0.0.7 (wireless world). But for necro-version 0.0.5-final1 it's true, yea.

ing005 2010-10-31 10:13

Re: Nitdroid today, auto-installer and 1st impression and 0.0.8 installation AND PR 1.3 UPGRADE!
 
Oh sorry you guys

i just type wrong password :p


All times are GMT. The time now is 20:52.

vBulletin® Version 3.8.8