[Q] Gin2JB editing the status bar - Xperia Play Q&A, Help & Troubleshooting

So I asked in the thread, but as sdojoin stated, I should really get my own thread..
I want to edit the image files of the status bar drop down images and the background to the settings. I have tried editing them myself but for some reason they dont change
Any help i.e. step by step would be greatly appreaciated thank you ^^

can anyone upload your systemui.apk already modified > _>
Sorry but my englsih is very bad

Well heres my modded systemUI..

iRhyiku said:
Well heres my modded systemUI..
Click to expand...
Click to collapse
You should look inside the frameworks (framework-res.apk and SemcGenericUxpRes.apk).
Just remember to modify both of them or you won't face any change.
Sent from my R800i using xda app-developers app

CriGiu said:
You should look inside the frameworks (framework-res.apk and SemcGenericUxpRes.apk).
Just remember to modify both of them or you won't face any change.
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Yep,It dont change,but thanks anteayer
Maybe u can upload your modify Apks too
Sorry 4 my bad english xP

ShogoKAI said:
Yep,It dont change,but thanks anteayer
Maybe u can upload your modify Apks too
Sorry 4 my bad english xP
Click to expand...
Click to collapse
Could you tell me which part of the status bar you want to change?
Sent from my R800i using xda app-developers app

CriGiu said:
Could you tell me which part of the status bar you want to change?
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Basically all of it, background of the status bar pull-down, the status bar itself, and the background to the settings.
Attached is my modified .apks I have installed them in the right places with the right permissions rebooted and no change atall...
Thanks.

iRhyiku said:
Basically all of it, background of the status bar pull-down, the status bar itself, and the background to the settings.
Attached is my modified .apks I have installed them in the right places with the right permissions rebooted and no change atall...
Thanks.
Click to expand...
Click to collapse
you should use a flashable .zip instead, with the SystemUI.apk only and an updater-script like this
Code:
run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
unmount("/system");

CriGiu said:
you should use a flashable .zip instead, with the SystemUI.apk only and an updater-script like this
Code:
run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
unmount("/system");
Click to expand...
Click to collapse
Nevr made an update zip before.. is there a pre-exciting one?
Also I was told befoer to edit all these I would need to edit those 3 apks..

iRhyiku said:
Nevr made an update zip before.. is there a pre-exciting one?
Also I was told befoer to edit all these I would need to edit those 3 apks..
Click to expand...
Click to collapse
I suppose you're editing your Status Bar background, so there's nothing to edit into the frameworks
Here in attachment I made one based on the SystemUI.apk you sent me.

Hey @iRhyiku what about this?
Sent from my R800i using xda app-developers app

CriGiu said:
I suppose you're editing your Status Bar background, so there's nothing to edit into the frameworks
Here in attachment I made one based on the SystemUI.apk you sent me.
Click to expand...
Click to collapse
Ah perfect thank you I'll be using this from now one!
CriGiu said:
Hey @iRhyiku what about this?
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Yeah thats what I was going for! well without the black bars at the top.. didn't notice them with the default theme.. Thank you

iRhyiku said:
Ah perfect thank you I'll be using this from now one!
Yeah thats what I was going for! well without the black bars at the top.. didn't notice them with the default theme.. Thank you
Click to expand...
Click to collapse
It was a little more difficult to get the notification background to change, still nothing hard (vokal changed the background to a colour reference, so I had to modify the reference to be directed to a resource, that's why even by modifing the resources the status bar didn't change).
If you think you can continue on your own then I'll upload my modified .apk
Sent from my R800i using xda app-developers app

CriGiu said:
It was a little more difficult to get the notification background to change, still nothing hard (vokal changed the background to a colour reference, so I had to modify the reference to be directed to a resource, that's why even by modifing the resources the status bar didn't change).
If you think you can continue on your own then I'll upload my modified .apk
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Thank you for that I should be able to do the rest now, that was the only problem I was having with the status bar as I've already hidden the black bar on another apk so a simple copy and paste for that.
I can continue the rest now thank you, would appreciate the apk for that :good::good:
One question though.. where is the settings background kept? is it in settings.apk? I have yet to open that up
EDIT: I looked through defaultthemes.apk instead and it seems to have them in there, i'll do some graphic editing on them to see if thats it
EDIT2: Okay that was it, got it now ^^

