Port Theme; Help, having trouble. - Galaxy 3 Themes and Apps

I've been trying desperately to port over this theme to the SG3:
http://forum.xda-developers.com/showthread.php?t=726912
But everything I boot with my modified framework I get a boot hang. So I've given up :S Can anyone help me, please!

barqers said:
I've been trying desperately to port over this theme to the SG3:
http://forum.xda-developers.com/showthread.php?t=726912
But everything I boot with my modified framework I get a boot hang. So I've given up :S Can anyone help me, please!
Click to expand...
Click to collapse
i never had a bootloop with a modded framework. Tell me the procedure you did!

First I tried just copy/pasting the files from the minimal matte theme over to the respective folders inside framework-res.apk and twframework-res.apk.
Then I made it an apk file, and copied it back over, it failed. So I tried unsuccessfully to resign it, and I couldn't get that to work. So I tried to make one up on this site:
http://uot.dakra.lt/kitchen/
But again it failed. I was told to resize all the image files to the correct sizes? Maybe that would make a difference? :S

Because the guide I was looking at was to make your entire ROM, and all I wanted to do is just resign the specific APK
I was watching this video: http://www.youtube.com/watch?v=nWWojkrirek

I've been using this to resign apks...
http://forum.xda-developers.com/showthread.php?t=503007

Mate theme files are like drawable-MDPI and G3 is LDPI so you should try to find same images in MDPI (from mate theme) and in LDPI (from your apk u want to modify) and then overwrite them. It should work tho.

Rekooo said:
Mate theme files are like drawable-MDPI and G3 is LDPI so you should try to find same images in MDPI (from mate theme) and in LDPI (from your apk u want to modify) and then overwrite them. It should work tho.
Click to expand...
Click to collapse
Rekooo can you check this out for me? It's the framework-res.apk that I created. I can't tell what's wrong with it..
Edit:: I think they're all the same image size.. Also, would having extra files be a bad thing? I can't figure out for the life of me what's wrong! :S

Holdon, that was really stupid of me... I fixed the APK because the last one I uploaded I realized the directories were all wrong. But this one still doesn't work.
Edit:: I'm guessing it's signed wrong? Or what could be the issue..
Edit:: Got phone to boot, but everything Force closes.. Omg is this ever the biggest pain in the butt ever???

barqers said:
I've been trying desperately to port over this theme to the SG3:
http://forum.xda-developers.com/showthread.php?t=726912
But everything I boot with my modified framework I get a boot hang. So I've given up :S Can anyone help me, please!
Click to expand...
Click to collapse
No need to Sign. Just resize and replace icons in MDPI and LDPI folders in the framework. Open apk with 7zip and just replace both folders.

arunmcops said:
No need to Sign. Just resize and replace icons in MDPI and LDPI folders in the framework. Open apk with 7zip and just replace both folders.
Click to expand...
Click to collapse
I'm trying I guess I'm mistakenly not resizing some of them properly.. :S I'll keep trying!!!
Edit:: Problem is that on Lestatious ROM the framework-res has weird 20x38 dimensions, and the minimal matte has 25x25 dimensions, it's hard to resize properly. I'm going to try a different base framework.

barqers said:
I'm trying I guess I'm mistakenly not resizing some of them properly.. :S I'll keep trying!!!
Edit:: Problem is that on Lestatious ROM the framework-res has weird 20x38 dimensions, and the minimal matte has 25x25 dimensions, it's hard to resize properly. I'm going to try a different base framework.
Click to expand...
Click to collapse
U can use Free Image Convert and Resize. It is a good software.

arunmcops said:
U can use Free Image Convert and Resize. It is a good software.
Click to expand...
Click to collapse
I will check it out! Thank you for helping me out even though I'm really new to this modding stuff
I will release this theme as soon as I get it working!

Ughhhhhh
Everything works fine but "settings" force closes.. I resized to exactly the same sizes. What could be the problem? This is my apk file:

