[MOD]Port The 5 Lockscreen To Galaxy SL[I9003] - Samsung Galaxy SL i9003

Ported The 5 Lockscreen To Galaxy SL
Apply the files
frameworks folder to /system/framework
app folder to /system/app
After that Go to settings --> Display
You will see Device Lockscreen
Set it to which ever you want Enjoy
It Is For XXKP9 (GINGERBREAD)
Thanks : ronhoover88
http://www.megaupload.com/?d=VKVTLOV0
Download the file and replace the settings file which i am attaching
Don't use the Settings.apk from the link
Use Mine
Check The Screen Shots
Edit :
CRT + Overscroll Glow + 5 Lockscreen (Framework-res.apk file only)
http://forum.xda-developers.com/showpost.php?p=16070361&postcount=78

i already hav this source i m stuck with diff file..

I've done 90% of it but cant do the settings.apk
Sent from my GT-I9003 using XDA App

Good job dude
Sent from my GT-I9003 using XDA App

intergen said:
Good job dude
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
what good job nothing is done...

ronhoover88 said:
I've done 90% of it but cant do the settings.apk
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Will You attach all the files You have created??
I will Try to the settings.apk files

I have done the mod for froyo...i'll work on gb from saturday
Sent from my GT-I9003 using XDA App

ronhoover88 said:
I have done the mod for froyo...i'll work on gb from saturday
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Where have you posted for froyo mate?

I haven't succeeded yet...i have ported 2 lockscreens...but need to mod setting.apk...thats not possible with me
Sent from my GT-I9003 using XDA App

Nice try I'm also try.but briked. I did status bar tweak,we have to edit XML it take one day for every file
Sent from my GT-I9003 using XDA Premium App

Keep on the good work guys and we i9003 user are grateful for your dedication.
Thanks

ronhoover88 said:
I haven't succeeded yet...i have ported 2 lockscreens...but need to mod setting.apk...thats not possible with me
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
if u have ported 2 lock screens post it here may be someone help us with other

I dont want someone to download it and start complaining...i'll complete it and then upload...coz most of all we need modded settings.apk to choose the unlockscreen thats what i'm not able to do
Sent from my GT-I9003 using XDA App

ronhoover88 said:
I dont want someone to download it and start complaining...i'll complete it and then upload...coz most of all we need modded settings.apk to choose the unlockscreen thats what i'm not able to do
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
I will try to mod settings.apk
And will post on saturday if it is sucessful
Sent from my GT-I9003

vivekkalady said:
I will try to mod settings.apk
And will post on saturday if it is sucessful
Sent from my GT-I9003
Click to expand...
Click to collapse
Good but you are using gb right??
Wat are the bugs in it? Does it reboot successfully or does it enter the upload mode?
Sent from my GT-I9003 using XDA App

Hi I've tried the problem is in the file public.xml because the default ids assigned to the new options are already assigned to others in the original i9003's settings.apk file. So we have to edit the xml file after patching it with .diff file to change the default ids with others not used...
EDIT:
used ids point to the samsung lockscreen so we can delete them ( I think)
From default public.xml:
<public type="drawable" name="lock_anim_10" id="0x7f02006d" />
<public type="drawable" name="lock_anim_11" id="0x7f02006e" />
<public type="drawable" name="lock_anim_12" id="0x7f02006f" />
<public type="drawable" name="lock_anim_13" id="0x7f020070" />
<public type="drawable" name="lock_anim_14" id="0x7f020071" />
From public.diff:
< <public type="drawable" name="APKTOOL_DUMMY_006d" id="0x7f02006d" />
< <public type="drawable" name="APKTOOL_DUMMY_006e" id="0x7f02006e" />
< <public type="drawable" name="APKTOOL_DUMMY_006f" id="0x7f02006f" />
< <public type="drawable" name="APKTOOL_DUMMY_0070" id="0x7f020070" />
< <public type="drawable" name="APKTOOL_DUMMY_0071" id="0x7f020071" />
We can't use these ids twice for different function...
I hope I've helped someone

