Related
Is it possible to make the status bar on android 2.1 to look like froyo's ? White !?
dzadze said:
Is it possible to make the status bar on android 2.1 to look like froyo's ? White !?
Click to expand...
Click to collapse
yes, the png resides in the /system.framework/framework-res.apk in there its under res\drawable-mdpi\statusbar_background.9.png.
So use 7 zip and apk manager take this png i posted, go into the mentioned folder above in your favorite rom or theme and replace it with this one its the stock one from CM6.
note: don't alter this png its a 9 patch just replace it in the apk without unziping it or the rom in which your replacing it in. You'll also need to resign your rom or you could just push the new framework-res.apk in a root adb shell.
i don't really understand you... do i need rooted phone.. i can't fint that folder.. ? can u explain me a little more please !
Yes your phone will need to be rooted. And you'll need to use a standard theme setup.
Sent from my HERO200 using XDA App
where can i find that folder ? i cant find on my sdcard or on the phone .. ?
dzadze said:
where can i find that folder ? i cant find on my sdcard or on the phone .. ?
Click to expand...
Click to collapse
I would suggest hitting up the theming thread but that files resides in system/framework/framework-res.apk
sorry for this but, how to pull or hit out that files from the phone ? can u explain me a little more pls
dzadze said:
sorry for this but, how to pull or hit out that files from the phone ? can u explain me a little more pls
Click to expand...
Click to collapse
Go read the stickies on ADB.
(Assuming you're all set up - adb pull system/framework/framework-res.apk)
I have major concerns with UOT ...
I created my zip for S2 in the same way as for my ex GlalaxyNote.
but impossible to install it via CMW on official ROM, or on SuperRom3.
I'd love to know if any of you managed to use its UOT S2 G
of course u cant flash it...coz there some script missing in it...
i use UOT kitchen too..but no to make the themes.i use it for modded the framework-res.apk,systemui.apk and twframework.apk...
after cooked and download i pull out the framework-res.apk,systemui.apk and twframework.apk using 7zip and put it back to its place...
haha...
raff28 said:
of course u cant flash it...coz there some script missing in it...
i use UOT kitchen too..but no to make the themes.i use it for modded the framework-res.apk,systemui.apk and twframework.apk...
after cooked and download i pull out the framework-res.apk,systemui.apk and twframework.apk using 7zip and put it back to its place...
haha...
Click to expand...
Click to collapse
tell me if I understand ...
- you get the ZIP-manufactured by UOT
- you do not flash via CMW
- You unzipped the three files "framework-res.apk, and systemui.apk twframework.apk" instead of the original
and you get the same results? (for me I just want icons and battery)
ya...i just want to make it for my battery only...ahaks...
had try to make it works by using other theme zip..by pulling all its folders into the zip and removing all the thing inside the previous theme zip im using it except meta files and some of its script..i can flash it,but the themes not there...same as do we port a theme...
Thank !
after multiple reboot it's working find now ...
i have now a reason to keep rooted
cb1100r said:
I have major concerns with UOT ...
I created my zip for S2 in the same way as for my ex GlalaxyNote.
but impossible to install it via CMW on official ROM, or on SuperRom3.
I'd love to know if any of you managed to use its UOT S2 G
Click to expand...
Click to collapse
Btw, u can also push the framework or systemui using adb..or by replacing files using root explorer..make sure ur root explorer is mounted to rw (top right corner) b4 u replacing any files in system..
Sent from my GT-I9100G using Tapatalk 2 Beta-6
Ya...thats rite mate...i am pulling it out and do replace it by using root explorer and overwrite the previous framework..
Sent from my GT-I9100G using Tapatalk
Anyone know how to undo UOT effects? I used a update-binary script from some other flashable theme and inserted it into the downloaded UOT zip and successfully CWM flash onto my odexed KL3. Then I had further deoxed it..no problem... but i am unable to flash any themes...found here.... i always get boot loop.... i think its something to do with settings.uot file not compatible with the themes
I wanna go back to original deodexed state... any SIMPLE way to "undo" UOT 's effect?
I'd reckon i'd have to flash back stock odex KL3 and deodex again... any simpler way?
premk71 said:
Anyone know how to undo UOT effects? I used a update-binary script from some other flashable theme and inserted it into the downloaded UOT zip and successfully CWM flash onto my odexed KL3. Then I had further deoxed it..no problem... but i am unable to flash any themes...found here.... i always get boot loop.... i think its something to do with settings.uot file not compatible with the themes
I wanna go back to original deodexed state... any SIMPLE way to "undo" UOT 's effect?
I'd reckon i'd have to flash back stock odex KL3 and deodex again... any simpler way?
Click to expand...
Click to collapse
before any "significant change" should always make a FULL backup to avoid the kind of problem you have ...
I had not done badly and took me in!
Sometimes a simple reflash of the ROM is sufficient but not always, unfortunately.
I do not know if a simpler way is possible but if you find roms "deodexed stock" here:
http://forum.xda-developers.com/showthread.php?t=1529995
And other way is,to copy ur framework-res.apk,twframework.apk & ur systemui.apk using root explorer to ur sd card before modded anything...easy for u to revert back it u want to flash theme on stock deodexed...
Sent from my GT-I9100G using Tapatalk
Tutorial to add Lg classes to the framework.jar in order to make work the original weather widget of LG in every rom.
I have made this process successfully in the CyanogenMod 7.2RC1 and in the MIUI 2.1a.
I discovered this process thanks to doc3000, which created to me the framework.jar of CM7 with Lg classes. After a while researching, I discovered the process.
First of all, make a backup of your rom just in case something goes wrong, be able to recover the terminal restoring it from the recovery, given the fact that a wrong framework.jar will produce a bootlop.
The files you need are:
1) baksmali.jar y smali.jar ,which you can get it from here: http://code.google.com/p/smali/. I have used the .jar files
2) original LG framework.jar file, for example in whatever rom STOCK, available in “/system/framework/framework.jar”
3) framework.jar of the rom to which we want to add the LG classes, available in “/system/framework/framework.jar”
4) WeatherWidget.apk which you can get too from whatever STOCK rom, available in “/system/app/WeatherWidget.apk”
1) Open a console, then cd to the folder where you have the 4 files. Run:
Code:
java -jar baksmali.jar framework.jar -o outlg
This will make a folder named “outlg”, which it will have all the LG Classes of the framework.jar
2) Repeat the same with the framework.jar of the rom that we want to add the LG classes running the command
Code:
java -jar baksmali.jar framework.jar -o out
3) Go to the folder “outlg/com” and make a copy of the “lge” folder to the “out/com” folder.
4) Now run
Code:
java -jar smali.jar out -o classes.dex
5) Open the framework.jar of the rom that we want to add the LG Classes with Winzip / 7zip ... , and replace the file classes.dex from the inside by the one we just have created. (Don't use Winrar, it make an incorrect framework.jar with a bootloop as a result. I don't know if Winzip work, but I confirm 7zip yes)
6) Insert the modified framework.jar to the “/system/framework” overwritting the original file, and checking that it has group and owner “root” and the correct permissions ( To know the correct permissions, look the permissions of any file in the folder “/system/framework/”...)
7) Copy the file “WeatherWidget.apk” in “/system/app/” and put he same permissions as any apk in that directory, check that the group and the owner are “root” too
8) Restart the device, and here we have the original LG weather widget in our favourite rom.
This process should work in every rom in every device, not only in the Optimus Black, but I could not check it because I only have an Optimus Black.
Sorry for my english >.<
Cheers!!!
Thank you i gonna try it out. but why it is in Q&A section? Maybe moderator could move this thread to themes&apps section? xD anyway thank you dude
I have less than 10 posts, I can't post on Development forum, but you are right, apps and themes are the correct forum, sorry >.<
Enviado desde mi LG-P970 usando Tapatalk
It ok maybe moderator can move it some day and more people find it?
Sent from my P970 using XDA
Hang on, i got an idea. i can create thread for you and put link on this thred hows that?
Runtime,
Great toturial on getting stock weather widget to work with cm7.
Any way you could put all this into a flashable zip?
I have abandon stock rom for months now and dont want to go back to extract files. Just too much efforts.
Thanks,
Sent from my LG-P970 using XDA
fongnd said:
Runtime,
Great toturial on getting stock weather widget to work with cm7.
Any way you could put all this into a flashable zip?
I have abandon stock rom for months now and dont want to go back to extract files. Just too much efforts.
Thanks,
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
If i could make you a flashable zip i would make it for you. But i dont know how to. So ill just make you a zip containing all of needed files c: (btw it seems like the original poster of this left this thread D: )
Sent from my LG-P970 using XDA
Hi all,
I can do a normal zip with all the files needed. This night I will do the zip.
A flashable zip is usseles when developers make a change involving "CyanogenMod/android_frameworks_base" because the framework.jar change. You need to do the process again to get a new framework.jar or you will get a bootlop.
Since u back so i ask qustion again...
Do you want me to open thread for you in themes and apps and give a link to your post... i take no credit for ur work.. so want me to?
P.S. im making zip now
Sent from my LG-P970 using XDA
foggydisaster said:
If i could make you a flashable zip i would make it for you. But i dont know how to. So ill just make you a zip containing all of needed files c: (btw it seems like the original poster of this left this thread D: )
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
thanks for offering me all necessary files.
I've just go through the tutorial again to rehearse all the command that I need to do.... I think I will screw up on this.... I have a busy life and I cant afford to have bootloop on phone. Just too time consuming.
Zip Is Here!
As i promised, ZIP with all STOCK files you need to go Good Luck with this
LINK:
->> http://dl.dropbox.com/u/78691851/StockFiles.zip <<- Have fun c:
foggydisaster said:
As i promised, ZIP with all STOCK files you need to go Good Luck with this
LINK:
->> http://dl.dropbox.com/u/78691851/StockFiles.zip <<- Have fun c:
Click to expand...
Click to collapse
Have you try this? meaning get the lg weather widget to work on cm7/muiu
The command that RUNTIME listed... do we execute these on the Android Terminal on the phone
thanks,
fongnd said:
Have you try this? meaning get the lg weather widget to work on cm7/muiu
The command that RUNTIME listed... do we execute these on the Android Terminal on the phone
thanks,
Click to expand...
Click to collapse
As i understood you do this in ADB on your PC....ive got an idea, i can do this for ya just send me your framework.jar (/system/framework/framework.jar) And i can try aply this for you
foggydisaster said:
As i understood you do this in ADB on your PC....ive got an idea, i can do this for ya just send me your framework.jar (/system/framework/framework.jar) And i can try aply this for you
Click to expand...
Click to collapse
link below is the framework.jar from my CM7
https://docs.google.com/open?id=0BwQDdoY7L1pGQ1J6MmQ1Y1pRSUU
thanks,
fongnd said:
link below is the framework.jar from my CM7
https://docs.google.com/open?id=0BwQDdoY7L1pGQ1J6MmQ1Y1pRSUU
thanks,
Click to expand...
Click to collapse
Ok dude its night now so ill do this for you tomorow c: but ull have this i promise nighty night
Sent from my GT-I9001 using XDA
Hi all,
@foggydisaster
I apreciate you offer, I you want to do for me, I thanks you.
The commands are for a windows/linux terminal/shell with java installed, no need to have ABD or android SDK installed. On windows do Start->Run->Cmd, on linux simply open a terminal emulator.
runtime_Err0r said:
Hi all,
@foggydisaster
I apreciate you offer, I you want to do for me, I thanks you.
The commands are for a windows/linux terminal/shell with java installed, no need to have ABD or android SDK installed. On windows do Start->Run->Cmd, on linux simply open a terminal emulator.
Click to expand...
Click to collapse
Ill go with ubuntu c:
Sent from my GT-I9001 using XDA
i have a problem... when i run comand to extract LGE framework.jar it shows folowing:
"
Code:
[email protected]:~/Desktop/workfolder$ java -jar baksmali.jar framework.jar -o outlg
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.DexFile$NoClassesDexException: zip file framework.jar does not contain a classes.dex file
at org.jf.dexlib.DexFile.<init>(DexFile.java:298)
at org.jf.baksmali.main.main(main.java:265)
[email protected]:~/Desktop/workfolder$
Any ideas?
foggydisaster said:
i have a problem... when i run comand to extract LGE framework.jar it shows folowing:
"
Code:
[email protected]:~/Desktop/workfolder$ java -jar baksmali.jar framework.jar -o outlg
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.DexFile$NoClassesDexException: zip file framework.jar does not contain a classes.dex file
at org.jf.dexlib.DexFile.<init>(DexFile.java:298)
at org.jf.baksmali.main.main(main.java:265)
[email protected]:~/Desktop/workfolder$
Any ideas?
Click to expand...
Click to collapse
I edit my first post with CODE tags, copy again the commands and it will work. It's a problem with the "-" simbol in plain text with browser. My fault.
Still the same itworks with CM7 framework filebut not with LGE..
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
bogdan99999 said:
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
Click to expand...
Click to collapse
You need root to replace system apps, and some file explorer that allows messing with root files modding systemui should do the trick btw.
yackovsky said:
You need root to replace system apps, and some file explorer that allows messing with root files modding systemui should do the trick btw.
Click to expand...
Click to collapse
I have root my phone. In "SystemUI" is nothing that refers to battery, just to wifi,signal,3g, etc ( nothing that refers ti battery icon).
I already sad that I tried this method "1)I tried to modify SystemUI.apk file", but tnx for answer
you can always try ROM Toolbox PRO it can change icons...battery signal etc...
M1hai said:
you can always try ROM Toolbox PRO it can change icons...battery signal etc...
Click to expand...
Click to collapse
Not, it don't work, I already tried this.
use uot kitchen ..
FaIzaL3040 said:
use uot kitchen ..
Click to expand...
Click to collapse
Sorry, what should I use?
bogdan99999 said:
Sorry, what should I use?
Click to expand...
Click to collapse
UOT KITCHEN, google it...
Done. Thank you.
My bad, battery icons are in framework-res.apk, for future reference
Did you try decompiling framework-res.apk with Tickle My Android?
Sent from my SK17i using xda premium
bogdan99999 said:
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
Click to expand...
Click to collapse
Try NinjaMorph and MetaMorph Android App.
But you must have battery icon pack.
and other icon pack like signal.etc
you want to change.
The simple and fastest Using UotKitchen but Work Online.
You must copy your systemUI.apk and framework-res.apk to sd and transfer to your PC then upload via internet connection.
You cannot using UotKitchen. if Full you must wait.
The best way is change systemUi.apk to systemUI.zip exctract and change every icon you like to change but make sure image file format and resolution size is same. (edit this if you want change signal.etc)
Note: Your systemUI(Notification/Stat bar) force close after doing this and work normally if you reboot your phone.
Same if you want edit framework-res.apk
(edit this if want to change batttery logo.etc)
after finish zip again and rename file extension to apk.
and how to install it?? you can push it via rootexplorer & root browser. to system.
Dont forget to change permission rw-r-r
Note: Risk to push framework directly to system/framework because if push direct to your phone can make your phone soft brick/bootlooph.
why bootlooph because you cannot change permission.
then How to push ?
simple and tricky.
move your mod framework-res.apk in system/(here) set permission rw-r-r
then after that push to system/app
just replace your old framework .
automated reboot after doing this.
then finish.
second make flashable.zip
All of this 100% safe if you not make a mistake.
Big problem if fail only bootlooph or soft brick.
Sent from my GT-S5570 using xda premium
---------- Post added at 08:09 AM ---------- Previous post was at 08:06 AM ----------
Thats simple way not use compile/decompile
Sent from my GT-S5570 using xda premium
Got big navigation bar[height] in Touchwiz Revolutionised 5 Rom...
here i bring suitable Navibar Framework app...
Instructions:
Download apk..
load it to sdcard..
copy apk to System folder[use any file manager which can do this]..
now change the permissions to rw-r--r--[as that of other apks]..
move apk to framework folder..
reboot..
now enable navigation bar by adding " qemu.hw.mainkeys=0 "[without quotations] in build.prop file..
Reboot again..
done:good:
for version4.4,check post number #3..
Credits:
arpitkh96[For awesome rom]
Venkatesh[for guiding me]
Myself
Press "Thanks" if you like my work...
the above framework is for v4..
here is the framework apk with 20dip navigation bar for v4.4 rom..
follow same instructions mentioned in #1 post..
press thanks if you like my work...
Will it work on any ICS?
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
intelprakash said:
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
Click to expand...
Click to collapse
I think it wont work for the rom which you specified..[i am not sure]..
yea directly if you paste it in framework folder...previous framework of rom will be replaced which makes phone not to boot[reason:as permissions are not set correctly]..
so first paste it in System folder,change permissions and then move apk to framework folder.. reboot enjoy..
Press Thanks if i helped you..
intelprakash said:
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
Click to expand...
Click to collapse
naresh babu said:
I think it wont work for the rom which you specified..[i am not sure]..
yea directly if you paste it in framework folder...previous framework of rom will be replaced which makes phone not to boot[reason:as permissions are not set correctly]..
so first paste it in System folder,change permissions and then move apk to framework folder.. reboot enjoy..
Press Thanks if i helped you..
Click to expand...
Click to collapse
It'll work..but it'll contain tw files in it...it is a bad idea to paste directly....create a flashable package, nd flash it via recovery. naresh why don't you create flashable zip for it? Btw i am using 18dip...it is good too.
Venkatesh said:
It'll work..but it'll contain tw files in it...it is a bad idea to paste directly....create a flashable package, nd flash it via recovery. naresh why don't you create flashable zip for it? Btw i am using 18dip...it is good too.
Click to expand...
Click to collapse
Yea 18dip looks better for mini.. okay i will try to release flashable zip..thanks for the suggestions..:good:
Looks like you are compressing it more.it may effect the performance and battery
Sent from my GT-S5570 using XDA Premium 4 mobile app
arpitkh96 said:
Looks like you are compressing it more.it may effect the performance and battery
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I dont know after decompiling and compiling it again ,apk got compressed..
Performance is not bad it is running better in my phone..
and its Awesome rom from you..