[Q] How to get that - Galaxy S I9000 Themes and Apps

Can Anyone tell me how to get these Green Lines(pngs) below all status bar power icons ????????
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I'm not sure what you mean by 'get', but the files are located in /system/app/SystemUI.apk/res/drawable-hdpi
Use WinRAR (or similar software) to open the SystemUI.apk

whaave said:
I'm not sure what you mean by 'get', but the files are located in /system/app/SystemUI.apk/res/drawable-hdpi
Use WinRAR (or similar software) to open the SystemUI.apk
Click to expand...
Click to collapse
i know pngs will be in drawable folder...
actually stock SystemUI dont have have that green png below the power buttons...
I just asked How to add them..it will surely take editing of some xml files!!

Ok.
I've always had those green bars on stock Samsung Gingerbread.

whaave said:
Ok.
I've always had those green bars on stock Samsung Gingerbread.
Click to expand...
Click to collapse
I want that for froyo!!
Sent from my GT-S5670 using XDA Premium App

Go to doctorz rom page and download the patch named ...time replacement patch....flash this...hope it work for u
Sent From Galaxy S....using XDA App.
Creator Of Doctorz Rom.

ali_khalid5518 said:
Go to doctorz rom page and download the patch named ...time replacement patch....flash this...hope it work for u
Sent From Galaxy S....using XDA App.
Creator Of Doctorz Rom.
Click to expand...
Click to collapse
Bro i actually need for some other phone ....can u help to get?
Sent from my GT-S5670 using XDA Premium App

/system/app/SystemUI.apk/res/drawable-hdpi/
quickpanel_icon_ing.png
quickpanel_icon_off.png
quickpanel_icon_on.png

bodonance said:
/system/app/SystemUI.apk/res/drawable-hdpi/
quickpanel_icon_ing.png
quickpanel_icon_off.png
quickpanel_icon_on.png
Click to expand...
Click to collapse
i know bout that file ...but how to add dem in status bar??

pratyush.creed said:
i know bout that file ...but how to add dem in status bar??
Click to expand...
Click to collapse
get the systemui.apk of the phone where you found them(with root explorer), take out these files. now get the systemui.apk of the phone where you want to apply. replace those files in the new systemui.apk . push this systemui.apk in the phone..restart.

arifroni said:
get the systemui.apk of the phone where you found them(with root explorer), take out these files. now get the systemui.apk of the phone where you want to apply. replace those files in the new systemui.apk . push this systemui.apk in the phone..restart.
Click to expand...
Click to collapse
Bt all that file dont exist in my systemui app...
Sent from my GT-S5670 using XDA Premium App

