{How To Make OSB} The Buttons Of Life {Guide} - Sony Ericsson Xperia Neo, Pro

The Buttons Of Life​
A guide on how you can make your own OSB(On Screen Buttons)
Before we begin...you need to ask yourself some very important questions...
1. Do I really need OSB??
2. Do I really wanna follow this guide and create them on my own??
3. Are OSB what I deserve but not the ones I need right now??
If you've have answered YES to any or all of the questions above then this is the guide for YOU!!!
A really big thanks to Attitude.SSJ...he taught me this...SO if u find this guide helpful...please scroll down and hit Attitude.SSJ's thanks button.
{
"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"
}
The Things We Need
1. framework-res.apk
2. SystemUI.apk
Get these from the your rom's zip..
Download
1. Winrar
2. Notepad++
3. ApkManager
4. Java
View attachment Apk_Manager_5.0.2.7z
The Things We Do
PART 1: Framework
1) Take the framework-res.apk and SystemUI.apk from rom and paste it in "place-apk-here-for-modding" folder in Apk Manager.
2) Double click Script in Apk Manager folder nd choose Option 22 and then select option no of framework.
3) Now choose Option 9 which will decompile the apk file. After decompiling, goto the projects folder and you'll find framework folder
4) Open it ..goto 'res' nd then 'values' folder...find bools and right click to edit with notepad... search for
<bool name="config_showNavigationBar">false</bool>​
5) Change 'false' to 'true'...save file.
6) Open 'dimens' file in the same folder(values) and search for navigation bar height and width...change them to size you want...save file
Note: If you dont want OSB in landscape view..then type 0.0dip like this...
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>​
7) Compile the file using Option 11 in Apk Manager..
It will ask you if its a system apk...type 'y'..hit enter.
Now it'll ask you if you would like to copy the files that you haven't modified..type 'y'..hit enter.
8) A 'keep' folder will be created in the Apk Manager folder after it extracts everything..
It'll ask you whether to delete changed files from keep folder..minimize command prompt and go to keep folder and delete 'resources.arsc' file...
9) Go back to command prompt and press any key...it'll compress everything..compiling done.
10) You'll find the newly compiled framework file as unsignedframework-res.apk...just remove the 'unsigned' from the name.​
DONE!!
PART 2: System UI
This part is needed if you want to change the color and icons of OSB. If u dont care about these and just want the default white ones..then you can skip this part.
1) Double click Script in Apk Manager folder nd choose Option 22 and then select option no of systemui file.
2) Choose option extract apk (Option 1). After extracting, goto the projects folder and you'll find systemui folder
3) Open it ..goto 'res' nd 'drawable-hdpi' and paste the 5 image files which you need and it will ask whether to replace...press yes...
Q.What images are these and where do i get them from??
A.http://forum.xda-developers.com/showthread.php?t=1413582​
4) Now choose Option 3(Zip Apk) and then choose Option 1(System Apk)
5) You'll find the newly compiled SystemUI file as unsignedSystemUI.apk...just remove the 'unsigned' from the name.​
DONE!!
Part 3: 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!! File ready to flash.
The Things We Ask
1. Will this guide change my life??
A. NO.
2. Then why do you call them Buttons of Life??
A. Simply because I can..:good:
3. What are those 5 images??
A. ic_sysbar_back
ic_sysbar_back_ime
ic_sysbar_home
ic_sysbar_menu
ic_sysbar_recent​

Reserved

Re: {OSB}The Buttons Of Life{Guide}
Superb guide bro...couldn't have made a hd guide for sure... You rock...
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
Yes bro it helped me too if u remember.. this is great.. Simple and cool..
Sent from my Xperia Neo V using xda premium

Re: {OSB}The Buttons Of Life{Guide}
Lw and Attitude ftw!
Great work
Sent from my Xperia Neo V using xda premium

Re: {OSB}The Buttons Of Life{Guide}
Another usefull guide from lonewanderer :thumbup:
Can't wait your next guide
Sent from my MT25i using xda premium

Re: {OSB}The Buttons Of Life{Guide}
So no one tried making??
Sent from my Xperia Neo V using xda app-developers app

how to make more than 3 navigation on screen button (back, home, recent)?
for example search, menu.
So there will be 5 on screen button

