Change this app name - Android Q&A, Help & Troubleshooting

hey, i need that someone change the name of this app for me, the app is Dolphin browser, and on the App Drawer says "Dolphin Browser HD" and i want to change it to "Chrome".
The apk is attached, thanks in advance.

WTF? Why would you want that done?
Sent from my SAMSUNG-SGH-I747 Anti-MOTO Ballistic Missile

Really not sure why you would want to do this, but you can fairly easily do it yourself just have a look at apktools and as always google is your friend

Decompile the .apk and then check androidmanifest.XML .. or check other XML
Edward Cullen

I can't do it, everytime i change it (on strings.xml because on manifest not is), i cant install it, it says "Application not installed" and on system/app not appears on reboot.
Please someone do it.

*BUMP to tha top*

did you sign the apk?

Adgoosuc said:
I can't do it, everytime i change it (on strings.xml because on manifest not is), i cant install it, it says "Application not installed" and on system/app not appears on reboot.
Please someone do it.
Click to expand...
Click to collapse
People would much rather help you learn to do it yourself then just do it for you, developers are here to teach not be your personal code monkeys

I think you forgot to sign the apk. Also if you want something easier, just use a custom launcher that supports renaming icons, for example ADW.Launcher.
Sent from my PC36100

app name and icons name to b used are located in android manifeast.xml decompile apk change app name in manifeast.xml , compile n sign it.....
Dont forgot to hit thanks....

Related

[Q] Implement Theme in Rom

