[HELP]New emoji in stock Mms.apk in CM9 - Android

Hi everybody,
first of all I'm sorry if I'm posting in the wrong place
I'm trying to add new emojis to stock Mms.apk of cm9...
(Like emoji 2 for Iphone in iOS 5.1+ and in the new version of Whatsapp)
I'm not so practice with application development, so I'm here to ask if anybody can help me...
I have decompiled the original app, added the new emojis in res/drawable (png 40x40 32bit), added the strings in public.xml but now I can't go on...
I tried to rebuild and sign app, but when i put in in my system folder and try the mms application, new emojis don't appear anywhere...
Can someone tell me where I'm wrong or what I'm missing?
Maybe the libemoji.so needs editing?
If so, how can I modify a .so file?
I'm on Windows 7
Thank you all for your attention and I'm sorry if this is a noob question...
Regards
Stefano
Edit: Ok, I understood that the way i was moving war wrong... I need to compile the app from source... So I downloaded all the files needed by cyanogenmod github (https://github.com/CyanogenMod/android_packages_apps_Mms) and I downloaded the repository as a zip file... I also understood that the file that need to be edited is emojiparser.java and I suppose that I know how to edit it, but what I don't know is how to recompile the apk file to be installed on the device... Some advice?
Please, help! :'( :crying:
Phone: Samsung Galaxy S Plus (i9001)
ROM: CyanogenMod 9 by ivendor RC4
Kernel: CastagnaIT 6.6 ExtremeUndervolt
Baseband:I9001BOKQ3
Recovery: CWM 6.0.1.2 Touch

News?
Does anybody have news?

Have you tried simply copying over the Messaging app from CM10?
Sent from my Galaxy Nexus

It seems that mma application of CM10 can't be used on CM9 and looking TO the code it doesn't support newest emojis... Am I wrong?

Related

[Q] How can we add new languages to our custom rom??

Hello everybody...
I want to know that, Is there any way to add a new language support ( just for characters not for UI ) to a rom that we want to customize it???
I tried to add fonts of the new language to the rom, but it just showed the characters disconnected;
Then I tried to replace the LIBSKIA, LIBSKIAGL and LIBSWEBCORE from n rom that supports the language to my rom, and then added fonts , but this time, after flashing the rom did not log in and just freezed in at the HTC logo..
I want to add Arabic - Persian support to my rom, can anyone help???
--------------------
How if I want to add the language to UI ..?? ( How can we change the UI.??)
mercury700ir said:
Hello everybody...
I want to know that, Is there any way to add a new language support ( just for characters not for UI ) to a rom that we want to customize it???
I tried to add fonts of the new language to the rom, but it just showed the characters disconnected;
Then I tried to replace the LIBSKIA, LIBSKIAGL and LIBSWEBCORE from n rom that supports the language to my rom, and then added fonts , but this time, after flashing the rom did not log in and just freezed in at the HTC logo..
I want to add Arabic - Persian support to my rom, can anyone help???
--------------------
How if I want to add the language to UI ..?? ( How can we change the UI.??)
Click to expand...
Click to collapse
well the best way is to room arabic supporting rom, I am currently working on HTC Legend Stock Rom, I will root it, add market and upload it.
If you need other roms maybe you can check this: http://ardoid.com/
add new language
I have Samsung Galaxy Tab (SPH-P100) which it is special America
I try to do my full Arabization device (add arabic language)
I copied system files framework-res.apk, Settings.apk, TouchWiz30Launcher.apk and twframework-res.apk from the device and decompiled it by APk tools
And modified files strings and other
but I can't recompile them again
And now upload modified files and original files
I want from any developer recompile them and upload again
original files
mediafire.com/?uxi9s74ackc4p8f
new modified files only
mediafire.com/?2p7600e9a6sepzj
I ask anyone who has comments or tips be so kind to me if there are important steps or other files must be modified, because may help many others people
xx979xx said:
I have Samsung Galaxy Tab (SPH-P100) which it is special America
I try to do my full Arabization device (add arabic language)
I copied system files framework-res.apk, Settings.apk, TouchWiz30Launcher.apk and twframework-res.apk from the device and decompiled it by APk tools
And modified files strings and other
but I can't recompile them again
And now upload modified files and original files
I want from any developer recompile them and upload again
original files
mediafire.com/?uxi9s74ackc4p8f
new modified files only
mediafire.com/?2p7600e9a6sepzj
I ask anyone who has comments or tips be so kind to me if there are important steps or other files must be modified, because may help many others people
Click to expand...
Click to collapse
If I understand you correctly, you are taking files from the framework of one device and putting them into the framework of a different device?
If that's the case, you can't do that. Apks (even framework apks) rely heavily on things like resource ids, which very greatly from device to device, or from rom to rom.
Unfortunately Im nit sure how to do what you are seeking to do, just offering some advice on your apk compiling problem. Also, if I've completely misunderstood what you were doing, I apologize and disregard what I said.
In any case, post the compiling error your getting.
Sent from my ADR6400L using xda premium

Get source of Android Appd

Hello,
I would like get the sources of apps like gallery3d or of the stock android launcher and modify them.
I know the best way is too download it with git, but i havent linux and i didnt want to download the full androidsource (i could it via a vm).
My question: can i download tge sources of these apps anywhere?
If not, could somebody upload the gallery source and the launcher source from gingerbread for me?
Metin
Sent from my HTC Desire using XDA App - sorry if it isnt correct english, my english isnt perfect
Android.googlesource.com/packages/Launcher2.git
^^ clone this
Do the same for other apps you need
From my fingers to your eyez
There are GIT Clients for Windows and Mac, just google it.
thanks portablegit works out for me
i made a new project with eclipse and copied all in the project but there are a huge count of errors is that normal?
MetinKale38 said:
i made a new project with eclipse and copied all in the project but there are a huge count of errors is that normal?
Click to expand...
Click to collapse
Do you have the android sdk?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
Thx for moving.
Ok ive solved it, if i copy all it doesnt generate the R. Class, ive to copy the resources first
Sent from my Desire - sorry if it isnt correct english, my english isnt perfect

[Q] [DEVS HELP] New emoji in Mm.apk CM9

Hi everybody,
I'm trying to add new emojis to mms.apk of cm9...
(Like emoji 2 for Iphone in iOS 5.1+ and in Whatsapp)
I'm not so practice with application development, so I'm here to ask if anybody can help me...
I have decompiled the original app, added the new emojis in res/drawable (png 40x40 32bit), added the strings in public.xml but now I can't go on...
I tried to rebuild and sign app, but when i put in in my system folder and try the mms application, new emojis don't appear anywhere...
Can someone tell me where I'm wrong or what I'm missing?
Thank you all for your attention
Regards
Stefano
Phone: Samsung Galaxy S Plus (i9001)
ROM: CyanogenMod 9 by ivendor RC3.1
Kernel: CastagnaIT 6.4 ExtremeUndervolt
Baseband:I9001XXKPM
Recovery: CWM 6.0.1.2 Touch
Anybody has news?
Possible changes in libemoji
Ok, looking into android's libraries i found a libemoji.so....
Maybe I need to change something inside this lib...
How can I edit a .so file?
:crying:
I'm sorry if I'm "spamming"
Ok I understood the problem... I need TO compile the app from sources... I've downloaded them from the cyanogenmod Github, I've understood that the file that needs editing is emojiparser.java but once I've modified that file I don'know how TO recompile the apk... Does someone can help me?
Sent from my GT-I9001 using xda premium

[Q] Pixlr-o-matic mod?

Hello everyone this is my first time posting here
First of all im a noob.
Im not even sure if this is the right section to post a question like this one.
I was using the Pixlr-o-matic app and i got bored with the overlays that includes so i thought i might wanna add more myself.
I opened the app with winzip and found the overlay images in folder (assets-overlay-default-1), i added more and also i added them in the same image size and names and also in the thumbnails folder. I resigned the apk and installed. The new overlays are not appearing i tried to think what i might be doing wrong or what i should do more and i cant come up with an idea...
Im attaching the modded apk and an example of the overlay i wanted to add.
If you need more info to provide ill be glad to reply!
Im using Samsung galaxy S2 (International)
With custom rom ressurection remix v5.0.3 android 4.4.2
Thank you in advance!
The overlays im trying to add.
The modified apk file. I coudlnt upload it here i dont know why..
4shared.com/mobile/ZQhBQi0fce/pixlrOMatic-1.html
Where can I download mod version of pixlar app??

decompile SystemUI.apk

Hi guys,
I have a problem with my System.UI. I can't decompile it because I obtain always an error...in every programs (Tickle,Multitool...). I want to edit lines in .xml for my custom ROM.
However, with the Framework-res.apk or settings-apk it works perfectly. I don't understand...
So If someone could help me decompiling System-UI.apk with other method, I'd be very grateful to him
Of course I join two files (framework-res.apk and systemUI.apk) in attachment.
Thanks really
Bests regards
Nobody... ?
PLease
MAnopi said:
Hi guys,
I have a problem with my System.UI. I can't decompile it because I obtain always an error...in every programs (Tickle,Multitool...). I want to edit lines in .xml for my custom ROM.
However, with the Framework-res.apk or settings-apk it works perfectly. I don't understand...
So If someone could help me decompiling System-UI.apk with other method, I'd be very grateful to him
Of course I join two files (framework-res.apk and systemUI.apk) in attachment.
Thanks really
Bests regards
Click to expand...
Click to collapse
I have same problem. Hope to someone can help.????
Post the error log and maybe someone will help you. Posting the apks does nothing really.
Also if your making a custom rom but cant fix a simple error then you might want to rethink things.
Also if your building a custom rom then just edit the source before to compile the build.
Finally it works. Why ? I don't know lol
Maybe it is :
-I took systemUI.apk from stock ROM (yes i changed apk from stock ROM to try)
-or I deleted mediatek-res.apk of folder names ''other'' of APKmultitool

Categories

Resources