|
2008-03-03
, 00:02
|
Posts: 22 |
Thanked: 3 times |
Joined on Jan 2008
|
#72
|
The Following User Says Thank You to ulises For This Useful Post: | ||
|
2008-03-27
, 12:00
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2007
@ Honolulu, HI
|
#73
|
|
2008-03-28
, 08:28
|
Posts: 226 |
Thanked: 47 times |
Joined on Jan 2008
@ Poland / Bialystok
|
#74
|
|
2008-04-10
, 23:50
|
|
Posts: 78 |
Thanked: 1 time |
Joined on Sep 2005
@ San Francisco, CA
|
#75
|
|
2008-04-24
, 12:41
|
Posts: 2 |
Thanked: 2 times |
Joined on Mar 2007
|
#76
|
|
2008-05-11
, 06:17
|
Posts: 86 |
Thanked: 12 times |
Joined on Mar 2008
|
#77
|
I'm very supportive of anyone working to develop a future path for the 770. I think performance could be a lot better than where Nokia left off, and we probably can't expect much more from them in the future.
I notice the website address Apple2 links to isn't working at the moment: http://linserver.no-ip.biz/
This looks like a dynamic DNS, so I'm assuming he was hosting out of his home. I would be happy to give anyone working on this a virtual server on my server. It lives in a hosting facility and has lots of bandwidth (useful for images). Anyway, PM me if interested in moving all the information/images to a single location, and I'll set everything up with a dedicated IP just for this. Maybe I can install some WIKI software as an easy way to post guides and upload files to be downloaded by the community?
Also, I think keeping the overall size of files down isn't quite as important as keeping performance up (and having a good modern browser included). 1GB or 2GB cards are pretty cheap.
|
2008-05-12
, 18:13
|
Posts: 34 |
Thanked: 13 times |
Joined on Aug 2007
@ Bulgaria - Vidin
|
#78
|
|
2008-05-12
, 19:36
|
Posts: 86 |
Thanked: 12 times |
Joined on Mar 2008
|
#79
|
Yes I have a 1gb mmc so it woun't get any bigger
I haven't done anything with debian for lots of time.
Just wait to see ubuntu .....
|
2008-05-22
, 18:41
|
Posts: 226 |
Thanked: 47 times |
Joined on Jan 2008
@ Poland / Bialystok
|
#80
|
Sorry for not posting earlier, I had to put my nokia770 and all I was doing a bit on hold.
So, how to get e17 up and running in your debian sid?
Well, it takes a bit of work although not much.
The whole procedure relies on you being able to run an image of your SID under full emulation in qemu. That's where you will build e17 and then copy it over to your tablet. Yes, it's far from satisfactory, but it works.
First of all, you should be running qemu ver. 0.9.1. You can get a copy from here: http://fabrice.bellard.free.fr/qemu/
The usual procedure of configure && make && make install apply. For more info on how to install qemu please refer to the website listed above.
So, assuming you've installed qemu satisfactorily, we can carry on. You will need a file that acts as a harddisk for qemu. A 1G file usually works. Create it with
Unfortunately, you have to half-install debian on the file. Actually, you have to use the debian installer to create the filesystem on the file itself (you can always partition it with fdisk). So follow the instructions in http://www.aurel32.net/info/debian_arm_qemu.php
for doing so. Please note that you don't need to install the full debian, all you need is for the installer to partition your disk (file) and for it to create the filesystem. The same effect can be achieved by using one of those rescue cds (you could boot it in qemu, etc). I haven't tried it myself because once you've done it once you don't really need to do it again (unless you delete the file).
So, hopefully you have now a 1G file that contains a partition table and a parition (or more) with an ext2 filesystem on it.
Now it's time to transfer the SID you have in your memory card to the file that acts as HD for qemu. Create the image the usual way: (pwd: /media/disk/ <-- change the path to reflect your card)
tar c * > sid_image.tar
To mount the partition inside the file acting as HD for qemu (say its name is hda.img) follow this guide: http://edseek.com/~jasonb/articles/linux_loopback.html
if the ext2 partition you created is the first partition you can mount it with:
Once you've done that, just boot into your qemu and build e17.
Sorry for the messy and long post. Hopefully sometime soon I will make it more detailed and howto structured.
In the meantime, is there an interest in creating an alternative distro/environment for the 770 and later models? I'm finding that in order to get the best out of the tablets a customised set of packages should be created, i.e. gentoo style. I've been checking out mamona and there's already one person building all the packages for the 770. Mamona+e17+some apps (web browser, etc.) should be a nice combo!
Cheerio!
U