iRhyiku said:
Thank you for that I should be able to do the rest now, that was the only problem I was having with the status bar as I've already hidden the black bar on another apk so a simple copy and paste for that.
I can continue the rest now thank you, would appreciate the apk for that :good::good:
One question though.. where is the settings background kept? is it in settings.apk? I have yet to open that up
EDIT: I looked through defaultthemes.apk instead and it seems to have them in there, i'll do some graphic editing on them to see if thats it
EDIT2: Okay that was it, got it now ^^
Click to expand...
Click to collapse
Good work with that :good:
Here's the .apk

CriGiu said:
Good work with that :good:
Here's the .apk
Click to expand...
Click to collapse
Thank you!
I've got the status bar centred now and everything is working the way i want now!
Thanks for the help :good:

iRhyiku said:
Thank you!
I've got the status bar centred now and everything is working the way i want now!
Thanks for the help :good:
Click to expand...
Click to collapse
YW. Feel free to ask if you need help

CriGiu said:
YW. Feel free to ask if you need help
Click to expand...
Click to collapse
Hey guays, I´ve been reading this thread and I have also tried to make my own SystemUI with transparent statusbar like in KitKat but without success (a lot of compiling errors).
Could some of you make it for people like me that would like to have it transparent? Thank you anyways :highfive:

Ragga Muffin said:
Hey guays, I´ve been reading this thread and I have also tried to make my own SystemUI with transparent statusbar like in KitKat but without success (a lot of compiling errors).
Could some of you make it for people like me that would like to have it transparent? Thank you anyways :highfive:
Click to expand...
Click to collapse
This is what you should do:
- decompile SystemUI.apk
- under layout folder, find status_bar_tracking.xml and open it (I suggest you to use Notepad ++)
- now, under .CloseDragHandle, find the background attribute (android:background) and change the value to match your preferences (value is aarrbbgg - alpha, red, blue, and green)
- save and rebuild it
- now, open the modified and the untouched SystemUI.apk with WinRar (or another .zip manager)
- take from layout folder of the modified one status_bar_tracking.xml
- then, under the untouched one, replace status_bar_tracking.xml with the one you've just taken from the modified SystemUI.apk
And that's it, replace it under /system/app and the job is done
Sent from my R800i using xda app-developers app

I want this,nothing more and I cant for any reason o,O

Related

[BOUNTY] black text in notifcation bar.

