maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Tutorial] MeeGo on N8x0 (https://talk.maemo.org/showthread.php?t=66669)

tuliobaars 2010-12-06 23:06

[Tutorial] MeeGo on N8x0
 
MeeGo

This is beta, so, very INSTABLE

http://ttablet.net/wp-content/upload...ne-213x300.jpg

I know there are so many people that want to test MeeGo UX on their tablet, so i wrote this tutorial.

This can be used natively only on UNIX-based PCs (Linux and Mac). For windows machines, I recommend the installation of andLinux (For integration between Linux into a Windows PC) or a Full-working VM with Linux.

Read this before anything

  • Do it calm, and read it all BEFORE doing something with your tablet;
  • Create a backup;
  • I'm NOT responsable for what you do with your tablet;
  • I'm NOT responsable for your frustation or waste of time.

Requisites:
  • Nokia N8x0 Internet Tablet;
  • A Linux-powered PC (Ubuntu prefered) or an installation of andLinux on a Windows machine;
  • A Stable Internet Connection;
  • Memory card (Can be used with the N810 Internal);
  • PV command at Linux - To install in Ubuntu: sudo apt-get install pv

First, download all this files into your PC:

- Meego Kernel for N810;
- For N800 devices, check out this kernel: http://rapidshare.com/files/435782847/zImage
- MeeGo RootFS;
- Flasher

Torrent for RootFS

Note: Download it all to your user folder, mine is /home/tuliobaars/.

First pass: Installing the RootFS:

Connect your tablet into PC using the USB cable and wait for it recognition. So enter:

Quote:

dmesg
You should see something like that:

Quote:

[ 813.234547] scsi 5:0:0:1: Direct-Access Nokia N810 031 PQ: 0 ANSI: 2
[ 813.255419] sd 5:0:0:0: [sdc] 3981312 512-byte hardware sectors (2038 MB)
[ 813.258428] sd 5:0:0:0: [sdc] Write Protect is off
[ 813.258445] sd 5:0:0:0: [sdc] Mode Sense: 0f 00 00 00
[ 813.258453] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 813.267416] sd 5:0:0:0: [sdc] 3981312 512-byte hardware sectors (2038 MB)
[ 813.270419] sd 5:0:0:0: [sdc] Write Protect is off
[ 813.270435] sd 5:0:0:0: [sdc] Mode Sense: 0f 00 00 00
[ 813.270442] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 813.270464] sdc: sdc1
[ 813.281546] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 813.281842] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 813.292614] sd 5:0:0:1: [sdd] Attached SCSI removable disk
[ 813.292747] sd 5:0:0:1: Attached scsi generic sg3 type 0
Take a closer look:

Quote:

[ 813.270464] sdc: sdc1
This is your Internal SD Card.

Be 100% sure that this is the correct card. So, in Linux Terminal, go to the folder you've downloaded the files:

Quote:

cd /home/tuliobaars/
Inside the folder you've downloaded the files, to uncompress the MeeGo RootFS, run:

Quote:

bzcat rootfs.tar.bz2 | pv | sudo dd bs=4096 of=/dev/sdc1
You should see something like that:

Quote:

328356+0 records in
328356+0 records out
1344946176 bytes (1.8 GB) copied, 105.625 s, 12.7 MB/s

So, we just need to flash with the MeeGo Kernel! Let's go...

Still in the downloads folder, run:

Quote:

flasher-3.5 -f -k kernel-meego -l -R
Flash normally the Tablet and wait for the reboot, so you should see a black screen, with some words, wait a few moments and you would see the MeeGo UX Loading.

I hope this is something usable, for me worked.

Regards

Of course this is not quite stable and fast, its in development, so, don't expect something ready for everyday use. I've advised.

Original Tutorial (Portuguese) in my Maemo Blog, TTablet.

A BIG Thank to RuishNIT, he wrote this tutorial, at least a part of it, in Portuguese, as I've posted the Link.
Thanks too to the user "Rlinfati", he compiled this N800 kernel correctly patched.

lma 2010-12-07 07:35

Re: [Tutorial] MeeGo on N8x0
 
BTW, non-deb/non-i386/non-Linux flashers are available in the official place, and pv isn't strictly necessary so don't despair if you don't have it.

tuliobaars 2010-12-07 16:19

Re: [Tutorial] MeeGo on N8x0
 
Yeah, I've posted the Flasher for Linux cause I didn't have a cool experience with the flasher for Windows (Not the NSU one)

joppu 2010-12-07 16:23

Re: [Tutorial] MeeGo on N8x0
 
How's the performance? Judging by the horrendous slowdowns on N900, N8x0 can't be even barely usable.

tuliobaars 2010-12-07 16:28

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Of course this is not quite stable and fast, its in development, so, don't expect something ready for everyday use.
It's in development, that's just like a preview! And the speed is not that horrible. The worst is that the system is very "clean", no apps or something close to. But, I think its a very good experience to test it. I recommend.

