[GUIDE] How To Make The Lockscreen Transparent - Galaxy Y GT-S5360 Themes and Apps

How To Make The Lockscreen Transparent​
This guide will help you make any Gingerbread lockscreen transparent
{
"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"
}
1- For ease of use I have created the transparent image so download it from the attachment and unzip it (ldpi only)
To find out how I did it and to create one for other screen sizes click the spoiler below
To create the transparent lockscreen image
1- Decompile framework-res.apk
2- Open res/drawable-ldpi (or mdpi/hdpi for other devices)
3- Look at zzzzzzzz_default_lockscreenw.jpgand take note of its image dimensions (you can do this by opening it in paint as it says image dimensions at bottom of screen)
4- Open an image editor like photoshop and create a blank transparent image the same dimensions as what you just noted
5- Save image as zzzzzzzz_default_lockscreenw.png (note must be png to keep transparency)
2- Decompile framework-res.apk with Apktool
3- Open res/drawable-ldpi
4- Delete zzzzzzzz_default_lockscreenw.jpg
5- Copy zzzzzzzz_default_lockscreenw.png from attachment or what you have created to res/drawable-ldpi (or mdpi/hdpi on other devices)
6- Open res/layout/zzz_keyguard_screen_lockscreenwallpaper.xml in notepad++
7- Change android:background to ="#00000000"
8- Recompile the folder
9- Delete the compiled apk
9- Unzip the original unmoddifed framework-res.apk
10- Copy META-INF and AndroidManifest.xml and paste them to YourDecompiledFolder/build/apk
11- Recompile the folder again
12- Put in a Flashable Zip and Flash in CWM with system mounted

awesome...its transparent But weneva i press the locked screen to unlock it turns black..
I want fully transparent how to do that?

Himan Boro said:
awesome...its transparent But weneva i press the locked screen to unlock it turns black..
I want fully transparent how to do that?
Click to expand...
Click to collapse
did you set android:background="#00000000" in zzz_keyguard_screen_lockscreenwallpaper.xml
so the line should look like this
Code:
<RelativeLayout android:id="@id/lockscreenwallpaper_root" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="fill_parent"

marcussmith2626 said:
did you set android:background="#00000000" in zzz_keyguard_screen_lockscreenwallpaper.xml
so the line should look like this
Code:
<RelativeLayout android:id="@id/lockscreenwallpaper_root" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
Click to expand...
Click to collapse
yes i did..n even chnged d zzzz lockscreen....but its transparent,it nly turns black.wen i touch on locked screen to unlock it...

Himan Boro said:
yes i did..n even chnged d zzzz lockscreen....but its transparent,it nly turns black.wen i touch on locked screen to unlock it...
Click to expand...
Click to collapse
I assume you used the png I gave in the attatchment and deleted the jpg that was there already
I wrote this guide over 6months ago when I was on stock rom - I use cm7 now so cant really go back over it
and I think it only works on the default stock lockscreen so if you have changed the lockscreen style that might be why
you can upload your unmodified framwork-res.apk and i'll do it for you and you can see if it makes any difference

waw, nice guide

marcussmith2626 said:
I assume you used the png I gave in the attatchment and deleted the jpg that was there already
I wrote this guide over 6months ago when I was on stock rom - I use cm7 now so cant really go back over it
and I think it only works on the default stock lockscreen so if you have changed the lockscreen style that might be why
you can upload your unmodified framwork-res.apk and i'll do it for you and you can see if it makes any difference
Click to expand...
Click to collapse
ok i wil try to upload ..

Will try later
Edit : @marcussmith2626 , i found zzzzzzzz_default_lockscreenw.jpg in res/drawable-land-ldpi too. Must i change it too by rotating your attachment png ?
Sent from my GT-S5360 using xda app-developers app

GSculerlor said:
Will try later
Edit : @marcussmith2626 , i found zzzzzzzz_default_lockscreenw.jpg in res/drawable-land-ldpi too. Must i change it too by rotating your attachment png ?
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
no - dont think so
just ldpi/mdpi and so on - not land

marcussmith2626 said:
no - dont think so
just ldpi/mdpi and so on - not land
Click to expand...
Click to collapse
Chck myn Screenshots..
1st one is Untouchd
2nd one is touchd.

Himan Boro said:
Chck myn Screenshots..
1st one is Untouchd
2nd one is touchd.
Click to expand...
Click to collapse
yes i know what you mean - I cant remember how you change it but im sure following my guide makes it all transparent but like I said I havent done it in ages and im not on stock to go through it at the moment

marcussmith2626 said:
yes i know what you mean - I cant remember how you change it but im sure following my guide makes it all transparent but like I said I havent done it in ages and im not on stock to go through it at the moment
Click to expand...
Click to collapse
Huh..i did it exactly as your guide..
ah leav it that much transparency is enough for me...

Would it be still transparent if i set a PIN / Password / Pattern?

JClaudio said:
Would it be still transparent if i set a PIN / Password / Pattern?
Click to expand...
Click to collapse
Yes..but it wil be slightly.transparent..
nearly 10-20% transparent..