Hello!
I'm trying to make my own Rom right now. With dsixda's Kitchen it isn't very hard to do so I thought I'd just give it a try. I'm taking a rooted official Update (Version: 2.10.405.2) as my base. Adding busybox runparts, the /data/app functionality, a2sd+, the custom bootanimation functionality etc. isn't a problem. Removing some apps like Maps, Facebook, Teeter (and so on) and adding some like Rom Manager, Neocore or Quadrant isn't a problem, too. But if I want to implement a theme like the Carbon Espresso Mod or a theme I made with the UOT Kitchen I'm getting bootloops at booting the phone. Here's what I do: I unzip the folder (for example a theme made with the UOT Kitchen) and I copy over the framework-res.apk from the unzipped folder to my Working Folder of the Kitchen (to system/framework) and I overwrite the original framework-res.apk.
And NO: I didn't choose a battery mod or a bootanimation in the UOT Kitchen....
Hope you guys can help me
I might be wrong but doesn't the new file have to be signed? I know there is a signing option in the kitchen.
Sent from my PC36100 using Tapatalk
It's a system .apk so it doesn't have to be signed.
I can't shed any light on the subject, but here's a bump.
Are you replacing the whole "framework-res.apk" file? If so then you will need to resign your entire ROM. Why? When you change a system file ("framework-res.apk", "com.htc.framework.apk", "twframework-res", "rosie.apk", etc.) it no longer has a matching "signature" for all the files it serves images to. Plug your phone into your computer and open up "ddms" in your android_sdk > tools folder to watch what happens when the phone boots up.
A workaround (The way I do it, it's more fun IMHO) is to open up your .apk files in 7zip (or if you're on a mac BetterZip) and add the images from the themed .apk to your stock .apk. This way makes it so your original .apk has the same signature as your other system files yet has the new images from the other files that you wanted. I've had a lot of luck with this method. I don't know if it will still work if you change any .xml files as I have not messed with those yet.
I've subscribed to this thread so if you have any questions post back here or you can PM me if you want. I'm on XDA all day, every day so I'll try to help as much as I can.
Thanks for all the answers! Especially to you, mbobino. Is there a way to sign the whole Rom new? When I make my Rom at the End, the Kitchen signs it automatically, doesn't it? The idea with the images is very good, but if I want to implement a theme like Carbon Espresso it isn't that easy, 'cause Carbon Espresso isn't just a few images. There are several .xml's etc.
The reason you boot loop is mis matched resource ID's in the public.xml file. If you decompile the framework using apktool after adding your images using an archiver then recompile apktool will update the public file for you which saves you from pulling ID''s for every image. I have a video tutorial of how to set up apktool and decompile framework in my Rom thread. Changing images in app apk's won't cause you to boot loop just messing with the framework will.
Sent from my ADR6300 using XDA App
DomiKamp said:
Thanks for all the answers! Especially to you, mbobino. Is there a way to sign the whole Rom new? When I make my Rom at the End, the Kitchen signs it automatically, doesn't it? The idea with the images is very good, but if I want to implement a theme like Carbon Espresso it isn't that easy, 'cause Carbon Espresso isn't just a few images. There are several .xml's etc.
Click to expand...
Click to collapse
The kitchen signs the .zip that you flash when you build it. It does not sign any .apks for you on its own. However, there is an option to sign .apks within the kitchen.
In my opinion, taking all of the images and figuring out how it all works is fun. I feel like I've already learned quite a bit from just digging around and moving files around.
As for the .xml files, you can decompile the .apk and edit them and then recompile the .apk. I'm actually looking into this today. It sounds like some work but hopefully I'll get it figured out.
Sounds like fun indeed So, I'll just have to try it. Where can I find the "Settings" for the Notification Bar? Thanks
The variois status*.xml files in the res/layout folder of the framework-res.apk and the status*.smali files in the services.jar.
What? If I want to implement a Theme made with the UOT Kitchen (without battery) I should just copy over those files to my existing res-framework.apk OR copy over the whole res-framework.apk (the new one) and sign it?
EDIT: Just tried it with a theme from the UOT Kitchen and it worked perfectly. I've just signed the res-framework.apk and the htc.com.resources.apk (or whatever) in the Kitchen, flashed it on my Phone and it just worked like a Charm. But I have got a 50% Transparent Notification Bar and all the system icons (Battery and time/date) are still black and not transparent! Has anyone got a idea where to change this? (.xml or whatever)...And does anyone know where I can find the HTC Wallpapers? I want to change them a little bit
HeyItsLou said:
The reason you boot loop is mis matched resource ID's in the public.xml file. If you decompile the framework using apktool after adding your images using an archiver then recompile apktool will update the public file for you which saves you from pulling ID''s for every image. I have a video tutorial of how to set up apktool and decompile framework in my Rom thread. Changing images in app apk's won't cause you to boot loop just messing with the framework will.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
HeyItsLou, I looked up your ROM thread but couldn't locate the video tutorial.... do you mind providing the url? Specifically, I am trying to add to the list of wallpapers in a ROM. (I have setup apktool but not sure where/which folder to add my wallpapers in Framework-res.apk Launcher.apk before recompiling/signing). Thanks.
You COULD use the Theme Porter by daneshm90. It will only port the PNG s for it so things like clock colour n stuff will be lost, but it will get you alot closer...
http://forum.xda-developers.com/showthread.php?t=737526
Sent from my HTC Hero using XDA App
Thanks! But like I've written before in my Edit, I made it. The bigger theme (Carbon Espresso) wasn't a problem, too. I just had to sign the .apk's in system/app and system/framework (the kitchen doesn't do it by itself. You have to choose the option to sign a single .apk and then look, where the system/framework .apk's are...). Works great now!
DomiKamp said:
Thanks! But like I've written before in my Edit, I made it. The bigger theme (Carbon Espresso) wasn't a problem, too. I just had to sign the .apk's in system/app and system/framework (the kitchen doesn't do it by itself. You have to choose the option to sign a single .apk and then look, where the system/framework .apk's are...). Works great now!
Click to expand...
Click to collapse
Isnt that what I said in the 2nd post -.- lol jk. Glad you got it working!
Yes! And that's why I tried it. And it worked! Thanks Husker and, of course, everybody else!
Glad you got it working. Welcome to the development side of android!
Sent from my PC36100 using XDA App
I don't sign system files or apps and apkmanager among other threads I've read say not to. Im on a rooted backflip. I find I only have to sign third party apps to install.
Why do you have to sign YOUR files?
Sorry for answering that late. Had a few things to do, so I wasn't online very often
If you want to cook an App into your Rom (NeoCore for example), then you don't have to sign it. You can just copy it into data/app. But if you want to change the whole framework-res.apk of the Rom, you have to sign it. 'Cause if you don't sign it, you'll get a Bootloop. The framework-res.apk is a very important part of the Rom, so it has to "fit" to the others. There are some ID's which have to match. Otherwise it won't work. That's how I understood it
Another Question: Has anybody got an Idea where to change the things that are coming, when you first start the phone with a new Rom (the "installation" of the Rom)? I wan't to write: "Welcome to DomiKamp's Rom!" Or something like that...
bestialbub said:
I don't sign system files or apps and apkmanager among other threads I've read say not to. Im on a rooted backflip. I find I only have to sign third party apps to install.
Why do you have to sign YOUR files?
Click to expand...
Click to collapse
I was curious about this too. I always edit the framework-res of any ROM I flash using a custom set of images I have and have never signed the apk afterwards and it has always worked. Maybe cause I'm only replacing images? I usually do this with framework-res and twframework-res and they both can sometimes grow by 1MB or more. Just my experience.
Sent from my SAMSUNG-SGH-I897 using XDA App
DomiKamp said:
Sorry for answering that late. Had a few things to do, so I wasn't online very often
If you want to cook an App into your Rom (NeoCore for example), then you don't have to sign it. You can just copy it into data/app. But if you want to change the whole framework-res.apk of the Rom, you have to sign it. 'Cause if you don't sign it, you'll get a Bootloop. The framework-res.apk is a very important part of the Rom, so it has to "fit" to the others. There are some ID's which have to match. Otherwise it won't work. That's how I understood it
Another Question: Has anybody got an Idea where to change the things that are coming, when you first start the phone with a new Rom (the "installation" of the Rom)? I wan't to write: "Welcome to DomiKamp's Rom!" Or something like that...
Click to expand...
Click to collapse
I think that in order to do the "welcome to" thing you'll have to edit the update-script file. I'm not 100% on it though. Look at a cm Rom and see what all is in there.
Sent from my HTC Evo 4G using XDA App