gTan64 2010-12-07 21:14

Re: [Tutorial] MeeGo on N8x0
 
That's an Android rootfs, NOT MeeGo. At first I wondered how you fit MeeGo into 30MB, but then I saw the "/system" and "/data" folders... You might want to fix/clarify it or some people might get annoyed at you. I myself was a bit disappointed :P

tuliobaars 2010-12-07 22:09

Re: [Tutorial] MeeGo on N8x0
 
Oh, Im sorry! I've uploaded the wrong RootFS and Kernels! Im just uploading the right one and editing the Links.

EDIT: Kernel Image Updated, The Correct MeeGo Image is being Upload and I beg the pardon for all people that had read this tutorial, I've uploaded nitdroid rootfs instead of MeeGo's one.

EDIT2: I've linked the Torrent for RootFS, the Direct Link for the Image is being Uploaded.

luca 2010-12-08 13:36

Re: [Tutorial] MeeGo on N8x0
 
Do you really mean n8x0 or that's actually n810 (last time I checked there were still serious issues with the n800).

gTan64 2010-12-08 19:46

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Originally Posted by luca (Post 892288)
Do you really mean n8x0 or that's actually n810 (last time I checked there were still serious issues with the n800).

That kernel - which I'm fairly sure was built by Stskeeps several months ago - doesn't have TSC2301 (touchscreen, keys, audio) support built in, among other things. I'm hunting down my kernel patches as we speak. I'm in the process of building a kernel with the relevant N800 patches, and if enough lazy people are interested I can upload it somewhere...

tuliobaars 2010-12-08 21:04

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Originally Posted by gTan64 (Post 892551)
That kernel - which I'm fairly sure was built by Stskeeps several months ago - doesn't have TSC2301 (touchscreen, keys, audio) support built in, among other things. I'm hunting down my kernel patches as we speak. I'm in the process of building a kernel with the relevant N800 patches, and if enough lazy people are interested I can upload it somewhere...

Hey gTan, if you could, PM me the patched kernel! I'll put in the tutorial, and host im my server.

Regards

rlinfati 2010-12-09 01:15

Re: [Tutorial] MeeGo on N8x0
 
1 Attachment(s)
Patch for n800, TSC2301 support for kernel vmlinuz-2.6.35~rc4

binary:
http://rapidshare.com/files/435782847/zImage

diff:
attached

RuisuNIT 2010-12-09 23:08

Re: [Tutorial] MeeGo on N8x0
 
Lol, it's for me, i made that, and the image too hehehe
But, thanks to translate and put here, man
So... edit it too:
Only for Mac and Linux Users
Windows Users can't do that, unless using andLinux or Virtual Machine, or something like that, some tools only for linux...
please, my credits on that huh ?

tuliobaars 2010-12-10 15:52

Re: [Tutorial] MeeGo on N8x0
 
Hey RuisuNIT, tutorial updated with credits and your message.

check your PM's

cstryon 2010-12-15 21:55

Re: [Tutorial] MeeGo on N8x0
 
I have a windows machine, but I'm also not up for the task quite yet. Whatelse needs to happen for meego on the n8x0? Seems as though the thread at meego.com hasn't updated in a long time.

tuliobaars 2010-12-17 23:26

Re: [Tutorial] MeeGo on N8x0
 
Yeah, I think just djsteve is working on it. I really hope we can move this line across de board.

Regards

Venemo 2010-12-18 00:44

Re: [Tutorial] MeeGo on N8x0
 
According to the dates in the files, there are pretty old stuff. Would it be possible to get a more recent version of MeeGo for the N810?

cstryon 2010-12-18 06:12

Re: [Tutorial] MeeGo on N8x0
 
I might be wrong but I think what we have are the latest as for as the n8x0s are concerned. I do appreciate the tutorial Tuliobaars!

tuliobaars 2010-12-18 18:24

Re: [Tutorial] MeeGo on N8x0
 
Thanks! cstryon! All we know that the files are old, but, someone would be interessed in engage this?

gerbick 2010-12-18 18:41

Re: [Tutorial] MeeGo on N8x0
 
This looks awesome. But are there any video of this in action?

SD69 2010-12-20 15:36

Re: [Tutorial] MeeGo on N8x0
 
This is an interesting thread to find.

Should it be in the Meego/Harmattan or N810 sub-forum? I almost missed it here.

Termana 2010-12-21 01:19

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Originally Posted by SD69 (Post 900628)
This is an interesting thread to find.

Should it be in the Meego/Harmattan or N810 sub-forum? I almost missed it here.

Neither. Everyone already agreed to move non-Harmattan MeeGo port discussion to the MeeGo forum.

If everyone REALLY feels the need to have it here though - it needs to go in the N810 sub-forum, because it is not anything to do with Harmattan MeeGo, which is what this sub-forum is for.

