Active Topics

 


Reply
Thread Tools
OVK's Avatar
Posts: 559 | Thanked: 1,017 times | Joined on May 2008 @ Finland
#101
Thanks to both of you. I will check and post the full output of the error message tomorrow. If we can't figure out why the latest package won't install I will try the older package like catbus suggested.
__________________
Hattivattein lauma sankka suur!
 

The Following User Says Thank You to OVK For This Useful Post:
Posts: 165 | Thanked: 625 times | Joined on Oct 2012
#102
About the needed files, if you use the latest version, only the libsms-utils should be changed. I've attached a version in one of my posts in this thread.
But anyway, it should be easier to get the .deb working.
__________________
My N9 apps: MeeTeleGram, Dukto, Prayers, Saaghar, N9 Easy Boot
Donations are appreciated
 

The Following 2 Users Say Thank You to hedayat For This Useful Post:
OVK's Avatar
Posts: 559 | Thanked: 1,017 times | Joined on May 2008 @ Finland
#103
Ok, here is the complete log from failed installation:
Code:
 ~ $ devel-su
Password:


BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # aegis-dpkg -i libsms-utils0_0.5.17.3\+0m7_armel_emojifix.deb
(Reading database ... 53839 files and directories currently installed.)
Preparing to replace libsms-utils0 0.5.17.3+0m7 (using libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb) ...
Unpacking replacement libsms-utils0 ...
dpkg: error processing libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb (--install):
 error setting permissions of `./usr/lib/libsms-utils.so.0.0.0': Operation not permitted
dpkg-deb (subprocess): data: internal gzip write error: Broken pipe
dpkg-deb: subprocess <decompress> returned error exit status 2
Processing triggers for applauncherd-launcher ...
Errors were encountered while processing:
 libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb
aegis-installing libsms-utils0 (from 'com.nokia.maemo')
~ #
I have to mention that aegis-dpkg package and Harmoji package installed just fine from the same location.
__________________
Hattivattein lauma sankka suur!
 

The Following User Says Thank You to OVK For This Useful Post:
Posts: 2 | Thanked: 4 times | Joined on Aug 2015
#104
I am having the exact same problem as OVK.

Have tried with root privileges, and changing working directory.
Like OVK, aegis-dpkg package and Harmoji package installed without a hitch.
 

The Following 2 Users Say Thank You to JacquesCedric For This Useful Post:
OVK's Avatar
Posts: 559 | Thanked: 1,017 times | Joined on May 2008 @ Finland
#105
Originally Posted by JacquesCedric View Post
I am having the exact same problem as OVK.

Have tried with root privileges, and changing working directory.
Like OVK, aegis-dpkg package and Harmoji package installed without a hitch.
Actually, catbus reported the same problem. He wrote that the .deb in message number 26 works (receiving emoticons work, sending does not) but the later ones won't install. So it might be that there really is a problem with the .deb from thp's site.
__________________
Hattivattein lauma sankka suur!
 

The Following User Says Thank You to OVK For This Useful Post:
Posts: 2 | Thanked: 4 times | Joined on Aug 2015
#106
There's a real possibility I was goofing something command-wise.

I installed Debinstaller, by Coderus, then used it to install libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb (with options "trusted", and "dpkg").

Sending and receiving emoji with iPhone/s tested and working.
 

The Following 2 Users Say Thank You to JacquesCedric For This Useful Post:
OVK's Avatar
Posts: 559 | Thanked: 1,017 times | Joined on May 2008 @ Finland
#107
Originally Posted by JacquesCedric View Post
There's a real possibility I was goofing something command-wise.

I installed Debinstaller, by Coderus, then used it to install libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb (with options "trusted", and "dpkg").
OK, one stupid question: where did you get the .deb? Did you download with curl or wget from thp's page (I might be blind but I can't find direct download link)? If so, where is the .deb located in the N9 filesystem?

Another stupid question:

The .deb is named
Code:
libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb
but in installation instructions it reads
Code:
aegis-dpkg -i libsms-utils0_0.5.17.3\+0m7_armel_emojifix.deb
Is that slash \ there on purpose?
__________________
Hattivattein lauma sankka suur!
 

The Following User Says Thank You to OVK For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#108
Originally Posted by peterleinchen View Post
Character counter on N900 goes only crazy for inserting the first ASCII character (jumping to 68). But after inserting the second ASCII character or using autoreplace function it goes back to normal count display.

Of course after inserting an emoticon 92 characters are 'dropped'.
The counter goes not crazy it means now every sms you send will be encoded with utf-16 which will take more bytes = less chars also when you using only utf-8 chars.
The behavior before was when you type an unicode character which is only encoded with utf-16 the whole sms switched to utf-16 encoding and the counter changes.

So with this hack like now on N900 you are able to send only utf-16 sms, less chars and also some provider which allow you to change packages (flatrates and so on...) by sending a sms will not work anymore, because they try to interprete the sms with utf-8.
 

The Following 3 Users Say Thank You to Halftux For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#109
Originally Posted by OVK View Post
I can't find direct download link?
Here this would be a direct link.
http://thp.io/2014/emojifix/libsms-u...l_emojifix.deb

Originally Posted by OVK View Post
Another stupid question:

The .deb is named
Code:
libsms-utils0_0.5.17.3+0m7_armel_emojifix.deb
but in installation instructions it reads
Code:
aegis-dpkg -i libsms-utils0_0.5.17.3\+0m7_armel_emojifix.deb
Is that slash \ there on purpose?
I guess the slash is there so the "+" gets recognized as a string not as a control character.
 

The Following 4 Users Say Thank You to Halftux For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#110
Originally Posted by Halftux View Post
The counter goes not crazy it means now every sms you send will be encoded with utf-16 which will take more bytes = less chars also when you using only utf-8 chars.
The behavior before was when you type an unicode character which is only encoded with utf-16 the whole sms switched to utf-16 encoding and the counter changes.

So with this hack like now on N900 you are able to send only utf-16 sms, less chars and also some provider which allow you to change packages (flatrates and so on...) by sending a sms will not work anymore, because they try to interprete the sms with utf-8.
Thanks for the reminder.

The counter went indeed crazy but just with the receive-only libsms-utils.
The send&recv-lib displays correctly UTF-16 encoded sizes, so you are only able to send about 68 characters.

Just went back to the recv-only lib on my N900 as I do not send lots of emojis (zero, nulla, niente) so receiving is the crucial part for me!
(and not being handicapped with 68 char-SMS)

For the N9 I have to decide as I use that more for emoji-texting and it has the harmoji keyboard available.

What is strange is that on N9 the counter counts ASCII characters correct (160,159,...) as long as there only ascii chars. As soon as you enter a unicode the counter goes down by 92 chars (with the send-lib) as the N900.
So that still offers 160 char SMS? Or is it cheating us?
(with the special kiss mouth posted by thp the counter goes down to zero)
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2015-08-13 at 21:39.
 

The Following 4 Users Say Thank You to peterleinchen For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 21:27.