maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali") (https://talk.maemo.org/showthread.php?t=88577)

MINKIN2 2013-01-14 15:57

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Would it be easier to use ssh & winscp (if possible)?

n950 2013-01-14 15:59

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by mr_pingu (Post 1314743)
Same only the older flasher is needed ;)

Mean Maemo flasher 3.5?

HELLASISGREECE 2013-01-14 16:01

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
btw.. N950, I have a problem with PMs.
They are not delivered.

I'm not ignoring you man, I just can't reply.

n950 2013-01-14 16:02

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by HELLASISGREECE (Post 1314752)
btw.. N950, I have a problem with PMs.
They are not delivered.

I'm not ignoring you man, I just can't reply.

I have replied you.

n950 2013-01-14 16:04

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Here is the pb.

http://img15.hostingpics.net/pics/666487S16.jpg

Who can resolve it?

mr_pingu 2013-01-14 16:04

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by n950 (Post 1314751)
Mean Maemo flasher 3.5?

Yes, but I can't garantuee it will work. You have a rare device ;)

Maybe it works if you exclude sys/fs too, fingers crossed.
Else try to CoPy the rootfs, folder on mydocs, then tar...

Code:

tar cvpzf /home/user/MyDocs/backup.tgz --exclude=/home/user/MyDocs/backup.tgz --exclude=/lost+found --exclude /sys/fs /

HELLASISGREECE 2013-01-14 16:14

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
And here's the dillema.. what to do with such a rare and collectible device?

keep it in a drawer or carry it around and risk damaging/losing it?

n950 2013-01-14 16:17

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by mr_pingu (Post 1314756)
Yes, but I can't garantuee it will work. You have a rare device ;)

Maybe it works if you exclude sys/fs too, fingers crossed.
Else try to CoPy the rootfs, folder on mydocs, then tar...

Code:

tar cvpzf /home/user/MyDocs/backup.tgz --exclude=/home/user/MyDocs/backup.tgz --exclude=/lost+found --exclude /sys/fs /

Doesn't work!

http://img15.hostingpics.net/pics/900086S19.jpg

mr_pingu 2013-01-14 16:22

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
My bad:

tar cvpzf /home/user/MyDocs/backup.tgz --exclude=/home/user/MyDocs/backup.tgz --exclude=/lost+found --exclude=/sys/fs /

n950 2013-01-14 16:22

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by mr_pingu (Post 1314761)
And even more if you are not a dev at all and struggling with a simple cd command...

How? explain in details please.

mr_pingu 2013-01-14 16:26

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by n950 (Post 1314762)
How? explain in details please.

http://img15.hostingpics.net/pics/652810S17.jpg


That picture ;) And you didn't knew how to read/edit a file from terminal, that makes me even more wondering why YOU have the device... and not one, no 4 of these rare developer devices, and I, none :( :P I don't have the money for it, unfortunately.

Also deleted per accident half of my previous post when I was trying to fix the command I gave you ;) So take a look in my previous post for a good command, that might work.

n950 2013-01-14 17:06

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by mr_pingu (Post 1314763)
http://img15.hostingpics.net/pics/652810S17.jpg


That picture ;) And you didn't knew how to read/edit a file from terminal, that makes me even more wondering why YOU have the device... and not one, no 4 of these rare developer devices, and I, none :( :P I don't have the money for it, unfortunately.

Also deleted per accident half of my previous post when I was trying to fix the command I gave you ;) So take a look in my previous post for a good command, that might work.

I add "="
Not work again !!!

n950 2013-01-14 18:40

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Command: ls /dev:

http://img11.hostingpics.net/pics/497671lsdev1.jpg

http://img11.hostingpics.net/pics/281993lsdev2.jpg

http://img11.hostingpics.net/pics/298582lsdev3.jpg

http://img11.hostingpics.net/pics/352030lsdev4.jpg

Command: mount:

http://img11.hostingpics.net/pics/293544mount1.jpg

http://img11.hostingpics.net/pics/897188mount2.jpg

http://img11.hostingpics.net/pics/628683mount3.jpg

pali 2013-01-14 19:36

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
@n950, try this:
Code:

tar cvpzf /home/user/MyDocs/backup.tgz --exclude=home/user/MyDocs/backup.tgz --exclude=lost+found --exclude=sys --exclude=proc /

n950 2013-01-14 19:58

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by pali (Post 1314819)
@n950, try this:
Code:

tar cvpzf /home/user/MyDocs/backup.tgz --exclude=home/user/MyDocs/backup.tgz --exclude=lost+found --exclude=sys --exclude=proc /

This command compress all files...

http://img11.hostingpics.net/pics/936885backup1.jpg

Need to wait now...
Is it good?

myname24 2013-01-14 20:14

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
yes it should be good . Now you need to upload it somewhere :)

n950 2013-01-14 20:18

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by myname24 (Post 1314839)
yes it should be good . Now you need to upload it somewhere :)

It's not finished yet!
I have a low connexion (35Ko/s in download).
Where can I upload it?

tiempjuuh 2013-01-14 20:25

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Dropbox, Ubuntu One... And compressing will take a lot of time, maybe 'till midnight ;)

EDIT: Maybe this sounds rude, but I agree with the others: how does such a device come in the hands of someone who even can't do a simple cd command? :confused:

myname24 2013-01-14 20:35

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by n950 (Post 1314842)
It's not finished yet!
I have a low connexion (35Ko/s in download).
Where can I upload it?

it's about upload speed ( should be less than 35 Ko/s )

