Reply
Thread Tools
Posts: 9 | Thanked: 1 time | Joined on Dec 2008
#231
Originally Posted by Bundyo View Post
The last version of the userspace files is soundless. so if you didn't download them soon, do so.
Got it to work. I made a silly error that I would rather not repeat.

Thanks guys! Works juuust great. Can't wait for a keyboard!

Last edited by soupus; 2008-12-18 at 01:19.
 
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#232
Here is a MicroB vs Android demo. I made this to appease the General in another thread...

http://www.youtube.com/watch?v=RbzuG0HxhEQ
__________________
----------------------------------------------------

www.ezschool.com - The best online educational experience.
 

The Following 6 Users Say Thank You to Thesandlord For This Useful Post:
Posts: 49 | Thanked: 1 time | Joined on Sep 2008
#233
Originally Posted by Thesandlord View Post
Here is a MicroB vs Android demo. I made this to appease the General in another thread...

http://www.youtube.com/watch?v=RbzuG0HxhEQ
How do you get flash in the Android browser? For instance to visit sites like Youtube.
 
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#234
Originally Posted by cyrus View Post
How do you get flash in the Android browser? For instance to visit sites like Youtube.
Not yet, Adobe is working on it. I disabled flash in MicroB.
__________________
----------------------------------------------------

www.ezschool.com - The best online educational experience.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#235
About the keyboard - Solca, there are three patches with overall 5 files and it compiles without a problem, however i discovered that i compiled the normal userspace. How one can include your vendor directory in the compilation?

By the way, the WebKit included in the Android is from February...
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.

Last edited by Bundyo; 2008-12-18 at 06:59.
 
solca's Avatar
Posts: 109 | Thanked: 196 times | Joined on Sep 2008 @ Guatemala
#236
Originally Posted by Bundyo View Post
About the keyboard - Solca, there are three patches with overall 5 files and it compiles without a problem, however i discovered that i compiled the normal userspace. How one can include your vendor directory in the compilation?
Sorry, I couldn't check this and I'm off bed now.

For compiling NITdroid you need (from memory):

$ cd <android_src_dir>
$ . build/envsetup.sh
$ choosecombo
<select device>
<select release>
<select nit>
$ m

m is the alias for make, if you have more cores you can enable parallel compiling with something like 'm -j5' (j5 to fill a quad core).
__________________
NITdroid
 

The Following User Says Thank You to solca For This Useful Post:
Posts: 45 | Thanked: 2 times | Joined on Jan 2008
#237
could someone make a step by step instruction on how to put this on an n810 in noob style?
 
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#238
noob friendly, as in no command line? Ok, because solca has better things to do (like fix the time), I'll do it on the weekend.

But, this is it in a nutshell.

You need:

Linux with gparted plus whatever it wants you to install.
Tablet running Maemo.
Free space on your memory card

First, plug in the tablet. The internel card should pop up as a drive.
Next, open gparted
Then, unmount drive.
Then, shrink the FAT32 partition, create a "unallocated" partition, then create a ext3 partition. so (fat,unallocated,ext3)
Then, copy the tar.bz2 file into the ext3 section
Open a terminal, and "change directory" into the card. Usually "cd /media/disk/"
type "sudo tar -xjvpf rootfs_nitdroid.tar.bz2"
Then, off the tablet and pull the charging cord from the tablet.
Hold down the home and switch buttons, and plug in the charger.
The tablet is now in USB update mode.
Download flasher-3.0
make sure the kernel image is in the same directory as the flasher.
Open terminal, and go to where the flasher is.
type "sudo ./flasher -f -k zImage-nitdroid-n8x0 -R" or "sudo ./flasher-3.0 -f -k zImage-nitdroid-n8x0 -R"

DONE!
__________________
----------------------------------------------------

www.ezschool.com - The best online educational experience.
 

The Following 4 Users Say Thank You to Thesandlord For This Useful Post:
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#239
Originally Posted by soupus View Post
Pycage? How did you get it to work?
Nothing special. I used a card reader to partion a 1 GB SD card (/dev/sdc in my case) with cfdisk on Ubuntu Linux, like this:
1. FAT32 - 512 MB
2. Linux - 256 MB
3. Linux - 256 MB

Then I formatted partition 1 with
Code:
mkfs.vfat /dev/sdc1
and partition 3 with
Code:
mkfs.ext3 /dev/sdc3
Then I pulled out the SD card and put it in the card reader again. The two formatted partitions where mounted automatically. I became root and changed directory to the third partiton. There I extracted the rootfs. Next I unmounted the partitions and put the SD card back into my N800 (internal slot next to the battery).

I connected the switched off N800 with the USB cable to the computer and started the flasher as root:
Code:
flasher-3.0-static -f -k <kernelfile> -R
That's all.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#240
Removed, since looks like its not working
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.

Last edited by Bundyo; 2008-12-18 at 12:21.
 
Reply

Tags
android, nitdroid


 
Forum Jump


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