Re: {OSB}The Buttons Of Life{Guide}
archer928 said:
how to make more than 3 navigation on screen button (back, home, recent)?
for example search, menu.
So there will be 5 on screen button
Click to expand...
Click to collapse
Our roms don't have support for search... It can be achieved but needs lot of editing...
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
Attitude.SSJ said:
Our roms don't have support for search... It can be achieved but needs lot of editing...
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
I have been using SJB and we can add more osb buttons..
So our roms do support more than three osbs..
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
rahulsai2341 said:
I have been using SJB and we can add more osb buttons..
So our roms do support more than three osbs..
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Does the new version have it? And I was specifically talking about search button...i think adding search wasnt possible...
Edit:my bad...sjb 2.5 could add search... In 3 its missing...
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
Attitude.SSJ said:
Does the new version have it? And I was specifically talking about search button...i think adding search wasnt possible...
Edit:my bad...sjb 2.5 could add search... In 3 its missing...
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Yep..
U r right..
In Sjb 3.0 I am unable to get osb.
Don't know why??
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
rahulsai2341 said:
Yep..
U r right..
In Sjb 3.0 I am unable to get osb.
Don't know why??
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Unable to get osb? That means?
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
Attitude.SSJ said:
Unable to get osb? That means?
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
I mean after flashing they won't appear
Sent from my Xperia Neo V using xda app-developers app

Re: {OSB}The Buttons Of Life{Guide}
rahulsai2341 said:
I mean after flashing they won't appear
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
You followed the guide correctly?what was the size of recompiled framework...
Sent from my Xperia Neo V using xda app-developers app

Attitude.SSJ said:
You followed the guide correctly?what was the size of recompiled framework...
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Thank a lot for great tutorial bro,
I'm don't know we need to wipe cache partition nd Wipe dalvic cache after flash zip or not ?
Because for first time don't appear osb (not wipe), Second time wipe cache nd dalvic cache after flash .zip I'm get osb
But I'm have something to ask, I set for 0.0dip in Landscape but osb it's shown on screen.
Sorry for my bad English.

tualek kung said:
Thank a lot for great tutorial bro,
I'm don't know we need to wipe cache partition nd Wipe dalvic cache after flash zip or not ?
Because for first time don't appear osb (not wipe), Second time wipe cache nd dalvic cache after flash .zip I'm get osb
But I'm have something to ask, I set for 0.0dip in Landscape but osb it's shown on screen.
Sorry for my bad English.
Click to expand...
Click to collapse
Finally!!! Someone used the guide... I am on sjb have flashed many osb... Never did any wipes... Are you on ics by any chance?
Sent from my Xperia Neo V using xda app-developers app

Using Paranoid Andoird rom, and it has OSB ang can be customize.

Attitude.SSJ said:
Finally!!! Someone used the guide... I am on sjb have flashed many osb... Never did any wipes... Are you on ics by any chance?
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Thanks sir, I'm use with [JB] KING BEAN v2.0

tualek kung said:
Thanks sir, I'm use with [JB] KING BEAN v2.0
Click to expand...
Click to collapse
There are total the lines that control osb height... Did you set them properly?
Sent from my Xperia Neo V using xda app-developers app

Related

[GB Only !!]Nice theme from Xperia S, & Added Now A Black Lockscreen !!

