HTC Sense 6 Emoji TTF? - One (M8) Q&A, Help & Troubleshooting

Hi!
Can someone kindly upload the latest htc emoji ttf, so I can use it on my phone with CyanogenMod? (It will just work, right?)
Thanks!
Edit: I found it in a ROM i downloaded from the development forums! The file is called hTC_ColorEmoji.ttf. You can just rename it to NotoColorEmoji.ttf and put it in the /system/fonts directory and it will work

Related

htc hero original image files

hi there,
any chance to get all the image files used in the hero? - icons, background images, buttons, etc.? i am about to do a htc hero theme for my blackberry. any hints appreciated thanks
cheers.
here is the rom
now its down to you
http://forum.xda-developers.com/showthread.php?t=533808
thanks a lot
uhm. how do i open those files?
woelv said:
uhm. how do i open those files?
Click to expand...
Click to collapse
me too sorry newbie
please someone give a hint..
interrested too but don't abble to opne files... try to rename the .img in .zip but doesn't work...
Please help
I believe the file at the link given above has the "system image" files. You guys are just trying to make a theme so I am guessing you want the "picture" images only right? It would be easier to just extract a rom from the dream android development area and extract the apk files and wallpapers from it.
Here is a link to a thread that contains a dump of the system folder from T-Mobile UK 1.76.110.6 Hero rom
http://forum.xda-developers.com/showthread.php?t=542218
The icons, artwork, and such are located within the apk files which are basically renamed zip files. Good luck.
right, i was looking for picture files - and now i've got them. thanks!

Extracting Original Hero Fonts

Hey guys,
I have replaced my original hero fonts with the DeJaVu ones. I would like to go back to the original fonts.
I have a nandroid backup that has the original fonts. What should I do to extract the original fonts from the old image?
Appreciate your help
Http://forum.xda-developers.com/showthread.php?t=551711
This thread could help you.
I might get the fonts of my hero and upload it (but im away for a few days)
Peace
Thanks,
unyaffs extracts the fonts from system.img.
I have also found the fonts I needed in Paul's custom update.zip
Can you post the original fonts here Please
because I have the same problem
rody02_4 said:
Can you post the original fonts here Please
Click to expand...
Click to collapse
here you go

RUU_Click_HTC_WWE_1.65.405.1_WWE_release_signed_No Driver "THIS ROM IS FOR COOKS ONLY

RUU_Click_HTC_WWE_1.65.405.1_WWE_release_signed_No Driver "THIS ROM IS FOR COOKS ONLY
RUU_Click_HTC_WWE_1.65.405.1_WWE_release_signed_NoDriver
New shipped rom for HTC Tattoo
http://rapidshare.com/files/285227785/RUU_Click_HTC_WWE_1.65.405.1_WWE_release_signed_NoDriver.exe
Enjoy!
MOD EDIT
this is for cooks only....if you try to install this str8 onto your hero you may brick it....YOU HAVE BEEN WARNED
Tatoo ROM? in HERO thread? WTF?
i believe the OP has posted it to let the ROM cookers have a look at it. It can probably be ported to the Hero.
Thanks to the OP
OK, I get it now. Thanks then. A new ported ROM is always good
i also understand that the tattoo is based on the 1.6 donut build...so would be really nice to get it on the hero
Yeah, I posted this link for ROM Cookers, for usual users it's useless.
Hi guys sorry for the noob question:
I open the exe and search in my PC the Temp folder where the content is temporaly extracted and see a "rom.zip" file.
When I open inside exist:
android-info.txt
boot.img
hboot_7225_0.52.0001_090922.nb0
radio.img
recovery.img
splash1_Tattoo_320x240.nb0
system.img
userdata.img
How can I open the img files to access the files and graphics inside? before in others hero files I just open using 7zip but now i can´t open using this method.
PS:why the userdata.img only is 3kb?
So I think it'll be safe to assume that we can't just flash this ROM to the Hero, even with a Nandroid backup?
Correct, it won't work on a hero in its un modified format. Wait for a chef to cook it up for the hero.
note to all
Don't try to flash this rom to your hero.
Its for cooks only.
You have been warned!
I HAVE PUT THIS IN THE TITLE......as someones bound to try and flash there hero
nobody knows how to extract the files from .img using WinXP.?
Is this a complete Rom?, like I said before userdata.img only has 3.kb
Regards
ryomahino said:
nobody knows how to extract the files from .img using WinXP.?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=4391033#post4391033
ryomahino said:
Is this a complete Rom?, like I said before userdata.img only has 3.kb
Click to expand...
Click to collapse
this is how it should be.....
Many thanks for the reply, but im stuck here.
Sorry I dont know nothing about Android, I use the extracted files from hero build for made a ThrottleLauncher theme, now I want to update the theme a skin other apps (like FM Radio, Wm Taskbar, etc) using the files from a Tatoo rom.
So, please, anybody can post the extracted apps from inside of system.img
I really apreciate.
Thanks
The keyboard on the tattoo looks nice - hopefully it'll be possible to extract it from the tattoo and cook it into a hero rom

[REF] Porting 2.1 (JM8) Samsung Keyboard to 2.2 (JPK)