sign apk?
marcussmith2626 said:
How To Make The Lockscreen Transparent​
This guide will help you make any Gingerbread lockscreen transparent
1- For ease of use I have created the transparent image so download it from the attachment and unzip it (ldpi only)
To find out how I did it and to create one for other screen sizes click the spoiler below
To create the transparent lockscreen image
1- Decompile framework-res.apk
2- Open res/drawable-ldpi (or mdpi/hdpi for other devices)
3- Look at zzzzzzzz_default_lockscreenw.jpgand take note of its image dimensions (you can do this by opening it in paint as it says image dimensions at bottom of screen)
4- Open an image editor like photoshop and create a blank transparent image the same dimensions as what you just noted
5- Save image as zzzzzzzz_default_lockscreenw.png (note must be png to keep transparency)
2- Decompile framework-res.apk with Apktool
3- Open res/drawable-ldpi
4- Delete zzzzzzzz_default_lockscreenw.jpg
5- Copy zzzzzzzz_default_lockscreenw.png from attachment or what you have created to res/drawable-ldpi (or mdpi/hdpi on other devices)
6- Open res/layout/zzz_keyguard_screen_lockscreenwallpaper.xml in notepad++
7- Change android:background to ="#00000000"
8- Recompile the folder
9- Delete the compiled apk
9- Unzip the original unmoddifed framework-res.apk
10- Copy META-INF and AndroidManifest.xml and paste them to YourDecompiledFolder/build/apk
11- Recompile the folder again
12- Put in a Flashable Zip and Flash in CWM with system mounted
Click to expand...
Click to collapse
Sorry sir... need sign the apk sir? if needed.. when i want to sign?

EpullSalvatrucha said:
Sorry sir... need sign the apk sir? if needed.. when i want to sign?
Click to expand...
Click to collapse
If you edit AndroidManifest.xml, you should sign the apk. But in this tutorial, we not change it, so we doesn't need to sign it

GSculerlor said:
If you edit AndroidManifest.xml, you should sign the apk. But in this tutorial, we not change it, so we doesn't need to sign it
Click to expand...
Click to collapse
Are you sure ?

EpullSalvatrucha said:
Are you sure ?
Click to expand...
Click to collapse
All instruction are in the guide
re-sign the apk if you wish but following all the instructions in the guide will suffice

marcussmith2626 said:
All instruction are in the guide
re-sign the apk if you wish but following all the instructions in the guide will suffice
Click to expand...
Click to collapse
ok sir... can i know how to put in flashable zip? i tried but installation aborted... i dont know how to put in flashable zip... help please sir...

EpullSalvatrucha said:
ok sir... can i know how to put in flashable zip? i tried but installation aborted... i dont know how to put in flashable zip... help please sir...
Click to expand...
Click to collapse
download my flashable zip template
http://d-h.st/sr9
for pc use
open it with winrar
open system folder
right click and create a folder
call it app
open app folder
drag and drop SystemUI.apk in the app folder
select ok to add it to archive
put zip on phone and flash in cwm with system mounted
for phone use
unzip the flashable zip template with zarchiver app (or any other zip app you can get from playstore)
open system folder
create a folder called app
open app folder
copy your SystemUI.apk to the app folder
rezip the meta-inf and system folder back up
flash in cwm with system mounted

Related

ICS status bar