Handcent Pop-up, can you mod it???

Anyone know how to mod it? I am trying to get rid of the gray look and make it more gingerbread-like.
The problem is everytime I extract it and re-zip + sign it with apktool it doesnt let me install it on my phone.
I cant re-compile it either after editing the png files...
if anyone has any ideas let me know...
If you are editing a .9.png file, you need to follow a slightly different procedure via APK Manager.
*sent from my X10i
My_Immortal said:
If you are editing a .9.png file, you need to follow a slightly different procedure via APK Manager.
*sent from my X10i
Click to expand...
Click to collapse
can you explain what that would be.. I am just looking into how to edit .9.png files..
I would be willing to help with this if I could. I would like to see a customised pop up.
hrm5023 said:
Anyone know how to mod it? I am trying to get rid of the gray look and make it more gingerbread-like.
The problem is everytime I extract it and re-zip + sign it with apktool it doesnt let me install it on my phone.
I cant re-compile it either after editing the png files...
if anyone has any ideas let me know...
Click to expand...
Click to collapse
Ive been modding Handcent sms for some time. Link Can you explain what are you looking for? or Im guessing you have apk modding issue not really handcent
you don't need to use apkmanager or deconstruct/reconstruct apks to mod it (or any other app/widget for that matter).
download ninja morph from the market. you can select the apps from the phone, it will extract them and you can swap .9's inside ninjamorph to theme the apps/widgets.
i know with downloaded apps, you have to have them installed to system/app though. so you may need to move handcent to system/app, then chmod the apk, then reboot before doing the ninja morph.

How to edit an APK name ?!

