maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Android (https://talk.maemo.org/forumdisplay.php?f=54)
-   -   Nitdroid 0.0.8 (https://talk.maemo.org/showthread.php?t=61888)

e-yes 2010-09-07 19:54

Nitdroid 0.0.8
 
http://forum.nitdroid.com/index.php?topic=315.0

First release with GSM/data alpha-quality support.

Dousan 2010-09-07 20:00

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by e-yes (Post 809949)
http://forum.nitdroid.com/index.php?topic=315.0

First release with GSM/data alpha-quality support.

Classic with classic on top :D

Great news e-yes will give it a shot tomorrow :)

atilla 2010-09-07 20:09

Re: Nitdroid 0.0.8
 
great news.im really happy that the nitdroid team is still working on this

Optln 2010-09-07 20:11

Re: Nitdroid 0.0.8
 
Wonderful! I saw that you are preparing for eMMC installation. Will it be installed to an image file like Easy Debian?

gsever 2010-09-07 20:29

Re: Nitdroid 0.0.8
 
Dedicated to Popov, we want one for the Great Lobachevsky :D

Bobbe 2010-09-07 20:32

Re: Nitdroid 0.0.8
 
Guys, is there any detailed instructions on how to do the manual install, for the bold and daring?

I'd really like to try it =)

lohiaprateek 2010-09-07 21:54

Re: Nitdroid 0.0.8
 
can confirm...it is working...

badstraw 2010-09-07 22:13

Re: Nitdroid 0.0.8
 
is there any way to install it on the emmc?

lohiaprateek 2010-09-07 22:21

Re: Nitdroid 0.0.8
 
i'm not too sure on how to do that...running from sd card and yes can confirm GPRS is working

mistman 2010-09-07 22:25

Re: Nitdroid 0.0.8
 
so whos going to brave writing a basic instalation guide for us brave men and women who are willing to give it ago :)

devensega 2010-09-07 22:27

Re: Nitdroid 0.0.8
 
Hey this looks good. Gona heed their warning though and wait for an installer. Phone calls must be just round the corner.

lohiaprateek 2010-09-07 22:34

Re: Nitdroid 0.0.8
 
installation is really simple if you have the previous version running..although i installed via ubuntu so..it was easier for me..format your existing ext3 partition..copy rootfs onto the partition.
Then on the phone on xterm first type sudo gainroot
then mkdir /and
then mount /dev/mmcbkl1p2 /and
then simply run dpkg -i /home/user/MyDocs/.nitroid/nitdroid-ke(press tab it will auto complete the filename)
and press enter.
Reboot select your ooption on multi boot

Clubberlang 2010-09-07 22:37

Re: Nitdroid 0.0.8
 
woot. does google maps work?

badstraw 2010-09-07 22:41

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by lohiaprateek (Post 810084)
installation is really simple if you have the previous version running..although i installed via ubuntu so..it was easier for me..format your existing ext3 partition..copy rootfs onto the partition.
Then on the phone on xterm first type sudo gainroot
then mkdir /and
then mount /dev/mmcbkl1p2 /and
then simply run dpkg -i /home/user/MyDocs/.nitroid/nitdroid-ke(press tab it will auto complete the filename)
and press enter.
Reboot select your ooption on multi boot

That is to install nitdroid on the emmc right?
Can you tell me how to do it step by step please?

lohiaprateek 2010-09-07 22:55

Re: Nitdroid 0.0.8
 
that is to install on sdcard not emmc..

mistman 2010-09-07 22:58

Re: Nitdroid 0.0.8
 
Is there anyway to copy the rootfs to ext3 partion from within maemo as running windows pc so no accsess to that partion

thanks.

Bobbe 2010-09-07 23:09

Re: Nitdroid 0.0.8
 
This is to install it in the memory card, IF you have already installed older versions through nitdroid-installer before.

Booting the new version as I write this. The new Bootsplash looks awesomely professional. AMAZING work!

I've been looking at some ways to repartition the N900 eMMC, and it seems quite the complicated affair. Hope it gets to its prime time before too long. Want to see this thing blazing through! =))

Already donated to the project (not much, but hey, I'm a freelance translator! not swimming in money here), but I'm seriously considering donating again. The kick-assness of this is just brilliant.

EDIT: just noticed the bootsplash is the android default one. Small excitement-driven optical illusion there made me think that they had nitdroid to look exactly like android in the bootscreen (which in my mind kinda looked amazing).

Bobbe 2010-09-07 23:31

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by mistman (Post 810101)
Is there anyway to copy the rootfs to ext3 partion from within maemo as running windows pc so no accsess to that partion

thanks.

I did

Code:

mkfs.ext3 /dev/mmcblk1p2
mkdir /and
mount /dev/mmcblk1p2 /and
bunzip2 /path/to/your/.bz2/file

This last one makes the image file become a .tar. Then I did
Code:

tar -xvf /path/to/your/.tar -C /and
This copied the rootfs to that partition. I'm of course assuming you already have your memory card partitioned to go. The .bz2 file is obviously the rootfs image you downloaded from the nitdroid forum page.

Bobbe 2010-09-07 23:34

Re: Nitdroid 0.0.8
 
Guys I can't turn off Airplane mode (even though I don't remember turning it on).

Already tried the instructions at the Nitdroid Forum FAQ.

Anybody having the same problem?

combiochem 2010-09-07 23:50

Re: Nitdroid 0.0.8
 
It works great! really appreciate the progress!

sophocha 2010-09-08 00:46

Re: Nitdroid 0.0.8
 
