[MOD][GUIDE] Remove Ongoing Notification - Verizon Samsung Galaxy S III

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.

Related

[MOD]Port The 5 Lockscreen To 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.

[MOD][HOW TO][GT-S7562] Enabling/modding Transparency

Hi Samsung Galaxy S Duos GT-S7562 users
Many of you asked me questions/helps for regarding transparency in our device.
So, i decided to make a help thread for everyone for GT-S7562 [This is what i did to make transparency in my GT-S7562 ]
This guide will tell you to how to enable transparency and modding transparency levels in your device.
You will need:
1. 7zip
2. Notepad++
3. ApkToolv3 Donwload here (Not any other ApkTool) [For this ApkTool, Credit goes to Kryten2k35]
Now the steps:
1. Extract apktoolv3
2 There will be a 'READ_ME.txt file, with the help of this decompile your SystemUI.apk
3. Now open WORKING folder and go to- SystemUI\smali\com\android\systemui\statusbar
4. Open StatusBar.smali with notepad++ and search for this:
Code:
Landroid/view/WindowManager$LayoutParams;->(IIIII)V
Go to the line above it and change the last value to -0x3
Save it and close
This will enable the transparency for StatusBar
Now for StatusBar Expanded/Notification Background
1. Go to- SystemUI\smali\com\android\systemui\statusbar\phone
2. Open PhoneStatusBar.smali with notepad++ and search for this:
Code:
const v4, 0x4800068
replace the 2 lines underneath with this:
Code:
const/4 v5, -0x3
move v2, v1
Now search for this:
Code:
Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->mPixelFormat:I
Go to the line above it and change the last value to -0x3
Save it and close.
This will enable transparency in your device
Now for making transparency
1. In WORKING folder go to- SystemUI\res\values
2. Open drawables.xml using notepad++ and in this line:
Code:
<item type="drawable" name="status_bar_background">#[COLOR="Red"]xxxxxxxx[/COLOR]</item>
where 'xxxxxxxx' is some value.
Change xxxxxxxx to as per your need of transparency level:
00000000 - 100% transparency
3F000000 - 75% transparency
7F000000 - 50% transparency
BF000000 - 25% transparency
FF000000 - 0% transparent (No transparency)
Save it and close
3. And do the same with:
(a) SystemUI\res\values-sw600dp\drawables.xml
Code:
<item type="drawable" name="status_bar_background">#[COLOR="red"]xxxxxxxx[/COLOR]</item>
Save it and close
(b) SystemUI\res\values-sw800dp\drawables.xml
Code:
<item type="drawable" name="status_bar_background">#[COLOR="red"]xxxxxxxx[/COLOR]</item>
Save it and close
This will make your StatusBar transparent as per your values.
Now for making StatusBar Expanded/Notification Background transparent.
1. In WORKING folder go to- SystemUI\res\values
2 Open drawables.xml using notepad++ and in this line:
Code:
<item type="drawable" name="notification_tracking_bg">#[COLOR="red"]xxxxxxxx[/COLOR]</item>
Change xxxxxxxx to as per your need of transparency level.
Save it and close
3. And do the same with:
(a) SystemUI\res\layout\tw_status_bar_tracking.xml
Code:
<FrameLayout android:background="#[COLOR="red"]xxxxxxxx[/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
Save it and close
(b) SystemUI\res\layout\tw_status_bar_tracking_dual.xml
Code:
<LinearLayout android:gravity="bottom" android:orientation="vertical" android:background="#[COLOR="red"]xxxxxxxx[/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
Save it and close.
This will make your StatusBar Expanded/Notification Background transparent as per your values.
Now recompile and sign SystemUI.apk with the help of that READ_ME.txt file.
--------------------------------------------------------------------------------------------------------------------------------------------
Enjoy! :good:
And Dont Forget To Press Thanks :good: Button
IF YOU LIKE MY WORK, PLEASE CONSIDER ANY DONATION FOR CONTINUE DEVELOPMENT
Isn't it too .... complicated for a simple user?
Can't you make a simple zip and we ll flash through cwm
Anyway thanks for your work for our device.
Sent from my GT-S7562 using xda premium
saifzahid said:
Isn't it too .... complicated for a simple user?
Can't you make a simple zip and we ll flash through cwm
Anyway thanks for your work for our device.
Sent from my GT-S7562 using xda premium
Click to expand...
Click to collapse
It can be complicated but its a most simple way
You can try it, afterwards may be you will not find this complicated
And its good for learning new thing...
It can help you for many other devices and for making transparencies in many other apps too
Sent from my GT-S7562 using Tapatalk 2
Can i do it on stock rom....nd is this really workss...i mean is there any risk
Sent from my GT-S7562 using xda premium
mohit.bhagat1 said:
Can i do it on stock rom....nd is this really workss...i mean is there any risk
Sent from my GT-S7562 using xda premium
Click to expand...
Click to collapse
Yes you can do it on stock rom
Yes it works for sure with no risk
Just do the steps clearly
And its better to keep backup of original SystemUI.apk :good:
Mohitash said:
Hi Samsung Galaxy S Duos GT-S7562 users
Many of you asked me questions/helps for regarding transparency in our device.
So, i decided to make a help thread for everyone for GT-S7562 [This is what i did to make transparency in my GT-S7562 ]
This guide will tell you to how to enable transparency and modding transparency levels in your device.
You will need:
1. 7zip
2. Notepad++
3. ApkToolv3 Donwload here (Not any other ApkTool) [For this ApkTool, Credit goes to Kryten2k35]
Now the steps:
1. Extract apktoolv3
2 There will be a 'READ_ME.txt file, with the help of this decompile your SystemUI.apk
3. Now open WORKING folder and go to- SystemUI\smali\com\android\systemui\statusbar
4. Open StatusBar.smali with notepad++ and search for this:
Code:
Landroid/view/WindowManager$LayoutParams;->(IIIII)V
Go to the line above it and change the last value to -0x3
Save it and close
This will enable the transparency for StatusBar
Now for StatusBar Expanded/Notification Background
1. Go to- SystemUI\smali\com\android\systemui\statusbar\phone
2. Open PhoneStatusBar.smali with notepad++ and search for this:
Code:
const v4, 0x4800068
replace the 2 lines underneath with this:
Code:
const/4 v5, -0x3
move v2, v1
Now search for this:
Code:
Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->mPixelFormat:I
Go to the line above it and change the last value to -0x3
Save it and close.
This will enable transparency in your device
Now for making transparency
1. In WORKING folder go to- SystemUI\res\values
2. Open drawables.xml using notepad++ and in this line:
Code:
<item type="drawable" name="status_bar_background">#[COLOR="Red"]xxxxxxxx[/COLOR]</item>
where 'xxxxxxxx' is some value.
Change xxxxxxxx to as per your need of transparency level:
00000000 - 100% transparency
3F000000 - 75% transparency
7F000000 - 50% transparency
BF000000 - 25% transparency
FF000000 - 0% transparent (No transparency)
Save it and close
3. And do the same with:
(a) SystemUI\res\values-sw600dp\drawables.xml
Code:
<item type="drawable" name="status_bar_background">#[COLOR="red"]xxxxxxxx[/COLOR]</item>
Save it and close
(b) SystemUI\res\values-sw800dp\drawables.xml
Code:
<item type="drawable" name="status_bar_background">#[COLOR="red"]xxxxxxxx[/COLOR]</item>
Save it and close
This will make your StatusBar transparent as per your values.
Now for making StatusBar Expanded/Notification Background transparent.
1. In WORKING folder go to- SystemUI\res\values
2 Open drawables.xml using notepad++ and in this line:
Code:
<item type="drawable" name="notification_tracking_bg">#[COLOR="red"]xxxxxxxx[/COLOR]</item>
Change xxxxxxxx to as per your need of transparency level.
Save it and close
3. And do the same with:
(a) SystemUI\res\layout\tw_status_bar_tracking.xml
Code:
<FrameLayout android:background="#[COLOR="red"]xxxxxxxx[/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
Save it and close
(b) SystemUI\res\layout\tw_status_bar_tracking_dual.xml
Code:
<LinearLayout android:gravity="bottom" android:orientation="vertical" android:background="#[COLOR="red"]xxxxxxxx[/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
Save it and close.
This will make your StatusBar Expanded/Notification Background transparent as per your values.
Now recompile and sign SystemUI.apk with the help of that READ_ME.txt file.
--------------------------------------------------------------------------------------------------------------------------------------------
Enjoy! :good:
And Dont Forget To Press Thanks :good: Button
Click to expand...
Click to collapse
You rock man... keep gng...!!!
Sent from my GT-S7562 using xda app-developers app
Thanks, this is really what i had been looking for a few days back but gave up due to lack of time. Now this has got me interested
Hit thanks if I helped
sent from GT-S7562 with a better,faster and stronger stock ROM
einst31n said:
Thanks, this is really what i had been looking for a few days back but gave up due to lack of time. Now this has got me interested
Hit thanks if I helped
sent from GT-S7562 with a better,faster and stronger stock ROM
Click to expand...
Click to collapse
Dude, you havent seen this before? My this thread is very old.
Well good luck
Sent from my GT-S7562 using Tapatalk 2
Man i had really been out of touch with xda because i just got some preparations to do. I just got into my final year and immediately got busy with the placement stuff and all. I didnt upload any themes which i had made either coz of the fact that indian hostels dont provide a fast and reliable net
Will find time to continue my work hopefully
Hit thanks if I helped
sent from GT-S7562 with a better,faster and stronger stock ROM
Superb
Sent from my GT-S7562 using xda app-developers app

