maemo.org - Talk

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

dj_steve 2010-07-06 23:04

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Nipperoid (Post 743111)
if i put the files in MyDocs/nt

then run it like

cd /
tar xzvf /home/user/MyDocs/nt/bootmenu2.beta2.tar.gz

would this work?

yep.

and yes everything on n900 - does mention that in post lol

maxximuscool 2010-07-06 23:04

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 743113)
nitdroid built to dual boot so no it wont wipe out os, just wipe the contents of microsd.

Sweet!! So it is totally safe to proceed:D But damn i don't have my cable with me. I'm following your wiki page.

dj_steve 2010-07-06 23:10

Re: [Android] NITDroid V2 Development Topic
 
heman info is in post lol.

maxximuscool 2010-07-06 23:12

Re: [Android] NITDroid V2 Development Topic
 
So Can i flash NITDroid from my N900 without using the computer? If so how to flash it to my memory card?

dj_steve 2010-07-06 23:16

Re: [Android] NITDroid V2 Development Topic
 
you may want to wait for autoinstaller update maxximuscool as you seem a bit lost

Nipperoid 2010-07-06 23:18

Re: [Android] NITDroid V2 Development Topic
 
how do i wipe the microsd partition before extraction of rootFS

ie just after mounting sd as /and

maxximuscool 2010-07-06 23:22

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 743125)
you may want to wait for autoinstaller update maxximuscool as you seem a bit lost

Alright, autoinstaller seems like a good idea. And when will that be one :D make sure you include the bootmenu and others necessary stuffs into it. Hopefully we seeing some DSP working soon.

dj_steve 2010-07-06 23:23

Re: [Android] NITDroid V2 Development Topic
 