Hello All
I've helped a few people on here and am now in need of help myself.
I am slowly getting my phone to look like Froyo AOSP.
Vibrant guys have this mastered but over here its not a big deal.
The part I'm suck on is getting Black text in notification bar.
If anyone knows how to do this I can upload my framework and service.jar.
Only rewards I can offer if repairing you phone for free or dishing out software.
link to my framework and service.
http://dl.dropbox.com/u/10713337/i9000 parts.zip
Bump
Sent from my GTI-9000 Using that XDA app thingy
Dont have time on me but give this a shot :
get apk manager
Take framework-res.apk
Decompile it
Look inside res/layout/
All the status_bar files will give you what you want (start with status_bar.xml)
Modify its color value, its in hex.
Select recompile
Say yes to system, say yes to keep
Only delete resources.arsc
Then push unsigned framework res to phone.
Daneshm90 said:
Dont have time on me but give this a shot :
get apk manager
Take framework-res.apk
Decompile it
Look inside res/layout/
All the status_bar files will give you what you want (start with status_bar.xml)
Modify its color value, its in hex.
Select recompile
Say yes to system, say yes to keep
Only delete resources.arsc
Then push unsigned framework res to phone.
Click to expand...
Click to collapse
From looking at vibrant stuff seems you need to edit the service jar as well. That's the part I can't do.
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
From looking at vibrant stuff seems you need to edit the service jar as well. That's the part I can't do.
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Yes that is for clock. If you need to edit clock then u need to edit services.jar as well.
Found this neat guide : http://forum.xda-developers.com/showthread.php?t=831715
Daneshm90 said:
Yes that is for clock. If you need to edit clock then u need to edit services.jar as well.
Found this neat guide : http://forum.xda-developers.com/showthread.php?t=831715
Click to expand...
Click to collapse
Will look at that when I get in from work. Any chance a master like you could do it for me?
Always handy to have someone who can repair phones and get software in your pocket.
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
Will look at that when I get in from work. Any chance a master like you could do it for me?
Always handy to have someone who can repair phones and get software in your pocket.
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Ill give it a shot in a few hours. Will let u know.
What firmware is it ?
Daneshm90 said:
Ill give it a shot in a few hours. Will let u know.
What firmware is it ?
Click to expand...
Click to collapse
Legend I'm on deodexed JPY
Really hope you have some luck with it, I've tried but classes.dex kept getting errors when using samli.
really over my head.
iammodo said:
Legend I'm on deodexed JPY
Really hope you have some luck with it, I've tried but classes.dex kept getting errors when using samli.
really over my head.
Click to expand...
Click to collapse
Ok ill try on js7 which is wht im on. If i get it workin then ill modify urs n post it.
Daneshm90 said:
Ok ill try on js7 which is wht im on. If i get it workin then ill modify urs n post it.
Click to expand...
Click to collapse
Thank you so much.
Sent from my GTI-9000 Using that XDA app thingy
Ok got it working here pretty easily.
Those instructions work fine. Only thing different is you have to look for
const/4 v7, -0x1
in StatusBarIcon.smali
and replace with
const/high16 v7, -0x100
All previous instructions follow.
If you get latest apk manager (still in testing), link
It does jar's as well. So here are exact steps i did. If ur unable to do them then i will do them for you but id like u 2 learn
Download that.
Extract it. Run Script.bat
It'll say an update is found let it do its thing.
Put services.jar in modding folder
select it
decompile it
Do the modification i said in previous post
Choose the heap option in the script and set it to 512
Recompile
Then just push .jar to appropriate folder.
Done.
Could I be cheeky and ask you to edit the ones I posted just so I have them encase I can't.
Will try tho as like to do things myself thus having my own deodexed rom and all my lil extras.
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
Could I be cheeky and ask you to edit the ones I posted just so I have them encase I can't.
Will try tho as like to do things myself thus having my own deodexed rom and all my lil extras.
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Ok if u promise me you'll try it first
Neway, did u just want the clock edited ? Or rest as well ?
Daneshm90 said:
Ok if u promise me you'll try it first
Neway, did u just want the clock edited ? Or rest as well ?
Click to expand...
Click to collapse
Can I have the clock and any text that pops up in notification bar black.
I will get my wife to post a message,the main PC is plugged into the livingroom TV so means she can't use the Xbox when I'm playing phones.
Sent from my GTI-9000 Using that XDA app thingy
Can you also post your twframework-res.apk ?
Thanks
Daneshm90 said:
Can you also post your twframework-res.apk ?
Thanks
Click to expand...
Click to collapse
Just booting up the PC
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
Just booting up the PC
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Ok in meantime u can try the services.jar for just the clock
Here
Just push to phone n restart
its in this zip file
thank you
http://dl.dropbox.com/u/10713337/twframework-res.zip
Here u go :
Fyi i had to download a deodexed jpy dump and edit that one because urs was themed (incorrectly) hence apktool complained about undefined symbols and wouldn't compile.
So w/e theme u had before u will have to reapply / transfer the images into this new framework-res.
http://dl.dropbox.com/u/14513610/framework-res.apk
Services.jar was posted above.

[Q] remove AM/PM from status bar clock