Is there any working ics status bar for galaxy y? can you teach me how to install it on my phone? Thanks
Try this rom, Ics fusion V2 Its Looks like ics. http://forum.xda-developers.com/showthread.php?t=1686512
{
"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"
}
EliTSamsunG said:
Try this rom, Ics fusion V2 Its Looks like ics. http://forum.xda-developers.com/showthread.php?t=1686512
Click to expand...
Click to collapse
So bad
Ics
im only looking for the ics status bar, not a rom.xD
Download the ICS Fusion Rom , Open with WinRAR extract SystemUI.apk from System/App . Open the SystemUI.apk with WinRAR and extract LDPI folder. Then extract the themed icons and pics you want. Take the SystemUI from the rom you are on and extract the LDPI folder. Replace the ICS themed status bar stuff from the ICS LDPI to your Roms. Put the Modified LDPI into the SystemUI.apk and then put that SystemUI.apk on your phone. Download SignAPKTic from the Google Play Store or APKTops and Re-Sign the SystemUI.apk you just edited by choosing the modified SystemUI.apk then choose test sign then click sign and choose output file SystemUI.apk and sign it. It takes around 3 minutes tops!
Then set the Root Permissions etc. and replace the Original with the modified one! Then Re-Boot and Clear Dalvik,Battery Stats,Cache. Hope this worked for you!!
I.AM.H3RO said:
Download the ICS Fusion Rom , Open with WinRAR extract SystemUI.apk from System/App . Open the SystemUI.apk with WinRAR and extract LDPI folder. Then extract the themed icons and pics you want. Take the SystemUI from the rom you are on and extract the LDPI folder. Replace the ICS themed status bar stuff from the ICS LDPI to your Roms. Put the Modified LDPI into the SystemUI.apk and then put that SystemUI.apk on your phone. Download SignAPKTic from the Google Play Store or APKTops and Re-Sign the SystemUI.apk you just edited by choosing the modified SystemUI.apk then choose test sign then click sign and choose output file SystemUI.apk and sign it. It takes around 3 minutes tops!
Then set the Root Permissions etc. and replace the Original with the modified one! Then Re-Boot and Clear Dalvik,Battery Stats,Cache. Hope this worked for you!!
Click to expand...
Click to collapse
Cant find any of the apks you listed on Google Play
Sent from my GT-S5360B using XDA Premium + Swype
you don't need...and should not sign a system app like systemUI.apk. just replace the icon with ICS style one.
kurotsugi said:
you don't need...and should not sign a system app like systemUI.apk. just replace the icon with ICS style one.
Click to expand...
Click to collapse
Yeah...that's right i use this method...not use signing apk my systemui fine
Sent from my GT-S5360 using XDA
can someone post the the link where to download the icons. i want to change my status bar icons too..
Here u go!
zzapz said:
can someone post the the link where to download the icons. i want to change my status bar icons too..
Click to expand...
Click to collapse
Download the attached systemUI.apk.. all u need is inside systemUI.apk\res\drawable-ldpi.. Open the apk with winrar.. xtract the folder! U will get the png files there!!
NeelDroid said:
Download the attached systemUI.apk.. all u need is inside systemUI.apk\res\drawable-ldpi.. Open the apk with winrar.. xtract the folder! U will get the png files there!!
Click to expand...
Click to collapse
thanks..I extracted the icons and what will I do next, should I use winrar to put the icons in the systemUi?
zzapz said:
thanks..I extracted the icons and what will I do next, should I use winrar to put the icons in the systemUi?
Click to expand...
Click to collapse
yup, just make sure that when you are replacing the icons in your original systemUI.apk, you should retain the original names of the files
it's a simple procedure (use winrar or other extracting programs you like)
things you might do:
(1) replacing icons
(2) re-sizing the icons (if needed)
(3) checking the names of files
(4) pushing and setting the correct permissions
goodluck
leodasal2 said:
yup, just make sure that when you are replacing the icons in your original systemUI.apk, you should retain the original names of the files
it's a simple procedure (use winrar or other extracting programs you like)
things you might do:
(1) replacing icons
(2) re-sizing the icons (if needed)
(3) checking the names of files
(4) pushing and setting the correct permissions
goodluck
Click to expand...
Click to collapse
I've changed the signal icon and the wifi icon but I cant find the battery icon...
zzapz said:
I've changed the signal icon and the wifi icon but I cant find the battery icon...
Click to expand...
Click to collapse
it's in the framework-res apk
Hmm..How can we make the systemUI folder into an apk after replacing the icons? Just add to zip/rar? Do we have to compress and which format zip/rar? Thanks
hitme987 said:
Hmm..How can we make the systemUI folder into an apk after replacing the icons? Just add to zip/rar? Do we have to compress and which format zip/rar? Thanks
Click to expand...
Click to collapse
no need to make it hard bro
just make a copy of the apk file that you want to edit
and using winrar, just overwrite the files with the edited version that you made (should have the same name)
then push + restart
leodasal2 said:
no need to make it hard bro
just make a copy of the apk file that you want to edit
and using winrar, just overwrite the files with the edited version that you made (should have the same name)
then push + restart
Click to expand...
Click to collapse
Easy peasy ..Will report asap ..Thanks
Finally made the status bar to work ..Thanks Leo..One more thing ..How to change my battery percentage icon? which file in framework-res.apk?
EDIT: Got the dir..A bit complicated ..need to change a LOT of icons.. look in system\framework\framework-res\res\drawable-ldpi and replace the battery icons
Use uot kitchen and make status bar like ICS
Sent from my GT-S5360 using xda premium
Nobuga said:
Cant find any of the apks you listed on Google Play
Sent from my GT-S5360B using XDA Premium + Swype
Click to expand...
Click to collapse
Sorry you cant get them there use APKtops instead.
Sent from my GT-S5360 using XDA

[Theme Xperia P ICS] - themed status bar, system user interface and a lot more