so if you have a systemui which doesn't include these bars, probably the images are still there, only the layout files were changed. go to systemui.apk/res/layout and edit quickpanel_quick_settings.xml (find a theme which has these bars, even stock, and you can replace this file or you can find what's missing)
to edit xmls, you need to decompile the apk, winrar is not enough, since xmls are coded and you need to decode them with decompiling
(on froyo you might find it in framework-res.apk, or if the files don't exist in systemui, which i doubt, you can find tutorials here on xda how to add resources to an apk)

picard666 said:
so if you have a systemui which doesn't include these bars, probably the images are still there, only the layout files were changed. go to systemui.apk/res/layout and edit quickpanel_quick_settings.xml (find a theme which has these bars, even stock, and you can replace this file or you can find what's missing)
to edit xmls, you need to decompile the apk, winrar is not enough, since xmls are coded and you need to decode them with decompiling
(on froyo you might find it in framework-res.apk, or if the files don't exist in systemui, which i doubt, you can find tutorials here on xda how to add resources to an apk)
Click to expand...
Click to collapse
Actually i tried dis only bt m jus nt able to modify xml accordingly...systemui gives a fc everytym i flash that file
Sent from my GT-S5670 using XDA Premium App

Speaking about froyo
pratyush.creed said:
I want that for froyo!!
Sent from my GT-S5670 using XDA Premium App
Click to expand...
Click to collapse
eh guyz m new here n wanna see what the froyo notification bar looks like... i kno it is white but want to see the contents... if any1 could port a froyo status bar...

Related

[REQ] Dropdown notification menu (Serendipity)

Hey guys, need some help here
I fell in love with the dropdown notification menu of http://forum.xda-developers.com/showthread.php?t=965760&page=16
BUT I have no idea how to extract it and zip it to flash through cwm
Is there anyone kind enough to help me @[email protected]?
Cheers!
that part is controled by tw-framework-res.apk ( think its called that you will notice it)
just copy that out of the roms update zip file and push it to your phone via adb and it should work.
iammodo said:
that part is controled by tw-framework-res.apk ( think its called that you will notice it)
just copy that out of the roms update zip file and push it to your phone via adb and it should work.
Click to expand...
Click to collapse
i'm aware of that but i only need the dropdown notification menu. i believe twframework does not include the dropdown bar only?
Fornaxlife said:
i'm aware of that but i only need the dropdown notification menu. i believe twframework does not include the dropdown bar only?
Click to expand...
Click to collapse
Use winrar to pull the PNG you want and move just that accross
Sent from my GTI-9000 Using that XDA app thingy
The pull down bar is part of the TWframework-res.apk.
You need to extract the apk.
change the system_notification_bar.png (or whatever its called. I cant remember off hand) with the image you want. You will find the images in drawable hdpi folder.
Repack the TWframework-res.apk into a flashable zip and flash via CWM.
zolah said:
The pull down bar is part of the TWframework-res.apk.
You need to extract the apk.
change the system_notification_bar.png (or whatever its called. I cant remember off hand) with the image you want. You will find the images in drawable hdpi folder.
Repack the TWframework-res.apk into a flashable zip and flash via CWM.
Click to expand...
Click to collapse
and when you've done all that, post it here!
;-)
Sent from my GT-I9000 using XDA Premium App
But it also has smaller control buttons on the top, so it's not just that file that needs to be changed...
Thanks for all the replies. Have tried extracting and failed. Totally zero experience in doing such stuff. Anybody else willing to download the rom and try to extract the necessary files?
Sent from my GT-I9000 using XDA Premium App
Fornaxlife said:
Thanks for all the replies. Have tried extracting and failed. Totally zero experience in doing such stuff. Anybody else willing to download the rom and try to extract the necessary files?
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
Post a zip with your twframwork and the one you want and a picture of what you want it to look like
Sent from my GTI-9000 Using that XDA app thingy
Yes, that's beautiful!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
status_bar_expanded.xml
iammodo said:
Post a zip with your twframwork and the one you want and a picture of what you want it to look like
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Hi,
The 'twframework' file is from my darky's v9.3 zip file.. i'm using that right now..
The 'twframework(2)' file is from the serendipity rom which i'd to extract from..
The picture of the dropdown notification menu is shown in MikeyMike01's post above ^
Thank you
hello
i am needing some assistance too. i coped the status_bar_expanded.xml from the serindipity tw into my tw apk, and im finding this strange error. That graphic is usually the background to the music controls.
FYi i didnt copy the not. icons from serindipity
Thanks for your help.
Normally the bar above and below is the same background. This allows them to be different.
You should copy over the other images.
Note that the music player still works fine.
Captivate, XDA Premium
how can i use this themes wifi battery and etc icons only, in stock theme?