ronhoover88 said:
Good but you are using gb right??
Wat are the bugs in it? Does it reboot successfully or does it enter the upload mode?
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
I am using GB
No bugs at all
Only video formats are not supporting
No reboot option in the power button menu
i havent tried long pressing the power buton
Sent from my GT-I9003

vivekkalady said:
I am using GB
No bugs at all
Only video formats are not supporting
No reboot option in the power button menu
i havent tried long pressing the power buton
Sent from my GT-I9003
Click to expand...
Click to collapse
Long press works fine. I've used it commonly, And it works like a charm. No issues there, Yet.

yes u r right misledz
only problem is battery drain.
sometimes i get kernel panic.
buts it not laggy at all.

podanimesh said:
yes u r right misledz
only problem is battery drain.
sometimes i get kernel panic.
buts it not laggy at all.
Click to expand...
Click to collapse
Yeah, Battery drain seems to be alot faster on everyday use. I find myself charging it every 6 hours now compared to FROYO. Kernel panic rarely happens to me, Maybe because of pressing home+power button when it hangs, Then yes. Lag happens aswell, When you don't reboot the phone and constantly use it for 2-3 days without rebooting. It slows down pretty bad and the response to touch is delayed. A reboot fixes that and it becomes all smooth again.

Related

[MOD][GUIDE]how to added recent apps soft keys to your statusbar

Hello guys after a few days not login here i just want to share my RECENT APPS statusbar MOD currently this mod added at my ROM ussr v8 im just share a little mod and How to do it
screenshot:
ok lets talk about this mod what you need:
requirment:
-apktool/vts/apk manager or choose what method do you want hahahaha
-brain
-attached file
-patient for editing xml
HOW TO DO:
estract attached file
first of all decompile ur systemui.apk
then put the attached btn_recent_app.9.png in res/drawable-hdpi (if u are in jelly bean statusbar mod)
and put recentapps.smali in com/android/systemui/statusbar/here
then assign your btn_recent_app.9.png to public xml
then add this code to your ids.xml above resources and assign ur ids in public.xml
<item type="id" name="recent_app_button">false</item> and save
then open layout/statusbar_expanded.xml if u are on JB statusbar after this line
<ImageView android:id="@id/settings_button" android:layout_width="48.0dip" android:layout_height="48.0dip" android:src="@drawable/ic_notify_quicksettings" android:scaleType="center" android:layout_toRightOf="@id/date" android:contentDescription="@string/accessibility_settings_button" />
add this:
<com.android.systemui.statusbar.RecentAppButton android:textSize="10.0dip" android:id="@id/recent_app_button" android:background="@drawable/btn_recent_app" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" android:layout_toRightOf="@id/settings_button" />
soo your code line look like this
<ImageView android:id="@id/settings_button" android:layout_width="48.0dip" android:layout_height="48.0dip" android:src="@drawable/ic_notify_quicksettings" android:scaleType="center" android:layout_toRightOf="@id/date" android:contentDescription="@string/accessibility_settings_button" />
<com.android.systemui.statusbar.RecentAppButton android:textSize="10.0dip" android:id="@id/recent_app_button" android:background="@drawable/btn_recent_app" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" android:layout_toRightOf="@id/settings_button" />
recompile your systemui.apk and u are done dont forget to test it in case ur button colapse u can always play with the layout okkayyyy
Reserved for other mod
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Reserved again
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Awesome!
nice work bro...
Keep the good work
MatZ69 said:
Awesome!
nice work bro...
Keep the good work
Click to expand...
Click to collapse
Thanks bro
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Classic Reserved Thing. Thanks for the share.
you are the man
you are the rock star.
good job
Hey bro youre the AWESOMEST
GREEETZ WITH MANY TAP A TALKED BEATZ!!!
Awesome work evan.......
Keep going bro......
Sent from my GT-S5360 using xda premium
:good: nice bro...
Any one try this and report?
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
So its sort of a mod which changes the position n image of the clear butto right? Seems like it.
Btw some ur codes are not complete.. Check first post
Sent from my GT-S5360 using XDA
Lol why it change it self nah damn i will fix it
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Hey!
I'd tried in CoD, but not working
marinalin85 said:
I'd tried in CoD, but not working
Click to expand...
Click to collapse
Are u sure ??? Write here the change that u made on systemui of cod rom
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
evanlocked said:
Are u sure ??? Write here the change that u made on systemui of cod rom
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
Exact steps you said
What errors u got?
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
evanlocked said:
What errors u got?
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
When compiling
cant see
i cant read right the post brother, using both explorers, crhome and opera, cant check de code and thumbs
marinalin85 said:
When compiling
Click to expand...
Click to collapse
Use apk manager firat off all just decompile ur systemui then put btn_recent_9.png in ur res drawable hdpi then edit ur ids.xml
Dont assign to public yet after that recompile your system ui now u have it automatically in public xml decomplile unsignedsystemui.apk then u can change the layout of statusbar expanded.xml then push the smali recompile and test
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2

