|
2015-07-08
, 09:02
|
Posts: 165 |
Thanked: 625 times |
Joined on Oct 2012
|
#62
|
@hadayat
I forgot to mention that my N9 is openmode, Kernel Plus and aegis install hack.
Then I installed libsms-utils0_0.5.17.3 0m7_armel-mod.deb. I was in Harmoji 0.6.6 because I could not send text messages with the latest version...few weeks later, thanks to you, i copy paste libsms-utils.so.0.0.0 in /usr/lib and voila!
Send sms/mms containing emojis with Harmoji 0.7.3 works perfectly
PS : Switching from UCS-2 to UTF-16 it was THE solution.
Furthermore, I'll test with my second N9 without openmode & hacks ;-)
|
2015-07-08
, 11:58
|
Posts: 165 |
Thanked: 625 times |
Joined on Oct 2012
|
#63
|
The Following 4 Users Say Thank You to hedayat For This Useful Post: | ||
|
2015-07-08
, 16:52
|
|
Posts: 80 |
Thanked: 56 times |
Joined on Mar 2012
@ France
|
#64
|
The Following User Says Thank You to Iryus For This Useful Post: | ||
|
2015-07-08
, 18:15
|
Posts: 165 |
Thanked: 625 times |
Joined on Oct 2012
|
#65
|
The Following User Says Thank You to hedayat For This Useful Post: | ||
|
2015-07-08
, 18:24
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#66
|
The Following 3 Users Say Thank You to coderus For This Useful Post: | ||
|
2015-07-08
, 18:40
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#67
|
@peterleinchen
I think aegis hack is mandatory, you confirm that? Because I cannot install "libsms-utils0_0.5.17.3 + 0m7_armel-mod.deb"
Also I tried update cheksum (not found) and refhashlist via terminal in devel-su or root without success...permission denied for my second N9 (no hacks), is it normal or did i something wrong? :/
|
2015-07-08
, 18:56
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#68
|
The wrapper function is straightforward - just replace fromcode with "UTF-16"
when when function is called with tocode="UTF-8" and fromcode="UCS-2":
Code:iconv_t xconv_open(const char *tocode, const char *fromcode) { if (strcmp(tocode, "UTF-8") == 0 && strcmp(fromcode, "UCS-2") == 0) { fromcode = "UTF-16"; } return iconv_open(tocode, fromcode); }
iconv_t xconv_open(const char *tocode, const char *fromcode) { if (strcmp(tocode, "UTF-8") == 0 && strcmp(fromcode, "UCS-2") == 0) { fromcode = "UTF-16"; } if (strcmp(tocode, "UCS-2") == 0 && strcmp(fromcode, "UTF-8") == 0) { tocode = "UTF-16"; } return iconv_open(tocode, fromcode); }
|
2015-07-08
, 19:09
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#69
|
|
2015-07-08
, 21:51
|
Posts: 165 |
Thanked: 625 times |
Joined on Oct 2012
|
#70
|
http://talk.maemo.org/showpost.php?p...1&postcount=25
So, you might try this out
http://talk.maemo.org/showpost.php?p...1&postcount=26
as Iryus confirmed to work (just above).
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