Pasting to fingerterm..
Please, can someone explain how to apply this fix (https://github.com/tpikonen/fingerterm/commit/c234213d4c0307c1289021fc2157c22fe01bf1d4) ? I can't find this files (terminal.cpp and util.cpp) on the phone :( Thanks
Please, can someone explain how to apply this fix (https://github.com/tpikonen/fingerterm/commit/c234213d4c0307c1289021fc2157c22fe01bf1d4) ? I can't find this files (terminal.cpp and util.cpp) on the phone :( Thanks
Asked: 2014-02-11 21:54:00 +0300
Seen: 284 times
Last updated: Feb 11 '14
Hi Schturman, .cpp is to do with Sailfish SDK which is why you are not finding it on the phone. I don't profess to know anything about Sailfish SDK, but I'd say it's yet to be compiled/packed an offered on a repo somewhere, just a guess! See this link for a little bit of information on Sailfish SDK and .cpp files(although it doesn't tell you what .cpp stands for!). Regards, [https://sailfishos.org/develop-firstapp-code.html]
Spam Hunter ( 2014-02-11 22:16:30 +0300 )edit.cpp-files are the file-ending for source-code written in C++. It is a text-file and can't do anything until it has been compiled. Usually there will be many of these files (and others) that need to be compiled together. Also, the compilation process needs to be configured for your specific device. So the typical install procedure for a source code application (usually a .tgz-archive):
- tar -xzf (archive name)
- cd (unpacked directory)
- ./configure
- make
- devel-su
- make install
00prometheus ( 2014-02-12 01:28:36 +0300 )editThanks to both of you. I was thinking that I can just replace orig. files on the phone :/
Schturman ( 2014-02-12 08:16:40 +0300 )editThe Jolla gives you great power, but with great power follows great responsibility - to learn! :-) You have a Linux machine, so download putty, ssh into your Jolla (so you can use a compter keyboard instead of fingerterm), and experiment!
00prometheus ( 2014-02-12 08:49:02 +0300 )editputty, ssh etc I do on win 7,8 and ubuntu, it's not a problem ;) I'm not programner and dont have any base.. I know create some simple scripts only ;)
Schturman ( 2014-02-12 09:54:12 +0300 )edit