Does anyone know what file to edit to remove the AM/PM from the status bar clock?
mixer5911 said:
Does anyone know what file to edit to remove the AM/PM from the status bar clock?
Click to expand...
Click to collapse
only way i know of doing it is by installing juggernaut and going under rom control clock
that was fast I'm running warfare with the sensation 3 port theme. Everything is perfect except for this small detail
mixer5911 said:
that was fast I'm running warfare with the sensation 3 port theme. Everything is perfect except for this small detail
Click to expand...
Click to collapse
i think you could flash the rom control apk from juggernaut, but im not 100% sure on that, ima look into it and let you know.
btw man found that apk, took it out of jugger 5.0, not sure if it would work but give it a shot
Thanks man I'll give it a shot
mixer5911 said:
Thanks man I'll give it a shot
Click to expand...
Click to collapse
cool let me know if it works
Are you trying to get rid of the whole clock? If so I have a zip that will remove it for ya.
Sent from my SGH-T989 using xda premium
I can't even install the apk. Just keeps saying apk not installed.
Not the entire clock, just the AM PM part
mixer5911 said:
I can't even install the apk. Just keeps saying apk not installed.
Not the entire clock, just the AM PM part
Click to expand...
Click to collapse
best shot is to just flash juggernaut 5.0 with the sensation 3 theme
HRodMusic said:
best shot is to just flash juggernaut 5.0 with the sensation 3 theme
Click to expand...
Click to collapse
Yeah... I thought there might be an xml file I could just edit. Thanks for the help though
mixer5911 said:
Yeah... I thought there might be an xml file I could just edit. Thanks for the help though
Click to expand...
Click to collapse
im sure theres a way, ima look into it and just create a zip so that u could just flash it
HRodMusic said:
im sure theres a way, ima look into it and just create a zip so that u could just flash it
Click to expand...
Click to collapse
Thanks that would be awesome!
HRodMusic said:
btw man found that apk, took it out of jugger 5.0, not sure if it would work but give it a shot
Click to expand...
Click to collapse
You can't just install tweaks.apk
It takes more than that to get it to communicate with the system and framework
M&S
I am sure the AM/PM is being driven by service.jar... You can remove the clock with an XML edit... Even change the clock color in an xml... But break it apart in an xml? I dont think so...
Alexia Whitehurst said:
I am sure the AM/PM is being driven by service.jar... You can remove the clock with an XML edit... Even change the clock color in an xml... But break it apart in an xml? I dont think so...
Click to expand...
Click to collapse
Ive done everything you said except break it apart.
Ive removed it with xml
Moved it all around the statusbar
Moved it to where you can only see it when u pull down the statusbar
etc...
The am and pm is in the smali code in the framework-res i believe
Master&Slave™ said:
Ive done everything you said except break it apart.
Ive removed it with xml
Moved it all around the statusbar
Moved it to where you can only see it when u pull down the statusbar
etc...
The am and pm is in the smali code in the framework-res i believe
Click to expand...
Click to collapse
Hm sorry for my noobness but how would I edit that?
Master&Slave™ said:
You can't just install tweaks.apk
It takes more than that to get it to communicate with the system and framework
M&S
Click to expand...
Click to collapse
Lol thought so, just a little idea
Sent from my SGH-T989 using xda premium
mixer5911 said:
Hm sorry for my noobness but how would I edit that?
Click to expand...
Click to collapse
Noobs dont edit smali... Hell i hardly touch it... =)
What rom are you looking to mod the clock?
M&S was right... But to look deeper i need to look at the actual smali you have..
Alexia Whitehurst said:
Noobs dont edit smali... Hell i hardly touch it... =)
What rom are you looking to mod the clock?
M&S was right... But to look deeper i need to look at the actual smali you have..
Click to expand...
Click to collapse
hahaha, well i guess that makes me a noob...i will learn tho

Transparent Status Bar for Stock ROM