Hy, here is my theme for 544 Xperia P ICS ROM
I changed thousands of icons and in my opinion it looks pretty cool. Now our awesome display show his white magic
Check the scrrenshots:
{
"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"
}
Installation files (v2 with brygse correction; thanx!):
http://www11.zippyshare.com/v/81347114/file.html
Install instructions:
put SemcClock.apk, Settings.apk, SystemUI.apk and framework-res.apk to /system folder and change permission to 644 (rw-r--r--) on all of them. Then move SemcClock.apk, Settings.apk and SystemUI.apk to /system/app folder and framework-res.apk to /system/framework folder. Once you have finished reboot the phone and enjoy in theme
Do you hate that we cant change alarm ringtone? Yes, don't worry! I change the default alarm ringtone directly in SemcClock.apk file together with stock blurred wallpapers
Note: it works for locked and unlocked bootloader devices. You only need to have ROOT access!
A lot of icons are borrowed from other ROM-s so full credit for them goes to their makers!
Nice work! Thanks!
Inviato dal mio LT22i
Great job! Thank you very much! :good:
But there is a small note: the player control buttons on the lock screen.
Take these files, and paste into your framework-res.apk as is. It will be like here.
White Magic?!
Excuse me, but why do you speak about white magic, your theme almost as much dark as stock. To fully use WM it must be as much light as possible.
Boot Loop after used Root Explorer move SemcClock.apk, Settings.apk and SystemUI.apk to /system/app folder and framework-res.apk to /system/framework folder
jackpham said:
Boot Loop after used Root Explorer move SemcClock.apk, Settings.apk and SystemUI.apk to /system/app folder and framework-res.apk to /system/framework folder
Click to expand...
Click to collapse
I'm surprised! Did you change permission of files before putting them to final directories?
jackpham said:
Boot Loop after used Root Explorer move SemcClock.apk, Settings.apk and SystemUI.apk to /system/app folder and framework-res.apk to /system/framework folder
Click to expand...
Click to collapse
seky0405 said:
I'm surprised! Did you change permission of files before putting them to final directories?
Click to expand...
Click to collapse
I'am pretty sure he was forgot to change the permission.
To jackpham, in the future you have to more careful about managing system files.
Can you please tell me which launcher is used in the shown screenshots. and thanks for the awesome theme. :good:
brygse said:
Great job! Thank you very much! :good:
But there is a small note: the player control buttons on the lock screen.
Take these files, and paste into your framework-res.apk as is. It will be like here.
Click to expand...
Click to collapse
how cant i add this file into apk file :|
benraiso said:
how cant i add this file into apk file :|
Click to expand...
Click to collapse
Open framework-res.apk WinRar on your computer and insert the files to a path - res/drawable-hdpi
@brygse: Thank you very, very much for correcting the bug!!! Opening post is now updated with your corrections
Sorry for not updating it at once, but I was very busy with theming modes of status bar. So don't forget to check them out:
--> [MOD Xperia P] Status bar with 14 toogles and with/without brightness bar + 1% battery mod:
http://forum.xda-developers.com/showthread.php?t=1895198
--> [MOD Xperia P] Jelly Bean Status bar with 14 toogles and 1% battery mod:
http://forum.xda-developers.com/showthread.php?t=1895242
Don't forget to press thanx if you like it
Bogus theme...sucks
Sent from my LT22i using xda premium
Can you please make a stock sony style mod with toggles?
thx
beautiful ,i want to test it
seky0405 said:
Hy, here is my theme for 544 Xperia P ICS ROM
I changed thousands of icons and in my opinion it looks pretty cool. Now our awesome display show his white magic
Check the scrrenshots:
Installation files (v2 with brygse correction; thanx!):
http://www11.zippyshare.com/v/81347114/file.html
Install instructions:
put SemcClock.apk, Settings.apk, SystemUI.apk and framework-res.apk to /system folder and change permission to 644 (rw-r--r--) on all of them. Then move SemcClock.apk, Settings.apk and SystemUI.apk to /system/app folder and framework-res.apk to /system/framework folder. Once you have finished reboot the phone and enjoy in theme
Do you hate that we cant change alarm ringtone? Yes, don't worry! I change the default alarm ringtone directly in SemcClock.apk file together with stock blurred wallpapers
Note: it works for locked and unlocked bootloader devices. You only need to have ROOT access!
A lot of icons are borrowed from other ROM-s so full credit for them goes to their makers!
Click to expand...
Click to collapse
how to change permission to rw-r--r--
sid.8491 said:
how to change permission to rw-r--r--
Click to expand...
Click to collapse
In you are using root explorer,tap and hold on that file,you will get menu ,in that Permissions.Change it to -rw-r-r,i.e
Owner - Read - Write
Group - Read
Others- Read
Thanks for the awesome theme. :good:
Were can find your Weather Widget? It's verry nice
Thanks again !
Nice work. I'll try tommorrow on my Xperia P.
2 questions
1. Is in toggle bar a button for 2G/3G network mode? Is very usefull for me.
2. Can you do this patch to be flashable? From CWM (recovery mode). It's better to do like that because in case that something is not work is easy to go back if you post a stock patch too. I done in past on other xperia trought root explorer and after I finished to move the files in the specified folder, in case of something is wrong I'm stuck in FC loops and can't restore the old files to fix the problem.
Pls tell me which theme s that is shown in the screenshots??
Sent from my LT22i using xda premium
Moderator, download point has failed, can trouble you re-upload it again? Extremely grateful, I really like this map set your design!

[GUIDE]✰ ◆ ◇ ✰ Custom Carrier Logo's for Stock/Custom ROMs ✰ ◇ ◆ ✰