[MOD][GUIDE] Remove Ongoing Notification

This is a quick way to remove the aggrivating Ongoing WiFi notification in the drop down menu. There may be other ways to do it via smali or xml but I have not found them yet so this will work for now.
I am including a flashable ZIP as well but it "may" cause issues if your on a custom ROM.
The Guide....
Decompile framework-res.apk
First verify these lines are not already there, if not, add the following code to res/values/drawables
Code:
<item type="drawable" name="stat_sys_wifi_connected">false</item>
<item type="drawable" name="stat_sys_wifi_disabled">false</item>
<item type="drawable" name="stat_sys_wifi_dummy">false</item>
<item type="drawable" name="stat_sys_wifi_no_network">false</item>
<item type="drawable" name="stat_sys_wifi_not_connected">false</item>
Remove the following .pngs from res/drawables-hdpi and drawables-xhdpi
Code:
stat_sys_wifi_connected.png
stat_sys_wifi_disabled.png
stat_sys_wifi_dummy.png
stat_sys_wifi_no_network.png
stat_sys_wifi_not_connected.png
Recompile and push to /system/framework
This is meant for a stock deodexed BLK3 Rom. Nandroid First!
Ongoing Removal Zip Download
Not working on CleanROM 5.5.1
I know it says stock K3, but CR is stock based..
Sent from my Commodore 64..
READY.
load"*", 8,1
Hypnosis4U2NV said:
Not working on CleanROM 5.5.1
I know it says stock K3, but CR is stock based..
Sent from my Commodore 64..
READY.
load"*", 8,1
Click to expand...
Click to collapse
Can you be more specific? Did it bootloop, get stuck on splash, or just not remove the ongoing notifications?
This is just a framework-res mod, so it should be fairly compatible with most roms, but if the rom your on has made changes to framework-res you may have complications.
I tested it on my stock BLK3 rom and it worked fine.
Hypnosis4U2NV said:
Not working on CleanROM 5.5.1
I know it says stock K3, but CR is stock based..
Sent from my Commodore 64..
READY.
load"*", 8,1
Click to expand...
Click to collapse
Lol its already removed from CleanROM. This is how I have been removing it from all the jellybean leaks. I did this mod for the last few cleanroms and is released in the roms from scott
Sent from my SCH-I535 using xda app-developers app
---------- Post added at 05:02 PM ---------- Previous post was at 04:56 PM ----------
Didact74 said:
This is a quick way to remove the aggrivating Ongoing WiFi notification in the drop down menu. There may be other ways to do it via smali or xml but I have not found them yet so this will work for now.
I am including a flashable ZIP as well but it "may" cause issues if your on a custom ROM.
The Guide....
Decompile framework-res.apk
First verify these lines are not already there, if not, add the following code to res/values/drawables
Code:
<item type="drawable" name="stat_sys_wifi_connected">false</item>
<item type="drawable" name="stat_sys_wifi_disabled">false</item>
<item type="drawable" name="stat_sys_wifi_dummy">false</item>
<item type="drawable" name="stat_sys_wifi_no_network">false</item>
<item type="drawable" name="stat_sys_wifi_not_connected">false</item>
Remove the following .pngs from res/drawables-hdpi and drawables-xhdpi
Code:
stat_sys_wifi_connected.png
stat_sys_wifi_disabled.png
stat_sys_wifi_dummy.png
stat_sys_wifi_no_network.png
stat_sys_wifi_not_connected.png
Recompile and push to /system/framework
This is meant for a stock deodexed BLK3 Rom. Nandroid First!
Ongoing Removal Zip Download
Click to expand...
Click to collapse
Just a fyi you don't have to add those lines in the xml. You can just 7 zip open the framework and delete the 5 pngs from the drawable/hdpi folder this how I've done all the jellybean leaks for everyone and causes no issues and you don't have to recompile so it's a little quicker.
Sent from my SCH-I535 using xda app-developers app
This worked great for me on stock odex even. Framework-res is not an odexed file, so it should work on any "stock" unmodified framework. If used on a modded framework as the op says it will break those mods.
Sent from my SCH-I535 using Tapatalk 2
I apologize, it was the setting in wifi to disable it.. Sorry for the confusion..
Sent from my Commodore 64..
READY.
load"*", 8,1
rwc95 said:
Just a fyi you don't have to add those lines in the xml. You can just 7 zip open the framework and delete the 5 pngs from the drawable/hdpi folder this how I've done all the jellybean leaks for everyone and causes no issues and you don't have to recompile so it's a little quicker.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Thanks Man!
The way I did it was go into the WiFi settings then hit menu and then advanced. Then I proceeded to uncheck and turn off everything that would turn the WiFi back on. I'm running Jelly Bean's build 6. Hope this helps for someone that doesn't feel confident flashing or messing with decompiling.
Sent from my SCH-I535 using xda premium
john21511 said:
The way I did it was go into the WiFi settings then hit menu and then advanced. Then I proceeded to uncheck and turn off everything that would turn the WiFi back on. I'm running Jelly Bean's build 6. Hope this helps for someone that doesn't feel confident flashing or messing with decompiling.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
I think everyone is confusing the ongoing wifi in pulldown with the pop up Window that scans for networks. This mod is to remove the ongoing wifi stuff that stays in the pulldown that can not be turned off unless already removed from the rom your running. The pop up Window can be disabled on any rom by going to the wifi settings and un checking notify me at the top. Hope this halfway clarifies.
Sent from my SCH-I535 using xda app-developers app
Got bored and decided to flash this on my stock rooted k3 and it worked perfect but for some reason gave me a nav bar haha its cool tho I have a nandroid
Sent from my SCH-I535 using Tapatalk 2
rwc95 said:
Just a fyi you don't have to add those lines in the xml. You can just 7 zip open the framework and delete the 5 pngs from the drawable/hdpi folder this how I've done all the jellybean leaks for everyone and causes no issues and you don't have to recompile so it's a little quicker.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
I used this method. Thanks a ton for that and thanks to the OP.
Sent from my SCH-I535 using xda premium
rwc95 said:
Lol its already removed from CleanROM. This is how I have been removing it from all the jellybean leaks. I did this mod for the last few cleanroms and is released in the roms from scott
Sent from my SCH-I535 using xda app-developers app
---------- Post added at 05:02 PM ---------- Previous post was at 04:56 PM ----------
Just a fyi you don't have to add those lines in the xml. You can just 7 zip open the framework and delete the 5 pngs from the drawable/hdpi folder this how I've done all the jellybean leaks for everyone and causes no issues and you don't have to recompile so it's a little quicker.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
+1 on just removing/renaming the png files. Works like a charm without any side effects that I've noticed.
Does anyone have the original stock framework-res.apk for jelly bean? Flashed this zip and everything was fine, but one of the only games I play does not work anymore. Thanks!
NM, just did a nandroid restore.
will try with deodexed 4.2 OTA and pos results
To anyone wondering it doesn't work with 4.1.2 VRBMB1 official stock rooted, you will get boot loops. Thank you for making this anyways though does anyone know any ways to remove the ongoing notification in VRBMB1?
joshua5683 said:
To anyone wondering it doesn't work with 4.1.2 VRBMB1 official stock rooted, you will get boot loops. Thank you for making this anyways though does anyone know any ways to remove the ongoing notification in VRBMB1?
Click to expand...
Click to collapse
I was able to rename the .png files on VRBMB1 without a problem. I adb pulled framework-res.apk, opened in 7-zip, deleted the 5 .png files, and copied the .apk back to /system/app/framework
Works just fine. Perhaps it's best to avoid decompiling/recompiling the framework. Using 7-zip is just fine.
dunderball said:
I was able to rename the .png files on VRBMB1 without a problem. I adb pulled framework-res.apk, opened in 7-zip, deleted the 5 .png files, and copied the .apk back to /system/app/framework
Works just fine. Perhaps it's best to avoid decompiling/recompiling the framework. Using 7-zip is just fine.
Click to expand...
Click to collapse
Guys, the way i do it is just like the tutorial in the first post. Remove the PNG's and add the lines to drawable. The reason you add the lines to drawable is to retain the IDs in res/public. If you remove the PNGs then try to recompile you will get errors because there are still IDs in res/public that point to the now removed PNGs. If you try to remove the IDs from res/public then it will throw your hexidecimal ID order out of whack and will cause recompiling errors. Like the tutorial shows in the first post, by adding these lines to res/drawable
Code:
<item type="drawable" name="stat_sys_wifi_connected">false</item>
<item type="drawable" name="stat_sys_wifi_disabled">false</item>
<item type="drawable" name="stat_sys_wifi_dummy">false</item>
<item type="drawable" name="stat_sys_wifi_no_network">false</item>
<item type="drawable" name="stat_sys_wifi_not_connected">false</item>
you still retain the IDs in res/public but they no longer point to the PNGs you removed, they now point to the dummy's you added to res/drawable.
If you want to just open the APK with winzip or whatever and remove the PNGs thats fine too, however, if you go to make other changes that would require you to decompile/recompile you will get errors.
Didact74 said:
Guys, the way i do it is just like the tutorial in the first post. Remove the PNG's and add the lines to drawable. The reason you add the lines to drawable is to retain the IDs in res/public. If you remove the PNGs then try to recompile you will get errors because there are still IDs in res/public that point to the now removed PNGs. If you try to remove the IDs from res/public then it will throw your hexidecimal ID order out of whack and will cause recompiling errors. Like the tutorial shows in the first post, by adding these lines to res/drawable
Code:
<item type="drawable" name="stat_sys_wifi_connected">false</item>
<item type="drawable" name="stat_sys_wifi_disabled">false</item>
<item type="drawable" name="stat_sys_wifi_dummy">false</item>
<item type="drawable" name="stat_sys_wifi_no_network">false</item>
<item type="drawable" name="stat_sys_wifi_not_connected">false</item>
you still retain the IDs in res/public but they no longer point to the PNGs you removed, they now point to the dummy's you added to res/drawable.
If you want to just open the APK with winzip or whatever and remove the PNGs thats fine too, however, if you go to make other changes that would require you to decompile/recompile you will get errors.
Click to expand...
Click to collapse
No PC here is there a way to do this on the phone
Sent from my SCH-I535
hitman980206 said:
No PC here is there a way to do this on the phone
Sent from my SCH-I535
Click to expand...
Click to collapse
I'm pretty certain you can remove the .png files using NinjaMorph.