Can anyone direct me to find a transparent Status bar which works on stock 2.3.6?It appears all the mods work on custom roms only.Thanks
Sent from my Wonder
2g11 said:
Can anyone direct me to find a transparent notification bar which works on stock 2.3.6?It appears all the mods work on custom roms only.Thanks
Sent from my Wonder
Click to expand...
Click to collapse
Just Take SystemUI.apk, This Themes for XXLM6 (odex) Only
db.tt/DSJV8rEp
ibanez7 said:
Just Take SystemUI.apk, This Themes for XXLM6 (odex) Only
db.tt/DSJV8rEp
Click to expand...
Click to collapse
Thanks...but I'm still on XXKL3(UK).Any chance for me??
Sent from my Wonder
2g11 said:
Thanks...but I'm still on XXKL3(UK).Any chance for me??
Sent from my Wonder
Click to expand...
Click to collapse
This is my SystemUI.apk Test on Stock ROM DXLA2, XXLA2, XXLM6, it works fine. but do not forget to backup original SystemUI.apk.
Install Root Explorer via the System/app, Set Permission rw-r-r
Alright thanks,will give it a try!!
Sent from my Wonder
2g11....got ur PM...forgotten to reply..MeBad
Good luck with this....
Sent from my GT-I8150 using xda premium
I tried it,it worked.But I think I used the wrong name,I meant 'status bar'.You know up there with the clock and 3G/Wifi...I wanted to make that transparent such that the screen space behind it becomes useful somehow.
Sent from my Wonder
There is someone can help us ?
Black background in notification bar is so bad, would be even better if we can see the full wallpaper
thx
sorry for my bad english
Arimbi said:
There is someone can help us ?
Black background in notification bar is so bad, would be even better if we can see the full wallpaper
thx
sorry for my bad english
Click to expand...
Click to collapse
reposted

Theme Help, Looking for PNG Location

I have been trying to find this image and cannot. In the screen shot I am trying to take the progress bar you see in green and go blue with it. I have looked through both frameworks and systemui and anything else I can think of. I can find several twprogressbar PNG's but they are already blue from the theme Im using. Does anyone know where that image is at. Thanks in advance.

			
				