[HELP] Custom battery icons for EB 4.0.4

I love the EB ROM and the ICS look and feel. However I can't stand the battery icon and percentage distributions. I'm trying to create my own.
I went into the systemui.apk, decompiled with APK multi-tool, edited stat_sys_battery and stat_sys_battery_charge XMLs and swapped PNGs.
I edited the sys_battery XML to look like this:
<item android:drawable="@drawable/stat_sys_battery_0" android:maxLevel="0" />
<item android:drawable="@drawable/stat_sys_battery_1" android:maxLevel="1" />
All the way until I got to 100. I did the same thing for the sys_battery_charge XML but of course in its specific structure but the same method.
Compiled APK and set permissions to RW R R and placed into system/app and replaced old systemui.apk.
The new battery Icon appears and looks great but it is NOT accurately portraying the phones real battery percentage level. I even went as far as editing the same XMLs in the framework-res.apk but it had ZERO affect on my issue.
Any help please is GREATLY appreciated! This is my first attempt at doing any coding/theming/etc. so I am a complete newbie at this kinda stuff.
Screenshot
Sent from my LG-P999 using xda premium
Got it up and running. Look in EB 4.0.4 AOSP ROM thread for download.

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.

[GUIDE][CM11][KK] How to make Transparent Status and Navigation Bar on KitKat 4.4

