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

Reply
Thread Tools
forsagar's Avatar
Posts: 64 | Thanked: 65 times | Joined on May 2011 @ india
#3671
I tried to install using Method 1 At the end of this method XT shows me succesfully installed and press 2 after restarting device.

But android is not booting up and I am getting this problem in maemo. I think all system text is changed.

Help me how to solve this problem ? Please don't suggest me to flash my device bcoz I never Flash my device and I don't want to flash.
Attached Images
   
 
Posts: 115 | Thanked: 98 times | Joined on Aug 2011
#3672
Originally Posted by forsagar View Post
I tried to install using Method 1 At the end of this method XT shows me succesfully installed and press 2 after restarting device.

But android is not booting up and I am getting this problem in maemo. I think all system text is changed.

Help me how to solve this problem ? Please don't suggest me to flash my device bcoz I never Flash my device and I don't want to flash.
I've read from someone's post/website/blog experienced this problem too! This problem happened after he used move rootfs script to free up rootfs space, but he reflashed his device to solve this.
I think this is locale problem. You can try reinstall locales from XTerm.
Code:
apt-get install --reinstall locales
Or you can try to change the device language from Language & Region settings.
 
forsagar's Avatar
Posts: 64 | Thanked: 65 times | Joined on May 2011 @ india
#3673
Originally Posted by AWasisto View Post
I've read from someone's post/website/blog experienced this problem too! This problem happened after he used move rootfs script to free up rootfs space, but he reflashed his device to solve this.
I think this is locale problem. You can try reinstall locales from XTerm.
Code:
apt-get install --reinstall locales
Or you can try to change the device language from Language & Region settings.
this is not helping me and gives this error.
Code:
After this operation, 11.6MB of additional disk space will be used.
Get:1 https://downloads.maemo.nokia.com ./ locales 2.5.1-1eglibc27+0m5 [4292kB]
Fetched 4292kB in 8min23s (8517B/s)                                           
Selecting previously deselected package locales.
(Reading database ... 45317 files and directories currently installed.)
Unpacking locales (from .../locales_2.5.1-1eglibc27+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/locales_2.5.1-1eglibc27+0m5_armel.deb (--unpack):
 trying to overwrite `/usr/lib/locale', which is also in package posix-locales
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/locales_2.5.1-1eglibc27+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
__________________
Sharing keyboard and mouse application synergy to control N900 by Pc's keyboard and mouse Click here to know how ?
 
Posts: 24 | Thanked: 1 time | Joined on Apr 2010
#3674
Hi!
I installed by using method 1 and everything is good.
But now I'm stuck at the welcome screen that tells me to sign in with your Google Account...how do I connect to the internet? I don't have wi-fi around me this time. How do I turn on the mobile network and use HSDPA to connect the internet?
 
Posts: 115 | Thanked: 98 times | Joined on Aug 2011
#3675
Here is my way to install N14:

1. Unpack N12 archive!
2. Install latest kernel!
3. Boot N12 and skip the wizard!
4. Delete 'data' and 'system' folder! (as e-yes suggested)
5. Unpack N14 archive!
6. Boot N14! It will shows "Upgrading Android".
7. Enjoy!


I can use it only in the first time I boot N14. After that, I'm stucked at flashing "android" word and never reached the homescreen. Now I'm using my N12 with 2.3.7 update. This is the most stable version I think. I suggest everybody to use this version!
I suggest you to boot N12 first before you install any updates! I feel NITDroid works more stable!
 

The Following User Says Thank You to AWasisto For This Useful Post:
Posts: 56 | Thanked: 6 times | Joined on Apr 2011 @ Israel
#3676
Originally Posted by pablocrossa View Post
You will probably have to edit /etc/fstab or /etc/mtab from maemo so that they are accessible from android and then mount them from the terminal and access them with a file manager... I imagine at least
Can you tell me exactly what to write? I'm afraid to mess and screw it up so re-flash might be required.
 
Posts: 115 | Thanked: 98 times | Joined on Aug 2011
#3677
Originally Posted by forsagar View Post
this is not helping me and gives this error.
Code:
After this operation, 11.6MB of additional disk space will be used.
Get:1 https://downloads.maemo.nokia.com ./ locales 2.5.1-1eglibc27+0m5 [4292kB]
Fetched 4292kB in 8min23s (8517B/s)                                           
Selecting previously deselected package locales.
(Reading database ... 45317 files and directories currently installed.)
Unpacking locales (from .../locales_2.5.1-1eglibc27+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/locales_2.5.1-1eglibc27+0m5_armel.deb (--unpack):
 trying to overwrite `/usr/lib/locale', which is also in package posix-locales
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/locales_2.5.1-1eglibc27+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
Ok, take another way! (Caution! I think this way is a bit dangerous!)
Code:
sudo gainroot
apt-get clean
apt-get install --reinstall -d locales
cd /var/cache/apt/archives
dpkg -i --force-all *.deb
apt-get clean
 
Posts: 115 | Thanked: 98 times | Joined on Aug 2011
#3678
Originally Posted by Andre Franc View Post
Hi!
I installed by using method 1 and everything is good.
But now I'm stuck at the welcome screen that tells me to sign in with your Google Account...how do I connect to the internet? I don't have wi-fi around me this time. How do I turn on the mobile network and use HSDPA to connect the internet?
Skip it! You can set it up later.

Originally Posted by anthonie View Post
arora,

Bypass the Android setup wizard by touching the screen´s four corners.

http://www.youtube.com/watch?v=L5XjF6sPef4
 

The Following 3 Users Say Thank You to AWasisto For This Useful Post:
forsagar's Avatar
Posts: 64 | Thanked: 65 times | Joined on May 2011 @ india
#3679
Originally Posted by AWasisto View Post
Ok, take another way! (Caution! I think this way is a bit dangerous!)
Code:
sudo gainroot
apt-get clean
apt-get install --reinstall -d locales
cd /var/cache/apt/archives
dpkg -i --force-all *.deb
apt-get clean
Done this step but problem is still not resolved. Is there any other way ? Thanks for your helps.
__________________
Sharing keyboard and mouse application synergy to control N900 by Pc's keyboard and mouse Click here to know how ?
 
ibrakalifa's Avatar
Posts: 1,583 | Thanked: 1,203 times | Joined on Dec 2011 @ Everywhere
#3680
everybody says they have nitdroid on mmcblk0p2 or mmcblk0p5, but i have it on mmcblk1p2 and work like a charm,

http://www.youtube.com/watch?v=-EGDQ...ature=youtu.be
 

The Following User Says Thank You to ibrakalifa For This Useful Post:
Reply

Tags
community win, mor*nicindians, nitdroid


 
Forum Jump


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