I Saw this nice theme on the Arc thread, same where i get the 5x4 homelauncher that included in this thread down below and i wanna share it with you guys, because some peeps like it very much, but this theme have not the icons
Thanks To:
pajoneer,
Thilina
emannxperia
Screenshot of it:
{
"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"
}
Download link for also CWM Recovery
[New & Updated] >> http://www.mediafire.com/?fa2h4af2xuj4f1h
Thanks to Emannxperia !!!
Download link for CWM Recovery:
[OLD] >> http://www.mediafire.com/?y5cdo5fkxei1an5
Added: Black Lockscreen !!
Download here:
http://www.mediafire.com/?fbzmcqpfb6sk1wb
replace the systemframework-res.apk with root explorerer
with permissions:
* Read, Wright
* Read
* Read
to system/framework
he ask for replace the excisting file?
press yes !!
then restart the phone(mostly it goes automatic)
or pull out the battery and start up your phone
this works for Neo/Neo V !!
Screenshot here:
Link to the 5x4 Homelauncher with rotation but no corners:
http://forum.xda-developers.com/showthread.php?t=1567560
* > If you want back to original,
make sure you baked up the original files !!
@Pandemic
I think this can help to make your theme/apps a flash-able one.
sent from my digital typewriter
emannxperia said:
@Pandemic
I think this can help to make your theme/apps a flash-able one.
sent from my digital typewriter
Click to expand...
Click to collapse
tell me something more bro what you mean
Rather than apk, better if it is a flash-able zip. So it can easily be install via recovery.
sent from my digital typewriter
link dead..
emannxperia said:
Rather than apk, better if it is a flash-able zip. So it can easily be install via recovery.
sent from my digital typewriter
Click to expand...
Click to collapse
I dont know how to fix that, sorry but can you pm me how to make it ??
Sent from my Supercharged Neo V with a tiny keyboard and using Tapatalk Premium !!
Arifin243 said:
link dead..
Click to expand...
Click to collapse
No link is not dead, its uploaded with mediafire, so i dont know what you talking about.
Sent from my Supercharged Neo V with a tiny keyboard and using Tapatalk Premium !!
I replaced it with DefaultTheme.apk, switched permissions, rebooted my phone, switched theme, but only background changed what i am doing wrong?
Sent from my MT15i using XDA
Thanks for share
Work great on ICS beta
JimMorrison723 said:
I replaced it with DefaultTheme.apk, switched permissions, rebooted my phone, switched theme, but only background changed what i am doing wrong?
Sent from my MT15i using XDA
Click to expand...
Click to collapse
Have you set the right permissions to
Read-write
Read
Read
?
You must first copy from sd to phone
Then change permissions to what i said
Then replace it to system/app
Then you will get a message: replace the excist one ,tik yes
And reboot
Edit: you must first change permissions and then replace it
Sent from my Supercharged Neo V with a tiny keyboard and using Tapatalk Premium !!
Pandemic said:
tell me something more bro what you mean
Click to expand...
Click to collapse
Try this,should work
http://www.mediafire.com/?i7rxaobkaieabi3
added credits to pajoneer
To use with cwm
Pandemic said:
Have you set the right permissions to
Read-write
Read
Read
?
You must first copy from sd to phone
Then change permissions to what i said
Then replace it to system/app
Then you will get a message: replace the excist one ,tik yes
And reboot
Edit: you must first change permissions and then replace it
Sent from my Supercharged Neo V with a tiny keyboard and using Tapatalk Premium !!
Click to expand...
Click to collapse
This is how i did it. I wrote it wrong, i changed permissions than replaced with the old one. Dunno what is the problem
Sent from my MT15i using XDA
Thilina said:
Try this,should work
http://www.mediafire.com/?i7rxaobkaieabi3
added credits to pajoneer
To use with cwm
Click to expand...
Click to collapse
Thanks, i try it later on the day, i by my old dad now
Sent from my Supercharged Neo V with a tiny keyboard and using Tapatalk Premium !!
JimMorrison723 said:
This is how i did it. I wrote it wrong, i changed permissions than replaced with the old one. Dunno what is the problem
Sent from my MT15i using XDA
Click to expand...
Click to collapse
hmm thats weird, it works by everyone, except by yours
is your phone rooted and have you cwm recovery?
im testing now the zip file
Edit: Done the zip file for CWM is working, so if you want install the theme through CWM,
download link is in the OP
Pandemic said:
hmm thats weird, it works by everyone, except by yours
is your phone rooted and have you cwm recovery?
im testing now the zip file
Edit: Done the zip file for CWM is working, so if you want install the theme through CWM,
download link is in the OP
Click to expand...
Click to collapse
Thanks, i will try to flash the zip
Sent from my MT15i using XDA
JimMorrison723 said:
Thanks, i will try to flash the zip
Sent from my MT15i using XDA
Click to expand...
Click to collapse
you`re welcome mate, and is it work now??
@Pandemic
Install via recovery is easier right..
Go to my theme thread, on the second post. Full Xperia S system app there. Some of it can be use. Timescape, facebook etc. In case you interested. You can share it with others & make it flash-able too.
sent from my digital typewriter
emannxperia said:
@Pandemic
Install via recovery is easier right..
Go to my theme thread, on the second post. Full Xperia S system app there. Some of it can be use. Timescape, facebook etc. In case you interested. You can share it with others & make it flash-able too.
sent from my digital typewriter
Click to expand...
Click to collapse
yes way easier
ok thanks bro, thanks that you let me share your apps etc, i need fully yes fully needed the ICS icons for 2.3.4 with the 5x4 drawer, i like that very much is that are possible with that theme
Pandemic said:
yes way easier
ok thanks bro, thanks that you let me share your apps etc, i need fully yes fully needed the ICS icons for 2.3.4 with the 5x4 drawer, i like that very much is that are possible with that theme
Click to expand...
Click to collapse
As for the stock apps with ICS icons, it took me some times to make it as in codename_05 now. But yea, it is possible to make it as a theme..
sent from my digital typewriter
emannxperia said:
As for the stock apps with ICS icons, it took me some times to make it as in codename_05 now. But yea, it is possible to make it as a theme..
sent from my digital typewriter
Click to expand...
Click to collapse
alright, and if i put the app map from your locked bl rom in my theme zip file, can i flash it then or get i aborted ?

[NEW] Default Themes for Xperia neo/neo V/neo L [.431/.587]

Guys check this out my first DefaultThemes for Xperia neo/neo V....
Tested it on stock 4.1.B.0.431 & 4.1.B.0.587... works great..
works on Sony Xperia neo L running 4.1.B.0.587 too... tested by kunalasrani
Detailed Installation Process:
BACK-UP original file:
1. Using Root Explorer, go to /system/app
2. copy DefaultThemes.apk (original)
3. paste it somewhere on your SD card where you can easily retrieve it later.
Installing new file:
1. Download file "DefaultThemes.apk" from below
2. Using Root Explorer, go to "/system/app" and mount it as R/W.
3. Place the downloaded file here and replace existing file.
4. Set permission to rw-r-r.
5. Reboot, Done...
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"
}
Download it from here
Please hit Thanks if you like my work ​
Downloading
Samak46 said:
Guys check this out my first DefaultThemes for Xperia neo/neo V....
Tested it on stock 4.1.B.0.431 & 4.1.B.0.587... works great..
Detailed Installation Process:
BACK-UP original file:
1. Using Root Explorer, go to /system/app
2. copy DefaultThemes.apk (original)
3. paste it somewhere on your SD card where you can easily retrieve it later.
Installing new file:
1. Download file "DefaultThemes.apk" from below
2. Using Root Explorer, go to "/system/app" and mount it as R/W.
3. Place the downloaded file here and replace existing file.
4. Set permission to rw-r-r.
5. Reboot, Done...
Screenshot:
Download it from here
Please hit Thanks if you like my work ​
Click to expand...
Click to collapse
grt work samak..... keep it up!!!!! expecting more cool themes from u...... thx
Suranjan16049 said:
grt work samak..... keep it up!!!!! expecting more cool themes from u...... thx
Click to expand...
Click to collapse
Thanx bro.. This is my first theme
Sent from my Xperia neo V using XDA Premium
Working on Neo L .587 also.
kunalasrani said:
Working on Neo L .587 also.
Click to expand...
Click to collapse
Thanx for testing bro... Will update my post...
Sent from my Xperia neo V using XDA Premium
Theme looks really nice Does it have the xperia lockscreen settings ?? Like changing wallpaper and Shorcuts ??
Abhiheart said:
Theme looks really nice Does it have the xperia lockscreen settings ?? Like changing wallpaper and Shorcuts ??
Click to expand...
Click to collapse
Nope bro.. This is my 1st theme.. I dont know how to add those things...
Sent from my Xperia neo V using XDA Premium
Very nice theme, and amazing wallpapers. Thanks
Snndev said:
Very nice theme, and amazing wallpapers. Thanks
Click to expand...
Click to collapse
Thanx bro... I have used ur XThemer Tool for creating this theme
Sent from my Xperia neo V using XDA Premium
Thanks for trying friend, You have used previus version (1.2) it has only support for 6 themes and no flashable zip. You can try new version for 7 theme support and flashable zip.
Download : XThemer (v2.0) - Download from Mediafire
Samak46 said:
Thanx bro... I have used ur XThemer Tool for creating this theme
Sent from my Xperia neo V using XDA Premium
Click to expand...
Click to collapse
Snndev said:
Thanks for trying friend, You have used previus version (1.2) it has only support for 6 themes and no flashable zip. You can try new version for 7 theme support and flashable zip.
Download : XThemer (v2.0) - Download from Mediafire
Click to expand...
Click to collapse
Okay will use in my next theme... Thanx for sharing
Sent from my Xperia neo V using XDA Premium
Nice Work Bro
Nice Work Bro :laugh:
Samak46 said:
Guys check this out my first DefaultThemes for Xperia neo/neo V....
Tested it on stock 4.1.B.0.431 & 4.1.B.0.587... works great..
Detailed Installation Process:
BACK-UP original file:
1. Using Root Explorer, go to /system/app
2. copy DefaultThemes.apk (original)
3. paste it somewhere on your SD card where you can easily retrieve it later.
Installing new file:
1. Download file "DefaultThemes.apk" from below
2. Using Root Explorer, go to "/system/app" and mount it as R/W.
3. Place the downloaded file here and replace existing file.
4. Set permission to rw-r-r.
5. Reboot, Done...
Screenshot:
Download it from here
Please hit Thanks if you like my work ​
Click to expand...
Click to collapse
pharandeamit said:
Nice Work Bro :laugh:
Click to expand...
Click to collapse
thanx bro for all ur help...
Samak46 said:
thanx bro for all ur help...
Click to expand...
Click to collapse
hey samak ur theme is awsm but der is a small bug dat needs to b fix....rotation is not working properly....
I always turn rotation off...now wen I m on my homescreen d screen still rotates as soon as I touch d screen in landscape mode.... but inside apps it works perfectly.... also der is significant lag in rotation.... hope u will fix it
regards,
suranjan
Samak46 said:
Thanx for testing bro... Will update my post...
Sent from my Xperia neo V using XDA Premium
Click to expand...
Click to collapse
Anytime ,
i was wondering , if u cld make some dark themes ,
juss a suggestion .
Suranjan16049 said:
hey samak ur theme is awsm but der is a small bug dat needs to b fix....rotation is not working properly....
I always turn rotation off...now wen I m on my homescreen d screen still rotates as soon as I touch d screen in landscape mode.... but inside apps it works perfectly.... also der is significant lag in rotation.... hope u will fix it
regards,
suranjan
Click to expand...
Click to collapse
Bro I think its a bug of 4.1.B.0.587 firmware.. Will check & let u know.. Cheers
kunalasrani said:
Anytime ,
i was wondering , if u cld make some dark themes ,
juss a suggestion .
Click to expand...
Click to collapse
Will definitely make on my next theme
Hi Mate,
Will it work in Neo GB .62 rooted unlocked?
Thanks
akashavel said:
Hi Mate,
Will it work in Neo GB .62 rooted unlocked?
Thanks
Click to expand...
Click to collapse
Sorry to say bro, but it will not work on Gingerbread.. it will work on ICS only..

[mod] [ics] xperia z recent app switcher

Hi xda members!
{
"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"
}
It's my first post in xda and i hope you like my mod!
I moded xperia z recent app switcher to my style and i hope you will like it!
Original xperia z recent app switcher (doesn't moded)
White recent app switcher
Black recent app switcher
It's a flashable and this mod work on stock ics but you need to instal jader13254 framework and its work also on Ultimate hd and maybe on
other roms. This mod is around 300kp so it's not a Bloatware
Click to expand...
Click to collapse
YOU NEED TO INSTAL federico rotundi STATUSBAR BEFOR INSTALING MY MOD http://forum.xda-developers.com/showthread.php?t=2271117
DONT FORGOT TO WIPE DALVIK AND CACHE
Link to xperia z framework by jader13254 : http://d-h.st/uXu
credit : @jader13254
Ali Iraqi said:
Hi xda members!
It's my first post in xda and i hope you like my mod!
I moded xperia z recent app switcher to my style and i hope you will like it!
Original xperia z recent app switcher (doesn't moded)
White recent app switcher
Black recent app switcher
It's not flashable just copy and paste it to system/app and this mod work on stock ics (also on Ultimate hd) and you don't need to instal small app port to instal my mod. this mode is only 200 kp so it's not a bloatware!!!!
Click to expand...
Click to collapse
hy op ... Can you explain what must have first installed the lockscreen xz or small apps ?
ok.. thank u....but at ss u dont have smallsapps shortcut ?
It's not working.
Model: LT18i
ROM: Xperia Ultimate HD 3.0.2
Thx for nice mod .
İn stock room It's working like charm
just copy apk to system app and set right permissions
reboot..
done.
Just instal it!!
Nathan Ali Ashari said:
hy op ... Can you explain what must have first installed the lockscreen xz or small apps ?
ok.. thank u....but at ss u dont have smallsapps shortcut ?
Click to expand...
Click to collapse
you don't need to anything just copy and paste it on your system/app and you need to instal this http://forum.xda-developers.com/showthread.php?t=2271117 before instaling my mod.
you need
lance26 said:
It's not working.
Model: LT18i
ROM: Xperia Ultimate HD 3.0.2
Click to expand...
Click to collapse
you need to instal federico rotundi statusbar before instaling my mod http://forum.xda-developers.com/showthread.php?t=2271117
Ali Iraqi said:
you need to instal federico rotundi statusbar before instaling my mod http://forum.xda-developers.com/showthread.php?t=2271117
Click to expand...
Click to collapse
Assalam u alaikum bro
I am using UHD 3.0.2 rom
I have the systemUI u stated above installed
I copied and pasted ur apk and rebooted
I really dnt notice any difference in the recent apps, jst the white outline
P.s im using the white one
Sent from my LT18i using xda app-developers app
thx for your replay
Sahaab said:
Assalam u alaikum bro
I am using UHD 3.0.2 rom
I have the systemUI u stated above installed
I copied and pasted ur apk and rebooted
I really dnt notice any difference in the recent apps, jst the white outline
P.s im using the white one
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
thx for your replay i will maybe make more recent app background inshallah
This one is great! Thank you - very good.
Could u add small button at top to close all?
Regards
press thanks if I helped!
sent from my neo v using xda premium
mitchellreece said:
Could u add small button at top to close all?
Regards
press thanks if I helped!
sent from my neo v using xda premium
Click to expand...
Click to collapse
Thank you for your idea i will working on that :laugh: :victory:
Maybe you could make black version little transparent
Sent from my ST21i using xda premium
Yo bro i wnt my background to be like the smallapps one
Bt i get normal background
I hv the systemUI u said installed
Sent from my LT18i using xda app-developers app
Sahaab said:
Yo bro i wnt my background to be like the smallapps one
Bt i get normal background
I hv the systemUI u said installed
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
do you mean you have this؟؟ if yes it's work only on ultimate hd because jader13254 makes a framework who my mod working only on that or maybe maybe it will work on others ics rom
Ali Iraqi said:
do you mean you have this؟؟ if yes it's work only on ultimate hd because jader13254 makes a framework who my mod working only on that or maybe maybe it will work on others ics rom
Click to expand...
Click to collapse
Yep and im using UHD 3.0.2
I think ur mod requires smallapps to be activated
Sent from my LT18i using xda app-developers app
Sahaab said:
Yo bro i wnt my background to be like the smallapps one
Bt i get normal background
I hv the systemUI u said installed
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
Sahaab said:
Yep and im using UHD 3.0.2
I think ur mod requires smallapps to be activated
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
Sahaab said:
Assalam u alaikum bro
I am using UHD 3.0.2 rom
I have the systemUI u stated above installed
I copied and pasted ur apk and rebooted
I really dnt notice any difference in the recent apps, jst the white outline
P.s im using the white one
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
in the comment you sayed it's worked on UHD 3.0.2 and now you say it's don't work on your rom i dont understand that
and it's work without small apps port
Ali Iraqi said:
in the comment you sayed it's worked on UHD 3.0.2 and now you say it's don't work on your rom i dont understand that
and it's work without small apps port
Click to expand...
Click to collapse
Ya soz bout tht
I jst saw the pics in ur post and noticed that i dnt get the background like smallapps
Sent from my LT18i using xda app-developers app
Can you mod like in this ROM, all black task switcher.
http://forum.xda-developers.com/showthread.php?t=2271613
Sent from my ST21i using xda premium
djedjy said:
Can you mod like in this ROM, all black task switcher.
http://forum.xda-developers.com/showthread.php?t=2271613
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
the task switcher in the thread you showed me it's transparent and my is full black i will maybe make a black transparent task switcher
UHD 3.0.2 With the stated statusbar on the first post. Installed the original verzion and nothing happend...... I have got the stock aosp style switcher...
(Im not a begginer....) So ..now what ? This is not only for me if you read the posts above !!! Please do something because it is awensome !!!!!!!!! Keep it up!!! :good::good::victory::highfive:

APP 23+ apktool apk

Sorry for repost maybe will usefull for thoose who doesnt have any PC but want to mod your young confirm worked on armv6 or galaxy y
Original threads
http://forum.xda-developers.com/showthread.php?t=2388135
[app]apktool.apk[share]
Hey all im here to share a tool its apktool.apk
Im not the creator of this app im just share it here all creddits belongs to the developer of this app and google
Ok how its works?
This tool are similiar with apktool on windows
U can decompile an apk recompile it and u can edit all the resources inside it
How to install?
Download the tool from here
http://code.google.com/p/apktool/
Im suggested u are downloading all arm version
Estract the package and put apktool folder on sdcard/here
And navigate to sdcard/apktool/install apktool.apk
Install and run
NOTE:THIS APP REQUIRED ROOT ACCESS
DISCLAIMER: THIS IS FREE OPEN SOURCES TOOL U CAN USE IT BUT USE WITH YOUR OWN RISK
NOTE2: IF U FACING ANY PROBLEM DUE DECOMPILING PROCESS OR RECOMPILING PROCESS PLEASE INSTALL UR FRAMEWORK U CAN FIND IT ON SDCARD/APKTOOL/FRAMEWORK/HERE CHANGE 1.APK WITH YOUR FRAMEWORK
How to install framework?
gB: copy frameworkres.apk and tw frameworkres.apk to sdcard(any folder but remmember the path)
Open apktool app navigate to framework and tw framework long press on it then choose import as enjoy
Ics/jb
Copy frameworkres.apk and navigate apktool app longpress on it then choose import as
CREDDIT:
DEVELOPER OF THIS APP(i dunno who its him)
Google
Atep sujana
Ogy
Regards
Evanlocked
Sent from my GT-I8150 using Tapatalk HD
Its amazing.so easy.share it everywhere bro.:thumbup:
GREEETZ WITH BEATZ!!!
Man this is awesome
Thanx for sharing
Will try it noww
Sent from my GT-S6102 using xda app-developers app
For who get Eror.uninstall your apktool and instal it with terminal emulator :
$su
#pm install /sdcard/apktool/apktool.apk
Sent from my GT-S5360
Newbie ask,,
I was decompile > didnt edit anything > recompile again
Push 2 system n set permision,,after reboot i have a notice "apk isnt instaled"
Can some one help me how ro fix that,,i have do import framework 2..but still same..i have try in odex n deodex rom,,
ॐtháńk ýőúॐ. N sorry bad engglish
Sent from my GT-S5570 using xda app-developers app
hardian_r said:
Newbie ask,,
I was decompile > didnt edit anything > recompile again
Push 2 system n set permision,,after reboot i have a notice "apk isnt instaled"
Can some one help me how ro fix that,,i have do import framework 2..but still same..i have try in odex n deodex rom,,
ॐtháńk ýőúॐ. N sorry bad engglish
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
U need to drag n drop meta.inf folder its not like apk manager but its like apktool
Sent from my GT-I8150 using Xparent Skyblue Tapatalk 2
or use zip signer to sign ur recompiled apk to make it work..
Sent from my GT-S5360 using xda premium
markmellarpes said:
or use zip signer to sign ur recompiled apk to make it work..
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
In this APKTOOL already a APK SIGNER installed...
__________________________
_«________XDA_________»_
__________________________
Hmmm,,one more,,
I have edited seting.apk just change a name wifi seting in string.xml,,i have recompile n still apk isnt instaled i try 2 sign apk but same effect..
Where my fall..please help me.. n ॐtháńk ýőúॐ
Sent from my GT-S5570 using xda app-developers app
hardian_r said:
Hmmm,,one more,,
I have edited seting.apk just change a name wifi seting in string.xml,,i have recompile n still apk isnt instaled i try 2 sign apk but same effect..
Where my fall..please help me.. n ॐtháńk ýőúॐ
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
Try this.ekstrak setting apk.then goto setting_src/build/apk/here copy everything u found there exept meta.inf folder to your extracted setting.then zip it again n push.
I m edit color in calculator.recompile it sign it with apktool.apk it work.but when doing same thing to systemui.its not working a.k.a force close. with logcat:something about mismath id blablabla.CMIIW
Sent from my GT-S5360
hardian_r said:
Hmmm,,one more,,
I have edited seting.apk just change a name wifi seting in string.xml,,i have recompile n still apk isnt instaled i try 2 sign apk but same effect..
Where my fall..please help me.. n ॐtháńk ýőúॐ
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
first
put ure framework res n twframework res to ure sd card
then go to apk tool
find ure framework n twframework ----->> import as framework
ok
then u can compile anything
Minions_Army said:
first
put ure framework res n twframework res to ure sd card
then go to apk tool
find ure framework n twframework ----->> import as framework
ok
then u can compile anything
Click to expand...
Click to collapse
Done,,i have do it,but after recompile still same,,after i do rebot the seting.apk isnt instaled..
Sent from my GT-S5570 using xda app-developers app
hardian_r said:
Done,,i have do it,but after recompile still same,,after i do rebot the seting.apk isnt instaled..
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
try to sign your apk after recompiling
Whenever i try to decompile system apps like voice search i get
/data/data/per.pqy.apktool/mydata/apktool.sh: /data/data/per.pqy.apktool/lix/jvm/java-7-openjdk-armel/jre/bin/java: not found
It works fine with non system apps
Sent from my GT-S5360 using Tapatalk 2
I am new to this..
When I choose my framework res apk to import it I get the error...
{
"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"
}
TheStrix said:
I am new to this..
When I choose my framework res apk to import it I get the error...
Click to expand...
Click to collapse
How you got those two soft buttons in the statusbar?
aniket.lamba said:
How you got those two soft buttons in the statusbar?
Click to expand...
Click to collapse
http://db.tt/nePv4Hyn
Flash this zip in your cm7...
And enable soft buttons in tablet settings...
Any solution for my problem??
aniket.lamba said:
How you got those two soft buttons in the statusbar?
Click to expand...
Click to collapse
check this bro
may help u
http://madteam.co/forum/tutorials/how-to-add-soft-buttons-to-cm7-based-rom/
TheStrix said:
http://db.tt/nePv4Hyn
Flash this zip in your cm7...
And enable soft buttons in tablet settings...
Any solution for my problem??
Click to expand...
Click to collapse
after open apktool
u must go to data/data/com.perqy bla bla
if u got a problem..to open folder... try to hold data folder then get browse as root
after that ... go to system/framework/framework res.apk
import as framework
it may solved ure problem
Minions_Army said:
check this bro
may help u
http://madteam.co/forum/tutorials/how-to-add-soft-buttons-to-cm7-based-rom/
after open apktool
u must go to data/data/com.perqy bla bla
if u got a problem..to open folder... try to hold data folder then get browse as root
after that ... go to system/framework/framework res.apk
import as framework
it may solved ure problem
Click to expand...
Click to collapse
As You said.. Go to data/data/per. apktool...
Then what do I do after going there??
Ok after setting mydata as data folder when I tried to import framework, I got this...

[PORT][JB 4.1.2] Walkman 8.0.A.0.3 with working Music Unlimited | 03/12/13

Presentation
Please welcome my port of latest Walkman 8.0.A.0.3
Bug free and fully working Music Unlimited
Screenshots
{
"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"
}
INSTALL INSTRUCTIONS
1) Install a superuser mod: http://forum.xda-developers.com/showthread.php?t=2342679
2) Add these lines to your build.prop:
Code:
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
3) Mount system and Flash in recovery.
4) In Google Play Install Sony Entertainement Network if you want to use Music Unlimited
DOWNLOAD
http://www.mediafire.com/?a5c2cc02fpdve59
Nice bro @niaboc79
Good job like always
Sent from my LT22i using Tapatalk
If am in moonwalker rom , do i install supermode??
Sent from my LT22i using XDA Premium 4 mobile app
Waelhh90 said:
If am in moonwalker rom , do i install supermode??
Sent from my LT22i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No @Waelhh90
My rom have already the superuse mod inside it since the 1st release, so you need only to flash and if you have readed the changelog of my rom then you will know
Sent from my LT22i using Tapatalk
Downloading
niaboc79 said:
INSTALL INSTRUCTIONS
1) Install a super user mod
Click to expand...
Click to collapse
what a super user mod? without it "app stopped WALKMAN" on Xperia P.JB.
Sent from my Nexus 7 using XDA Premium HD app
work?
FC in xperia u jb v6 , how do I install it?
not working
kevinpendragon said:
FC in xperia u jb v6 , how do I install it?
Click to expand...
Click to collapse
Not working on Xperia go with superuser mod installed (fc)
kevinpendragon said:
FC in xperia u jb v6 , how do I install it?
Click to expand...
Click to collapse
kinglauryl said:
Not working on Xperia go with superuser mod installed (fc)
Click to expand...
Click to collapse
@kevinpendragon and @kinglauryl
Tried also to push it manually with right permissions ??!!
brygse said:
what a super user mod? without it "app stopped WALKMAN" on Xperia P.JB.
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
@brygse
This is tue superuser mod !!
http://forum.xda-developers.com/showthread.php?p=18
Search before post
@niaboc79
Can you add also in the 2nd post the superuser mod ?
People still lazy to search it and wondering what it is.
* this is for the people what using my rom: Honami Moonwalker v6 !!
You only need to flash this or push it manually because superuser mod is already intergrated in my rom !!!
Sent from my LT22i using Tapatalk
Pandemic said:
[MENTION=5587109]
Tried also to push it manually with right permissions ??!!
@brygse
This is tue superuser mod !!
Search before post
Click to expand...
Click to collapse
You think I'm small and did not use the search before you write here? I used all ways to install this application. And do not train me. In this form, the application does not work on Xperia P and the point!
Maybe on your Moonwalker works, but on stock rom - NO!
Sent from my Nexus 7 using XDA Premium HD app
brygse said:
You think I'm small and did not use the search before you write here? I used all ways to install this application. And do not train me. In this form, the application does not work on Xperia P and the point!
Maybe on your Moonwalker works, but on stock rom - NO!
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
@brygse
No i dont say you are small or similar like that,
I just asked only ok, and i not train you, i just asked like i said and wanna help !
Well to bad then it aint working and compare roms have nothing todo with this !
Sent from my LT22i using Tapatalk
Manually added lines in build.prop:
Code:
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
works.
Sent from my Nexus 7 using XDA Premium HD app
Throws exception:
Code:
E/AndroidRuntime( 4832): FATAL EXCEPTION: main
E/AndroidRuntime( 4832): java.lang.NoSuchMethodError: Landroid/content/res/Configuration;.getLayoutDirection
E/AndroidRuntime( 4832): at com.sonyericsson.music.common.aw.k(MusicUtils.java:770)
I looked getLayoutDirection and it's API level 17
brygse said:
Manually added lines in build.prop:
Code:
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
works.
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
Yeah, it's working with stock JB rom & SuperUserMod
Thanks bro works nicely!!
Sent from my Xperia P Running MoonWalker V5.5 and Nemesis Kernel V6.3 Using XDA Premium
Does it will work without adding line in build.prop on sony xperia p with stock JB rom & superuser mod installed?
Because i don't know how to add lines in build.prop manually.:crying:
varunraul said:
Does it will work without adding line in build.prop on sony xperia p with stock JB rom & superuser mod installed?
Because i don't know how to add lines in build.prop manually.:crying:
Click to expand...
Click to collapse
Its simple. Use root explorer. Go to System and find build.prop
Make sure ur System is in R/O mod. If it is in R/W mod means click it. It will turn to R/O.
Long press on Build.prop
Select open with
Text editor
Paste that two lines at the end of the build.prop
Then save it and exit...
Reboot and flash the Walkman in recovery mod and enjoy
Work on jb stock??
jurgenek28 said:
Work on jb stock??
Click to expand...
Click to collapse
@jurgenek28
Read the replies dude like the one above yours !!
Yes man !!
Sent from my LT22i using Tapatalk

Categories

Resources