Tools needed: smali, baksmali (google them), a JDK, and an extracted factoryfs.rfs from an éclair ROM.
(If you don't have a linux machine to mount an .rfs file to a directory never forget that your device has linux on it, so it can actually mount the .rfs file to a directory)
First collect the files you need from factoryfs.rfs:
/app/AxT9IME.apk
/app/AxT9IME.odex
/lib/libXt9core.so (this is actually the same file that's inside the apk)
/lib/libDHWR.so
/framework/android.policy.odex
/framework/core.odex
/framework/ext.odex
/framework/framework.odex
/framework/services.odex
Copy all the odex files into the same directory as baksmali is. Disassemble it with:
java -jar baksmali.jar -x AxT9IME.odex
This should create an out directory, with the disassembled, and deoptimized files. Now reassemble them, with smali:
java -jar out
This should create an out.dex file. Rename it to classes.dex, and put it into the AxT9IME.apk (don't be fooled by the extension, it's a simple zip file)
Now copy the following files to your phone:
AxT9IME.apk --> /system/app
libXt9core.so --> /system/lib
libDHWR.so --> /system/lib
Remove the following files:
/system/app/AxT9IME.odex
/system/lib/libdhwr.so (this is lowercase. The above was uppercase. Case does matter!)
Now try to enable the samsung keyboard. If everything goes well then you can now use the old keyboard.
-----
Alternatively if you needed the keyboard from the XWJM8 version, you can download the result files from here: http://android.sztupy.hu/dl/SamsungKeyboardFroyo.zip
Thank you
can I use this method in order to replace framework.jar/framework.odex from another build?
JHJP4 support proper BIDI (for Hebrew/Arabic and other RTL languages)
And how do we do the opposite? Want 2.44 on eclair =)
Should work the same
omrij said:
Thank you
can I use this method in order to replace framework.jar/framework.odex from another build?
JHJP4 support proper BIDI (for Hebrew/Arabic and other RTL languages)
Click to expand...
Click to collapse
No, framework.jar is too much different between eclair and froyo. You can only port simple applications (in /system/app) this way.
dupel said:
And how do we do the opposite? Want 2.44 on eclair =)
Click to expand...
Click to collapse
It would only work if the new keyboard doesn't use anything FroYo specific (like gesture support, or enhanced multitouch support). If it does use froyo specific api functions it will break under eclair.
sztupy said:
No, framework.jar is too much different between eclair and froyo. You can only port simple applications (in /system/app) this way.
Click to expand...
Click to collapse
Both frameworks are from Froyo
just different version
JP4 framework has proper BIDI support
omrij said:
Both frameworks are from Froyo
just different version
JP4 framework has proper BIDI support
Click to expand...
Click to collapse
If framework.jar changes then all pre-optimized files (odex) have to be reoptimized (the same way as the tutorial above shows), and even after that it might not work...
hi can I ask a few questions. I don't know much about these complicated things, but I will try my best.
can we collect files you asked us from factoryfs, through root explorer.
you asked to copy file with capital letters to phone and then asked to remove same file name with small letters. can one directory have two files with same name?
and finally how would we copy files to the phone?
thanks.
Sent from my Nexus One using Tapatalk
pitsyapa said:
hi can I ask a few questions. I don't know much about these complicated things, but I will try my best.
can we collect files you asked us from factoryfs, through root explorer.
you asked to copy file with capital letters to phone and then asked to remove same file name with small letters. can one directory have two files with same name?
and finally how would we copy files to the phone?
thanks.
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
You can use rootexplorer to transfer the files to /sdcard modify them on the PC, tran transfer them back from /sdcard to their location.
thanks I really appreciate your help can I ask you another simple question. I have downloaded jdk.
and installed it. how do I use these commands to disessemble, java jar. is there any special java prograame. thanks.
thanks v much. problem solved. ported urdu keyboard from eclair to jpk. thanks again.
How do I know which files from /lib do I need to replace?
I'm trying to use contacts apk from other froyo rom
So, I tried the above instructions, and all I get is errors with bksmali, but i get the out directory, then when I run smali, it get another bunch of errors, but no out.dex. Any help would be amazing.
I haven't tried any of this other than trying to just install the AxT9IME.apk which obviously didn't work. I can enable it but trying to switch to it or access its settings instantly resorts in a force closure.
What I don't think I've seen mentioned is whether or not the end result of this allows you to have both the 2.2 and the 2.1 keyboards. Could anyone clarify for me if you get both or just the 2.1 keyboard in the end?
Lastly, would it be possible for someone to write an app (downloadable via market) for this keyboard for any android version? Because that'd be pretty awesome.
It'd be nice if it didnt create an app-drawer icon, but I wouldn't mind as Go Launcher allows me to hide unwanted apps.
I honestly like the 2.2 keyboard, but the 2.1 one (with its 4 pages) has symbols in on it that I have seen no where else, which is pretty cool and why I'm wanting it.

[Q] Question to developers ?

Hi,
I am trying to create a theme for Note 2 with Note 3 mods. I am currently using DN3 v3 rom.
These are my questions :
1. I would like to know where installed apps from play store keeps there icons "I want to change them"
2. Where are all the stock apps "pre installed apps" located ?
3. Do i need to do any xml programming when replacing the app icons ?
Please tell me the path to those locations if you know it :fingers-crossed:
Each app is an apk file, and it contains icon(s). So there is no central place where all icons are stored.
the best you can do is to create an iconpack theme. just download one (it is apk file as well) and see how it's done. apk's are just signed-zip files, so you can open them (unzip) with any app like winzip or total commander (it is harder putting it back together). There are a lot of iconpacks available, just google it.
dalanik said:
Each app is an apk file, and it contains icon(s). So there is no central place where all icons are stored.
the best you can do is to create an iconpack theme. just download one (it is apk file as well) and see how it's done. apk's are just signed-zip files, so you can open them (unzip) with any app like winzip or total commander (it is harder putting it back together). There are a lot of iconpacks available, just google it.
Click to expand...
Click to collapse
Thanks i use "Ninja Morph" on the phone so it should be easy enough to unpack and then repack i hope
I need help i cant find the META-INF folder. Where would i find that folder ?
I got a message as showen in the picture that i need to copy 2 files where to i found the AndroidManifest.xml but i cant find the other one called META-INF and i have looked everywhere in the decompiled folder. What should i do ?

Categories

Resources