mClock custom skins collection

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
INSTRUCTIONS:
Install latest version of mclock, you can get it straight from the market.
Create a folder in the root of your SD card called 'mClock'. (sdcard/mClock)
Download and Extract the .zip/rar (folder) files into this folder
Be sure to use the exact location as shown above, or the clock background will NOT work.
-Add mClock widget on your homescreen.
-Load the downloaded xml file in the settings menu of mClock (Hit "Xml Template" in the mClock settings)
-Select the desired .xml file.
-If necessary resize the widget
If the .zip/rar files contains fonts for the clock you can create a folder like /sdcard/Fonts and copy them there.
Credits all goes to respective skinners.
Download: http://www.mediafire.com/?g3pxtcvymo94bf0
Some of the mods are enabled to be in 24hr mode.
If you want it to be in 12hr, edit the xml file of the mod you want. Remove the line ' is24hour="true" '
Thanks but you are aware that some of these only works for HDPI and looks weird on Galaxy Ace's MDPI screen right?
zuheltzer said:
Thanks but you are aware that some of these only works for HDPI and looks weird on Galaxy Ace's MDPI screen right?
Click to expand...
Click to collapse
I have not tried all of it.
I suggest using a different widget size, like 5x2 and re-size it.
Its not work on my phone. I used cm7 grif rc1... how to make it work????
Sent from my GT-S5830 using xda premium
blackloverz said:
Its not work on my phone. I used cm7 grif rc1... how to make it work????
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
extract the zip files to this location : /sdcard/mclock
might edit the xml to make sure the .png is at the right location.
zuheltzer said:
extract the zip files to this location : /sdcard/mclock
might edit the xml to make sure the .png is at the right location.
Click to expand...
Click to collapse
I already installed n put the extracted file on :/sdcard/mClock, but i couldn't found the widget???
Sent from my GT-S5830 using xda premium
blackloverz said:
I already installed n put the extracted file on :/sdcard/mClock, but i couldn't found the widget???
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Probably the app is on your SD card and you connected your phone to transfer the files. If not, it should be on the widget selection window.
sorry to go off topic
but how did you get the animus icon for wifi?
(im a bit of a noob, i only know how to flash roms)
Thanks, i will try it in my Galaxy mini (The sreen is small )
Only for HDPI devices?
clock
nice clock, i find this clock... thx brother..
+1 about the Animus Wifi signal. Could please tell us how did you get that?
And great clock skins...gonna try them now, hopefully I can get a 5X2 from there. (Stock rom so can't resize widget)
Reply
Mkrom said:
Only for HDPI devices?
Click to expand...
Click to collapse
I just tried to use some files and they are still working I have MDPI Device (Galaxy Ace)
dont know why tha time doesnt correspond with my main time..... always lacking behind!
This is really a good collection.
Sent from my GT-S5830 using xda premium
SQD by dEris
Very nice with LeWa ROM)
battery drain
Nice skins, thanks!
But I've a doubt. Someone on Google Play wrote that it drains much battery, is it true? Please I want some opinions.
Unfortunately I can't test it by my self now so I'm asking to you
niceee clock ... i like it
awesome
cool clock i think it good for Minimal theme
Awesome one.... Clocks and roms can u tell me which roms are in screen shots
sent from samsung galaxy ace powered by gingerbread using XDA

[Q] How to enable transparent status bar in stock Rom

Hey guys any one having any ideas how to enable tranparency in stock 2.3.5 rom. I don't want to flash other Rom.
Thanks in advance.
Sent from my HTC Wildfire S A510e using XDA
rohil surana said:
Hey guys any one having any ideas how to enable tranparency in stock 2.3.5 rom. I don't want to flash other Rom.
Thanks in advance.
Sent from my HTC Wildfire S A510e using XDA
Click to expand...
Click to collapse
I think you can theme it using UOT kitchen.
Or use Apk manager and manually edit the img using gimp/photoshop or use uot kitchen like the user said above me
Sent from my LG-VM696 using Tapatalk 2
chicle_11 said:
I think you can theme it using UOT kitchen.
Click to expand...
Click to collapse
It obviously won't work since the framework is not supporting. BTW I tried it.
Android311 said:
Or use Apk manager and manually edit the img using gimp/photoshop or use uot kitchen like the user said above me
Sent from my LG-VM696 using Tapatalk 2
Click to expand...
Click to collapse
Same for you framework won't support.
I think it needs some smali editting.
Sent from my HTC A510e using XDA
so.. is there a way to enable a transparent status bar in the stock rom or not?
open systemui.apk with winrar in mdpi folder extract it find the image that looks like a statusbar and edit it with photoshop to have transparency.
einstein.frat said:
open systemui.apk with winrar in mdpi folder extract it find the image that looks like a statusbar and edit it with photoshop to have transparency.
Click to expand...
Click to collapse
I have edited it by same way but it is fc every time..
Sent from my HTC Wildfire S A510e using XDA
upload your systemUI.apk and PM it to me, I'll see what I can do. how many percent transparency 70,80,60%?
Edit: rename to statusbar_background.png. Drag this to dwble-mdpi folder in winrar, SystemUI.apk
1.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2.
3.
does it matter if i'm on an odexed or deodexed rom for editing the systemui.apk?
-----
okay, it doesn't work on odexed roms. systemui.apk permantly fc and after a reboot the systemui.apk doesnt load.
einstein.frat said:
upload your systemUI.apk and PM it to me, I'll see what I can do. how many percent transparency 70,80,60%?
Edit: rename to statusbar_background.png. Drag this to dwble-mdpi folder in winrar, SystemUI.apk
1.
2.
3.
Click to expand...
Click to collapse
Doesnt it needs .xml or smali file editing?...will it work on odex 2.1?
Any way i have edited the status bar icons (not changed)....after flashing...phone shows stock iconz..
I have edited in systemui mdpi folder only...
Sent from my HTC Wildfire S A510e using XDA
I never tryed but i think we have to change .png file like einstein.frat said, and edit .xml file and set background of status bar to #00000000.
Sent from my HTC Wildfire S A510e using XDA
Sorry that I didn't see my own thread actuallymy xda app has some problems. It just doesn't show any updates. I really don't know why. Well I just wanted to reply that I actually ficured it out and all thanks goes to Einstein.frats Rom. I took the deodexed systemuiapk and placed a transparent pbackground ongoing in it and it worked. The Rom is m1ndhx8r Rom.
Sorry if I got the name wrong. I have. Also made a theme its in the wildfire s's. themes forum.

