maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia 770 (https://talk.maemo.org/forumdisplay.php?f=24)
-   -   Nokia 770 BIG trouble! (https://talk.maemo.org/showthread.php?t=8757)

koolkuzz 2007-08-12 00:19

Nokia 770 BIG trouble!
 
I have just purchased nokia 770 tablet and went to your site: trifinite.org.

I was wanting to install program called HeloMoto/ BlueSerial...but am confused how to do this on my tablet as I have never used linux before.
The file is in .tgz format..i understand this is compreseed so i used 7-zip to uncompress and open...I then seen 4 files (helomoto.c, helomoto, makefile, and libglib..)...do i have to compile these?...how do i get helomoto up adn running?

Can you let me know how I install the program on my tablet?

koolkuzz 2007-08-12 12:53

Re: Nokia 770 BIG trouble!
 
surely it cant be that difficult.....anyone?

boblinds 2007-08-12 17:16

Re: Nokia 770 BIG trouble!
 
The issue is that helping you with this would require writing an introductory Linux tutorial and, while I'd like to help, I don't have the time for it. But here's an abbreviated version that I hope points you in the direction of self-education. :)

You should be able to download compiled versions of the programs from the trifinite site's download area as .tgz files.

Then you'll need to decompress the files.

If you downloaded to your 770, you'll decompress them using tar--a search for "tar" on this site may point you to an explanation. However, this requires a slightly involved process on the 770 to allow you to become the "root" user.

I recommend you download to a PC or Mac and decompress the tgz files with zip or rar, and then use USB to transfer them to the 770.

You're almost there. On the 770, load Application Manager, use the Install from File option in the menu to install the file. Done.

Mantic 2007-08-13 09:00

Re: Nokia 770 BIG trouble!
 
Excellent suggestion boblinds.

On another note, it amazes me that people create threads with such helpless titles as this one. I mean, come on guys : ) Have the sense to include a title that is at least vaguely related to the problem. How about "TGZ Query" or "Noob needs help installing apps"?

koolkuzz 2007-08-17 16:12

Re: Nokia 770 BIG trouble!
 
ok i tried to install the boblinds explained but there is a problem.....when ive decompressed the tgz file and extracted it to my 770, it does not show up in application manager (install from file)....anyone know how to fix this?

penguinbait 2007-08-17 16:25

Re: Nokia 770 BIG trouble!
 
http://trifinite.org./Downloads/helomoto-maemo.tgz

tar zxvf helomoto-maemo.tgz

cp helomoto /usr/bin

helomoto

It will not show up in application manager, it is not a .deb

This is run from the command line in xterm

boblinds 2007-08-17 17:05

Re: Nokia 770 BIG trouble!
 
Kool:

You may need to become root to do what penguinbait says is necessary.

Check it out: http://maemo.org/community/wiki/HowTo_EASILY_BecomeRoot

glj12 2008-03-11 18:00

Re: Nokia 770 BIG trouble!
 
Sorry for bumping this old topic, but I am having the same trouble. I successfully copied it over to /usr/bin, but when I execute it it claims that it is not found. (even when I am in the same directory that it is in). I find this to be rather odd. I also tried ./helomoto, and I get a permission denied, even as sudo gainroot. But I don't think that that is how I am supposed to execute it anyway.

Any help would be grand, thanks!

nhanquy 2008-03-11 19:40

Re: Nokia 770 BIG trouble!
 
Quote:

Originally Posted by glj12 (Post 153555)
Sorry for bumping this old topic, but I am having the same trouble. I successfully copied it over to /usr/bin, but when I execute it it claims that it is not found. (even when I am in the same directory that it is in). I find this to be rather odd. I also tried ./helomoto, and I get a permission denied, even as sudo gainroot. But I don't think that that is how I am supposed to execute it anyway.

Any help would be grand, thanks!

try:

ls -l /usr/bin/helomoto


(to see if you have it in there or not)

then

chmod +x /usr/bin/helomoto


/usr/bin/helomoto

you should see it runs if it is really in the directory!

glj12 2008-03-11 20:01

Re: Nokia 770 BIG trouble!
 
Quote:

Originally Posted by nhanquy (Post 153603)
try:

ls -l /usr/bin/helomoto


(to see if you have it in there or not)

then

chmod +x /usr/bin/helomoto


/usr/bin/helomoto

you should see it runs if it is really in the directory!

Yeah, I did all of that, and oddly enough, it still says not found. I am really confused. Maybe I should restart it?

Well, here is the output that it gave for each command:

/home/user # ls -l /usr/bin/helomoto

-rwxr -xw -x 1 root root 14337 Mar 11 13:31 /usr/bin/helomoto

/home/user # chmod +x /usr/bin/helomoto
/home/user # /usr/bin/helomoto
/bin/sh: /usr/bin/helomoto: not found

Odd, eh? Any other ideas why this may be happening?

Benson 2008-03-11 20:05

Re: Nokia 770 BIG trouble!
 
It needs an so or something which is not found, I believe.

glj12 2008-03-11 20:12

Re: Nokia 770 BIG trouble!
 
Quote:

Originally Posted by Benson (Post 153619)
It needs an so or something which is not found, I believe.

I copied the .so file to /usr/bin as well, same thing.

I try executing the .so file while in /usr/bin folder, and I get a segmentation fault. And when I try to run helomoto, same thing as before. Boo. :(

Benson 2008-03-11 20:24

Re: Nokia 770 BIG trouble!
 
I think you should put the library in /usr/local/lib, or some such.

glj12 2008-03-11 20:27

Re: Nokia 770 BIG trouble!
 
Quote:

Originally Posted by Benson (Post 153635)
I think you should put the library in /usr/local/lib, or some such.

I did that, does the same thing (the not found) even when within the same directory.

I tried the following, all say not found:

./helomoto (when within /usr/bin/)
./usr/bin/helomoto
helomoto (when within /usr/bin/)
/usr/bin/helomoto

I wonder why it still says not found?

glj12 2008-03-14 16:39

Re: Nokia 770 BIG trouble!
 
Bump -

No one has any ideas why it would say that? If anyone has gotten this tool working, please, by all means, post it here.

Regards.

TA-t3 2008-03-17 10:49

Re: Nokia 770 BIG trouble!
 
glj12:
Enter the following (without quotes): 'file /usr/bin/helomoto'
and post the result here.

fanoush 2008-03-17 11:48

Re: Nokia 770 BIG trouble!
 
The error is printed by dynamic linker because it doesn't like the executable or some library is missing. You can run dynamic linker like this
Code:

/lib/ld-linux.so.3 --list /usr/bin/helomoto
to see what is missing. The .3 version is for OS2008, maybe it is ld-linux.so.2 for OS2007 or 6.

BTW, my real answer would be something like this http://catb.org/~esr/faqs/smart-questions.html#id307773 since this stuff http://trifinite.org/trifinite_stuff_helomoto.html has same nature. But when seeing that other people are wasting time with helping it is better to make it short.

glj12 2008-03-17 17:23

Re: Nokia 770 BIG trouble!
 
Well, I tried that, and it says: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory.

I just so happen to have libglib-1.2.so.0.0.9, but this is clearly no where near the same thing, right? Where might I acquire such a file? Oh, by the by, I tried renaming it, just in case if that would work, but the same message appears.

glj12 2008-03-24 16:13

Re: Nokia 770 BIG trouble!
 
*Bump*

Does anyone have any ideas? Or, is everyone as stumped as I am?

glj12 2008-04-04 14:48

Re: Nokia 770 BIG trouble!
 
... Bump again?


All times are GMT. The time now is 16:01.

vBulletin® Version 3.8.8