as I asked .. if I want to edit tha name of any apk .( sure I dont mean the file name ) ,, I mean .. the name that show up when you install it
for example : .. there is a CAM Mod .. and I dont want to flash it from recovery ( cuz if I do that ,, it will be the only app for camera ) .. and I dont want that .. but when you install it as APK .. you will get the 2 apps and you are free which one you want to use
BUT .. if the app is named ( Camera ) .. you cant install it .. cuz there is already an app with that name ..
any one got what I mean ??
use apktool to extract the apk, edit the manifest.xml and change the package name in there. then rebuild the APK with apktool and sign it. (you may be able to just use 7zip to extract the manifest.xml from the rebuilt app and then put it in the original, signed app, overwriting the one there, to avoid having to resign it [which is a pain to get your computer set up for if you haven't done it before, especially if you don't intend on doing it often again], but I am not 100% sure).
SifJar said:
use apktool to extract the apk, edit the manifest.xml and change the package name in there. then rebuild the APK with apktool and sign it. (you may be able to just use 7zip to extract the manifest.xml from the rebuilt app and then put it in the original, signed app, overwriting the one there, to avoid having to resign it [which is a pain to get your computer set up for if you haven't done it before, especially if you don't intend on doing it often again], but I am not 100% sure).
Click to expand...
Click to collapse
ok thanks .. but .. actually i dont know how to do that .. I didnt fine any file named ( manifest.xml )
could any one explain that please ?
EDIT :.. I edited that file but when I ( recompiled ) it ... it was just 1 KB ...
!!!
apk rename
all u need to do is put you sd in your computer and rename it that way.that is what i do
man ... are u kidding .. LoL
what will change if I renamed file name ?!!
zac1256 said:
all u need to do is put you sd in your computer and rename it that way.that is what i do
Click to expand...
Click to collapse
joanjoan_10 said:
man ... are u kidding .. LoL
what will change if I renamed file name ?!!
Click to expand...
Click to collapse
Changing the name of the file will do nothing. When the app is installed, it'll still have the same name (file name of the APK doesn't matter at all).
EDIT: As for how to do this, use apktool to unpack the app. Open "AndroidManifest.xml" and look for something like the following (in this example, I am using a manifest from Canabalt):
Code:
<application [COLOR="Red"]android:label="@string/app_name"[/COLOR] android:icon="@drawable/icon" android:name=".CanabaltApplication" android:debuggable="false">
The important one is the red one. Sometimes it will say something like android:label="Canabalt HD", in which case you'd just change it to what you want, and then rebuild it with apktool, but in this case there is an @ at the start of the name, which means that the name is stored in another file. As it is "@string/app_name", this means that the name is stored in the file "res\values\strings.xml" and has the name "app_name", so go into the folder "res", and then within that the folder "values" [if you use another language on your phone than the app's default language, go into the relevant folder e.g. for Spanish, you would go into "values-es" instead] and then within that open the file "strings.xml". Then you would look for something like this:
Code:
<string name="app_name">Canabalt HD</string>
Change this, save the file and then rebuild the APK with apktool. Afterwards, you'll need to sign the APK. Otherwise, it MAY be possible to take your edited APK, open it with 7zip, extract the file "AndroidManifest.xml" (or whatever file you edited e.g. strings.xml), then open the original APK with 7zip and replace the AndroidManifest.xml (or whatever file) with the modified version, and then not have to sign it. I haven't tried this though.
Also note that if there is an @ in the AndroidManifest.xml, you can still just edit the title in that file without finding the relevant entry in another file. In my above example, if I wanted to change the name to "Canabalt MOD", I'd change it to the following:
Code:
<application [COLOR="Red"]android:label="Canabalt MOD"[/COLOR] android:icon="@drawable/icon" android:name=".CanabaltApplication" android:debuggable="false">
The difference is basically doing it this way, it won't change for other languages, it will ALWAYS be "Canabalt MOD", regardless of the language of the phone. If you're just doing this for yourself, that probably doesn't matter, so it's simpler to just change it in AndroidManifest.xml.
Actually .. now I know that im noob
could u just try to reaname this app to any other name
I tried what u said but it didnt work
Try this, should show up as "HTC Camera"
SifJar said:
Try this, should show up as "HTC Camera"
Click to expand...
Click to collapse
ok .. thanks alot for ur job ... it is named like u said
bit ,, i still get ( its a system app .. do u want to replace )
joanjoan_10 said:
ok .. thanks alot for ur job ... it is named like u said
bit ,, i still get ( its a system app .. do u want to replace )
Click to expand...
Click to collapse
Need to change the package name as well as the label I guess, I'll do that tomorrow, don't have much time right now I'm afraid.
ok
Forgot about this yesterday, but I remembered now, so here it is
SifJar said:
Forgot about this yesterday, but I remembered now, so here it is
Click to expand...
Click to collapse
tahnks alot for remebering ,,, yea its new name now ,,,
but it cant be installed maybe its like a system app
any way .. the name is changed .. thanks for that
I forgot to resign it after editing, let's try again :fingers-crossed:
Should work this time.
Yea .. now it is installed
Hi SifJar. Could you do the same thing for whatsapp.apk? I've tried but with no luck :fingers-crossed:
extract apk
Apk Name
Could you please help with switching name of chompsms.apk? Thanks
ajeesh vijayan said:
extract apk
Click to expand...
Click to collapse
SifJar said:
Changing the name of the file will do nothing. When the app is installed, it'll still have the same name (file name of the APK doesn't matter at all).
EDIT: As for how to do this, use apktool to unpack the app. Open "AndroidManifest.xml" and look for something like the following (in this example, I am using a manifest from Canabalt):
Code:
<application [COLOR="Red"]android:label="@string/app_name"[/COLOR] android:icon="@drawable/icon" android:name=".CanabaltApplication" android:debuggable="false">
The important one is the red one. Sometimes it will say something like android:label="Canabalt HD", in which case you'd just change it to what you want, and then rebuild it with apktool, but in this case there is an @ at the start of the name, which means that the name is stored in another file. As it is "@string/app_name", this means that the name is stored in the file "res\values\strings.xml" and has the name "app_name", so go into the folder "res", and then within that the folder "values" [if you use another language on your phone than the app's default language, go into the relevant folder e.g. for Spanish, you would go into "values-es" instead] and then within that open the file "strings.xml". Then you would look for something like this:
Code:
<string name="app_name">Canabalt HD</string>
Change this, save the file and then rebuild the APK with apktool. Afterwards, you'll need to sign the APK. Otherwise, it MAY be possible to take your edited APK, open it with 7zip, extract the file "AndroidManifest.xml" (or whatever file you edited e.g. strings.xml), then open the original APK with 7zip and replace the AndroidManifest.xml (or whatever file) with the modified version, and then not have to sign it. I haven't tried this though.
Also note that if there is an @ in the AndroidManifest.xml, you can still just edit the title in that file without finding the relevant entry in another file. In my above example, if I wanted to change the name to "Canabalt MOD", I'd change it to the following:
Code:
<application [COLOR="Red"]android:label="Canabalt MOD"[/COLOR] android:icon="@drawable/icon" android:name=".CanabaltApplication" android:debuggable="false">
The difference is basically doing it this way, it won't change for other languages, it will ALWAYS be "Canabalt MOD", regardless of the language of the phone. If you're just doing this for yourself, that probably doesn't matter, so it's simpler to just change it in AndroidManifest.xml.
Click to expand...
Click to collapse
thx... i try find, but not found... Help me pizz
GuardDemon said:
thx... i try find, but not found... Help me pizz
Click to expand...
Click to collapse
If it's an Android app, I am fairly sure it must have the title stored in this manner. Try opening the XML file and pressing Ctrl+F to search within the file and search for "android:label" (without quotes).