try secdownloadprovider.apk
Just checked. No green pngs in it either. Thanks.
Checked both. The actual provider doesn't even have a Res folder. Kinda odd.
Its an xml not a PNG. I don't have a PC right now so I can't look and tell u the exact one but dazed knows. I would send him a pm. Sorry I couldn't be more help but it changed in ICS and without being able to look I can't remember which it is.
Sent from my SPH-D710 using xda premium
Tiffany84 said:
Its an xml not a PNG. I don't have a PC right now so I can't look and tell u the exact one but dazed knows. I would send him a pm. Sorry I couldn't be more help but it changed in ICS and without being able to look I can't remember which it is.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Hey that is awesome. Thank you. I throught I was going insane. Its the only green really left and I wanted to try and change it. I'm not the greatest with XML but I can give it a shot. Thanks again. I'll shoot him a PM after while.
Its really easy to change. If u want u can download my theme or Dazed‘s blue theme or an ICS theme and when u know the exact one u can swap them out or you can open them up and look at it so u get an idea. U need to use something like notepad++ to edit the XML and if your going to make the change yourself your going to need to decompile the apk because just extracting it with 7zip or something won't allow u to edit the XML. U won't be able to read it.
Sent from my SPH-D710 using xda premium
Hi tiff.
_Burst_ said:
Hi tiff.
Click to expand...
Click to collapse
Hey!! Where u been?? Why aren't u building themes??
Sent from my SPH-D710 using xda premium
Tiffany84 said:
Its really easy to change. If u want u can download my theme or Dazed‘s blue theme or an ICS theme and when u know the exact one u can swap them out or you can open them up and look at it so u get an idea. U need to use something like notepad++ to edit the XML and if your going to make the change yourself your going to need to decompile the apk because just extracting it with 7zip or something won't allow u to edit the XML. U won't be able to read it.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Thanks. Once I know which one it is I may do that. The hardest time I'm having right now is decompiling and recompiling ICS frameworks without issues. I am using APk multi tool and for the life of me I cannot get it to see the project. I try to decompile with dependencies and it says select a project so I do. But it never selects. I'll keep playing with it. But if burst knows which one it is that would be awesome. I see he's now in the thread.
Have u tried using the tool agat posted in development?
Sent from my SPH-D710 using xda premium
Tiffany84 said:
Have u tried using the tool agat posted in development?
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
You know I downloaded it but didn't really give it a shot. Maybe that should be were I move to instead of keep beating my head against the table with the Multi tool. I'll give it a shot.
Apk manager is the best. I'm tired so too lazy to read previous posts, but the progress bar XML is progress_horizontal.XML under framework-res.apk > Res > Layout.
Sent from my SPH-D710 using Tapatalk 2
Ascertion said:
Apk manager is the best. I'm tired so too lazy to read previous posts, but the progress bar XML is progress_horizontal.XML under framework-res.apk > Res > Layout.
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
I just decompiled that and couldnt seem to see that file in the layout folder. maybe im looking in the wrong place?
Edit, there is one in the drawable folder?
Well I changed out the Progress_horizontal.xml and the TWprogress_horizontal.xml from the drawable folder. I used the framework from Tiffs ICS with a twist of Honey theme v1.0. That damn bar is still green. Verified all the PNGs were right. And made sure that I did indeed get thee right xmls switched over. Not sure what else to try. I looked in the layout folder and there wasn't a file named that in there. and ideas?
My bad, it is drawable. For ICS, it might be a part of SystemUI. (They also placed the battery mods in there.) Try those sub folders and search for "progress". I haven't done any ICS theming as of yet, but I think that should do it.
Ascertion said:
My bad, it is drawable. For ICS, it might be a part of SystemUI. (They also placed the battery mods in there.) Try those sub folders and search for "progress". I haven't done any ICS theming as of yet, but I think that should do it.
Click to expand...
Click to collapse
I think I may have got it, I just decompiled and changed the color code in the progress_horizontal.xml and recompiled. I looked through systemui and didn't see any files with that name. I'm flashing now so we will see shortley. Thanks for all your help. I will post back in just a few with the results.
Nope. OK, time to browse systemui a little better.
Found another one in tw.framework
OK, so I think I know what my issue is, problem in my process. thanks again. post back when i figure something out. if anyone has anymore input its all welcome.
OK, Im at a loss. I have changed it in both frameworks. still that bar is green, i dont get it.
scarmon25 said:
I think I may have got it, I just decompiled and changed the color code in the progress_horizontal.xml and recompiled. I looked through systemui and didn't see any files with that name. I'm flashing now so we will see shortley. Thanks for all your help. I will post back in just a few with the results.
Nope. OK, time to browse systemui a little better.
Found another one in tw.framework
OK, so I think I know what my issue is, problem in my process. thanks again. post back when i figure something out. if anyone has anymore input its all welcome.
OK, Im at a loss. I have changed it in both frameworks. still that bar is green, i dont get it.
Click to expand...
Click to collapse
It's gotta be the framework-res one. Are you editing the hex values? Eg: #ff475864
Sent from my SPH-D710 using Tapatalk 2
Ascertion said:
It's gotta be the framework-res one. Are you editing the hex values? Eg: #ff475864
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, I am having some trouble getting apk manager to find the project. it keeps telling me to select a project and I select one, but it doesnt sellect., any ideas on that one.
scarmon25 said:
Yeah, I am having some trouble getting apk manager to find the project. it keeps telling me to select a project and I select one, but it doesnt sellect., any ideas on that one.
Click to expand...
Click to collapse
Not sure lol. It should show up if you have the apk in the right folder. I think u gotta place it in the 'pleace apk here for modding' folder. Option to select should be 25.
Sent from my SPH-D710 using Tapatalk 2

[MOD] DDKQ8 Lockscreen Circles