tuliobaars 2010-12-21 20:41

Re: [Tutorial] MeeGo on N8x0
 
For me, if its easy to find, its good. I had not put in N810 because it works on N800 too. N800 sub-forum vice-versa. OS2008, because its not OS2008 related. So, the best its stay in Alternatives or Meego/Harmattan.

Thanks for atention

eneitten usr XD 2010-12-28 20:27

Re: [Tutorial] MeeGo on N8x0
 
hey i can b a tester i don know much but i can learn i got this nit i really really love it and gladly will partake on anything to keep it alive hit me up whoevr needs me an my nit thanks kep up the good work and quit arguing

tuliobaars 2010-12-29 22:17

Re: [Tutorial] MeeGo on N8x0
 
That was crazy. But, anyway, thanks bro. Whatever! Happy new year for all.

thopiekar 2011-01-18 18:35

Re: [Tutorial] MeeGo on N8x0
 
I use my N800 still in my car.. Any chance to use the IVI on this device?

MirteX 2011-04-13 14:50

Re: [Tutorial] MeeGo on N8x0
 
Thanks for your effort, everyone!

My humble question: At the moment, is it actually worth to install/use MeeGo on N800? I mean, is it really better than Maemo 4 right now?

tuliobaars 2011-04-13 23:01

Re: [Tutorial] MeeGo on N8x0
 
@thopiekar: My guess is that Hardware limitations will cut on this idea. Having the basic UX working in our N8x0 is better than all.

@MirteX: No. It's still alpha work, and as I know, no improvements were made into what we have now.

My suggestion: For me, there's nothing better running in my N810/N800 than Maemo 4 Diablo (aKula Mod) and KDE (aKula Mod). There are people who would prefer Hildon, but I still like KDE.


That's it, here we go.


Best Regards

Snoshrk 2011-04-14 03:05

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Originally Posted by tuliobaars (Post 987731)
.... Maemo 4 Diablo (aKula Mod)...

@tuliobaars

aKula Mod? Please elaborate!

Is it better / worse / equivalent to DiabloTurbo?

Thanks

Sno

tuliobaars 2011-04-14 15:54

Re: [Tutorial] MeeGo on N8x0
 
@Snoshrk aKula is not yet ready. Being developed. It contains some modifications from the original DiabloTurbo (mine) and I'll talk with @maacruz to get something of his Work.

Untill now, we've an Alpha. The Third Alpha, haha


Thanks in advance,


Soon we publish it.

www.rzr.online.fr 2011-04-14 17:00

Re: [Tutorial] MeeGo on N8x0
 
on which version of qt does aKula depends ?

--
http://rzr.online.fr/q/qt

momcilo 2011-05-23 14:28

Re: [Tutorial] MeeGo on N8x0
 
Any post where we can monitor Akula mod?

Straycat 2011-11-10 12:47

Re: [Tutorial] MeeGo on N8x0
 
Hey, guys!!

How is going this project?? Any news??

buurmas 2011-11-11 03:58

Re: [Tutorial] MeeGo on N8x0
 
The biggest news is that the future of MeeGo now appears to be Nemo, which is an instance of Mer, which is being driven once again by Stskeeps. Last I heard, it looked like there will also be a version of Mer running KDE's Plasma Active mobile desktop. But I don't know any news specific to the N8x0, unfortunately. If we did get it, how fast would it run? How would the browser perform? What apps would it have? There are many questions that come to mind.

Stskeeps 2011-11-11 07:29

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Originally Posted by buurmas (Post 1121643)
The biggest news is that the future of MeeGo now appears to be Nemo, which is an instance of Mer, which is being driven once again by Stskeeps. Last I heard, it looked like there will also be a version of Mer running KDE's Plasma Active mobile desktop. But I don't know any news specific to the N8x0, unfortunately. If we did get it, how fast would it run? How would the browser perform? What apps would it have? There are many questions that come to mind.

Someone (cxl000) is doing Mer on N810 with QtDesktop on top, http://www.youtube.com/watch?v=EbE4Ply5Cbs

gerstavros 2011-11-24 22:15

Re: [Tutorial] MeeGo on N8x0
 
any news? is there something a bit usable and new to try?

www.rzr.online.fr 2011-11-25 22:10

Re: [Tutorial] MeeGo on N8x0
 
well I seems that that demo still miss gles drivers

http://forum.xda-developers.com/show...1#post19697721

any news on the status of the 3d drivers on this device ?

buurmas 2011-12-01 18:10

Re: [Tutorial] MeeGo on N8x0
 
Quote:

Originally Posted by www.rzr.online.fr (Post 1129019)
any news on the status of the 3d drivers on this device ?

Link to that thread:
http://talk.maemo.org/showthread.php?t=21697&page=64


All times are GMT. The time now is 02:52.

vBulletin® Version 3.8.8