Need some help to change some things on lockscreen

Hello, I just rooted my phone and I have CyanogenMod ROM on it and Apex Launcher right now. I want to change some things on my lockscreen but I don't know how to do that.
Here is my look screen right now: http://i.imgur.com/5CrbU.png
I want to take away the LV TELE 2| Tele2 thing on the bottom and then change the clock and date text, because it looks ugly in my opinion. Is there a way I could change that?
And also the circle above the Tele 2 text, can I change that? If so, how?
And also when i type an SMS, it vibrates when I type one letter, how can I remove that? I have tried to untick vibrate in settings but it doesnt work :S
Thanks in advance!
rafflan said:
Hello, I just rooted my phone and I have CyanogenMod ROM on it and Apex Launcher right now. I want to change some things on my lockscreen but I don't know how to do that.
Here is my look screen right now: http://i.imgur.com/5CrbU.png
I want to take away the LV TELE 2| Tele2 thing on the bottom and then change the clock and date text, because it looks ugly in my opinion. Is there a way I could change that?
And also the circle above the Tele 2 text, can I change that? If so, how?
And also when i type an SMS, it vibrates when I type one letter, how can I remove that? I have tried to untick vibrate in settings but it doesnt work :S
Thanks in advance!
Click to expand...
Click to collapse
You can start by posting in the correct section
Sent from my SGH-I777 using Tapatalk 2
rafflan said:
Hello, I just rooted my phone and I have CyanogenMod ROM on it and Apex Launcher right now. I want to change some things on my lockscreen but I don't know how to do that.
Here is my look screen right now: http://i.imgur.com/5CrbU.png
I want to take away the LV TELE 2| Tele2 thing on the bottom and then change the clock and date text, because it looks ugly in my opinion. Is there a way I could change that?
And also the circle above the Tele 2 text, can I change that? If so, how?
And also when i type an SMS, it vibrates when I type one letter, how can I remove that? I have tried to untick vibrate in settings but it doesnt work :S
Thanks in advance!
Click to expand...
Click to collapse
You wont get anybody helping you unless you post your topics in correct sections.
This is a development area, not n00b help desk.
[edit: topic moved now]
Yeah, this is really the wrong section.
Read the rules again and everything's fine.
So, for deleting carrier name, just google, there's a tutorial.
Is changing the font enough?
Then just replace the fonts at /system/fonts. (You can find the correct one by the name.)
And the circle. Decompile your framework-res.apk and look for the graphics at the hdpi folder.
If you don't know, how to do this, google. It's easy, if you know how to do.
Sent from my GT-I9100 using xda app-developers app
cakebomb said:
Yeah, this is really the wrong section.
Read the rules again and everything's fine.
So, for deleting carrier name, just google, there's a tutorial.
Is changing the font enough?
Then just replace the fonts at /system/fonts. (You can find the correct one by the name.)
And the circle. Decompile your framework-res.apk and look for the graphics at the hdpi folder.
If you don't know, how to do this, google. It's easy, if you know how to do.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=901865
That's the only thing I found on Google, but that's only changing the carrier name.
Where can I download fonts?
I can't find the folder /system on my sdcard.
What should I google about the circle? Like "How to delete circle on apex launcher lockscreen"?
Thanks!
rafflan said:
http://forum.xda-developers.com/showthread.php?t=901865
That's the only thing I found on Google, but that's only changing the carrier name.
Where can I download fonts?
I can't find the folder /system on my sdcard.
What should I google about the circle? Like "How to delete circle on apex launcher lockscreen"?
Thanks!
Click to expand...
Click to collapse
If this apps works for you, you can use it to set the carrier name to ' '?
You can find some nice fonts here. http://www.dafont.com, http://www.1001freefonts.com/
Or if you want to use fonts, which are already on your computer, they're located at: C:\Windows\Fonts
So, to change them.
The folder /system isn't on you sd. It's on your phone.
You can view this folder, if you download any root explorer app from the market.
Then you can find the /fonts folder and replace some fonts.
For example there's the font 'DroidSans.ttf', rename the font to 'DroidSans.bak' and then copy some downloaded font into this folder. Then change the name from (for example) Arial.ttf to DroidSans.ttf.
Reboot your device, and it's ready.
There's a app, which is easier, but with this method, you know, what you're doing, and you learn something.
But, just in case, the name of the app is 'Font Changer', you can find it in the Play Store.
The circle on the lockscreen..
To change it, you have to copy you framework-res.apk, which is located at /system/framework to your sd and then to your computer. (Or you upload it to dropbox or someting else, just bring it to your computer. xD)
Then rename it to 'framework-res.zip', after this you can open it by winrar or 7zip.
Go to the hdpi folder in res and search the image of the circle.
Then delete it, and put your own image (it should have the same dimensions) into the archive. But important! Don't select 'normal compression' or anything else, just 'save'!
If you have this done, change the file extension again to '.apk' and put it to your sd.
Then, copy it with any file manager, and paste it into /system/framework.
This can brick you device, so create a cwm backup before!
It worked succesfully for me with 'ES File Manager/Explorer', but only with the method, where the dialog 'Replace?' appears. So don't first delete the framework-res.apk
Okay, and for vibration.
Go to settings, keyboard, keyboard settings, and uncheck vibration. That's it.
Now my hands hurt.^^
cakebomb said:
If this apps works for you, you can use it to set the carrier name to ' '?
You can find some nice fonts here. http://www.dafont.com, http://www.1001freefonts.com/
Or if you want to use fonts, which are already on your computer, they're located at: C:\Windows\Fonts
So, to change them.
The folder /system isn't on you sd. It's on your phone.
You can view this folder, if you download any root explorer app from the market.
Then you can find the /fonts folder and replace some fonts.
For example there's the font 'DroidSans.ttf', rename the font to 'DroidSans.bak' and then copy some downloaded font into this folder. Then change the name from (for example) Arial.ttf to DroidSans.ttf.
Reboot your device, and it's ready.
There's a app, which is easier, but with this method, you know, what you're doing, and you learn something.
But, just in case, the name of the app is 'Font Changer', you can find it in the Play Store.
The circle on the lockscreen..
To change it, you have to copy you framework-res.apk, which is located at /system/framework to your sd and then to your computer. (Or you upload it to dropbox or someting else, just bring it to your computer. xD)
Then rename it to 'framework-res.zip', after this you can open it by winrar or 7zip.
Go to the hdpi folder in res and search the image of the circle.
Then delete it, and put your own image (it should have the same dimensions) into the archive. But important! Don't select 'normal compression' or anything else, just 'save'!
If you have this done, change the file extension again to '.apk' and put it to your sd.
Then, copy it with any file manager, and paste it into /system/framework.
This can brick you device, so create a cwm backup before!
It worked succesfully for me with 'ES File Manager/Explorer', but only with the method, where the dialog 'Replace?' appears. So don't first delete the framework-res.apk
Okay, and for vibration.
Go to settings, keyboard, keyboard settings, and uncheck vibration. That's it.
Now my hands hurt.^^
Click to expand...
Click to collapse
Thanks
I have no clue what font I should use but I'll see which one I will download because there are so many
I don't think I will change the circle on the lockscreen because It seemed hard and I'm to "noob" to do that and I don't wanna brick it. But I'll save that information If I wanna do it later.
If I go to settings, I can't see anything saying keyboard or keyboard settings.( But It doesn't vibrate anymore when I write messages on facebook) kinda weird :S
Got 3 other questions xD maybe off-topic but hope you can answer them
1. I recently rooted my phone and put on CyanogenMod 9 and now I have Apex Launcher Pro on it. But I can't find my contacts or where I add contacts so I can save my friends phone number. Do I have to download an app for this?
2. When I'm on my lockscreen and wanna unlock it, I drag it and it unlocks. But It vibrates when I drag it, is there a way to delete this vibrating?
3. I've used Swiftkey 3 keyboard but I don't like it so I want a new one. I loved the keyboard I had before I rooted on ICS verision 4.0.3. Is there a way to get that keyboard now in root? If not, do you have suggestions for me which keyboard I should download? I don't want one that they correct the words I write, only a simpel and easy keyboard.
Thanks in advance!
rafflan said:
Thanks
I have no clue what font I should use but I'll see which one I will download because there are so many
I don't think I will change the circle on the lockscreen because It seemed hard and I'm to "noob" to do that and I don't wanna brick it. But I'll save that information If I wanna do it later.
If I go to settings, I can't see anything saying keyboard or keyboard settings.( But It doesn't vibrate anymore when I write messages on facebook) kinda weird :S
Got 3 other questions xD maybe off-topic but hope you can answer them
1. I recently rooted my phone and put on CyanogenMod 9 and now I have Apex Launcher Pro on it. But I can't find my contacts or where I add contacts so I can save my friends phone number. Do I have to download an app for this?
2. When I'm on my lockscreen and wanna unlock it, I drag it and it unlocks. But It vibrates when I drag it, is there a way to delete this vibrating?
3. I've used Swiftkey 3 keyboard but I don't like it so I want a new one. I loved the keyboard I had before I rooted on ICS verision 4.0.3. Is there a way to get that keyboard now in root? If not, do you have suggestions for me which keyboard I should download? I don't want one that they correct the words I write, only a simpel and easy keyboard.
Thanks in advance!
Click to expand...
Click to collapse
Try Ubuntu font, google for it.
No? Or 'input settings'?
There's no contacts app? Maybe it's just hidden in apex launcher. Go to apex settings, drawer settings. And check the hidden apps. Or look in the apps section in the normal settings, if contacts/people app exist?
Hmm, in miui, there's an option for the vibrating. But as far as I know, in cm not. But you can google for it, maybe there's a mod or control panel, which includes this.
Yes, I hate auto correction too. It's very bad if you write in different languages..
In the settings of swiftkey, you should be able to disable the auto correction. You can access the settings directly via the keyboard. There's a key for this.
But I prefer the stock ics keyboard. (Play store: ics keyboard) It's very simple and you can disable auto correction and vibration too.
I hope, I helped.
Sent from my GT-I9100 using xda app-developers app
cakebomb said:
Try Ubuntu font, google for it.
No? Or 'input settings'?
There's no contacts app? Maybe it's just hidden in apex launcher. Go to apex settings, drawer settings. And check the hidden apps. Or look in the apps section in the normal settings, if contacts/people app exist?
Hmm, in miui, there's an option for the vibrating. But as far as I know, in cm not. But you can google for it, maybe there's a mod or control panel, which includes this.
Yes, I hate auto correction too. It's very bad if you write in different languages..
In the settings of swiftkey, you should be able to disable the auto correction. You can access the settings directly via the keyboard. There's a key for this.
But I prefer the stock ics keyboard. (Play store: ics keyboard) It's very simple and you can disable auto correction and vibration too.
I hope, I helped.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Thanks man!
cakebomb said:
Try Ubuntu font, google for it.
No? Or 'input settings'?
There's no contacts app? Maybe it's just hidden in apex launcher. Go to apex settings, drawer settings. And check the hidden apps. Or look in the apps section in the normal settings, if contacts/people app exist?
Hmm, in miui, there's an option for the vibrating. But as far as I know, in cm not. But you can google for it, maybe there's a mod or control panel, which includes this.
Yes, I hate auto correction too. It's very bad if you write in different languages..
In the settings of swiftkey, you should be able to disable the auto correction. You can access the settings directly via the keyboard. There's a key for this.
But I prefer the stock ics keyboard. (Play store: ics keyboard) It's very simple and you can disable auto correction and vibration too.
I hope, I helped.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Hello again
Above here you wrote:
The folder /system isn't on you sd. It's on your phone.
You can view this folder, if you download any root explorer app from the market.
Then you can find the /fonts folder and replace some fonts.
For example there's the font 'DroidSans.ttf', rename the font to 'DroidSans.bak' and then copy some downloaded font into this folder. Then change the name from (for example) Arial.ttf to DroidSans.ttf.
Reboot your device, and it's ready.
When I want to rename the DroidSans.ttf to DroidSans.bak , I try to open it with different things but all of them open random **** in a language I don't know. How Can I rename it? Do I need to download an text editor from the play store?
Thanks in advance!
rafflan said:
Thanks man!
Click to expand...
Click to collapse
You don't have to thank everytime, there's a 'thanks'-button, which you can/should click everytime, if sb. helped you.
rafflan said:
Hello again
Above here you wrote:
The folder /system isn't on you sd. It's on your phone.
You can view this folder, if you download any root explorer app from the market.
Then you can find the /fonts folder and replace some fonts.
For example there's the font 'DroidSans.ttf', rename the font to 'DroidSans.bak' and then copy some downloaded font into this folder. Then change the name from (for example) Arial.ttf to DroidSans.ttf.
Reboot your device, and it's ready.
When I want to rename the DroidSans.ttf to DroidSans.bak , I try to open it with different things but all of them open random **** in a language I don't know. How Can I rename it? Do I need to download an text editor from the play store?
Thanks in advance!
Click to expand...
Click to collapse
For renaming, you don't have to open the file.
Just press long at the file, and there should be a popup, with options like 'rename', 'copy', 'cut', 'open', 'properties' etc.
If there's no option to rename it, use another file manager, like 'es file manager' or 'root explorer'.
cakebomb said:
You don't have to thank everytime, there's a 'thanks'-button, which you can/should click everytime, if sb. helped you.
For renaming, you don't have to open the file.
Just press long at the file, and there should be a popup, with options like 'rename', 'copy', 'cut', 'open', 'properties' etc.
If there's no option to rename it, use another file manager, like 'es file manager' or 'root explorer'.
Click to expand...
Click to collapse
When I tried to rename the DroidSans.ttf file to DroidSans.bak, it says "Operation failed". Have any clues what I should do?
rafflan said:
When I tried to rename the DroidSans.ttf file to DroidSans.bak, it says "Operation failed". Have any clues what I should do?
Click to expand...
Click to collapse
Of course, mate.
If you're using es, go to settings, scroll down and enable 'root-explorer' and 'mount file system'.
Then there should be a popup of superuser, just accept it.
After replacing the fonts, remember to set the correct permissions, too.
ksilver89 said:
After replacing the fonts, remember to set the correct permissions, too.
Click to expand...
Click to collapse
And the correct permissions is super user right?
cakebomb said:
Of course, mate.
If you're using es, go to settings, scroll down and enable 'root-explorer' and 'mount file system'.
Then there should be a popup of superuser, just accept it.
Click to expand...
Click to collapse
Worked I think, did everything you wrote before in this thread. But the font didn't change on the lockscreen. Is there another file I should rename or change too in order for it to change font on the clock on the lockscreen?
Ooo alena gilbert...lol
Ok you can edit framework-res.apk for that... and for font in lockscreen i think change font with something like clock in name with one of your choice.. dont remember exact name....
rafflan said:
Hello, I just rooted my phone and I have CyanogenMod ROM on it and Apex Launcher right now. I want to change some things on my lockscreen but I don't know how to do that.
Here is my look screen right now: http://i.imgur.com/5CrbU.png
I want to take away the LV TELE 2| Tele2 thing on the bottom and then change the clock and date text, because it looks ugly in my opinion. Is there a way I could change that?
And also the circle above the Tele 2 text, can I change that? If so, how?
And also when i type an SMS, it vibrates when I type one letter, how can I remove that? I have tried to untick vibrate in settings but it doesnt work :S
Thanks in advance!
Click to expand...
Click to collapse
Sent from my GT-S7500 using xda premium
rafflan said:
When I tried to rename the DroidSans.ttf file to DroidSans.bak, it says "Operation failed". Have any clues what I should do?
Click to expand...
Click to collapse
Rename it to driidsans.ttf.bak but first click on R/O to make it R/W.... you know read only and read and write
Sent from my GT-S7500 using xda premium
I changed font, but It changed font on Facebook. I wanted to change on the lockscreen. What font file should I change to change the font on the lockscreen?
Skickat från min GT-I9100 via Tapatalk 2
rafflan said:
I changed font, but It changed font on Facebook. I wanted to change on the lockscreen. What font file should I change to change the font on the lockscreen?
Skickat från min GT-I9100 via Tapatalk 2
Click to expand...
Click to collapse
DroidSans.ttf was just an example.
So, I'm not sure, but try Clockopia.ttf.
But a while ago, I used a cm-build, where the lockscreen font was named something like. 'androidclock.ttf'
So just look, maybe you can guess it via the name, which font it is. If not, you can copy them to your pc and click on it, then windows let you view the font. Then you just have to look for these special numbers of the lockscreen clock. And the last way is to use font changer.
Sent from my GT-I9100 using xda app-developers app