This is a small editing I did for those who are bored of the original DDKQ8 Swipe to Remove Lockscreen.
What I did:
-Removed the lock icon
-Replaced animated arrows with animated circles which gives it a small ripple effect
This gives it a very minimal effect (which I like).
Given below is the framework-res flashable for the SGSIIv9 framework-res.apk (because I am currently using it).
You can simply flash it ONLY if you are using SGSIIv9 Rom.
So if anyone needs one for your own framework-res you can attach it on a post and I will try and edit it
It not a big deal. Hope you like it.
Nice mod
I mod the white circle into red and the date to show me the full "name" ...
Very nice mod
Sent from my GT-S5830 using xda premium
Very nice and smooth!
Rushabh25 said:
Very nice mod
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
ANDROIDCUSTOMIZe said:
Very nice and smooth!
Click to expand...
Click to collapse
Thanks guys!
P4qui7o said:
Nice mod
I mod the white circle into red and the date to show me the full "name" ...
Click to expand...
Click to collapse
I cant see the screenie for some reason. Says broken link
thedisturbedone said:
Thanks guys!
I cant see the screenie for some reason. Says broken link
Click to expand...
Click to collapse
Try this link -> http://postimage.org/image/sjibxzhz5/
P4qui7o said:
Try this link -> http://postimage.org/image/sjibxzhz5/
Click to expand...
Click to collapse
Sorry fella.. "Oops! Google Chrome could not connect to postimage.org". Simply attach it to your reply. Upload to xda
thedisturbedone said:
This is a small editing I did for those who are bored of the original DDKQ8 Swipe to Remove Lockscreen.
What I did:
-Removed the lock icon
-Replaced animated arrows with animated circles which gives it a small ripple effect
This gives it a very minimal effect (which I like).
Given below is the framework-res flashable for the SGSIIv9 framework-res.apk (because I am currently using it).
You can simply flash it ONLY if you are using SGSIIv9 Rom.
So if anyone needs one for your own framework-res you can attach it on a post and I will try and edit it
It not a big deal. Hope you like it.
Click to expand...
Click to collapse
good mod. I'd like it on XWKTM because it gives the lockscreen notifications instantly. but in DDKQ8, the screen has to turn off before the notification appears
sorry for off-topic, but can u give me your wallpaper please
The one i've posted is on KTM ...
I will make arrow circle for KTM
P4qui7o said:
The one i've posted is on KTM ...
I will make arrow circle for KTM
Click to expand...
Click to collapse
Oh this looks cool! It looks like its related to the sense lockscreen..
amrith.28 said:
good mod. I'd like it on XWKTM because it gives the lockscreen notifications instantly. but in DDKQ8, the screen has to turn off before the notification appears
sorry for off-topic, but can u give me your wallpaper please
Click to expand...
Click to collapse
Well then attach the framework-res onto your reply and ill do it for ya
Haha that is no off topic. This is the Themes and Apps section after all. Check attachment.
Nice installation guide...(Some people dont know locations to put it in)
But Very nice.
Can you please do an undo ?
JDMBrooksy said:
Nice installation guide...(Some people dont know locations to put it in)
But Very nice.
Click to expand...
Click to collapse
Nothing to put it in. Just flash it via CWM.
pesfan50 said:
Can you please do an undo ?
Click to expand...
Click to collapse
I could if i have the original framework-res.apk of the SGSIIv9. I seem to have deleted mine. So ask someone for the original one, open the flashable zip file, go to system>framework> and replace the framework-res.apk there. Now reboot into CWM and flash.
Thank you
JDMBrooksy said:
Nice installation guide...(Some people dont know locations to put it in)
But Very nice.
Click to expand...
Click to collapse
People who don't know how to install this,should not try it because at this moment there is not a restore tutorial here and if doesn't work ... boot loop is possible.
P4qui7o said:
People who don't know how to install this,should not try it because at this moment there is not a restore tutorial here and if doesn't work ... boot loop is possible.
Click to expand...
Click to collapse
Bootloop IS possible! Well it would be great if someone attaches the original framework-res from SGSIIv9
thedisturbedone said:
Bootloop IS possible! Well it would be great if someone attaches the original framework-res from SGSIIv9
Click to expand...
Click to collapse
nice lock mod
hoping to see more of these
CoolCatGetHome said:
nice lock mod
hoping to see more of these
Click to expand...
Click to collapse
Haha i am sort of currently working on one
can use this on XXKPO??
it's so beautiful
sone1117 said:
can use this on XXKPO??
it's so beautiful
Click to expand...
Click to collapse
Check your PM

Categories

Resources