[tutorial]how to get nav-bar on jb/ics rom - XPERIA X8 Themes and Apps

Hello guys..
Here i present you the mod how to enable navigation bar(on screen buttons) on JB/ICS roms..
its very simple and easy..
REQUIRMENT
1)Apktool
2)Notepad++
1> add the following line at the end of buid.prop file
"qemu.hw.mainkeys=0
now on reboot we will have nav-bar like on nexus so its size would be bigger
2>To get the bar resized you will need to edit Framework-res.apk, so first decompile the framework-res.apk of the rom you are using with the help of apktool or any other tool that u might prefer..
3> now go to res/values and open dimens.xml file using Notepad++(these will be present in framework-res folder created on decompiling apk)
4>here look for 3 lines which refers to navigation bar height and width, they must be in first several lines
5>now change the DPI as you're requirment i prefer height between 25-27 and width 21-23. save the edit file and close notepad++
6> now compile the framework-res, so we will get a build folder inside the framework-res folder created on decompiling the apk as said above
7> here in build folder just go to apk folder and copy the “resources.arsc” file to the original framework-res.apk(you can use 7-zip to open frmework-res.apk(original) and then drag and drop the “resources.arsc” file in it, just replase the “resources.arsc” present in the file as it will prompt)
well you are done now you need to put the framework-res.apk(original) on to the phone as you want by flashing a zip or manually..
and reboot
enjoy..:good:
you can also add some new buttons by editing systemui.apk as i have done here..
http://forum.xda-developers.com/showthread.php?t=1971225

thank you man amazing topic
but i can't find dimens.xml in res/values
how can i resize my navigation bar ?
i've samsung galaxy s2

Are you on cm10 rom..

->Sid said:
Are you on cm10 rom..
Click to expand...
Click to collapse
no

I haven't used any other rom as im using a x8 which is an old phn and thus v don't have other much jb roms except cm10.. But it must be same.. Which rom are u using? Can u provide framework-res.apk..

The nav buttons don't show up on lockscreen. Just blank space.
Well I'm on xperia J but with Jellybean. It worked but not for the lockscreen.
{
"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"
}

Related

[Theme] GingerSony style v1.01 added black backgrounds

Here is my modded .184 framework:
I've changed the status bar icons into standerd gingerbread icons, changed the notifications screen, changed the windows animation and changed the font into the sony sketch font. Of course the CRT screen off animation is included. Here are some screenshots:
Update: added black backgrounds to menu's & dialer app
{
"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"
}
How to install:
- unpack the zip file and place the 5 files in /system
- change the premission from the framework-res.apk & SystemUI.apk & SemcGenericUxpRes.apk into:
x x o
x o o
x o o
- place the three font files(Clockopia.ttf & DroidSans.ttf & DroidSans-Bold.ttf) into the folde /system/fonts
- place framework-res.apk & SemcGenericUxpRes.apk into the system/framework/ folder
- place SystemUI.apk into the system/app/ folder
- reboot & enjoy
Download link:
http://www.mediafire.com/file/ukfiv3eqdgl4hco/GingerSony_Framework_v1.01.rar
Awesome work! Thx Btw what is the name of the widget on top of the screen at pic 2?
Edit: the SemcGenericUxpRes.apk file is not included but already inside the framework folder with the right persmissions. Working as a charm!
McT1980 said:
Awesome work! Thx Btw what is the name of the widget on top of the screen at pic 2?
Edit: the SemcGenericUxpRes.apk file is not included but already inside the framework folder with the right persmissions. Working as a charm!
Click to expand...
Click to collapse
Thanks mate, uploaded the new zip with SemcGenericUxpRes.apk(if you want black backgrounds in the dialer and menu's you need to install the new apk's). The widget is called System info widget
Nice Work
thx my friend
شكرا لك على العمل الرائع

[REQ][HELP]Settings.apk Compiling Error Using Apktool