nipperoid : rm -rf /and/*

Nipperoid 2010-07-06 23:24

Re: [Android] NITDroid V2 Development Topic
 
Thanks Steve

maxximuscool 2010-07-06 23:28

Re: [Android] NITDroid V2 Development Topic
 
Steve,
Does the camera and other smart phone functionality fully working yet?

Nipperoid 2010-07-06 23:33

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by maxximuscool (Post 743136)
Steve,
Does the camera and other smart phone functionality fully working yet?

nah m8

not yet

maxximuscool 2010-07-06 23:36

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Nipperoid (Post 743142)
nah m8

not yet

alright thanks bud. I think i'm going to hold off for a while until autoinstaller and those functions included :D then I'll switch to NITdroid from my Maemo.

Nipperoid 2010-07-06 23:38

Re: [Android] NITDroid V2 Development Topic
 
Steve, how do we overclock the phone while in android

Nipperoid 2010-07-06 23:49

Re: [Android] NITDroid V2 Development Topic
 
The reason i ask if this build has so many fixes, but is like 50% slower than the previous build.

Nipperoid 2010-07-07 00:03

Re: [Android] NITDroid V2 Development Topic
 
Also i cant get wifi to work in Android after several reboots.

blah 2010-07-07 00:17

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Nipperoid (Post 743156)
Also i cant get wifi to work in Android after several reboots.

Same problem here.

hidetoshi777 2010-07-07 00:57

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 743038)
::UPDATE TIME:: :)
This will be added to first post tomorrow also

New RootFS: http://downloads.nitdroid.com/NITDro...oYo-GAPPs.tbz2 | http://files2.nitdroid.com/NITDroid-...oYo-GAPPs.tbz2
Kernel Required: 2.6.28.NIT.02(http://downloads.nitdroid.com/Jay-c/....NIT.02.tar.gz | http://files2.nitdroid.com/zImage-2.6.28.NIT.02.tar.gz)
Kernel Modules Required For Maemo: 2.6.28.NIT.02(http://downloads.nitdroid.com/Jay-c/....NIT.02.tar.gz | http://files2.nitdroid.com/modules-2.6.28.NIT.02.tar.gz)
Recommended Additional Items: Beta2 Bootmenu but Jay-C: http://downloads.nitdroid.com/Jay-c/...2.beta2.tar.gz | http://files2.nitdroid.com/bootmenu2.beta2.tar.gz


Their is a small howto below for getting this running as it is not as simple as previous roots due to Google APPs

--CHANGELOG--
Froyo(2.2) Based
Battery Reporting Broken Currently
Lights and Accell Library(Alpha Ver) From e-yes intergrated
FULL GOOGLE APPS INCLUDING MARKET THAT CAN DOWNLOAD/INSTALL THINGS
Calibrated Touchscreen driver (Thanks again Jay-C)
Updated inits in prep for further gsm/3g dev (not active or useful as yet)
Flash Player IS NOT included by default but should be downloadable from http://www.adobe.com/go/getfp10android after activating device with google accoutn (to enable market access)

All in all this is VERY stable, google apps give no reduction in speed nor do they crash (except once at first boot- see below)

ok now for the howto:

All these steps should be performed on N900
Start off with a open xterm window at root shell or an open ssh connection(ssh is easier to typ in)

1. Install new bootmenu if you chose to use it (highly recommended)

Code:

cd /
wget http://downloads.nitdroid.com/Jay-c/bootmenu2.beta2.tar.gz
tar xzvf bootmenu2.beta2.tar.gz
rm bootmenu2.beta2.tar.gz

2. Download And Install new Kernel Modules
Code:

cd /lib/modules
wget http://downloads.nitdroid.com/Jay-c/modules-2.6.28.NIT.02.tar.gz
tar xzvf modules-2.6.28.NIT.02.tar.gz
rm modules-2.6.28.NIT.02.tar.gz
rm current
ln -fs 2.6.28.NIT.02 current
depmod -a 2.6.28.NIT.02

3. Mount your android partition and install rootfs (this will wipe out previous data so backup anything you want)
Code:

cd /
mkdir and
mount -o noatime,rw /dev/mmcblk1p2 /and
cd /home/user/MyDocs
wget http://downloads.nitdroid.com/NITDroid-N900-0.0.5-1-FroYo-GAPPs.tbz2
bzip2 -d NITDroid-N900-0.0.5-1-FroYo-GAPPs.tbz2
cd /and
tar xvf /home/user/MyDocs/NITDroid-N900-0.0.5-1-FroYo-GAPPs.tar
cd ..
umount /and
rmdir /and

4. flash new kernel:
Code:

cd /home/user/MyDocs
wget http://downloads.nitdroid.com/Jay-c/zImage-2.6.28.NIT.02.tar.gz
tar xzvf zImage-2.6.28.NIT.02.tar.gz
rm System.map-2.6.28.NIT.02

** open up a second xterm window as root and run this **
Code:

softupd -vv -s --local
** switch back to other xterm and continue **
Code:

flasher --local -f -k /home/user/MyDocs/zImage-2.6.28.NIT.02
close both xterm windows once flash completes.

thats the install done. now reboot into your new os :)

few things to mention about this build:

1. On first boot you will get a prompt of what to use to do something, pick setupwizard
2. it will take a short while for device to load far enough to select the item above so be patient
3. once into setup wizard click skip > skip and next all the way. then when it loads up the add account wizard skip that also.
4. SetupWizard will now crash, click close and the android desktop will return.
5. Go setup your wifi (will very likely require a reboot to work)
6. once wifi is up go into market app and wait, the add accoutn wizard will appear and you can now continue through and setup your google account. once it is setup wait and the market will load after a short time


hopefully this is nice and clear and simple :)

sorry for mega post again

I've a problem at point 3

Nokia-N900:/home/user/MyDocs# bzip2 -d NITDroid-N900-0.0.5-1-FroYo-GAPPs.tbz2
-sh: bzip2: not found

and...


Nokia-N900:/and# tar xvf /home/user/MyDocs/NITDroid-N900-0.0.5-1-FroYo-GAPPs.tar
tar: can't open '/home/user/MyDocs/NITDroid-N900-0.0.5-1-FroYo-GAPPs.tar': No such file or directory

______

I can't do last two passage

m0da 2010-07-07 01:00

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by blah (Post 743168)
Same problem here.

me 3
10charlimit

cpate99 2010-07-07 01:15

Re: [Android] NITDroid V2 Development Topic
 
All of this seems way outta my leaguye. When will it be easier?
(a better guide)?

Reffyyyy 2010-07-07 01:22

Re: [Android] NITDroid V2 Development Topic
 
No problems here.

e-yes 2010-07-07 01:24

Re: [Android] NITDroid V2 Development Topic
 
LCD/Keyboard/Led notifications library beta2

http://slil.ru/29438451
MD5: bf46ffcbda5818be9dffae3003cc82cf

copy it to /system/lib/hw/

What's new: led notifications. i tested it on battery low condition (which impossible with 5-1 due to lack of battery status function).

Descalzo 2010-07-07 02:00

Re: [Android] NITDroid V2 Development Topic
 
I also have no wifi. Hmmmmm.

More details: I get several "not responding" errors:
"Process system is not responding."
"Application Settings (in process com.android.settings) is not responding."
"Activity Wi-Fi settings (in application Settings) is not responding."

If I try to add a wifi network manually, it hangs as I press Save, and then I get another error (eventually, it's slow) until I press Cancel.

Scanning never finds anything.

Wifi has to be turned on every time, and it doesn't seem to do any good.

If I leave it alone for too long (don't have an exact time, I was fixing dinner and chasing my kids) it will simply shut itself down.
Also, everything is slower than cold tar going uphill in the wintertime.

Descalzo 2010-07-07 02:02

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by cpate99 (Post 743187)
All of this seems way outta my leaguye. When will it be easier?
(a better guide)?

The guide seems to work, it's just a pain in the butt. I'm sure the autoinstall script will be up in a couple of days.

juandp77 2010-07-07 03:13

Re: [Android] NITDroid V2 Development Topic
 
hi i'm getting this trouble

Nokia-N900:/home/user/MyDocs# bzip2 -d NITDroid-N900-0.0.5-1-FroYo-GAPPs.tbz2
-sh: bzip2: not found

anyone can help me please

m0da 2010-07-07 03:25

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by juandp77 (Post 743237)
hi i'm getting this trouble

Nokia-N900:/home/user/MyDocs# bzip2 -d NITDroid-N900-0.0.5-1-FroYo-GAPPs.tbz2
-sh: bzip2: not found

anyone can help me please

i did "apt-get install bzip2" worked fine after

juandp77 2010-07-07 03:32

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by m0da (Post 743243)
i did "apt-get install bzip2" worked fine after

mercy beaucoup!!!

blah 2010-07-07 03:52

Re: [Android] NITDroid V2 Development Topic
 
It also seems that this new variant of Android has an overclocked Maemo default setting of 250-900.

geneven 2010-07-07 03:54

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Descalzo (Post 743202)
I also have no wifi. Hmmmmm.

More details: I get several "not responding" errors:
"Process system is not responding."
"Application Settings (in process com.android.settings) is not responding."
"Activity Wi-Fi settings (in application Settings) is not responding."

If I try to add a wifi network manually, it hangs as I press Save, and then I get another error (eventually, it's slow) until I press Cancel.

Scanning never finds anything.

Wifi has to be turned on every time, and it doesn't seem to do any good.

If I leave it alone for too long (don't have an exact time, I was fixing dinner and chasing my kids) it will simply shut itself down.
Also, everything is slower than cold tar going uphill in the wintertime.

Also, I get the airplane icon and can't get it to go away. I picked Airplane mode once by accident.

If I try to choose Bluetooth I get a message saying Airplane mode is active, but there isn't a checkmark after Airplane mode.

I can input my network name, security mode and password, but saving never seems to happen.

Scanning DOES find one network, but it belongs to a neighbor (I don't know the password).

ear0wax 2010-07-07 04:13

Re: [Android] NITDroid V2 Development Topic
 
I also have no wifi and manually adding a network doesn't work, I cant even scan.

Abemelek 2010-07-07 04:38

Re: [Android] NITDroid V2 Development Topic
 
when entering "mount -o noatime,we /dev/mmcblk1p2 /and"
i get, "mounting /dev/mcblk1p2 on /and failed: No such file or directory "

any idea?

Man_Utd_4Ever 2010-07-07 04:47

Re: [Android] NITDroid V2 Development Topic
 
Hi guys
i try to install nitdroid for twenty fold and with twenty Micro card. every time an error appear
sometimes this one
"kernel panic "
and sometimes this one
choose bootup option: 2), MMC 9) start a shell.
i try alot of different partition size , different android image , and everything...

plz help me. i love using android and i want try it on my phone

ear0wax 2010-07-07 04:55

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Abemelek (Post 743276)
when entering "mount -o noatime,we /dev/mmcblk1p2 /and"
i get, "mounting /dev/mcblk1p2 on /and failed: No such file or directory "

any idea?

did you "sudo mkdir /and" ?

kennibal 2010-07-07 06:49

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Man_Utd_4Ever (Post 743278)
Hi guys
i try to install nitdroid for twenty fold and with twenty Micro card. every time an error appear
sometimes this one
"kernel panic "
and sometimes this one
choose bootup option: 2), MMC 9) start a shell.
i try alot of different partition size , different android image , and everything...

plz help me. i love using android and i want try it on my phone

Whew.. This also happened to me using the instructions here (using Ubuntu) and in using Linux Mint for wiki.nitdroid.

I make it sure I was able to copy the rootfs to the 2nd partition, and copied exactly what was written bootmenu file.

I reflashed the appropriate zImage-4 kernels for Froyo, and 3 for the previous rootfs. I did that in Ubuntu.

None of them worked as I expected. Have used 3 microSD cards and repartitioned as said in this forum.

Any help will do..

kylepsp 2010-07-07 07:07

Re: [Android] NITDroid V2 Development Topic
 
Guys there's a separate thread for help!

maemosboy 2010-07-07 07:14

Re: [Android] NITDroid V2 Development Topic
 
Maybe it is better make autoinstaller ready and couple time tested that everything what should work it works.(I mean twenty unnecessary post);)

ear0wax 2010-07-07 07:36

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by kennibal (Post 743347)
Whew.. This also happened to me using the instructions here (using Ubuntu) and in using Linux Mint for wiki.nitdroid.

I make it sure I was able to copy the rootfs to the 2nd partition, and copied exactly what was written bootmenu file.

I reflashed the appropriate zImage-4 kernels for Froyo, and 3 for the previous rootfs. I did that in Ubuntu.

None of them worked as I expected. Have used 3 microSD cards and repartitioned as said in this forum.

Any help will do..

go install the new bootmenu posted a page or so back.

dj_steve 2010-07-07 08:17

Re: [Android] NITDroid V2 Development Topic
 
ill try it again over here but wifi *should* work but will require booting it then powering up wifi - it will say unable to scan) then restarting and it should work

Forphucsake 2010-07-07 08:28

Re: [Android] NITDroid V2 Development Topic
 
I got the Unable to scan message after 3 reboots, the settings kept crashing up until that point but even after more restarts still can't get it to find a network.

dj_steve 2010-07-07 08:36

Re: [Android] NITDroid V2 Development Topic
 
hmmm would appear wifi is indeed broke, looking at it niow

maemosboy 2010-07-07 10:47

Re: [Android] NITDroid V2 Development Topic
 
I follow instructions in post 2142 step by steb like scoolboy except kernel flassed via pc and wifi works like charm.


All times are GMT. The time now is 13:50.

vBulletin® Version 3.8.8