aMSN Forums
February 10, 2012, 10:47:27 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: AMSN for maemo/nokia?  (Read 14380 times)
maemouser
Newbie

Offline Offline

Posts: 5


View Profile
« on: March 06, 2007, 07:22:58 pm »

Hi to everyone, I am an AMSN user for both windows and linux, i really like it, and a few days ago I just bough a brand new Nokia N800, which works with a linux OS based on Debian, named Maemo, and designed for armel processors.

well for people who doesn't know about it, this device has a hughe screen, 800x480 resolution, and a fine wireless system

so i was wondering if there's any AMSN port for this system, or if anyone is doing or willing to do it, it would be great, it's just what i need on my n800.

I'll expect your answers with impatience.
Logged
Bloodsucker
Power user
*
Offline Offline

Posts: 101


View Profile
« Reply #1 on: March 06, 2007, 07:34:23 pm »

If work with linux, try to install the corresponents packages (tcl, tk...) and try to install the amsn.
Amsn work with tcl, if this packages isn't installed. I think you can't run/install amsn.
Logged
maemouser
Newbie

Offline Offline

Posts: 5


View Profile
« Reply #2 on: March 06, 2007, 07:59:01 pm »

I think you misunderstood me, the N800 has a diferent architechture than the main linux distros, it's not an x86 x86-64 or ppc distribution, it uses an armel processor, so it's diferent, that's why i came to "other OS"
well i don't know a thing about programming, and maybe someone has made something about amsn and the nokia maemo

thanks for answering by the way
Logged
billiob
Administrator
Super Power User
*****
Offline Offline

Posts: 1352


View Profile
« Reply #3 on: March 06, 2007, 08:17:31 pm »

Have a look at: http://www.amsn-project.net/forums/viewtopic.php?p=16572#16572
Logged
maemouser
Newbie

Offline Offline

Posts: 5


View Profile
« Reply #4 on: March 06, 2007, 08:26:24 pm »

thanks for the link billiob, although it's a pocket pc thread, there appears some info about a possible amsn port for maemo, but only screenshots are available.

does anyone have more information about this? this starts to get interesting
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #5 on: March 06, 2007, 10:28:27 pm »

maemouser, the link that billiob gave you is indeed about pocket pc, but he gave you a link to a post in that thread which had a link to this :  http://aim.homelinux.com/~darkelf/amsn770/
I have no information on how it was done.
But as Bloodsucker told you (he understood you right), you need to install tcl/tk and compile amsn and it should work. The thread about pocket pc explains what is necessary to do for porting the app to a non x86/ppc architecture, read through it please
Logged

KaKaRoTo
maemouser
Newbie

Offline Offline

Posts: 5


View Profile
« Reply #6 on: March 06, 2007, 10:43:31 pm »

what should work? i need binaries for maemo, not for another architechture, what I want are .deb packages to install the port, i dont know how to port the program, if i knew how to do it, i wouldn't be here asking.

i'm not asking how to do the port, i don't know a thing about programming or else, i don't have much time, and i'm not english either, these are my reasons

my concrete question is "anyone knows where to find necessary packages to install amsn on maemo?"

i thought this was the better place to ask for it
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #7 on: March 07, 2007, 12:00:12 am »

maemouser, none of us here have that phone so none of us can compile it for you, thousands of people compile tcl/tk and amsn everyday so why wouldn't you be able to do it ? there are instructions everywhere, so just try until you get it to work. If you don't want to, then too bad, it's not gonna work and you won't be able to use amsn on your phone.
When I said "install tcl/tk" I'm talking about grabbing the source code of tcl/tk and compiling it yourself, I never said install the .deb. There are no .deb as far as I know. You have to learn by yourself now.
That's all I can do for you.
Bye.
Logged

KaKaRoTo
maemouser
Newbie

Offline Offline

Posts: 5


View Profile
« Reply #8 on: March 07, 2007, 07:59:58 pm »

Ok then i let this message for anyone who has nokia n770/n800, has the knowledge and is willing to do a port of amsn for it, if there's someone like that he or she has all my support, and i'll await news about that.
Logged
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #9 on: March 18, 2007, 01:36:00 am »

you can make it work, but there will be issues, something about the menus IIRC and that the virtual keyboard won't work at all. however, you need to cross-compile first tcl. then tk, and then amsn, for arm... go to http://tcl.tk , get latest tcl/tk 8.4 (or even 8.5a if you feel like experimenting), cross-compile for arm, put it on your n800, then do the same for amsn... I think it's more complicated though, there will be some issues so I'll try to get more feedback for you. Smiley
Logged
airadier
Newbie

Offline Offline

Posts: 19


View Profile
« Reply #10 on: March 18, 2007, 01:59:52 am »

Hi, to run AMSN you need the tcl/tk interpreter, and AMSN should run nearly without modifications (specific changes could be done, but it should work anyway).

The problem is Maemo works only with GTK applications, slightly modified to be "Hildonized". Hildon is the set of widgets specific for Maemo.

I was able to build tcl and tk for maemo. Just got the ubuntu sources for tcl and tk 8.4, and built them in the maemo sdk scratchbox. Tcl works perfect in maemo, as it's command line.

About tk, it works in maemo, but it's not hildonized. The main problems are:

1. There's no application icon in the side bar, so you can't see the application is running. If you minimize the TK application, it can't be restored. TK should be modified to support this.

2. Virtual keyboard input doesn't work. Hildon text widgets will launch the virtual keyboard when they are focused, but this isn't done in TK text widgets, so some changes in TK are needed for this.

3. The menus are shown inside the application instead of in the maemo menu bar.

4. Font management. I build tk8.4, and no fonts where available when running AMSN, only the ugly "fixed". I guess this would work by using TK 8.5 instead of 8.4, as it uses xft for font handling.[/list]
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #11 on: March 18, 2007, 08:26:21 am »

argh.. vivia.. alvaro.. you're wasting your time, I told the guy the same thing but he DOESN'T WANT TO COMPILE! he wants someone to do it for him because he doesn't want to mess around with compilation (total n00b about it), he just wants a precompiled .deb for his architecture...
read the last three post before vivia's post.
Logged

KaKaRoTo
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #12 on: May 20, 2007, 09:14:38 am »

http://www.geocities.jp/ono_tetsu/gnocl/
Logged

KaKaRoTo
vivia
Administrator
Super Power User
*****
Offline Offline

Posts: 2464


View Profile
« Reply #13 on: May 20, 2007, 11:23:20 am »

yes...... gnocl only Sad not tk Sad tk is still not hildonized, it just runs, but there's still no way to type in textboxes (for example) ...
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9424


View Profile WWW
« Reply #14 on: July 06, 2007, 12:27:56 am »

maemouser, I managed to make aMSN work on n800, you can read all about it on http://www.amsn-project.net/forums/viewtopic.php?p=21461#21461

EDIT :  info has been posted here : http://www.amsn-project.net/forums/viewtopic.php?t=3659
please continue the discussion in that thread.
Thanks.
Logged

KaKaRoTo
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!