Edit Apk

I want to edit a apk file so that I can edit its notification tone. I found the notification tone and changed it but after compiling it and installing it gives me a error "App not installed".
For decompiling used 7zip and changed the notification tone and then zipped it back. This is the first time I am editing a file. I am "NOOB", so "NOOB" guides only. Please also tell me where I am going wrong and how to correct it.
coolstoneapurva said:
I want to edit a apk file so that I can edit its notification tone. I found the notification tone and changed it but after compiling it and installing it gives me a error "App not installed".
For decompiling used 7zip and changed the notification tone and then zipped it back. This is the first time I am editing a file. I am "NOOB", so "NOOB" guides only. Please also tell me where I am going wrong and how to correct it.
Click to expand...
Click to collapse
You need to sign the application first. Use apktool to sign your apk and it should install
abhi007.john said:
You need to sign the application first. Use apktool to sign your apk and it should install
Click to expand...
Click to collapse
I tried this also, signed the app and installed it but installing the signed app force closes the install manager..
coolstoneapurva said:
I tried this also, signed the app and installed it but installing the signed app force closes the install manager..
Click to expand...
Click to collapse
can you tell me the procedure you're signing your apk
You are not decompiling it. You are simply unzipping it. Depending on the app it may not be able to be changed. A lot of apps are now making it so they self corrupt if nodded in any way. Handcent does this.
Bat cave One
coolstoneapurva said:
I tried this also, signed the app and installed it but installing the signed app force closes the install manager..
Click to expand...
Click to collapse
it win't work directly
push it in system/app set permissions and reboot

Categories

Resources