maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITDroid V2 Help/Tutorial Topic - Updated (https://talk.maemo.org/showthread.php?t=56524)

belaial 2010-08-04 08:56

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by mornage (Post 775112)
Check that the kernel is in boot/multiboot (should be 0.5)

Nokia-N900-02-8:/boot/multiboot# ls -la
drwxr-xr-x 2 root root 240 Dec 30 09:33 .
drwxr-xr-x 3 root root 736 Dec 30 09:33 ..
-rw-r--r-- 1 root root 1743284 Jul 21 13:30 vmlinuz-2.6.28.NIT.05


is what I found in there, I guess that is correct?

mornage 2010-08-04 09:00

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by belaial (Post 775181)
Nokia-N900-02-8:/boot/multiboot# ls -la
drwxr-xr-x 2 root root 240 Dec 30 09:33 .
drwxr-xr-x 3 root root 736 Dec 30 09:33 ..
-rw-r--r-- 1 root root 1743284 Jul 21 13:30 vmlinuz-2.6.28.NIT.05


is what I found in there, I guess that is correct?

Yeah, that's correct. Can you check your item file for me. This is in etc/multiboot.d

You should have one something like NITdroid-2.6.28.NIT.05.item. Make sure that file is there and post the contents for me please?

If is not there, tell me what you do have please.

bonabest 2010-08-04 09:44

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
hi,

I got NITDroid working on my N900, everything was alright... however, after the battery gone while using NITDroid, the phone switched off itself.

strange thing starts here: firstly I tried charge it under NITDroid mode, but it didn't charge; so I switched back to Maemo and charge the battery to FULL, then reboot the phone into NITDroid, problem happens: as soon as I see the main UI, it indicates battery 0% and need to be charged, and the notification light flashing RED. Nothing happen when I connect the charger and phone gone to dead after a few seconds.

I took the battery out and retried a few times, even used another battery from 5800, but all the same: it looks like the NITDroid just remembered the battery status as EMPTY (even after battery recharged FULL under Maemo) and I just cant charge it under NITDroid...

thank you in advance!

mornage 2010-08-04 10:05

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by bonabest (Post 775209)
hi,

I got NITDroid working on my N900, everything was alright... however, after the battery gone while using NITDroid, the phone switched off itself.

strange thing starts here: firstly I tried charge it under NITDroid mode, but it didn't charge; so I switched back to Maemo and charge the battery to FULL, then reboot the phone into NITDroid, problem happens: as soon as I see the main UI, it indicates battery 0% and need to be charged, and the notification light flashing RED. Nothing happen when I connect the charger and phone gone to dead after a few seconds.

I took the battery out and retried a few times, even used another battery from 5800, but all the same: it looks like the NITDroid just remembered the battery status as EMPTY (even after battery recharged FULL under Maemo) and I just cant charge it under NITDroid...

thank you in advance!

Every time I seen an issue like this, a reboot has fixed it. If it doesn't it's likely that some files have not extracted correctly. Follow step 2 in the announce thread to wipe SD card and reinstall.

belaial 2010-08-04 10:17

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by mornage (Post 775183)
Yeah, that's correct. Can you check your item file for me. This is in etc/multiboot.d

You should have one something like NITdroid-2.6.28.NIT.05.item. Make sure that file is there and post the contents for me please?

If is not there, tell me what you do have please.

Sure thing, File is there containing

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

files name is : NITdroid-2.6.28.NIT.05.item

Other files in folder is

Maemo-2.6.28-omap1.item
Maemo-2.6.28.10power37.item
NITdroid-2.6.28.NIT.02.item
NITdroid-2.6.28.NIT.03.item
examples

belaial 2010-08-04 10:18

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by mornage (Post 775222)
Every time I seen an issue like this, a reboot has fixed it. If it doesn't it's likely that some files have not extracted correctly. Follow step 2 in the announce thread to wipe SD card and reinstall.

Yeah, tried, no errors at all, just loops back to the bootmenu again.

DarthLuda 2010-08-04 10:30

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
how to delete the installation files? the installation failed due to insufficent drive space, and now my rootfs seems to be full because i cannot update any programs everytime i try it says not enough free space! help me pleeeaaassee !

mornage 2010-08-04 10:54

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by mornage

Every time I seen an issue like this, a reboot has fixed it. If it doesn't it's likely that some files have not extracted correctly. Follow step 2 in the announce thread to wipe SD card and reinstall.

Yeah, tried, no errors at all, just loops back to the bootmenu again.
This was directed at bonabest

mornage 2010-08-04 10:57

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by DarthLuda (Post 775261)
how to delete the installation files? the installation failed due to insufficent drive space, and now my rootfs seems to be full because i cannot update any programs everytime i try it says not enough free space! help me pleeeaaassee !

Seems like you were in / not /and when you extracted the rootfs. Essentially, you have filled up the mameo root and removing the un-needed files is going to be a right pain as files would have extracted into already existing folders.

Only real way to fix this is re-flash.

mornage 2010-08-04 11:08

Re: [Android] NITDroid V2 Help/Tutorial Topic - Updated
 
Quote:

Originally Posted by belaial (Post 775239)
Sure thing, File is there containing

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

files name is : NITdroid-2.6.28.NIT.05.item

Other files in folder is

Maemo-2.6.28-omap1.item
Maemo-2.6.28.10power37.item
NITdroid-2.6.28.NIT.02.item
NITdroid-2.6.28.NIT.03.item
examples

Well that is all correct too. Strange as I have only seen the boot loop with nitdroid if the kernel hasn't been there or the item file is wrong. Just to check, you are using the most up to date version of multiboot???

If so, I think that something has gone wrong during installing. Remove the kernel from /boot/multiboot and re-do

Code:

dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-05_final1_armel.deb
This will replace the kernel for you so we can see if that was the issue. If this doesn't fix it I think you are going to need to do a full re-install of NITDroid.


All times are GMT. The time now is 12:05.

vBulletin® Version 3.8.8