Hello Everyone!!
Lots of people asked me how to make transparent status and transparent navigation bar on android 4.4 kitkat as it supports transparent status and navigation bar. So i thought of writing this guide so that every one get's benefit of this.
Here u go:
To make use of transparent status and navigation feature of Android 4.4 in your activity(it may be launcher or any activity):
Add these below lines in style.xml of your activity/launcher's main activity theme.
HTML:
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
Where attribute android:windowTranslucentStatus set the transparency of status bar and android:windowTranslucentNavigation used for transparency of navigation bar
Or you can also use one of these themes as your parent
HTML:
Theme.Holo.NoActionBar.TranslucentDecor
Theme.Holo.Light.NoActionBar.TranslucentDecor
By enabling translucent system bars, your layout will fill the area behind the system bars, so you must also enable fitsSystemWindows for the portion of your layout that should not be covered by the system bars.
HTML:
<item name="android:fitsSystemWindows">true</item>
You can use anyone of the above approach to make transparent System bars of your activity.
You can also read original android docs Here
If u like my work, press thanks:laugh:
.
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
gmp009 said:
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
Click to expand...
Click to collapse
Bro as above mentioned themes were introduced in Kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any CM11 Rom) and then compile it.It will work.try it let me know if that works:laugh:
ashishdubey said:
bro as above mentioned themes were introduced in kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any cm11 rom) and then compile it.it will work.try it let me know if that works:laugh:
Click to expand...
Click to collapse
now getting this :/
gmp009 said:
now getting this :/
Click to expand...
Click to collapse
No problem that's warning ignore it..try to u use compiled apk.!!!
ashishdubey said:
no problem that's warning ignore it..try to u use compiled apk.!!!
Click to expand...
Click to collapse
i did but that launcher is not working now
gmp009 said:
i did but that launcher is not working now
Click to expand...
Click to collapse
what issue u r getting send me the logcats??
ashishdubey said:
what issue u r getting send me the logcats??
Click to expand...
Click to collapse
Now that launcher is not showing up its like not installed but its in system/app lol
gmp009 said:
Now that launcher is not showing up its like not installed but its in system/app lol
Click to expand...
Click to collapse
Might be u r getting some signature issue.
ashishdubey said:
Might be u r getting some signature issue.
Click to expand...
Click to collapse
I did sign now its working but its same no transparency......
gmp009 said:
hmm so how can i sign my app now ?
Click to expand...
Click to collapse
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
ashishdubey said:
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
Click to expand...
Click to collapse
I DID ITS WORKING BUT NO TRANSPARENCY Still same
gmp009 said:
I DID ITS WORKING BUT NO TRANSPARENCY Still same
Click to expand...
Click to collapse
bro i m not able to install ur apk as some libs are missing also i m using sony phone.i have checked ur manifest.xml and found that there is no theme defined in your main activity "com.android.launcher2.Launcher" define a theme and add transparent status bar styles corresponding to that theme in style.xml. hope that works
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Bro try to remove window:background attribute from theme or make it transparent instead of white!
ashishdubey said:
Bro try to remove window:background attribute from theme or make it transparent instead of white!
Click to expand...
Click to collapse
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
ashishdubey said:
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
Click to expand...
Click to collapse
Okay, it compiled. I made two with one being color/white and the new one color/trans
The white one looked whites with shades. and the transparent one was just black :s, the status bar didn't blend into the blue action bar? it just went black. Any idea what happened?
EDIT : Fixed i moved the fitWindow function to the theme window. all is working! Thanks for this guide. And very helpful OP user!
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
krishneelg3 said:
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
Click to expand...
Click to collapse
Wrong way of using it...
use like this <item name="android:windowBackground">@color/nexus</item>:laugh:

Categories

Resources