[HELP!] Widget On/Off Re-stylized Icons - XPERIA X10 Q&A, Help & Troubleshooting

i'm bored of this SE widget, then, i decided to re-style this, with minimalist and sexy design, the symbols of Bluetooth,Wi-Fi,GPS are from SE,but re-stylized
but i'm having problems,i put the new icons in a (SE base) APK,(with Winrar),but no sucess,everyone can help me?
i Have an XPERIA X10,but i don't know how to program for this platform.
thanx

Use x10 mod tool.
Sent from my X10i using xda premium

Thanx,i will test this!

If you want to post the images and widgets here I'll do it...
Sent from my X10a using The Force

Thanks man,but i dont do it at all...
the files are in here. Ok,

Here are the widgets(attached) with what you have done so far (BT,brightness)
You can theme the apk easily by opening it as an archive in winrar but DO NOT EXTRACT, just open the apk like a folder, drag in the new images to the right place, then close the apk and click "yes" to save the changes...

AyDee said:
Here are the widgets(attached) with what you have done so far (BT,brightness)
You can theme the apk easily by opening it as an archive in winrar but DO NOT EXTRACT, just open the apk like a folder, drag in the new images to the right place, then close the apk and click "yes" to save the changes...
Click to expand...
Click to collapse
Can't install it.
Sent from my X10i using xda premium

That's you have to sign it. I think...
Sent from Xperia X10 Self-modded

This is my problem,i do AyDee method,but dont work
I try,X10ModTool,no sucess...

It won't install normally, you have to push to system/app, fix permissions, and reboot.
I'll make an Xrecovery zip in a few hours when I get back to my computer.