wow....it looks like phone calls,camera app ,and gps will be a reality in the future.I`ll wait for the installer as well.

jakiman 2010-09-08 00:51

Re: Nitdroid 0.0.8
 
I've extracted the tar to the /and mounted /dev/mmcblk1p2.
But it doesn't boot up. I just get a white line on the top left corner.
And it just sits there forever it seems. =(

combiochem 2010-09-08 00:57

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by jakiman (Post 810146)
I've extracted the tar to the /and mounted /dev/mmcblk1p2.
But it doesn't boot up. I just get a white line on the top left corner.
And it just sits there forever it seems. =(

For the first time, I got the same error. So I've followed lohiaprateek's instruction.
1. reformat /dev/mmcblk1p2
2. mount into /and
3. extract tar
4. run dpkg -i /home/user/MyDocs/.nitroid/nitdroid-ke(press tab it will auto complete the filename)

I hope it helps

combiochem 2010-09-08 01:02

Re: Nitdroid 0.0.8
 
Anyone has problems with 3G connection?
I can get EDGE speed with T-mobile in US but cannot get the 3G speed...

F2thaK 2010-09-08 01:03

Re: Nitdroid 0.0.8
 
Changelog:

- calls (Don't try it - WITHOUT VOICE YET!)

dj_steve 2010-09-08 01:09

Re: Nitdroid 0.0.8
 
Android will think you have edge but a speedtest should show 3g/hspa speeds but this needs confirmijg.. the reporting is just broken

combiochem 2010-09-08 01:19

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by dj_steve (Post 810157)
Android will think you have edge but a speedtest should show 3g/hspa speeds but this needs confirmijg.. the reporting is just broken

Thanks for the tip. I can confirm it's 3G not EDGE even though it's showing EDGE, as you mentioned

dj_steve 2010-09-08 01:22

Re: Nitdroid 0.0.8
 
Can people post speedtest results for reference please to help confirm device switches bands ok

moepda 2010-09-08 01:23

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by Bobbe (Post 810114)
I did

Code:

mkfs.ext3 /dev/mmcblk1p2
mkdir /and
mount /dev/mmcblk1p2 /and
bunzip2 /path/to/your/.bz2/file

This last one makes the image file become a .tar. Then I did
Code:

tar -xvf /path/to/your/.tar -C /and
This copied the rootfs to that partition. I'm of course assuming you already have your memory card partitioned to go. The .bz2 file is obviously the rootfs image you downloaded from the nitdroid forum page.


worked but run out of space to extract !!! gotta do some cleaning !!

got extracted etc etc but now same as jakiman get stuck with little white _

saw brief message missing kernal 6 or similar ?

can some kind soul upload/link to /boot and etc/multiboot.d ? think the problem lies there...

fahadj2003 2010-09-08 02:20

Re: Nitdroid 0.0.8
 
can someone tell me how to disable airplane mode?
cant access network features
and its preinstalled on airplane mode :S

Airtux 2010-09-08 05:04

Re: Nitdroid 0.0.8
 
my nitdroid is in airplane mode... the disable airplane button is not works...

ryanl33x1511 2010-09-08 05:36

Re: Nitdroid 0.0.8
 
me too..can nay one help ? right moment enter the APN setting then save..it start in airplane mode...

bunanson 2010-09-08 05:45

Re: Nitdroid 0.0.8
 
1) ignore the icon if you can get online.
2) it does NOT come pre-installed with airplane mode. It is accidentally hit when trying to set wifi
3) power>airplane mode disable

Or try this one to get out of airplane mode, http://forum.nitdroid.com/index.php?topic=118.0

if failed, re-install.

bun

ryanl33x1511 2010-09-08 06:32

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by bunanson (Post 810295)
1) ignore the icon if you can get online.
2) it does NOT come pre-installed with airplane mode. It is accidentally hit when trying to set wifi
3) power>airplane mode disable

Or try this one to get out of airplane mode, http://forum.nitdroid.com/index.php?topic=118.0

if failed, re-install.

bun

i didnt click on airplane mode or antyhing, it booted in with signal fine but when i enter the APN setting it automatic set to X bar then airplanmode , tried ur method and same problem occur again... tried reformat partition and still have the problem...maybe im in ATT ?

jakiman 2010-09-08 09:38

Re: Nitdroid 0.0.8
 
I can get GSM working (receive calls) but how do I get 3G Data working?
If I go to mobile APN settings, it just shots blank screen.
How do I set it to what I want? I'm with Three so it needs to be 3netaccess.

dj_steve 2010-09-08 10:04

Re: Nitdroid 0.0.8
 
add the apn (nitdroid hasn got apn setting by default yet.) menu > add apn

ill be updating the installer today hopefully

Jaco2k 2010-09-08 10:47

Re: Nitdroid 0.0.8
 
Quote:

Originally Posted by dj_steve (Post 810455)
add the apn (nitdroid hasn got apn setting by default yet.) menu > add apn

ill be updating the installer today hopefully

When you update the installer, can we download the updated package run installer again or will it be more involved? Should the previous installation be removed?

dj_steve 2010-09-08 10:48

Re: Nitdroid 0.0.8
 
the installer wipes the microsd by default anyway. so it should just be a matter of rerunning the installer.

winet05 2010-09-08 13:00

Re: Nitdroid 0.0.8
 
wow this is amazing progress.. i'll wait for the installer to try it out.

cenwesi 2010-09-08 13:01

Re: Nitdroid 0.0.8
 
why wait, there is already instruction there... just follow it and it will work. You don't have to be a linux guru to REALLY get this working.


All times are GMT. The time now is 03:56.

vBulletin® Version 3.8.8