OT side note : And I tought my country sucks at internet speeds a year ago( last in the world by speed ) i used to have 256 kbit/s for download now it's upgraded to 1 mbit/s and up speed is 256 kbit/s . So It should take a lot of time for a big file of 1 GB (isn't that the same of the one that we download when installing scratchbox ? It was around 800 mb ) .

jecargo22 2013-01-14 20:40

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by tiempjuuh (Post 1314844)
Maybe this sounds rude, but I agree with the others: how does such a device come in the hands of someone who even can't do a simple cd command? :confused:

said Boromir to the Halflings...

n950 2013-01-14 20:51

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by jecargo22 (Post 1314850)
said Boromir to the Halflings...

I know some linux commands not all.I am not a newbie :p
But I really like the system on this device.
sorry for my english.

myname24 2013-01-14 20:56

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
can you tell me what firefox version the browser is based ? And if there any plugins . In the browser type about:firefox and about:plugins

sandy_locke 2013-01-14 21:41

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Do you think it's possible to port this browser to the N9 ??

gerbick 2013-01-14 21:48

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by tiempjuuh (Post 1314844)
Maybe this sounds rude, but I agree with the others: how does such a device come in the hands of someone who even can't do a simple cd command?

Money talks.

geektech 2013-01-14 22:35

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Give him a brake, haha, some people are more talented than others,
He is lucky to have that one.
Luck he didn't quit doing it.

Rusnak-COBRA 2013-01-14 22:52

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
anyone who had that before failed to show us this treasure, same as the system in it. hopefully he is willing to take our advices to get the system out so we can look on it and probably try something out.
I was no developer and no linux specialist when I bought my N9/50, and I'm not yet either, but I also try. So? Everyone has what he can buy, everyone knows what he wnats to learn.

Akkumaru 2013-01-15 05:41

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
How about Bluetooth connectivity with Bluetooth keyboard? If this had a Bluetooth keyboard HID, I'm mad at the later harmattan developers. :-P

dcastrog 2013-01-15 06:53

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
is there anything we N9 users can get from this rare? I know the OS might be portable since the hardware is pretty similar, but do we even want to do that? I once tried using a Nokia E7 (for the keyboard) but kept coming back to the N9 because of the Swipe ui and elegant interface.

any ideas? apart from porting the cool firefox browser.

Rusnak-COBRA 2013-01-15 07:42

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
as you can see I own N9, N950 and E7. I used E7 for a KB too much, then I get N9 but N950 I love the most are there are no limitations on the side :)
anyway, once we'll get the backup from him, we can try to take a look on that weird firefox or any other system "plugins". I am afraid the HW is pretty much different, as i it build 6. But lets see.

Hurrian 2013-01-15 08:35

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
With some luck, once we get the rootfs, booting it with the N9/50 Harmattan kernel should get us in action.

n950 2013-01-15 09:19

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by myname24 (Post 1314859)
can you tell me what firefox version the browser is based ? And if there any plugins . In the browser type about:firefox and about:plugins

Sure no problem.

Here it is:

http://img15.hostingpics.net/pics/89...ionplugins.jpg

Is it a good version?

n950 2013-01-15 09:55

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Here is the md5sum of the file backup.tgz:

http://img15.hostingpics.net/pics/217949md5sum.jpg

herpderp 2013-01-15 10:05

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by n950 (Post 1315011)
Here is the md5sum of the file backup.tgz:

http://img15.hostingpics.net/pics/217949md5sum.jpg

Why do you think this is relevant to anyone? The people want the file. The md5 sum does not tell us anything at all, it's just a number.

n950 2013-01-15 10:10

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by herpderp (Post 1315016)
Why do you think this is relevant to anyone? The people want the file. The md5 sum does not tell us anything at all, it's just a number.

Before uploading the file we need to have the checksum.
If the checksums match, the data was likely not accidentally altered.
Or If you have the same checksum than me after your download it will be good.

Rusnak-COBRA 2013-01-15 10:15

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Is the version of that Firefox any different from Fennec in Maemo 5?

myname24 2013-01-15 10:18

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by Rusnak-COBRA (Post 1315020)
Is the version of that Firefox any different from Fennec in Maemo 5?

it should be the QT firefox . Smooth and with firefox engine pretty much an updated MicroB . But i may be wrong .

Hurrian 2013-01-15 10:35

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
It is ever so slightly newer than Fremantle's Firefox (3.5 beta vs 4.0)

I'm interested in the UI framework - whether it uses Qt or GTK+.

jotoco 2013-01-15 11:12

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by Hurrian (Post 1315029)
It is ever so slightly newer than Fremantle's Firefox (3.5 beta vs 4.0)

I'm interested in the UI framework - whether it uses Qt or GTK+.

Wait, what? You mean to say that a proto from mid-2011 has a newer version than we do?

This is just like the flash all over again, Nokia held back all the good stuff and wonder why we are unhappy?

qwazix 2013-01-15 11:49

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
Quote:

Originally Posted by n950 (Post 1315001)
Sure no problem.

Here it is:

http://img15.hostingpics.net/pics/89...ionplugins.jpg

Is it a good version?

I really want that virtual mouse plugin. Do we know how can we extract a plugin from a working firefox?

Rusnak-COBRA 2013-01-15 11:51

Re: Nokia N9-00 Prototype Build S1.12 (RM-680 codename "Dali")
 
it is from mid 2010, august AFAIK.

does not have plugin some file with "list" of installed files, like SIS apps in Symbian had? After installation, we still have empty file with just only a list of files where they are in system. donno, just asking.


All times are GMT. The time now is 08:10.

vBulletin® Version 3.8.8