White SecSettings

EDIT I'm unsure if this is the original s4 white contacts the apk is half the size ???
As many people requested I'll share the white settings from the s4.
Credits for pictures goes to rorm2010
Credits goes to David770 for sharing it to me (he's not able to share it to anyone due to to low posts)
This is for deodexed roms Only
www.4shared.com/android/t3P9kY5R/SecSettings.html
Credits goes to @leeomendes
For flashable zip
Or this package (replaces following)
- Messaging
- Phone
- Contacts
- Settings
Download:
http://www.mediafire.com/?bmwt0x08dtm6j2u
Sent from my official GT-I9505 powered with qualcom
i will check the file after download
its the file from 4.2.2-I9505XXUBMEA . This file is enough for themers to port the theme. like copying pngs and editing xmls. Good job mate!
I guess following changes in styles.xml will bring the device to white theme!
from
<style name="Theme.CreateShortCut" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="setup_wizard_theme" parent="@*android:style/Theme.DeviceDefault">
to
<style name="Theme.CreateShortCut" parent="@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge" />
<style name="setup_wizard_theme" parent="@*android:style/Theme.DeviceDefault.Light">
LastStandingDroid said:
EDIT I'm unsure if this is the original s4 white contacts the apk is half the size ???
As many people requested I'll share the white settings from the s4.
Credits for pictures goes to rorm2010
Credits goes to David770 for sharing it to me (he's not able to share it to anyone due to to low posts)
This is for deodexed roms Only
www.4shared.com/android/t3P9kY5R/SecSettings.html
Sent from my official GT-I9505 powered with qualcom
Click to expand...
Click to collapse
Its Work !!!!! The SecSettings , thank you a lot !
But my files still in black .. My Software is I9505 XXUBMF2
dam was trying to invert the original white settings but i got stuck on changing the font color.I havent thought of using the method above will try to apply the above changes tonight an see what happens!!
Thanks man
Stavr0s91i said:
dam was trying to invert the original white settings but i got stuck on changing the font color.I havent thought of using the method above will try to apply the above changes tonight an see what happens!!
Thanks man
Click to expand...
Click to collapse
I am out or else I would have given a try, but I am sure it should work or else let me know where you facing the problem, so that I can extend my assistance...
Sent from my GT-I9500 using Tapatalk 4 Beta
grgsiocl said:
i will check the file after download
its the file from 4.2.2-I9505XXUBMEA . This file is enough for themers to port the theme. like copying pngs and editing xmls. Good job mate!
I guess following changes in styles.xml will bring the device to white theme!
from
<style name="Theme.CreateShortCut" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="setup_wizard_theme" parent="@*android:style/Theme.DeviceDefault">
to
<style name="Theme.CreateShortCut" parent="@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge" />
<style name="setup_wizard_theme" parent="@*android:style/Theme.DeviceDefault.Light">
Click to expand...
Click to collapse
Where did you find "styles.xml" ??
dong2007 said:
Where did you find "styles.xml" ??
Click to expand...
Click to collapse
After decompile navigate to res-values-styles.xml
Sent from my GT-I9500 using Tapatalk 4 Beta
I'm downloading the build that should have the white theme so don't worry I'll share it aswell !
I'm currently uploading the secsettings from the dump which has the white theme stay tuned !it won't work on this release!
Edit here it is
http://www.mediafire.com/?jfzeqb4gal4tu46 (framework)
http://www.mediafire.com/?p97p2sc8mczdt0g (secsettings)
http://www.mediafire.com/?votojs3nau3fs9q (
Touchwiz framework)
Sent from my official GT-I9505 powered with qualcom
Woop woop it's working however it's say wanamlite rom in about...
Sent from my GT-I9505 using Tapatalk 4 Beta
Which one worked @SALAH100 send picture ?
Sent from my official GT-I9505 powered with qualcom
The first one from ur link in original post
Sent from my GT-I9505 using Tapatalk 4 Beta
Oh well I use a odex that's why it didn't work :grin:
Sent from my official GT-I9505 powered with qualcom
Working with I9500 MF3 Wanam Lite Rom. Thanks a lot. Now I just want white keyboard.
Sent from my GT-I9500 using Tapatalk 2
LastStandingDroid said:
I'm downloading the build that should have the white theme so don't worry I'll share it aswell !
I'm currently uploading the secsettings from the dump which has the white theme stay tuned !it won't work on this release!
Edit here it is
http://www.mediafire.com/?jfzeqb4gal4tu46 (framework)
http://www.mediafire.com/?p97p2sc8mczdt0g (secsettings)
http://www.mediafire.com/?votojs3nau3fs9q (
Touchwiz framework)
Sent from my official GT-I9505 powered with qualcom
Click to expand...
Click to collapse
did any one tested it? how about flashable zip? and revert to stock flash zip?
What you can do is search for a working flashable zip wich flash something to your system app and just replace it with secsettings
Sent from my official GT-I9505 powered with qualcom
Working with Wanamlite 1.5, Crash ROM 1.3, Phoenix ROM 2.0, Omega 6.0...
All ROMS with New Firmware I9500UBUBMF3!!!
Thanks very good Job
Sent from my Octa using New Tapatalk 4
Which variant do these originate from?
Hi,
I have tested this on My S4 i9500 with Omega 6 works g8
I have just replaced the .apk file using solid file explorer to system /apps
Please find the video below
Note Dialer and contacts white i have got from other Thread
Thanks to Op / creator of this :good:
http://www.youtube.com/watch?v=6y1pAbcgcQM
@123hiten your video link is broken
Sent from my official GT-I9505 powered with qualcom
LastStandingDroid said:
@123hiten your video link is broken
Sent from my official GT-I9505 powered with qualcom
Click to expand...
Click to collapse
Hi
Its working just fine i m checking it right now i can use see from pc
but for XDA app i guess complete link is needed
http://www.youtube.com/watch?v=6y1pAbcgcQM
Updated and working Pls confirm