Ok, try this zip in xrecovery(attached)
Also, you can finish theming the apk how I explained, then open the xrec. zip I posted with winrar/7-zip and drop in the themed apk to replace the old one (the same way the images are done) and then flash away!
Once you are completely finished modding the apk you should zipalign it for best performance before adding it to the zip (or post it here & I'll do it...)
Cheers.

Thank you very much (Niko Bellic voice when exiting from taxi)
LOL ;/

wrong seccion

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

[Q] changing the notification bar...framework-res.apk HELP!!!

ok i'm trying to change a few things in the notification bar...right now specifically the back, plain white just ignores me. well i tried the simplest way i could think of:
-copy framework-res.apk to my computer
-copy new image into file (and rename)
-put on SD card
-overwrite original using rootexplorer
unfortunately i failed miserably because it would go to the 'sony ericsson' boot screen and freeze. i've already flashed back my firmware. and before i try again on my own i was wondering if anyone already knows how to do this so i can skip the trial and error phase. hopefully if someone can help me i can figure out how to add quick settings to the task bar as well.
P.S. if it helps i'm running world generic 2.1
You might want to start by posting in the correct area.
XPERIA X10 Themes and Apps
Your problem is you're not allowed to copy and paste it!
You have to put it somewhere on your SDcard, best: root
Then you have to open cmd or a terminal app and type:
(adb shell) dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
Finished
Sent from my X10i using XDA App
my bad...next time i'll pay more attention to where i'm posting lol...i wrote that while i was reflashing and didn't pay much attention to development vs. themes...oh well....thanks PoTi i'll try that when i get home
Also, any image with a .9.png extension needs to be patched with draw9patch.bat in the adb "tools" folder.
There are several themes already in the themes & apps section if you just want a quick change...
Sent from my X10i using XDA App
AyDee said:
Also, any image with a .9.png extension needs to be patched with draw9patch.bat in the adb "tools" folder.
There are several themes already in the themes & apps section if you just want a quick change...
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Hmm... i've never used it...
Sent from my X10i using XDA App
PoTi_96 said:
Hmm... i've never used it...
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Really? So I'm doing extra steps? Is that right? I thought it was necessary after editing a .9.png to re-patch to give them "stretching" properties. So maybe PS writes to .9.png if you just merge visible layers and save or something?
Draw9patch does optimize the pngs (MUCH smaller w/no quality loss) and you get a preview of how they will look when stretched/transformed but I'd skip the extra steps if I don't need to do them!
Thread moved to Q&A.
PoTi_96 said:
Hmm... i've never used it...
Sent from my X10i using XDA App
Click to expand...
Click to collapse
*Bump* for clarity here...
I've read other places that you have to use draw9patch on .9.pngs but PoTi_96 says he's never used it and he made a nice, working theme for 2.1
Are the other threads I've read wrong?
AyDee said:
*Bump* for clarity here...
I've read other places that you have to use draw9patch on .9.pngs but PoTi_96 says he's never used it and he made a nice, working theme for 2.1
Are the other threads I've read wrong?
Click to expand...
Click to collapse
thanks!
no they are NOT wrong!
today i've noticed that SOME .9.png really need the 9batch...
but NOT ALL!
Check out _calum_'s post HERE
It's more complicated than I thought but at least we have our answer.
I also just make some .9.pngs "full size" (ie: make statusbar_background.9.png 480x38 instead of 26x38) so they will not be stretched. (Like you suggested for status_bar_background.png to prevent it from tiling.) Then patch per the post I linked to.
wrong post sry

[THEME] CherryBlur v2.0 for GingerBlur v4 pROM (4.1.83)

First and foremost, before installing this ZIP through Tenfar's recovery, you MUST have GingerBlur v4 already installed!
GingerBlur files/instructions can be found HERE!
* Please DO NOT ask for assistance with rooting or installing GingerBlur in this thread, follow the link above and ask there!
**THIS HAS ONLY BEEN TESTED BY ME (ON MY OWN HANDSET) USING GINGERBLUR v4 (4.1.83 based)**
This theme is a compilation of graphics both original by me and from MANY other themes including:
Watermark'd
ShadowFrost
URBaN
ProDX Red
Criskelo ROM for I9000
I DO NOT ACCEPT DONATIONS! If you like my work please follow the hyperlinks for the original sources and donate there!
* Special thanks to DesignGears and kennethpenn for providing me assistance in editing some of the system files!
THEME FILES DOWNLOAD
*MultiUpload Link this time, 4shared has been flakey lately
Reserved (10char)
[EDIT] Running this with GingerBlur 4.5 - working great with NO issues..
Nice work man!! This looks great!!
Thanks! I JUST finished updating the OP with install instructions and I also attached a RAR file with the dock/icons to use if you wanted to make LauncherPro look just like it does in the screenshots.
Also, while I like red and/or blue themes, my wife likes purple so I'll probably be working on a GrapeBlur theme next.
If anyone tries pushing these files to a release other than 4.1.57 (such as Adeo or Gingerblur based on 4.1.52) I would be interested to know the results!
Looks great sir, thanks for the work.
Looks great man, thanks for putting this together. One question though, is it posible to make a blue theme as I love blue!
Thanks for great work! One question though, any errors during the deodexing process?
shady_lanem said:
Thanks for great work! One question though, any errors during the deodexing process?
Click to expand...
Click to collapse
I had one error, I think it was on PhotoEditor.apk and PhotoEditor.odex. I've seen or used a built-in photo editor so I just removed those then restarted the deodex process for apps and it completed successfully.
just tried deodexing and yes, getting the same errors from the two apks as well. Ok thanks for the heads up will try again
Successfully applied the theme!
Found 1 bug. The clock in notification bar is black in mine instead of white. Any idea why?
This might be a nobrainer but, if I change the icon files inside the apk and then push it to my phone will it still work? In this way will I be able to make my own 4.1.57 themes?
hey.. i am sorry to ask this how am i suppose to install the grapeblur and the launcherpro.. i have no idea .. i am soo sorry to ask such a dum question.. but this is my first time with an android
okay I may be kinda slow how do I make use of the launcherpro files?
hey how would you install cherryblur in the first place.. i have my phone deodexed and all but having trouble knowing how to install cherryblur...
Beautiful theme and I love battery icon... what clock app are you using?
Sent from my MB860 using XDA Premium App
You added a few icons to the /drawable-hdpi directory. Do you actually use them via the xml files, or are they just remains of whatever framework-res.apk you used?
txtsd said:
This might be a nobrainer but, if I change the icon files inside the apk and then push it to my phone will it still work? In this way will I be able to make my own 4.1.57 themes?
Click to expand...
Click to collapse
yes
just get framework-res.apk, back it up, open it with winrar.
drag and drop the files, of the same name, that you would like to replace into the open winrar window. choose normal and 'add and replace', then close the window to save. replace the one in system/framework with your modified version.
Be sure to set the priviledges correctly after you copy into system/framework.
They should match the original, full read and user write.
Thats how I made this.
Edit: Every time I replace the framework-res.apk I lose my google, twitter, and facebook accounts. Anyone know why, all I'm doing is replacing images.
Nottach said:
yes
just get framework-res.apk, back it up, open it with winrar.
drag and drop the files, of the same name, that you would like to replace into the open winrar window. choose normal and 'add and replace', then close the window to save. replace the one in system/framework with your modified version.
Be sure to set the priviledges correctly after you copy into system/framework.
They should match the original, full read and user write.
Thats how I made this.
Edit: Every time I replace the framework-res.apk I lose my google, twitter, and facebook accounts. Anyone know why, all I'm doing is replacing images.
Click to expand...
Click to collapse
oh nice!
Yea I did the same. Just used 7zip instead of crappy winrar. Didn't check for permissions though, I'll do that tomorrow.
txtsd said:
You added a few icons to the /drawable-hdpi directory. Do you actually use them via the xml files, or are they just remains of whatever framework-res.apk you used?
Click to expand...
Click to collapse
Correct, just remains. Possibly for future use as well
DKRussell said:
Beautiful theme and I love battery icon... what clock app are you using?
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
That is Beautiful Widgets in the Android Market. I forgot the name of the actual skin I'm using with it though, I'll reply to your PM later this morning.
anirudh15891 said:
hey how would you install cherryblur in the first place.. i have my phone deodexed and all but having trouble knowing how to install cherryblur...
Click to expand...
Click to collapse
The instructions are on the first page, but you need to be at least somewhat familiar with adb.
blaque72 said:
okay I may be kinda slow how do I make use of the launcherpro files?
Click to expand...
Click to collapse
When you long press on any of the icons in the dockbar of LauncherPro you should see an option to change the icon. You need to have the icons/dock I attached saved to your sdcard ahead of time so you can choose "custom" for the icon and select the graphic you want to use.
For the dock you go to Menu -> Preferences -> Appearance -> Dock Background
* Pretty sure that's correct, but my phone is in on the charger in my bedroom where my wife is sleeping so I don't want to accidentally wake her up.

[THEME] Project-V Assassin Edition

This is Project-V Assassin Edition
for Project-V 06-08-11 : 06-11-11​What was themed:
Browser.apk
Contacts.apk
DialerTabActivity.apk
Email.apk
MMS.apk
Phone.apk
Settings.apk
Framework-res.apk
TwFramework-res.apk
Boot Animation
Shutdown Animation
Screenshots a plenty HERE (there are so many I felt it better just to link the album)
DOWNLOAD HERE
MD5: 387e3c88b82c977850b67a0f69644dec
Credits:
Thanks to Annex at EDT for the help he provided!!!!!!
EDT for the sweet rom
VibrantHD Theme for some images
Scarlet Leftovers Theme for some images
Ubisoft and Assassins Creed Teams
and anyone else I may have left out. Let me know and I'll add you.
If you like it let me know, if you see bugs let me know.
****You may have to re-login to your google account and exchange emails due to the framework-res, but everything else should stay just fine if not let me know. I am not responsible for anything that may happen to your phone because of this... you chose to root it yada yada.****
Looks really awesome. Thanks!
urgent
hi really awesome
1 (Q) can i use this theme on triger 3.2? it's KB5
2. can anybody get me phone with this visual?
i have other one wich one i don't like
Looks sick man..Thanks!!
i have answer on my question yes it works great on Triger 3.2 wipe dalvik and refleshed very nice but there is 1 problem i still don't have such phone dialer
vazovskiiii said:
i have answer on my question yes it works great on Triger 3.2 wipe dalvik and refleshed very nice but there is 1 problem i still don't have such phone dialer
Click to expand...
Click to collapse
You are running 3.2? I'll check and see if its because of that or not after work. Otherwise you may try extracting the dialer from from the .zip and push it through root explorer to system/app folder and reboot.
yes i have 3.2 but dialer is still old one from wich folder and which apk i should to extract
i have replased but still old one
under dialer you mean phone.apk write? or dialertabactivity.apk?
Sick theme! Only problem I'm having is my phone keeps force closing. I'm going to reflash in a little bit and see if that fixes it. Everything else is great. Keep up the good work!
Sent from my SGH-T959 using XDA Premium App
vazovskiiii said:
yes i have 3.2 but dialer is still old one from wich folder and which apk i should to extract
i have replased but still old one
under dialer you mean phone.apk write? or dialertabactivity.apk?
Click to expand...
Click to collapse
Those images are in the DialerTabActivity.apk and you would need to extract the ProjectV_AssassinEdition.zip and push the DialerTabActivity.apk from system/app/ folder in that .zip to the system/app folder of your phone and reboot. Not sure why it didn't go unless 3.2 has a different naming system for the files. I still gotta look into that. That's why I posted it for Project-V, could be port issue requiring a full port.
Crash1014 said:
Sick theme! Only problem I'm having is my phone keeps force closing. I'm going to reflash in a little bit and see if that fixes it. Everything else is great. Keep up the good work!
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
You may try to do a wipe cache, dalvik and fix permissions from red recovery... The only issue I have had so far has also been an issue for all unthemed roms for me and that's no email notification sounds. But fix permissions might do it without a full wipe. let me know.
vazovskiiii said:
yes i have 3.2 but dialer is still old one from wich folder and which apk i should to extract
i have replased but still old one
under dialer you mean phone.apk write? or dialertabactivity.apk?
Click to expand...
Click to collapse
I just realized that the image you posted is the in-call dialer....You know, When you are asked to press 7 to delete voicemail or 1 for english lol
Those images are in the phone.apk, but the main dialer for dialing your calls is in the dialertabactivity.apk To get that as the main dialer would require a multi-apk rework... If I have time I might make you a zip you can use in ninja morph.
Nice work mate but can you please change the notification drop down to one that match the theme better lile rhe vibrant hd for sample but with yoir icons. Im sure it will look much better my friend.
Sent from my SGH-T959 using XDA App
vazovskiiii
attached is a simple zip you can download and extract.
1. Get Ninjamorph from Android Market,
2. Open it and go to New project> system> app> DialerTabActivity.apk
3. wait till its done. Then close the app (menu> exit)
4. Connect Usb and copy the files from the folders in the zip to the corresponding folders in AndroidThemes> Wokspace> on your phone
5. Disconnect USB and wait till its completed
6. Re-open ninjamorph, and choose Finish Project> DialerTabActivity APK> Yes> Yes> No(incase you wanna change it back)
7. Wait till its done then menu> exit and reboot.
SVLAN said:
Nice work mate but can you please change the notification drop down to one that match the theme better lile rhe vibrant hd for sample but with yoir icons. Im sure it will look much better my friend.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Here you go same install as last post except use twFramework-res from system> framework> instead of dialertab
This is the VibrantHD notification dropdown
thank you very much i will try now
i shoult extract folder named system to my mobile phone yes?
i don't understand this one
4. Connect Usb and copy the files from the folders in the zip to the corresponding folders in AndroidThemes> Wokspace> on your phone
from which folder to which zip can you explain this to me
or can you made recovery fleshable zip ?
Lancelaut said:
Those images are in the DialerTabActivity.apk and you would need to extract the ProjectV_AssassinEdition.zip and push the DialerTabActivity.apk from system/app/ folder in that .zip to the system/app folder of your phone and reboot. Not sure why it didn't go unless 3.2 has a different naming system for the files. I still gotta look into that. That's why I posted it for Project-V, could be port issue requiring a full port.
You may try to do a wipe cache, dalvik and fix permissions from red recovery... The only issue I have had so far has also been an issue for all unthemed roms for me and that's no email notification sounds. But fix permissions might do it without a full wipe. let me know.
Click to expand...
Click to collapse
I did the full wipe yesterday after work. Sorry I didn't have time to update the thread. The phone works great now. I'm have no issues at all now! Once again... Very nice Rom. Thank You again for your work !
Sent from my SGH-T959 using XDA Premium App
vazovskiiii said:
thank you very much i will try now
i shoult extract folder named system to my mobile phone yes?
i don't understand this one
4. Connect Usb and copy the files from the folders in the zip to the corresponding folders in AndroidThemes> Wokspace> on your phone
from which folder to which zip can you explain this to me
or can you made recovery fleshable zip ?
Click to expand...
Click to collapse
Ok here you go try flashing this in Recovery.
thank you veryyyy veryyy much but it's still old one
i've clean dalvik cache and install it from cwm but still the same
my dialer is like this
i whant dialer like this but with your theme
vazovskiiii ;
The update I attached for you should have changed the number buttons background and background of the dialer itself to that of the in-call dialer you first posted a pic of.
After your last post, I realize that I have no clue what exactly it is that you want.
I'm not sure if it is the other language in the header or the layout of the buttons on the bottom row...either way...if its either of those, I may not be able to help you change that. I just took an existing dialer and themed the images not the coding.
yes yes you are wright i whant your themed dialer with second layout my english is very bad i now
i just whant the layout of second picture but with your theme
i whant change the places of buttons like in second picture in my dialer the below row is speaker call and contacts and i just whant to change like in in second picture down, call video call, message and beckward
Is there any way you can post the wallpaper you used for this theme?
Sent from my SGH-T959 using XDA Premium App

Changing icons of Android apps

I have seen many users willing to change the icons of their android applications.For the willing users I have got small tutorial on how to change icons of any android applications.
Note:
This may not work in all application but as I've tried, it has worked for all of them.
Please use copy of your application in case of need of original apk files.
None of the files attached here like belongs to me.
I am not responsible for any unusable apk if messed up with.
Requirements:
1.Any android application(.apk) (you want to change icon of)
2.Icons file or any icons editing software (must be of resolution 36 X 36)
3.PC with windows
4.Sign APK
5.Your Android device or virtual machine to install
Steps:
1. Grab any android application (using applications like App Backup and restore or Titanium Backup) and send it to PC.
2. Right click that android application and navigate to open with option.
3. Select Winrar or Winzip.
4. Navigate it to "ApplicationName.apk\res\drawable-ldpi" folder.(There might be multiple icons in other folders too follow the same process to make it done.)
5. You can see file with name icon(.png).
6. Drag your own icon file of size 36 X 36 and drop it and replace if prompted (save) close your Winrar.
7. Now extract Auto-Sign.rar file to desired location and copy your apk (with changed icon ) to Auto-Sign\Auto-Sign folder (or read README.txt)
8. Run file sign (.bat)
9. Now you can install the apk manually by sending it to your SD Card.
For making you sure it really works I've changed icons of QQ player to VLC media player which is attached below.
BTW QQ player is the player almost like VLC it plays almost every video of any type.
Download are in order as listed below
1) Auto-sign Created By Dave Da illest 1
Optionals
2) QQ player with changed icon of vlc:
3) QQ Player by tencent original:
how much thread will open for changing icon?
some one asked this in this thread: http://forum.xda-developers.com/showthread.php?t=1851377
so,kindly just answar on that thread and close this thread.
hmahadi98 said:
how much thread will open for changing icon?
some one asked this in this thread: http://forum.xda-developers.com/showthread.php?t=1851377
so,kindly just answar on that thread and close this thread.
Click to expand...
Click to collapse
LOL just trying to give full and detailed information in systematic way
More easier way
Use xplore me
Open ur desired apk as zip open res/drawable-ldpi and replace icon.png with your desired .png image
Keep resolution same as in apk
In some apps icon.png are in drawable-hdpi you hav to check that
After replacing use zip signer to sign apk and your good to go
And no need of computer
Sent from my GT-S5360 using xda premium
alkesh95 said:
More easier way
Use xplore me
Open ur desired apk as zip open res/drawable-ldpi and replace icon.png with your desired .png image
Keep resolution same as in apk
In some apps icon.png are in drawable-hdpi you hav to check that
After replacing use zip signer to sign apk and your good to go
And no need of computer
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Needs root right?
For those users who doesn't want to risk their smartphones
Any way thanks
alkesh95 said:
More easier way
Use xplore me
Open ur desired apk as zip open res/drawable-ldpi and replace icon.png with your desired .png image
Keep resolution same as in apk
In some apps icon.png are in drawable-hdpi you hav to check that
After replacing use zip signer to sign apk and your good to go
And no need of computer
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
i also use xplore to edit my apks.
checkpoint_sagun said:
Needs root right?
For those users who doesn't want to risk their smartphones
Any way thanks
Click to expand...
Click to collapse
Xplore and zip signer doesn't require root access
Xplore asks for root access when u hav to edit system apps
Sent from my GT-S5360 using xda premium
you guezz are talking about xplore file manager...?
Sent from my GT-S5360 using xda premium
Gauravdgamer said:
you guezz are talking about xplore file manager...?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Yes
Sent from my GT-S5360 using xda premium
wow nice app
can modifying framework-res.apk and copying it via root explorer is safe....?
Sent from my GT-S5360 using xda premium
bump
i find this interesting, using xplore might be right way.
But since i am noob, can somebody explain me where i can find apk file of a installed launcher?
Thanks in advance
Retardinjo1900 said:
i find this interesting, using xplore might be right way.
But since i am noob, can somebody explain me where i can find apk file of a installed launcher?
Thanks in advance
Click to expand...
Click to collapse
you can find your installed launcher in data>app>here
or mnt>asec
if u are search your default launcher ie touchWiz launcher then go to system>app>here
press thanks if i help you
sent from my GT-S5360 using
XDA PREMIUM

Categories

Resources