barqers said:
Ughhhhhh
Everything works fine but "settings" force closes.. I resized to exactly the same sizes. What could be the problem? This is my apk file:
Click to expand...
Click to collapse
It happened few times with me also. Just start from scratch again. it is very tough to catch the problem.

arunmcops said:
It happened few times with me also. Just start from scratch again. it is very tough to catch the problem.
Click to expand...
Click to collapse
I'm taking a break for a bit. Then I'll try again in a bit so frustrating! Lol Should I only change the LDPI or should I modify the LDPI AND the MDPI?

Okay, I've been testing, and you don't even need to resize the images for the LDPI res folder. So I've currently modded the LDPI res folder successfully. I simply use this command to copy existing folders over:
Code:
cd %USERDIRECTORYtowhereyouwantthesourcefilestogo%
Code:
xcopy "C:\userdirectoryTOSOURCEFILES" /U
The /U paramter in windows command prompt makes sure that only files that EXIST in BOTH destination folders will be copied over. Thus eliminating adding extra files and possibly screwing up the framework-res.apk, which I think I was doing before.
I'm going to try modding twframework-res.apk and the MDPI folder and then we'll see how that goes!

Okay, i've successfully modded a lot of things now...
I've got a couple questions:
1. Where are the settings icons? Is it in twframework-res? And where?
2. Where are the dialer button icons? I want a transparent dialer...
3. Where are the contact icons (the default contact icons)
Thank you for ALL your help arunmcops
EDIT:: Okay, I found the settings icons in Settings.apk, I found the dialer button icons in DialerTabActivity.apk, and I haven't modded contacts yet.
Almost done though, I THINK

Finally, finished. Theme released here:
http://forum.xda-developers.com/showthread.php?t=1000411

Too late im testing

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] change stock 2.1 lockscreen clock font

Hi everyone,
can anybody tell me how I can change the font of the stock SE lockscreen? I don't want to use an app for this (lockbot, etc). Just want to change the font or the images the clock uses. Help me please!
G.
The font is in the framework-res in the assets folder.
And how can I edit that? It is in the framework, extract is ok, but how can create an .apk after change font? Thanks for help anyway.
garyarts said:
And how can I edit that?
Click to expand...
Click to collapse
By pulling the contents, modding, then pushing them back. Read the theme reference thread for tips.
Great! Thanks again!!!
And if i'm ready (change font, rename as an apk), should I paste over the original apk by RE for example? Is that all?
garyarts said:
And if i'm ready (change font, rename as an apk), should I paste over the original apk by RE for example? Is that all?
Click to expand...
Click to collapse
No need to be renaming anything. Just open the apk as you would any other zip and pull the files, after modding them just drag and drop them back into the framework.apk. Some say you can use RootExplorer to overwrite the original but I've done it twice in the past and both times the phone stuck at boot, so recommend using adb to push back to the phone and install.
That's why I asked, cuz last two times the same happened to me, device frozen in boot. May I use QtADB? It looks working easier for me.
garyarts said:
That's why I asked, cuz last two times the same happened to me, device frozen in boot. May I use QtADB? It looks working easier for me.
Click to expand...
Click to collapse
You can use whatever, so long as you can push and install files, like MrRusch's Mod Tool
Do you use it anyway? (x10ModTool)
garyarts said:
Do you use it anyway? (x10ModTool)
Click to expand...
Click to collapse
No, I prefer using adb directly.
qtADB should be ADB with a GUI, an user friendly version of it. Thanks.
done, but nothing changed. Is it sure those fonts to be changed? Is it possible to create a kind of a zip able to flash by x-rec?

