maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Android (https://talk.maemo.org/forumdisplay.php?f=54)
-   -   The Grand NITDroid Thread - NITDroid ICS Upgrade! (https://talk.maemo.org/showthread.php?t=66459)

ronald122789 2012-01-23 14:23

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by skykooler (Post 1154406)
...If you don't want the red light on. It is because the BMS in Android is not complete yet, so it thinks the battery is dead when it is booting - hence the red light.

what should i do sir skykooler??by the what is BMS and BME??sorry because im a noob..hehe

mornage 2012-01-23 14:29

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by ronald122789 (Post 1154410)
what should i do sir skykooler??

Unless you can fix BME in android, you'll have to live with it.

Just make sure you have a fully charged battery or are charging and it will generally work without the red light.

michaaa62 2012-01-23 14:40

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by universe (Post 1154366)
how to do it? can you give me what should i type in x-terminal?

Put the locale folder into your MyDocs folder, which is N900 if you transfer it from a PC, then:
Code:

sudo gainroot
cp -r /home/user/MyDocs/locale /usr/share/


ronald122789 2012-01-23 15:09

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
michaaa62 can you help me?

the problem is when i boot to android the red led light always blink and always say that my battery is empty..

how can i fix it?please help me..thank you.

Vlad_on_the_road 2012-01-23 16:12

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by panjgoori (Post 1154305)
do it like this ${INT_CARD}p2 (mine is at p2, change ur to p5)

your nitdroid will boot up with card in it.

It works ! Thanks a lot !
Vlad

mornage 2012-01-23 17:14

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by ronald122789 (Post 1154438)
michaaa62 can you help me?

the problem is when i boot to android the red led light always blink and always say that my battery is empty..

how can i fix it?please help me..thank you.

You've been told about this above. If it happens even when you have full power and are charging, I'd suggest you re-install NITDroid.

universe 2012-01-23 23:33

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by michaaa62 (Post 1154419)
Put the locale folder into your MyDocs folder, which is N900 if you transfer it from a PC, then:
Code:

sudo gainroot
cp -r /home/user/MyDocs/locale /usr/share/


i typed this in x-terminal
sudo gainroot
cp -r /home/user/MyDocs/locale-archive /usr/share/

and it come out like this:
cp : cannot stat '/home/user/MyDocs/locale-archive' : No such file or directory

ronald122789 2012-01-24 05:02

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
please instruct me how to install latest nitdroid...

trisha02 2012-01-24 05:36

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
install the new nitdroid auto installer. place the nitdoirdN12 or N14 along with the rc7 kernel and place it in home/user/MyDocs/.nitdroid. then open the auto installer then follow the instructions given

michaaa62 2012-01-24 07:27

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by universe (Post 1154678)
i typed this in x-terminal
sudo gainroot
cp -r /home/user/MyDocs/locale-archive /usr/share/

and it come out like this:
cp : cannot stat '/home/user/MyDocs/locale-archive' : No such file or directory

The folder is named locale and must be named locale inside /usr/share for the N900 to pick up correct localisation again.
May be you first have to copy the complete locale folder to MyDocs for the code to work.

universe 2012-01-24 08:34

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by michaaa62 (Post 1154791)
The folder is named locale and must be named locale inside /usr/share for the N900 to pick up correct localisation again.
May be you first have to copy the complete locale folder to MyDocs for the code to work.

i typed this in x-terminal
sudo gainroot
cp -r /home/user/MyDocs/locale-archive /usr/share/

AND THEN
' /home/user # ' appear. what should i do next?is it success?

i tried reboot. but nothing change. the time still can'y be read.

michaaa62 2012-01-24 09:08

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Did you name the folder really 'locale-archive'? If yes, then
Code:

sudo gainroot
mv /usr/share/locale-archive /usr/share/locale
reboot

Your N900 will reboot, so you better shutdown everything except the X-Terminal window.

GrimyHR 2012-01-24 09:09

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by universe (Post 1154811)
i typed this in x-terminal
sudo gainroot
cp -r /home/user/MyDocs/locale-archive /usr/share/

AND THEN
' /home/user # ' appear. what should i do next?is it success?

if you had read my post in the link i gave you you would see that the file goes to(or is symlinked to) /usr/lib/locale/ and not /usr/share/ so no, I wouldn't count it as success as you didn't do anything... delete the file you copied to /usr/share/ and copy it (or symlink) to where it belongs...

universe 2012-01-24 09:40

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by michaaa62 (Post 1154824)
Did you name the folder really 'locale-archive'? If yes, then
Code:

sudo gainroot
mv /usr/share/locale-archive /usr/share/locale
reboot

Your N900 will reboot, so you better shutdown everything except the X-Terminal window.

after reboot, the time still can't be read. HELP!!!!!!!!

universe 2012-01-24 09:44

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by GrimyHR (Post 1154825)
if you had read my post in the link i gave you you would see that the file goes to(or is symlinked to) /usr/lib/locale/ and not /usr/share/ so no, I wouldn't count it as success as you didn't do anything... delete the file you copied to /usr/share/ and copy it (or symlink) to where it belongs...

actually i didn't copy the file to /usr/share/. And i dunno where the file belongs before i uninstall
Quote:

Originally Posted by universe (Post 1151194)
when using this new nitdroid-installer beta at x-terminal, an error came out asking me whether i want to remove previous nitdroid installed. if yes, i have to reboot the device after that. after reboot, my phone screen application name become weird.for example, calender has become cal_ap_name. what has occurred? HELP!!!!!

Quote:

Originally Posted by michaaa62 (Post 1154843)
Okay
This was my fault!!! :(
I was not aware of the locale-archive file :(
Now
Code:

sudo gainroot
mv /usr/share/locale /usr/lib/locale/locale-archive

It might be necessary to copy the folder i gave you back to /usr/share, but first try a reboot

actually i downloaded the locale-archive from this link http://talk.maemo.org/showthread.php?t=79252. i tried but still cannot read the time.

michaaa62 2012-01-24 09:53

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Okay
This was my fault!!! :(
I was not aware of the locale-archive file :(
Now
Code:

sudo gainroot
mv /usr/share/locale /usr/lib/locale/locale-archive

It might be necessary to copy the folder i gave you back to /usr/share, but first try a reboot

teamer 2012-01-24 11:03

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
nitdroid.com is down ? but why ?

michaaa62 2012-01-24 15:41

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by teamer (Post 1154865)
nitdroid.com is down ? but why ?

http://talk.maemo.org/showpost.php?p...postcount=3944

blackjack4it 2012-01-24 16:09

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Can some dev try again in asking Nokia the GPS driver source code? :( Now they are with Microsoft, I hope that they won't care anymore about their "closed source components" and they'll be more kind with us :(

EDIT: With "source code" I mean the missing part that allow us to communicate with the GPS chip through the modem..If I am not wrong Nemo lack of GPS too because of this..they could unlock two projects (Nemo and Nitdroid) with a piece of code :(

filios 2012-01-24 17:02

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Can someone post a working link to N14 base rootfs?

michaaa62 2012-01-24 17:45

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by filios (Post 1155050)
Can someone post a working link to N14 base rootfs?

http://talk.maemo.org/showpost.php?p...postcount=3954

filios 2012-01-24 19:33

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Something isn't right, but probably it's my fault.
I've downloaded n14_dev_snapshot.tar.bz2 and nitdroid-kernel-2.6.28-07_7-rc7_armel.deb, put them in /home/user/MyDosc/.nitdroid, then I launch the auto-installer. And it's not finding base rootFS.

michaaa62 2012-01-24 19:56

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
For experimental, aka. might be unstable, N14 to install you have to download N12UMay, N12update and N14, plus the kernel. I would suggest to make a local copy of the downloaded archives.

filios 2012-01-24 20:17

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Copy all this files to /home/user/MyDocs/.nitdroid and the installer should work?

://edit: When I put all those files and run the installer, it still doesn't find them, and when it's trying to download the files, it somehow find them, because it adds ".1" to the end of the file.

Sudisk 2012-01-24 23:24

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
The domain nitdroid.com is unreachable. Does anyone have a backup of the required images ?

ronald122789 2012-01-25 02:28

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
please give step to step procedure to install latest nitdroid...thanks

panjgoori 2012-01-25 05:45

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by ronald122789 (Post 1155283)
please give step to step procedure to install latest nitdroid...thanks

download auto-installer from first page of this thread. install it. enable extras devel, testing repo in HAM. Download N12_Umay and rc6 kernel from e-yes nitdroid download page. put these 2 files in MyDocs in N900 and not in anyother folder. run nitdroid installer from maemo menu and it will do the rest for you.

(you cant download those two files (N12_Umay, rc6 kernel) as nitdroid website is down)

edit: if you download new installer put those downloaded folders in /home/user/MyDocs/.nitdroid

edit: see THIS POST for nitdroid file links.

ronald122789 2012-01-25 09:19

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
i do manual and auto install of nitdroid but still when i boot it, the red led light always blink then KABOOM! shutdown...after that i cant reinstall the nitdroid...all i have to do is reflash my whole phone...its so sad that i cant use nitdroid in a nice way.

ronald122789 2012-01-25 10:02

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
does nitdroid drain battery faster even in a standby mode??how many days does it stay awake??im sooooooooo curious=)

teamer 2012-01-25 11:19

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
any manual methods on how to install nitdroid on external mmc ? the main site is offline (at least give us the IP) and i couldn't find anything online !!!

LTman 2012-01-25 14:44

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
hey guys i tried to install n14 manually the same way i installed previous versions of nitdroid except this time i tried to install it to an extra partition on emmc (5gb ) (mmcblk0p4) but when i choose nitdroid from the multiboot menu i just get the animated android logo and it just stays there until battery dies or i remove the battery after that the phone works normally
To install i fromated the partition ext3 extracted the n14 tarball then installed the the rc7 kernel what is wrong
please help guys

vakkov 2012-01-25 17:23

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by LTman (Post 1155508)
hey guys i tried to install n14 manually the same way i installed previous versions of nitdroid except this time i tried to install it to an extra partition on emmc (5gb ) (mmcblk0p4) but when i choose nitdroid from the multiboot menu i just get the animated android logo and it just stays there until battery dies or i remove the battery after that the phone works normally
To install i fromated the partition ext3 extracted the n14 tarball then installed the the rc7 kernel what is wrong
please help guys

you have to untar n14 over n12 installation

rcolistete 2012-01-25 19:50

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by mornage (Post 1154412)
Unless you can fix BME in android, you'll have to live with it.

Just make sure you have a fully charged battery or are charging and it will generally work without the red light.

I have a Nokia N900 with a broken USB connector (2 weeks ago). Now NITDroid (with Android 2.2) boots but the red light blinks, the battery indicator shows it is empty even if it is 100% full, and it turns off in less than 10 seconds.

So : if the USB connector is broken, is it impossible to use NITDroid on Nokia N900 ???

RX-51 2012-01-25 20:24

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Got me the latest NITDroid-Installer_0.2.8-8.deb and installed it, let it run its auto installs. One big package couldn't be d/l it seems.
Additionally got N12_UMay.tar.bz2.tar.bz2.tar.bz2 and nitdroid-kernel-2.6.28-07_7-rc7_armel.deb both in /MyDocs.
It seems no .android folder was created though and reboot gives me the boot manager but can't boot android.
Guess I had to install the N12 obviously, where do I have to unpack it to or what do I have to do after executing the install.deb while nitdroid is not accessible?

Thanks for the help!

michaaa62 2012-01-25 22:23

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
The packages must go into /home/user/MyDocs/.nitdroid
This is where the installer looks for anything to install.

RX-51 2012-01-25 23:06

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by michaaa62 (Post 1155771)
The packages must go into /home/user/MyDocs/.nitdroid
This is where the installer looks for anything to install.

Thanks for your reply! I've created .nitroid in the folder aboves but can't access it (see it) on windows explorer to copy over the files.
Tried to create it again via x-terminal but get a "mkdir: cannot create directory'/home/user/MyDocs/.nitdroid' File exists".
How do I move the files I have in /MyDocs over to the .nitdroid folder?

...tried it via "mv N12_UMay.tat.bz2.tar.bz2.tar.bz2 MyDocs/.nitdroid"
but get a "mv: cannot rename 'N12_UMay.tar.bz2.tar.bz2.tar.bz2': No such file or directory" ??
with "cp" command I get "cp: cannont create 'MyDocs/.nitroid': Path does not exist" :confused:

ronald122789 2012-01-26 01:34

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
can anyone tell me the duration of the battery if your in nitdroid OS??

michaaa62 2012-01-26 09:20

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Warning kind of a rant ahead! :eek:

There are so many errors and mistakes you are making, i do not know where to begin...

First: The folder to use is /home/user/MyDocs/.nitdroid . Always use the full path, unless you are really comfortable with the whole linux file system structure.

Second: Do not work on two systems, like PC and N900, or two tools, like Filebox and X-Terminal applications, to achieve the same goal, unless you are really comfortable with the whole procedure, meaning: Can do the same with manually typed commands.

Third: The file you use must be named N12_UMay.tar.bz2 . If you use some other name, path or command, there will be error messages, that have a meaning. Read them.

If unsure to correct things from here, please delete anything related to nitdroid and start over freshly ;)

panjgoori 2012-01-26 10:27

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
if anyone need rc6 kernel i have uploaded it to mirror creator. CLICK HERE

blackjack4it 2012-01-26 11:11

Re: The Grand NITDroid Thread - NITDroid ICS Upgrade!
 
Quote:

Originally Posted by blackjack4it (Post 1155021)
Can some dev try again in asking Nokia the GPS driver source code? :( Now they are with Microsoft, I hope that they won't care anymore about their "closed source components" and they'll be more kind with us :(

EDIT: With "source code" I mean the missing part that allow us to communicate with the GPS chip through the modem..If I am not wrong Nemo lack of GPS too because of this..they could unlock two projects (Nemo and Nitdroid) with a piece of code :(

...:(.....?


All times are GMT. The time now is 16:36.

vBulletin® Version 3.8.8