[GUIDE]✰ ◆ ◇ ✰ Custom Carrier Logo's for Stock/Custom ROMs ✰ ◇ ◆ ✰
Hey guys.
I've had a few people asking me how to create a custom carrier logo, so I decided to post up a short guide on how to do it.
I'll try to keep it as simple as possible, hopefully you'll be able to understand it
We need
- apktool
- Galaxy Note 2
*make sure you meet all requirements for apktool
Guide:
- Copy framework-res.apk and SystemUI.apk from your current ROM into your apktool directory
* SystemUI.apk --> /system/app
* framework-res.apk --> /system/framework
- CD your apktool folder
- Install resources from framework-res.apk by issuing this command
Code:
apktool if framework-res.apk
- Decompile your SystemUI.apk by doing following command
Code:
apktool d SystemUI.apk
- Navigate to your decompiled SystemUI folder and go to /res/values/bools.xml
- Find the following bool
Code:
<bool name="config_showOperatorLogo">false</bool>
- Change it to the following:
Code:
<bool name="config_showOperatorLogo">true</bool>
- Save and close the XML
- Next, navigate to /res/drawable-xdpi/ and search for this image
Code:
tw_stat_notify_operator_logo
- This is what you want to replace with your custom image. Try not have the image too big, and make sure it is a png.
I usually make my logos arround 90x40 but they can be smaller or slightly larger depending on what you are using.
- After you replaced that image with your custom carrier logo go back to your command prompt window and recompile your apk.
Code:
apktool b SystemUI
- Your new apk will be in the decompiled SystemUI folder in the "dist" folder
- Next, ckick and drag the original AndroidManifest.xml and the META-INF folder for the original SystemUI.apk to the new SystemUI.apk
- drag your new SystemUI.apk to /system/app and make sure you have set the right permissions RW--R--R
- then Reboot
Screenshot
upper left corner (my favorite soccer club from Belgrad )
How To Submit Request
- Post your SystemUI.apk and framework-res.apk from your current ROM
- Post the carrier logo you want
- Post what ROM you are using
Resources
- Some carrier logos
Enjoy !​
Always remember to make a nandroid backup BEFORE making any changes to your system.​
*All credits goes to fergie716
for example
​
i cant recompile it...
why not... just follow the steps one by one...
or give me your
- SystemUI.apk
- framework-res.apk
- your carrier logo image
i'll try to recompile it
Gesendet von meinem GT-N7100 mit Tapatalk 2
im using crash rom v2.1..
here is my
systemUI.apk
framework-res.apk and
tw_stat_notify_operatorlog.png
all in the zip file...
http://www.mediafire.com/download.php?pnjg03n6t1s22dt
if done...let me know...i need to remove the file from mediafire...
jiawei0309 said:
im using crash rom v2.1..
here is my
systemUI.apk
framework-res.apk and
tw_stat_notify_operatorlog.png
all in the zip file...
http://www.mediafire.com/download.php?pnjg03n6t1s22dt
if done...let me know...i need to remove the file from mediafire...
Click to expand...
Click to collapse
here you go mate... let me know if it works for you
Help me agn...new version of crash rom v3...
http://db.tt/SmCrL7yW
Sent from my GT-N7100
help me, plz. i'm using WanamLite v2.0
here my file : http://www.mediafire.com/#l1yuulxl2wl6e
I've made but it not work. i'm not see change anything
LuCiFeRkO, for some reason I can't seem to recompile the apk, and I've never had a problem recompiling apk's before. Can I send you a link to the needed files? Thank you so much for all your hard work.
help me plz bro...http://db.tt/SmCrL7yW
Success!!!
LuCiFeRkO,
It took me a two days to get this running, and I know this is for the 7100/7105, but I felt a little daring and tried on my Sprint L900. Now I need to make an adjustment, but I am really proud with the results for a first time. I used your template of 90 x 40. I just need to get the right Font and Colour. I may have to stretch it out a little past 90.
Also, I noticed that when the phone is locked the Carrier shows up on the lock screen beside my logo, but when I unlock it, it goes away. Any ideas where I should look to remove that or is that normal?
{
"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"
}
vanlisa said:
help me, plz. i'm using WanamLite v2.0
here my file : http://www.mediafire.com/#l1yuulxl2wl6e
I've made but it not work. i'm not see change anything
Click to expand...
Click to collapse
your link doesn't work...upload it somewhere else
thnx
jiawei0309 said:
help me plz bro...http://db.tt/SmCrL7yW
Click to expand...
Click to collapse
here you go mate....enjoy
LuCiFeRkO said:
your link doesn't work...upload it somewhere else
thnx
here you go mate....enjoy
Click to expand...
Click to collapse
Thx bro...Tried...dono why...not working
Sent from my GT-N7100
Here is the screenshot after replace systemui.apk
Sent from my GT-N7100
jiawei0309 said:
Here is the screenshot after replace systemui.apk
Sent from my GT-N7100
Click to expand...
Click to collapse
strange...did you reboot your phone and set the right permissions?
gyrene2083 said:
LuCiFeRkO,
It took me a two days to get this running, and I know this is for the 7100/7105, but I felt a little daring and tried on my Sprint L900. Now I need to make an adjustment, but I am really proud with the results for a first time. I used your template of 90 x 40. I just need to get the right Font and Colour. I may have to stretch it out a little past 90.
Also, I noticed that when the phone is locked the Carrier shows up on the lock screen beside my logo, but when I unlock it, it goes away. Any ideas where I should look to remove that or is that normal?
Click to expand...
Click to collapse
try to upload your systemui.apk and i'll see what can i do....
LuCiFeRkO said:
strange...did you reboot your phone and set the right permissions?
Click to expand...
Click to collapse
rw-r-r izzit the correct permission??
jiawei0309 said:
rw-r-r izzit the correct permission??
Click to expand...
Click to collapse
yes
Gesendet von meinem GT-N7100 mit Tapatalk 2
really not working..
Thank you I sent you a PM with the Link.
Hi All,
already done but my status bar disappeared after reboot.
Can you please do that for me?
you can download it at dl.dropbox.com/u/4358137/Abud.7z
thanks before

[TUTORIAL]Build your own flashable various VRTheme Mods?For Xperia 2011 MDPI[ANY ROM]