[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.

Replacing icons in apk

Hi
sorry if for expert devs this is a basic question
I have been looking around but I did not found this explained
HOW TO CHANG THE ICON ASSOCIATED WITH AN APK ????
I know how to open a apk with 7 zip and that I have to change the png file there
but which file ?????
do I need to change just the file associated with the icons or all the others ?
I mean .... inside (for example) mm.apk I found the icons related to contacts.apk to email.apk etc ... do I need to chenge all of them with the new ones ?
decompile and recompile
Decompile the app with apktool and go into the res folder and find the icon u want to replace ,,change it and recompile with apktool.Lastly sign the app and you are good to go
I have never tried change icons but i tried to change the background images for dialer and system menu. I used the same method mentioned above by opening the apk using 7zip and changing the images files with my custom images and rename them exactly the same as old ones.
Then I used CWM to flash the zip which contains the modified apk (i.e. contacts.apk and framework-res.apk)
However, I would recommend that you backup your ROM before flashing the modified zip file just in case something wrong happens.
Good Luck
I remember that there is a tool much faster than apktool ti decompile recompile but ... I have not been on the forum for long and I lost it
Is it also possible to change only theicon by using vrtheme ? if yes can someone explain how ?
Thanks
Give this thread a whirl...should be very useful
Basic theming guide by Dully79
Darkside Agent said:
Give this thread a whirl...should be very useful
Basic theming guide by Dully79
Click to expand...
Click to collapse
All very interesting I am sure I will use it at some point
I installed Java SDK and APKtool ... I remembered what they are for ... but still ...
the only thing I needed to know was if I need to change all the images in res or only that associated to the icon.....
ads7112 said:
All very interesting I am sure I will use it at some point
I installed Java SDK and APKtool ... I remembered what they are for ... but still ...
the only thing I needed to know was if I need to change all the images in res or only that associated to the icon.....
Click to expand...
Click to collapse
fine, whatever, ignore my post
Please .. do not missunderstand me !!!
Your help is very much apreciated
I knew approximately what to do to modify the theme also if in general I preferred kitchen uot
Instead I was hoping in a simple change of icon afetr decompressing/decompiling the apk but apparently it is not so simple ...never mind

Xperia go ST27i - Baterry percentage mod! (update)!!!

Here is the first baterry percentage mod for Xperia Go!
But, we don't have recovery menu, so installation is difficult.
Recommended:
- FW 6.0.B.3.162 ROOTED! - http://forum.xda-developers.com/showthread.php?t=1829729
- Root explorer
Installation:
1. download this package:
- for first screenshot style http://www.mediafire.com/?d5ijofop3pgr20x
- second screenshot style http://www.mediafire.com/?o512npt2m7btwk6
2. unpack it and port to your sd card
3. copy framework-res.apk to system and change permission to rw-r-r
4. move framework-res.apk with changed permission to system/framefork and replace original
5. restart device ( hold on/off with volume up together )
6. when device boot again copy SystemUI.apk to system folder and change permission to rw-r-r
7. move SystemUI.apk to system/app and replace original
8. restart device ( hold on/off with volume up together )
9. use thanks button on this thread
Great job, pajoneer, thank you! I do prefer the clear, big numbers of Notification Toggle (see screenshot, maybe it will inspire you ), but your solution saves screen real estate. Thanks also for the clear instructions.
BTW, do you know a possibility of turning off the battery display altogether (thereby again saving screen space)?
Lebenita said:
Great job, pajoneer, thank you! I do prefer the clear, big numbers of Notification Toggle (see screenshot, maybe it will inspire you ), but your solution saves screen real estate. Thanks also for the clear instructions.
BTW, do you know a possibility of turning off the battery display altogether (thereby again saving screen space)?
Click to expand...
Click to collapse
try new honeycomb style
pajoneer said:
try new honeycomb style
Click to expand...
Click to collapse
Sorry for being dense, but how would I do that?
BTW, I have quickly tried my hand at decompiling and recompiling SystemUI.apk, but I'm not really getting anywhere with the tutorials I've found (after copying the compiled apk and rebooting, there is no notification bar...). Would you care to explain how you did it, pajoneer? Or maybe give me an idea of how to go about changing your apks?
Many thanks!
Lebenita
Lebenita said:
Sorry for being dense, but how would I do that?
BTW, I have quickly tried my hand at decompiling and recompiling SystemUI.apk, but I'm not really getting anywhere with the tutorials I've found (after copying the compiled apk and rebooting, there is no notification bar...). Would you care to explain how you did it, pajoneer? Or maybe give me an idea of how to go about changing your apks?
Many thanks!
Lebenita
Click to expand...
Click to collapse
when you recompile apk from system you must sign application. that's all
Would Really Be Great Ful If U Make The Mod For Sola
I Cn Provide The Files if u Need
Just PM Me!!
ashwin prabhunerurkar said:
Would Really Be Great Ful If U Make The Mod For Sola
I Cn Provide The Files if u Need
Just PM Me!!
Click to expand...
Click to collapse
No problem just give me framework-res.apk and SystemUI.apk from Sola and choose style of baterry icons. I will add new styles in future for both of them.
THe Files Nt Able To Upload Sum XDA Problem Wil Try Again In 2 Hrz
I kno I am Being Greedy But Cn u Make A Quick Panel In The SYSTEM UI
If u Need Ideas For It I Cn Upload Krabappel's Ui From His Rom From sola ??
pajoneer said:
when you recompile apk from system you must sign application. that's all
Click to expand...
Click to collapse
Have tried signing with several methods (including stericsons autosign here, the shortcut method here and with the "official" method here), to no avail. Even if I just decompile your apks and then recompile and push SystemUI.apk to the phone, the notification bar stops working.
Must have done something wrong, but I don't yet know what. With ApkTool, I have followed the usual procedure described e.g. here.
Thanks in advance for any guidance.
Lebenita
pajoneer said:
Here is the first baterry percentage mod for Xperia Go!
...
9. use thanks button on this thread
Click to expand...
Click to collapse
pajoneer, you have forgotten to give credit for the images, no? I originally thought you had made them yourself until I stumbled upon them in other threads.
ashwin prabhunerurkar said:
THe Files Nt Able To Upload Sum XDA Problem Wil Try Again In 2 Hrz
I kno I am Being Greedy But Cn u Make A Quick Panel In The SYSTEM UI
If u Need Ideas For It I Cn Upload Krabappel's Ui From His Rom From sola ??
Click to expand...
Click to collapse
Still Cant upload Wht To Do Now Can u Download The .182 Rom For Sola
It Is The Last Plezz Download .182
good work
Lebenita said:
pajoneer, you have forgotten to give credit for the images, no? I originally thought you had made them yourself until I stumbled upon them in other threads.
Click to expand...
Click to collapse
Icons are everywhere on the net. I don't said that i made icons but i made a pack with them. Btw i have icons from my pack for Xperia Arc http://forum.xda-developers.com/showthread.php?t=1554205 resized for mdpi device.
3. copy framework-res.apk to system and change permission to rw-r-r
when i copied the framework-res.apk it haven't finish copying my xperia go reboots it self.. now im on boot loop with sony logo.. what to do?
shibabz03 said:
3. copy framework-res.apk to system and change permission to rw-r-r
when i copied the framework-res.apk it haven't finish copying my xperia go reboots it self.. now im on boot loop with sony logo.. what to do?
Click to expand...
Click to collapse
you must copy framework-res.apk to system folder first and change permission not directly to system/framework because you will have bootloop
pajoneer said:
you must copy framework-res.apk to system folder first and change permission not directly to system/framework because you will have bootloop
Click to expand...
Click to collapse
Thanks! I copied it directly to system/framework thats why I ended up in a bootloop state.. Haha..
Anyway can I install the rar file via cwm or I really have to install this manually??
Sent from my ST27i using Tapatalk 2
Can i use in ics..
on my go...after repacing "framework-res.apk" its not booting.. its restarting on sony bootloader animation.
when i copied "framework-res.apk" i have first put it in system them ticked all the permissions then copied it to framework...
i had status bar toggle installed previously.. is that messing now with this installation?
Thankss.. XD
Working in ICS .54?
I've cwm so you can upload zip file if you want.

Categories

Resources