[GUIDE]Porting HDPI-MDPI[Framework-res&SystemUI.apk]

Today I am going to show u how to port an HDPI Framework-res.apk or/and systemUI.apk to MDPI
Software u are going to need:
=============================
-WINRAR
-MIR.NET (multiple image resizer)
Download links at bottom
=============================
First- Create the folders “HDPI” and “MDPI” then get your HDPI framework-res.apk and systemUI.apk ready, do the same with your MDPI one’s. Let’s do the systemUI.apk extract the res folder inside the HDPI and MDPI systemUI.apk’s with WINRAR to the folders u created earlier.
NOTE-
I am going to do res/drawable-mdpi
Second- U are going to resize the png’s in HDPI to MDPI then replace the png’s in the MDPI folder.
NOTE- When you are doing this from an newer version of Android it will be harder as the png’s are not going to have the right names.
Ok now make a backup of your MDPI res/”what ever folder u are porting” folder and HDPI res/”what ever folder u are porting” folder, then move the png’s from your HDPI res folder to the MDPI res folder. Then your operating system should ask “MOVE AND REPLACE THE PNG’s WITH THE SAME NAME” then select no.
NOTE- what u did now is determine which of the png’s have the same name.
Third- Open the rest of the png’s that stayed in the HDPI res folder in MIR.NET
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Go to resizing tab at the bottom and select percentage and set the percentage to 66%
Go to saving options and select were you want to save it
Then go to the GO tab and select GO
Fourth- When it’s done copy those png’s into the MDPI/res folder that u are porting….
AND YOU ARE DONE!
NOTE- when porting XHDPI to MDPI resize to 66% and then again to 66%
NOTE- When you are porting from ICS to gingerbread or vice-versa u are going to need to rename the from the base to where u are porting to.
NOTE- porting Framework-res.apk is the same as systemUI.apk
IF U HAVE GOT ANY QEUSTIONS PLEASE COMMENT BELLOW!Will update as I find easier ways
TO MOD-ALL SOFTWARE ARE EITHER TRAILS OF FREE
DOWNLOAD
WINRAR- http://www.rarlab.com/download.htm
MIR- http://www.multipleimageresizer.net/download.aspx
What §.§
A program for fast resizing -.-
Damm
Bye photoshp
Btw i u resize .9.pngs its diffrent
Sent from my GT-S5830 using xda premium
O did not know well Framework-res.apk and SystemUI.apk does not contain any .9.pngs
can i port from any rom or specification roms?
Any rom as this is the png's so any rom to any rom but....some are harder like if u are porting from an DDQK8 based rom (it does not have to be an Ace rom) to a DDQK8 rom it's very easy but from ICS to gingerbread or SII to Ace is hard cuz most of the png's you are going to have to rename
CoolCatGetHome said:
What §.§
A program for fast resizing -.-
Damm
Bye photoshp
Btw i u resize .9.pngs its diffrent
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
i had told you about this long ago -_-
Sent from my GT-S5830 using xda premium
Rushabh25 said:
i had told you about this long ago -_-
Btw:u gottha pm?
Click to expand...
Click to collapse
i resized the images by 66% porting from hdpi but it has smaller size than mdpi images
Wierd, you sure it's HDPI and are u using MIR.NET?
yes it's hdpi i'm trying to port some icons from this rom Xperia S-tation CHIKENCITO12
Okay but Icons can be bigger/smaller than they state...so go up with 2% each time and see when they are the same....
Still don't think it's realy HDPI----? I once ported "HDPI" HTC icons that were not completely HDPI....
ALSO Icons may not look that good...
will try and feed u back .
ANDROIDCUSTOMIZe said:
Rushabh25 said:
i had told you about this long ago -_-
Btw:u gottha pm?
Click to expand...
Click to collapse
yea
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Rushabh25 said:
i had told you about this long ago -_-
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
you did?
Sent from my GT-Sunknown death using xda premium
How did da Icons go?
thanks for sharing
But for me the best is to edit each image manually and patch each 9.png manually !
Old School ftw !
Yeah, you mean like do 9879 png's manauly, I am porting ******** Won't tell u yet, it's a suprise
Sorry but I aint old school...
ANDROIDCUSTOMIZe said:
Yeah, you mean like do 9879 png's manauly, I am porting ******** Won't tell u yet, it's a suprise
Sorry but I aint old school...
Click to expand...
Click to collapse
Its best way to port
With photoshop
only needs patience and time
Sent from my GT-S5830 using xda premium
The TouchWiz 5 of SGS3 may be used normally in ace?
The TouchWiz 5 of SGS3 may be used normally in ace?
Click to expand...
Click to collapse
Erm.......that does not have anything to this thread!