[MOD][CM10.1]Centered Clock (for now) [Currently Alpha 8]

[MOD][CM10.1]Centered Clock (for now) ​
How to Install?​
1.Put the file to your sdcard
2.boot into recovery
3.flash the file
4.done
note:if you don't like the mod just flash backup in universal flasher folder
Download
CM10.1 ALPHA 5
100% Tranparent Status Bar+Centered Clock+White Clock:
DropBox
CM10.1 ALPHA 6
(alpha 6 dhiru latest build)
100% Transparent Status Bar+Centered Clock+White Clock
DropBox
CM10.1 ALPHA 7
Centered Clock
as per request for now only centered clock for transparent status bar use Tweakbox for Xposed Framework
DropBox
CM10.1 ALPHA
Centered Clock
Thanks for @martin.la.gib
martin.la.gib said:
Center Clock for CM10.1 A8 : Centerclock CM10.1 A8 Blue ICS / Grey
ATTENTION : this MOD is not compatible with other MOD who used an other SystemUI.apk ("Task Manager in recent app" by TopDroid for exemple)
There are 2 colour : Blue ICS (SystemUI_center_clock.apk) and in grey (SystemUI_center_clock__grey.apk)
If you no happy, to return on default it's : SystemUI.apk
Installation :
- put the apk on your SD card
- with a ROOT explorer (Solid Explorer for exemple) go to : /system/app
- put the apk here (verify permissions :-rw-r--r--) and delete the older SystemUI.apk
- the phone reboot automatically
- Enjoy !!!
Click to expand...
Click to collapse
GUIDE:
If you want to change the colour of the clock
(For Centered Clock)
1.Open res/layout/status_bar.xml
find this line
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ffffff" android:gravity="center" android:id="@id/clock" android:paddingLeft="6.0dip" android:clickable="false" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
2.Change this:
Code:
android:textColor="[B]#ffffff[/B]"
#ffffff : White
you can find hex code to change the colour of the clock
3.Done !
If you want to change the colour of the clock
(For Stock Clock)
1.Open res/Values/Styles.xml
find this code:
Code:
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">16.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ffffffff</item>
</style>
2.change this
Code:
<item name="android:textColor">#ffffffff</item>
#ffffff: white
@*android:color/holo_blue_light: stock colour (Blue)
3.Done!
​
Sent from my GT-I9003 using xda premium
Upload you framework-res.apk,systemui.apl,and androidpolicy.jar i think same as with another transparent mod
Sent from my GT-I9003 using xda premium
martin.la.gib said:
Yes, here they are : framework-res.apk ; SystemUI.apk ; android.policy.jar
Thank you
Click to expand...
Click to collapse
umm sorry sir,i always fail to recompilling it
martin.la.gib said:
do you know why ? :/
Click to expand...
Click to collapse
dunno :\ you are using alpha 6 latest build by dhiru ? if yes try in OP
martin.la.gib said:
Tes ok I'll try
---------- Post added at 09:48 AM ---------- Previous post was at 09:44 AM ----------
Link error ...
Click to expand...
Click to collapse
DropBox here you go:victory:
Yes i can,wait i'll do it for you
White clock or blue clock?
Sent from my GT-I9003 using xda premium
Thank you for this mod It cool :good:
And with the speed of the Internet 0.00kb/s. There is a modification?
If u guys open any app thats not coming with the rom, how does the statusbar look then? Like ugly weird grey/white or something?
Thanks I will try,
it looks nice
I have flashed and it looks very nice.
Is there a way to modify the transparency of the status bar? I mean, something similar such the clock changing color?
Thanks
Try module from xposed
Sent from my GT-I9003 using xda premium
@martin.la.gip hey friend i was make one for you Centered blue clock,if you want transparent use xposed module:good:
SORRY FOR LATE UPDATE cause i had an exam
ALPHA 8 by @martin.la.gib
i have whiship cm 10.1 ace plus how i know my rom alpha version
Different phone different rom ma friend
Sent from my GT-I9003 using xda app-developers app
The links doesn't work??
Re-upload may be please??

