![]() |
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? |
Re: Nokia 770 BIG trouble!
surely it cant be that difficult.....anyone?
|
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. |
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"? |
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?
|
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 |
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 |
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! |
Re: Nokia 770 BIG trouble!
Quote:
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! |
Re: Nokia 770 BIG trouble!
Quote:
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? |
Re: Nokia 770 BIG trouble!
It needs an so or something which is not found, I believe.
|
Re: Nokia 770 BIG trouble!
Quote:
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. :( |
Re: Nokia 770 BIG trouble!
I think you should put the library in /usr/local/lib, or some such.
|
Re: Nokia 770 BIG trouble!
Quote:
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? |
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. |
Re: Nokia 770 BIG trouble!
glj12:
Enter the following (without quotes): 'file /usr/bin/helomoto' and post the result here. |
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 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. |
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. |
Re: Nokia 770 BIG trouble!
*Bump*
Does anyone have any ideas? Or, is everyone as stumped as I am? |
Re: Nokia 770 BIG trouble!
... Bump again?
|
All times are GMT. The time now is 16:01. |
vBulletin® Version 3.8.8