Poll: Have you successfully installed Nitdroid by now?
Poll Options
Have you successfully installed Nitdroid by now?

Reply
Thread Tools
Posts: 427 | Thanked: 160 times | Joined on Nov 2009
#1701
here ya go, second post down (mido)

works like a charm

http://talk.maemo.org/showthread.php?t=67866&page=2

Originally Posted by Temporal View Post
Hi, sorry if I'm being lazy, but if someone remember, can someone say (or point me to the post with the explanation) what will happen if I try to install Gingerbread while I already have Power Kernel installed? I mean, will anything bad happen, can somewhat, should be as good as with the stock kernel (I'm afraid that while booting, something bad can happen like not recognizing kernels or something)?

Thank you!
__________________
Please vote for the following bug:
Media player should play audio tracks continuously (gapless playback)
 

The Following User Says Thank You to jerryfreak For This Useful Post:
Posts: 94 | Thanked: 3 times | Joined on Jul 2010
#1702
i'm not sure if i have successfully updated to 0.0.9 (i manually installed it on my memory card, but it didn't indicate any form of success), but i think based on questions, you guys can tell me right which version i have?

1. can the main menu rotate landscape? the rest of the applications can, but the main menu doesn't rotate.

2. when does the vibration work? in my phone it kicks in whenever i hold the power button and when i type on the onscreen keyboard.

3. why can't i disable the airplane mode? i'm using my N900 offline (no sim card), so will it automatically activate to airplane mode whenever there's no sim card?

4. why does the browser keep crashing?
 
Posts: 14 | Thanked: 3 times | Joined on Nov 2009
#1703
It says in the instructions

Nitdroid 0.0.9:
http://downloads.nitdroid.com/e-yes/...-0.0.9.tar.bz2

OR

Nitdroid Gingerbread:
http://downloads.nitdroid.com/e-yes/gingerbread.tar.bz2

Whats the difference?
 
Posts: 25 | Thanked: 5 times | Joined on Sep 2010 @ Italia
#1704
I've got nitdroid gingerbread fully working on my sd card but is pretty slow, how can i transport it to the emmc?
thx
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1705
Originally Posted by quackers View Post
It says in the instructions

Nitdroid 0.0.9:
http://downloads.nitdroid.com/e-yes/...-0.0.9.tar.bz2

OR

Nitdroid Gingerbread:
http://downloads.nitdroid.com/e-yes/gingerbread.tar.bz2

Whats the difference?
Gingerbread is the latest build of Nitdroid based on android Gingerbread, and 0.0.9 is the latest build of froyo Nitdroid.
 
Posts: 25 | Thanked: 5 times | Joined on Sep 2010 @ Italia
#1706
Originally Posted by Supersimo88 View Post
I've got nitdroid gingerbread fully working on my sd card but is pretty slow, how can i transport it to the emmc?
thx
I've read someone that mention thee step 7 but ther is nothing like any step 7 ine the first post guide
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1707
Originally Posted by Supersimo88 View Post
I've got nitdroid gingerbread fully working on my sd card but is pretty slow, how can i transport it to the emmc?
thx
Code:
root
mount /dev/mmcblk1p2 /and
cp -rp /and/* /home
leafpad /etc/multiboot.d/11 (then tap the tab button, .item file will show, hit enter to open it in Leafpad).
Edit .item file to look like this:
ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.06"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3 fat vfat
ITEM_DEVICE=${INT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
EOF
 
Posts: 427 | Thanked: 160 times | Joined on Nov 2009
#1708
i just deleted 0.0.8 and installed gingerbread followed by mido's backupmenu-multiboot_0.11

installed on emmc

both the stock and power46 kernels boot fine but upon booting android i get the
Code:
root filesystem mmcblk0p2 not available
guru meditation (blah blah blah)
my item file looks like:

Code:
ITEM_NAME="NITDroid 2.6.28.NIT.06 on mmcblk0p2"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3 
ITEM_DEVICE=mmcblk0p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro
all searchs ive done point to this file as the problem, but ive checked it and it seems ok. any tips?
__________________
Please vote for the following bug:
Media player should play audio tracks continuously (gapless playback)

Last edited by jerryfreak; 2011-02-12 at 04:00.
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#1709
Hey.
It looks OK (for booting Nitdroid without EXTCARD installed), but I assume You do have an SD card in Your device?
Then try changing this line
ITEM_DEVICE=mmcblk0p2
to
ITEM_DEVICE=${INT_CARD}p2


And I do see other difference, but not sure about their responsibility. Please see my files (all working):

~ $ cat /etc/multiboot.d/10-NITDroid-mmcblk0p2-2.6.28.NIT.06.item
ITEM_NAME="NITDroid 2.6.28.NIT.06 on mmcblk0p2"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3 fat vfat
ITEM_DEVICE=${INT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3

~ $ cat /etc/multiboot.d/100-NITDroid-mmcblk0p2-noSD-2.6.28.NIT.06.item
ITEM_NAME="NITDroid 2.6.28.NIT.06 on mmcblk0p2 no SD"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3 fat vfat
ITEM_DEVICE=mmcblk0p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3

~ $ cat /etc/multiboot.d/11-NITDroid-mmcblk1p2-2.6.28.NIT.06.item
ITEM_NAME="NITDroid 2.6.28.NIT.06 on mmcblk1p2"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3
ITEM_DEVICE=${EXT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro

Last edited by peterleinchen; 2011-02-13 at 21:07.
 
Posts: 427 | Thanked: 160 times | Joined on Nov 2009
#1710
i do have an sd card in there, but i (thought i) installed it to emmc using the instructions on the first page. the other 0.0.8 install worked fine on emmc, and i have another n900 with 0.0.9 on the emmc as well. cant remember if i had the card i when i installed nitdroid on those though
__________________
Please vote for the following bug:
Media player should play audio tracks continuously (gapless playback)
 
Reply

Tags
community win, mor*nicindians, nitdroid


 
Forum Jump


All times are GMT. The time now is 17:40.