[Guide] How to Make an Flashable Icon Pack

Hello Friends. Today I will show for us how to Make an Flashable Icon Pack
-First Of All you need to Download an Icon Pack Flashable (Can be ICS Icon Pack)
-Winrar or 7-zip
-Icons
-Time
Now you can follow Step By Step
1. Unzip your Downloaded Flashable Icon Pack
2. Look at The Folders Unziped
Meta-Inf
Temp
Unpack
3. Open The Unpack folder ( You Will see the Name of Apps: browser.apk, calculator.apk)
Open Folder and Look at The Name of Icon of any App
You Can Write in a Word File The Name of app and the name of The icon
Do this with all .apks folder
4. Now Search an Custom Icon Pack
You Can Choose in this Thread: http://forum.xda-developers.com/showthread.php?t=824656
5. Now You Will need to put All names of the Icons what you Write in the New Icons
Example: "ic_launcher_browser.png" in the name of The New Icon
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Do This will all Icons with Their Resperctives names
6. Replace the Old Icons with the New Icons
In The Flashable Icon Pack Extracted
6. Now you Can edit the Updater-Script in the Meta-Inf Folder
7. Now just zip your new Icons and Install In Recovery Mod
Enjoy
Sent from my GT-S5360 using xda premium
Reserved
Sent from my GT-S5360 using xda premium
Last One
Sent from my GT-S5360 using xda premium
mrallyluz howa can i edit updater-script? I mean what should i edit?
Hrustus said:
mrallyluz howa can i edit updater-script? I mean what should i edit?
Click to expand...
Click to collapse
its optional buddy...
the meta inf of the old icon pack has all the scripts to flash or install the new icon pack..
edit the ui_prints if u want
Pretty handy guide for newbies
Nice work bro
clearly,god is a democrat!
Reply To Thread
Can i remove other folder except the unpack folder??
onebluemidnight said:
Can i remove other folder except the unpack folder??
Click to expand...
Click to collapse
No Way
How can we αđđ another icon app . Like opmin , xda ,or game etc ? This icon pack is just for system app isn't?
Sent from my GT-S5360 using xda premium
hi. well this wasn't really clear to me, so i have several questions.. i got samsung with an ICS rom. most system files, that i want to change their icons, have the names preceded with "sec" (i.e. secMMS.apk, secBrowser.apk). i tried to flash an icon zip, to no avail, it didn't work. probably becuase of these difference in names. i also found, in the tmp folder of the icon pack, the Icon.sh file.. it contains the addresses of the files. the contents are like:
#!/tmp/busybox sh
/tmp/apkreplacer /system/app/Browser.apk res/drawable-ldpi/ic_launcher_browser.png /sdcard/unpack/Browser.apk/res/drawable-ldpi/ic_launcher_browser.png >> /sdcard/test.log 2>&1
should i change the addresses and make it like /tmp/apkreplacer /system/app/secBrowser.apk res/drawable-ld... ?
also. my rom is odexed. so i have secBrowser.apk and secBrowser.odex ... this applies to other system apps.
can i flash the zips normally, or do i have to take into account the odex files?
please enlighten me. thnx.
How to add icons for nonsystem apps???
mms047 said:
How to add icons for nonsystem apps???
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=890876
thanks
gaggago47 said:
thanks
Click to expand...
Click to collapse
dont say thanks.Hit thanks button.
Forum Rules.
Sent from my GT-S5830i using Tapatalk 2
ok. sorry
hi!
i hv a couple of qstns.
am kind of confused
1.must phone b rooted before icon packs can b flashed.qstn seems rhetorical but pls answer me(newbie.ha)
2.how will u know that your icon packs will work on all your phone's custom roms when flashed without getting any problem(maybe bricked or anything)
pls help me.

Categories

Resources