Disclaimer
Code:
You are using this tutorial by yourself and i'm in no way responsible if your mobile is damaged due to it. I will help you in best way possible to get you out of the worse situation but I can't guarantee anybody. ThankYou!
RAY Users GO Here!
Click to expand...
Click to collapse
How to build apps icon pack:
Things you require:
-Base VRTheme-Here!(Don't worry there are no trojans)
-Some icons-Here are my AOSP icons.
-Required apps from the ROM which you want to modify.
-Notepad++ for changing updater-script.
-Any resizing tool.
-A brain to avoid mistakes and bother me with stupid questions.
-Kindness to press the THANKS button below.
Click to expand...
Click to collapse
Steps:
1. Download all the things required.
2. Open your ROM and copy all the apps and move them to a seperate folder. Here we will take only 3 apps-Browser, Messaging and Calculator.
{
"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"
}
3. Now extract these apps using 7zip or winrar.
4. Now open the app folder, go to res and find the location where the icon of the app is present. These are generally present in mipmap-mdpi or drawable-mdpi. For e.g. in Browser app it's present in mipmap-mdpi named as ic_launcher_browser.png:
5. Now extract the VRTheme base folder and go to vrtheme->system->app and make a new folder their with named as appname.apk(Here appname refers to the name of the app). For e.g. Browser.apk in my case.
6. Now make res folder in it. And under res folder make another folder which contains app icon. For e.g res->mipmap-mdpi in my case:
7. Now place your modified icon in it and rename it to the original icon name. For e.g. ic_launcher_browser.png in my case. And resize it to 48X48. If you want to resize it by percent then decrese hdpi icon size by 44% and xhdpi by 66.7%.
8. Do the same for other apps. In my case calculator and messaging.
9. Now give this icon pack your name. Go to META-INF->com->google->android and open updater-script with notepad++ and in second line replace alokbina with your name. You can practically change almost everything under ui_print in updater-script but remember that it should be in the format ui_print("ABCD"); . Here replace ABCD with whatever you like.
10. Now you will be having 4 folders- data, META-INF, system, vrtheme and an image named as preview. Zip all these and rename it whatever you like and flash it with CWM and you're done! Enjoy your own icon pack Feel free to THANK me :laugh:
Click to expand...
Click to collapse
Important Tip:-Note the size of the original icon and modify the other icon accordingly or else you may not get any icon or smaller icon. For e.g. sometimes the icon present in the app is of size 96X96 though it is mdpi app. But still change the other icon size also to 96X96 to get best result.
Click to expand...
Click to collapse
Credits:
Sandy7 who taught me all this(sorry forgot to mention earlier ). Please give him a THANKS too below
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Tool:
Mnishamk has built a nice tool to ease this process. See here.
Click to expand...
Click to collapse
[/quote]
Framework and SystemUI flasher TUT.
How to build your framework mods VRTheme:
Things you require:
-Base VRTheme-Here!(Don't worry there are no trojans)
-Your modded icons-Here are my GB styled zoom icons.
-Required framework-res.apk from the ROM which you want to modify.(From /system/framework)
-Notepad++ for changing updater-script.
-Any good photo editing tool.
-A brain to avoid mistakes and bother me with stupid questions.
-Kindness to press the THANKS button below.
Click to expand...
Click to collapse
Steps:
1. Download all the things required.
2. Open your ROM and copy framework-res.apk to another folder.
3. Now extract it using 7zip or winrar.
4. Now open the extracted folder and find the icons you want to replace. Generally present in res->drawable-mdpi:
5. Now extract the VRTheme base folder and go to vrtheme->system->framework and make a new folder there with named as framework-res.apk.
6. Now make res folder in it. And under res folder make another folder which contains app icon. For e.g res->drawable-mdpi in my case:
7. Now place your modified icon in it and rename it to the original icon name. And resize it if needed. If you want to resize it by percent then decrease hdpi icon size by 44% and xhdpi by 66.7%.
8. Do the same for other things you want to modify .
9. Now give this icon pack your name. Go to META-INF->com->google->android and open updater-script with notepad++ and in second line replace alokbina with your name. You can practically change almost everything under ui_print in updater-script but remember that it should be in the format ui_print("ABCD"); . Here replace ABCD with whatever you like.
10. Now you will be having 4 folders- data, META-INF, system, vrtheme and an image named as preview. Zip all these and rename it whatever you like and flash it with CWM and you're done! Enjoy your own icon pack Feel free to THANK me :laugh:
Click to expand...
Click to collapse
hmmm credits ...
i was the one thought u
Re: [GUIDE]How to build you own flashable VRTheme icon pack?For Xperia 2011 MDPI[ANY
sandy7 said:
hmmm credits ...
i was the one thought u
Click to expand...
Click to collapse
Lol I was about to add but forgot when after making the tut added now
Press THANKS if I helped,
Best Regards,
AJ
Re: [GUIDE]Build your own flashable various VRTheme Mods?For Xperia 2011 MDPI[ANY ROM
Finally, i found this tutorial..
Ready to making own mod..
Sent from my ST15i using Tapatalk 2
Re: [GUIDE]Build your own flashable various VRTheme Mods?For Xperia 2011 MDPI[ANY ROM
c00lone said:
Finally, i found this tutorial..
Ready to making own mod..
Sent from my ST15i using Tapatalk 2
Click to expand...
Click to collapse
Best of luck let me know if ur successful
Press THANKS if I helped,
Best Regards,
AJ
Framework-res.apk VRTheme tut also added.
Enjoy :good:
Best Regards,
AJ
Re: [GUIDE]Build your own flashable various VRTheme Mods?For Xperia 2011 MDPI[ANY ROM
danishdhanshe said:
Any way of doing this without a comp
M restricted from touching my comp till exams
However this seems fun!
Sent from my WT19i
---------- Post added at 11:41 PM ---------- Previous post was at 11:37 PM ----------
And how do I remove the 5 minutes restriction on xda
I am not a spammer
However it's irritating to wait for 5 minutes to just ask for help or help others
N where do I post such questions?
Sent from my WT19i
Click to expand...
Click to collapse
I don't really think it is possible on mobile and if it is it will be way tøooooooooooooooo hard and lengthy....anyways if u want to release some mods just send me the required stuff I'll make it for u
Press THANKS if I helped,
Best Regards,
AJ
Dont miss the ICON FARM!
what if i take the png s from an miui rom and paste them into a stock based rom like real ics ?.. will it work?
Re: [GUIDE]Build your own flashable various VRTheme Mods?For Xperia 2011 MDPI[ANY ROM
galaxys3lover said:
what if i take the png s from an miui rom and paste them into a stock based rom like real ics ?.. will it work?
Click to expand...
Click to collapse
Yes ....just remember the dimensions remain the same and also the type of image
Press THANKS if I helped,
Best Regards,
AJ
Dont miss the ICON FARM!

[TUT/GUIDE]Make your own On Screen Buttons{OSB}[08-06-2013]

A guide how to add OSB for your ROM...!!!
{
"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"
}
Credits:​
1. Attitude.SSJ for the DIY of OSB
2. LoneWanderer for the tut for HDPI devices
3.atticus182 for the beautiful icons of OSB
4. Serajr for the superb system UI mod
5. Tickle Fish for TICKLE MY ANDROID
Click to expand...
Click to collapse
Before we begin ask yourselves a question..!!
1.Do we really need OSB for mdpi devices??
Ans: i feel yes, "PREVENTION IS BETTER THAN CURE" its better we use our touch rather than using the soft keys for such along time and eventually get them busted! :silly:
2. Do we really need to follow this guide to make my own OSB??
Ans: Well it depends on your requirements......
3. will it support ICS, JB and even CM???
Ans: Hell yeah..!! it does work!!! sorry GB users
Click to expand...
Click to collapse
Tools Required:
1.framework-res.apk
2.SystemUI.apk
3.Winrar or 7zip
4.Notepad++
5.Apktool or Apkmanager or Apkmultitool
6.JAVA & JDK already installed in your PC
last but not the least required thing is a fully functioning human brain..!!
STEP1:
Framework Part:
1) Take the framework-res.apk and SystemUI.apk from rom and paste it in "place-apk-here-for-modding" folder in Apktool
2) Decompile the framework-res.apk using
Code:
apktool d framework-res.apk
Click to expand...
Click to collapse
3)Once decompiled you'll obtain a folder "framework-res"
4) Open it ..goto 'res\values' folder...find bools and right click to edit with notepad++ and by using ctrl+f search for
Code:
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
Click to expand...
Click to collapse
5)Rename falseto true...save file.
6) Open 'dimens' file in the same folder res\values and using ctrl+f search for navigation bar height and width and change them to whatever dpi you want and save file
7) Thats it!! compile the framework-res using the code
Code:
apktool b framework-res
Click to expand...
Click to collapse
8)Now you will get the new apk file of framwork-res.apk in the dist folder of framework-res folder if you are using the apktool and for other tools it will be in the respective output folder
9) Now we have to sign the framework-res.apk using any apk signing software or simply use TICKLE MY ANDROID by TICKLE FISH to sign your apk by placing it in the out folder of Tickle my android and sign it by pressing button 15 to sign apk file under theming menu(2)
10)thats it now your rom will have OSB
Note: If you dont want OSB in landscape view also..then type 0.0dip like this... in res\values\dimens
Code:
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Click to expand...
Click to collapse
STEP2:
System UI part:
1. using 7zip or winrar OPEN the SystemUI.apk and navigate to res>drawable_mdpi (if drawable_mdpi is not present go to drawable_hdpi) and just drag and drop this folder "drawable_mdpi (or) hdpi"where you are working
2. search for these png files in the folder
Code:
ic_sysbar_back
ic_sysbar_back_ime
ic_sysbar_home
ic_sysbar_menu
ic_sysbar_recent
if they are present thats done if they are not present you'll have to add them into the folder with dimensions of your choice
3. Thats it NOW you have OSB in your ROM
WANT TO ASK ANYTHING???
How do i add them man...??
Well that's very simple go to this page http://forum.xda-developers.com/showthread.php?t=1413582 and download the required OSB styles you want to add to your ROM
but hey this brother who is a Recognized contributor @atticus182 should deserve a THANKS for such beautiful icons
Once downloaded you must re-size the pngs as far as i know for mdpi devices in portrait mode the image should be scaled around width:80px and height:48px (80x48) and in landscape mode width:48px and height:80px (40x80) is recommended
after they are re-sized they should be copy pasted to the folder we dragged and dropped from SystemUI.apk
once they are copy pasted again open SystemUI.apk in 7zip or Winrar and open the res folder and now just drag and drop the folder in which we added the png files and save the compression level to store if asked and now decompile SystemUI.apk and check whether the files which we drag and dropped are present in the res folder and even check for the png files the res>drawable mdpi(or)hdpi folder... if they are present then it is well and good if they arenot present then you have done something wrong post your problem i'll help you out or there are lot of devs here in XDA they'll help
Click to expand...
Click to collapse
STEP3:
CREATING A FLASHABLE ZIP
1) Download Sample.zip but dont extract it..just open the sample provided with winrar...you will see 2 folders META-INF and system.
View attachment Sample.zip
2) In system there will be two folders framework and app...
Drag the new framework-res.apk to framework folder...
and the SystemUI.apk folder to app..
3) META-INF has info about flashing...goto com..google..android and open update-script file with notepad++...you can edit whatever you want in
ui_print (" ") ...it will be displayed while installing...Save file..
Done your flashable zip is also ready to be flashed using CWM recovery
Feel free to ask questions if you have any coz this tutorila/guide is n-o-o-b friendly :victory: :angel:
P.S add me to your credits if you manage to get OSB working in your rom using this GUIDE/TUT
Dont ever forget to Click :good:button
--reserved for next updates--
--reserved for changelogs---
Nice guide man, and thanks for adding credits to my work! Cheers
Verstuurd van mijn HTC One met Tapatalk
atticus182 said:
Nice guide man, and thanks for adding credits to my work! Cheers
Verstuurd van mijn HTC One met Tapatalk
Click to expand...
Click to collapse
:angel::angel::angel::angel::angel::angel::angel:
Thanks bro:highfive:
Superb guide
Grrrr... i'm jealous now how are managing to work with engineering projects and XDA dude...?? Awesome work man keep up the good work :good: :highfive:
Sent from my ST15i using xda premium
vaddurivineel said:
Grrrr... i'm jealous now how are managing to work with engineering projects and XDA dude...?? Awesome work man keep up the good work :good: :highfive:
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
hehe... thanks alot man!! try yourselves and show me tomorrow morning at your place.. will be happy to see if you understand and be successful in adding the OSB
good
@Aneel
Hi Bro.
this is my first editing :fingers-crossed:
has been successfully :highfive: Thank you very much
EDIT
i can't hide OSB on landscape i make it 0dpi but still big i think 48 !
Code:
<dimen name="navigation_bar_height">34.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Mo7mD.ZaYOnA said:
@Aneel
Hi Bro.
this is my first editing :fingers-crossed:
has been successfully :highfive: Thank you very much
EDIT
i can't hide OSB on landscape i make it 0dpi but still big i think 48 !
Code:
<dimen name="navigation_bar_height">34.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Click to expand...
Click to collapse
you must edit it in framework-res.apk bro
Decompile The Framework-res And Navigate To /res/values/dimens.xml
Then Find These Lines
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
<dimen name="navigation_bar_width">22.0dip</dimen>
Aneel said:
you must edit it in framework-res.apk bro
Decompile The Framework-res And Navigate To /res/values/dimens.xml
Then Find These Lines
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
<dimen name="navigation_bar_width">22.0dip</dimen>
Click to expand...
Click to collapse
from framework-res.apk
/res/values/dimens.xml
i find these lines
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
Change height to 34dip
and add this line to disable in landscape
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
but it's still work in landscape
Mo7mD.ZaYOnA said:
from framework-res.apk
/res/values/dimens.xml
i find these lines
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
Change height to 34dip
and add this line to disable in landscape
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
but it's still work in landscape
Click to expand...
Click to collapse
try using some on screen button app mod bro..... i think there is one in Xperia P forums where it works with no issues for all phones
No
it's work good now via your method
This is a very cool tutorial and thanks for saying thanks for Tickle My Android. :thumbup:
However, I should point out that you can use Tickle My Android for more than just signing the apk. It can be used to take the file from your phone, decompile it, recompile it and put it into a flashable zip.
Saves having to download lots of different programs when you can do what you need with just one...
Sent from my C6603 using XDA Premium 4 mobile app
Ticklefish said:
This is a very cool tutorial and thanks for saying thanks for Tickle My Android. :thumbup:
However, I should point out that you can use Tickle My Android for more than just signing the apk. It can be used to take the file from your phone, decompile it, recompile it and put it into a flashable zip.
Saves having to download lots of different programs when you can do what you need with just one...
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes it is an awesome tool that i ever found for theming,decompiling,signing and what not! i use it for porting few apps too :highfive: :angel:
Aneel..do you know to make the osb background transparrent..??
Sent from my ST18i using XDA Premium 4 mobile app
Rhyskymud said:
Aneel..do you know to make the osb background transparrent..??
Sent from my ST18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well Yes..!! i will post it very soon just let my exams get finished!
Aneel said:
Well Yes..!! i will post it very soon just let my exams get finished!
Click to expand...
Click to collapse
Ok..i'm waiting..
Sent from my ST18i using XDA Premium 4 mobile app
thats coolllllll bro..ill try it

Categories

Resources