Themeing Velvet.apk Nothing working, help please!

So I've been trying to theme the stock kitkat launcher. Really the only thing that I am trying to accomplish is themeing the all apps button....the little grey circular button with the six white dots that opens up the app drawer. At first I created a flashable zip with zip themer which had no affect whatsoever. I even had the zip file double checked and looked over by Mathew (OP of Candy mod zip themer thread). So then I said screw it I'll just decompile, swap png's, recompile, push to phone, fix permissions and reboot like I use to do back in my G2X days. So I did all of that, everything decompiled and recompiled just fine. Pushed the app to system/priv-app and fixed permissions and rebooted. NOTHING. I even double checked my modified apk by decompiling it and making sure my images were there.....which they were. I have NO idea where the phone is pulling the stock all_apps button from since I deleted all the stock icons and swapped them with my own which were all to size.
I don't understand why my mods aren't working, because the XML file in drawable called all_apps_button_icon.xml says this:
<item android:state_focused="true" android:drawable="@drawable/ic_allapps_pressed" />
<item android:state_pressed="true" android:drawable="@drawable/ic_allapps_pressed" />
<item android:drawable="@drawable/ic_allapps" />
</selector>
So it SAYS it's pulling the icon from drawable.....but all the icons in drawable were swapped with MY MODDED ICONS. Yet upon instillation of my modded velvet.apk, it still has the stock all apps button.....any ideas are GREATLY appreciated =)
Bump. Nobody?
Sent from my Nexus 5 using xda premium
Pain-N-Panic said:
Bump. Nobody?
Sent from my Nexus 5 using xda premium
Click to expand...
Click to collapse
It's because the google search app got updated and now is in data/app. Try editing that one instead of the one in priv-app.
You sir are awesome. Another user told me about the update but failed to mention the relocation of where the phone was drawing the images from. I'm sure it will work now. Thanks again!!!
Sent from my Nexus 5 using xda premium
Pain-N-Panic said:
You sir are awesome. Another user told me about the update but failed to mention the relocation of where the phone was drawing the images from. I'm sure it will work now. Thanks again!!!
Sent from my Nexus 5 using xda premium
Click to expand...
Click to collapse
My bad. I assumed you knew where google play store updates were.
Lol its all good man. I'm still learning my way around android.
Sent from my Nexus 5 using xda premium
Pain-N-Panic said:
Lol its all good man. I'm still learning my way around android.
Sent from my Nexus 5 using xda premium
Click to expand...
Click to collapse
Just to let you know, Zipthemer is having issues with kitkat. I have a thread in the N4 forums with a bunch of signal icon mods and haven't been getting any consistent results with 4.4. 4.3 and below worked great though.
Yeah I figured so. I got this mod working but zip themer wouldn't do it. Had to go about it the old fashioned way and decompile, recompile, push and fix permissions. Kinda sucks because I was just really getting the hang of building zips with zip themer...now a lot of the stuff I try just isn't working. Hopefully the app gets a serious update soon.

Categories

Resources