Hello mates!
So i wanted to use Slim ICS in my own language and wanted to start with Settings.apk from Slim 4.2.
btw.I succesfully installed adb on my computer.(checked with cmd)
I'm using latest apktool and i typed;
apktool d Settings.apk
Successfully decompiled.Settings folder created and all of the stuff is in there.
{
"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 JUST changed a string in res/values .Then tried to compile it ... And the problem occours....
Help me please.At least i want to do this...
Sorry if i opened the thread in to wrong section but this thing is about developing so..
Have a nice day to all people!
Just typed this earlier in another post but I think it applies with the Setting.apk also. Your framework files will be different, but hopefully it helps you..
NOTE: For all of the above you will need to set the framework for apktool before you will be able to de/recompile apks.
-Drop copies of framework-res.apk, moto-res.apk, blur-res.apk, and SystemUI.apk into the same folder as apktool (with APK Manager it's the "other" folder)
-Open the command prompt on the folder where apktool is (by right-clicking or holding Shift and right-clicking)
-Type the following for each apk in the command prompt:
Code:
apktool if framework-res.apk
-Hit enter
Code:
apktool if moto-res.apk
-Hit enter, and do the same for the other two apks
-Now you should have no de/recompiling problems (well I shouldn't say no... watch them .9.pngs and check the log for errors)
Click to expand...
Click to collapse
Sent from my phone's mind
http://www.blindndumb.com/2012/04/android-tutorial-how-to.html
Follow that guide to the tee and i garuntee you will not have a single issue
alteredlikeness said:
Just typed this earlier in another post but I think it applies with the Setting.apk also. Your framework files will be different, but hopefully it helps you..
Sent from my phone's mind
Click to expand...
Click to collapse
Hmm.I just had framework-re.apk in there and typed apktool if ramework-res.apk ..... Gonna try it today!
Sent from my GT-I9000 using Tapatalk 2
Me too

[GUIDE][ICS]Use PNG Images as Notification Background for Stock / Stock Based ROM

Now here's tutorial on how to put any PNG image as notification pulldown background..
Here I'm using lidroid's modified SystemUI, should work on other stock based SystemUI
First you need to decompile your SystemUI.apk
Open res/values/drawable.xml with any good xml editor (here I'm using NP++)
Delete this line:
Code:
<item type="drawable" name="notification_tracking_bg">#xxxxxxxx</item>
the #xxxxxxxx value maybe vary in each ROM, just delete the whole line )
Save
Prepare your desired .png file, can be opaque or transparent, and can be in any size/dimension (the system will resize it to match the screen)
Rename it to notification_tracking_bg.png and put it in res/drawable-hdpi
Recompile your SystemUI.apk, push to your phone and you are.......
Done !!
The result will be looked like these :
{
"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"
}
Remember to
ALWAYS MAKE BACKUP !!
before doing anything above..
I don't responsible of any negative things like bootloop, bricked device, burned SD card, you late to go to school, or the third world war caused by the guide above..
You have been warned !!
Click to expand...
Click to collapse
Good luck..
iiandskater said:
Now here's tutorial on how to put any PNG image as notification pulldown background..
Here I'm using lidroid's modified SystemUI, should work on other stock based SystemUI
First you need to decompile your SystemUI.apk
Open res/values/drawable.xml with any good xml editor (here I'm using NP++)
Delete this line:
Code:
<item type="drawable" name="notification_tracking_bg">#xxxxxxxx</item>
the #xxxxxxxx value maybe vary in each ROM, just delete the whole line )
Save
Prepare your desired .png file, can be opaque or transparent, and can be in any size/dimension (the system will resize it to match the screen)
Rename it to notification_tracking_bg.png and put it in res/drawable-hdpi
Recompile your SystemUI.apk, push to your phone and you are.......
Done !!
Good luck..
Click to expand...
Click to collapse
First I like your guide and i tried to do follow that, but i need your help. Can you explain more cleary, i used apk manager to de-compile systemui.apk then copied to sd and used Root explorer to move it to system/app and set permission 6-4-4 and then reboot phone, But when the phone started, i lost my notification and got alert mess com.adroid.systemui stopped. Force close
p/s sorry for my poor english

[REQ] xperia status bar for galaxy y

please,can all of you help me to find this status bar? please give me the links.. i'm still noob
{
"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 got it, but only for Hyperion
see and click my pictures signature for looking SS
xperia starus bar : http://forum.xda-developers.com/showthread.php?t=1785499
I made it . i wish u will like it.
yeah, i'm using hyperion too...i'm using hyperion 7.x with white XP kernel & amarullz
y making new thread thr is xperia stat bar check jb theming addons
Ashutos1997 said:
xperia starus bar : http://forum.xda-developers.com/showthread.php?t=1785499
I made it . i wish u will like it.
Click to expand...
Click to collapse
is that will support for hyperion 7.x rom?
no it is for stock as of now.
Maybe, i can make it for you but not now it just icon statusbar not statusbar drawer
I made It in a Flashable Package :
sony xperia status bar mod (zip file):
http://www.mediafire.com/?345c81e3dk5zd6m
Ashutos1997 said:
I made It in a Flashable Package :
sony xperia status bar mod (zip file):
Click to expand...
Click to collapse
okay i will try it,i hope it works
DOWNLAOD HERE only for HYPERION user
*nb : this not flashable zip, you must extract first, and push hyperion-res.apk framework-res.apk in system/framework and SystemUI.apk in system/app with Rootex or AromaFm dont forget to change permission
I recomend you to using AromaFM, cause that using cwm and simple,
well...okay i'm gonna try it.. +1 thanks
sandyworsnop said:
DOWNLAOD HERE only for HYPERION user
*nb : this not flashable zip, you must extract first, and push hyperion-res.apk framework-res.apk in system/framework and SystemUI.apk in system/app with Rootex or AromaFm dont forget to change permission
I recomend you to using AromaFM, cause that using cwm and simple,
Click to expand...
Click to collapse
i know that
Yes, it's looking good

[TUTORIAL][ICS][JB] How to create Themes

Hi Xda,
This is the second tutorial made ​​by me​
I would like to share with you my knowledge.
To decompile, sign and recompile files I using Advance ApkTool 3.0.0
Let's start!
1. Download this arhive View attachment 2985800 and extract eXperiaLOrange.apk from arhive in Advanced ApkTool 3.0.0 in OUT folder.
( See screenshot )
{
"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. Now edit apktool.yml in eXperiaLOrange.apk
Change eXperiaLorange with the name you want for your theme!
( see screenshot )
3. Now go to res / values and open strings.xml. Change eXperia L Orange to name you want to appear in Theme Piker!
( see screenshot )
4. Now open colors.xml and change color code with you color code. For color codes visit this page http://www.color-hex.com/.
In Colors.xml change this code! Change code without #ff
( see screenshot )
5. Now change wallpapers in drawable-mdpi and drawable-land-mdpi with you wallpapers. Wallpapers must have the same size and .PNG
( see screenshot )
6. Now rename folder eXperiaLOrange.apk in Advanced ApkTool / OUT whith name you theme in apktool.yml
As you can see in the screenshot is the same name!
7. Recompile , Sign and put in system/ vendor / framework, set permision rw- r-- r-- and reboot!
8. DONE!
Sorry if you do not understand ... is the second tutorial made ​​by me!
If you like my tutorial please press Thanks button!:good:
@DanielFlorin
good guide bro, I will prove it
I have only one doubt in step 4, which is exactly what changes?
Kobalto07 said:
@DanielFlorin
good guide bro, I will prove it
I have only one doubt in step 4, which is exactly what changes?
Click to expand...
Click to collapse
Change the highlighted code.. is the code for the color theme ..
Bro can u plz tell me about the battery icon? How can I get that z3 battery icon im on Xu stock jb
Sent from my ST25i using Tapatalk

Categories

Resources