[How To]Ripple Lockscreen for 31XX,51XX + Transparent Status Bar for 31XX - Galaxy Tab 2 Themes and Apps

I have had some people asking how to get the Samsung Ripple Lockscreen working so I thought I would add a small guide here how to do it so it can be done to any JB Samsung based ROM for both 31XX and 51XX tab 2s as has been tested on both. Tested on 4.1.2 but not on 4.1.1 but should still work for that too. This is the first how to I have done so sorry if it is not very good
Prerequisites
Deodexed Jelly Bean Samsung Based Rom
Apktool
Text Editor eg notepad++
Knowledge how to decompile and build apks and jars
You will need two files from the system/framework of your rom
1.framework-res.apk
2.services.jar
Framework-res.apk Changes
Decompile framework-res.apk
Navigate to folder framework-res/res/values
Open bools.xml in a text editor
look for
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
and change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
That is all for the framework-res.apk so build framework-res and copy across the META-INF folder from your original framework-res.apk to the newly compiled framework-res.apk and that is ready to go.
This will now give you the option in lockscreen settings to select ripple effect but depending on the base your wallpaper may be hidden with ripple effect enabled so to fix that you need to mod services.jar
Services.jar Changes
Download the attached WindowAnimator.zip
Extract WindowAnimator.smali from zip
Decompile services.jar
Navigate to smali/com/android/server/wm
Replace WindowAnimator.smali with the one attached
That is all that is needed for services.jar so build services.jar and it is ready to go
This will make your wallpaper visible when ripple lockscreen is selected.
Put the files in a flashable zip and flash in cwm or twrp recovery, push to system/framework or copy into system/framework which ever you prefer doing, personally I always just flash them in custom recovery so you can use the attached zip and and place your modded files inside and flash if you wish
Note
Same WindowAnimator.smali can be used for both 31XX and 51XX I have used it in both my roms for 31XX and 51XX
Ripple Lockscreen does not work with live wallpaper set as lockscreen wallpaper
This is only for Deodexed Samsung Based Jelly Bean roms
Feel free to include this in your rom just give credits.
How To Have Transparent SystemUI For 31XX
All changes are done to SystemUI.apk so you need to decompile it and apply the following changes below
Open res/layout/twsuperstatusbar.xml
Change this
Code:
android:background="#ff000000"
To this
Code:
android:background="#00000000"
Then open res/values/drawables.xml
Change this
Code:
<item type="drawable" name="status_bar_background">#ff1e1e1e</item>
To this
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
This is for full transparent status bar but you can change the colour code in drawables to any shade of transparency or another colour if you want
This is all that is needed to have the status bar show transparent
To have a transparent background for the pull down or to have any picture you like these changes are required.
Open res/layout/twstatusbarexpanded.xml
Change this
Code:
android:background="@drawable/notification_panel_bg"
To this
Code:
android:background="@drawable/tw_notification_panel_bg"
Download the attached png called tw_notification_panel_bg.png and add it to res/drawable-mdpi
This is all that is needed to make the drop down window transparent or to any picture you like.
If you want other parts set to transparent as well in the dropdown for example the notifications title, where the date is etc you will need to
Open res/layout/twstatusbarexpanded.xml
Look for all
Code:
android:background="#colorcode"
Change to this
Code:
android:background="#00000000"
If you want to change the quick settings buttons background then you need to edit the png labelled tw_quick_panel_quick_setting_button_bg_normal.9 to a transparent one as well as for the tw_status_bar_close_off.png and tw_status_bar_close_on.png they can be changed to a transparent image as well so you will pretty much have a full transparent SystemUI

Very good, i'll try this in MicroDelta ROM... :good:
EDIT: Already modded service.jar but having troubles to recompile framework-res.apk (I really don't know how to do it, googled it but all
methods didn't worked)
Please, someone that knows how to recompile it... here's the link for decompiled and modded Microdelta's framework! thnx
http://www.mediafire.com/?931j5x50bfujwa9

Narciso Neto said:
Very good, i'll try this in MicroDelta ROM... :good:
EDIT: Already modded service.jar but having troubles to recompile framework-res.apk (I really don't know how to do it, googled it but all
methods didn't worked)
Please, someone that knows how to recompile it... here's the link for decompiled and modded Microdelta's framework! thnx
http://www.mediafire.com/?931j5x50bfujwa9
Click to expand...
Click to collapse
try "apktool if framework-res.apk" and then try recompiling. @op Thanks for the guide. I'll try it once I get my tab back. "Is Water Ripple Enabled" XD lazy samsung.

Luigi2012SM64DS said:
try "apktool if framework-res.apk" and then try recompiling. @op Thanks for the guide. I'll try it once I get my tab back. "Is Water Ripple Enabled" XD lazy samsung.
Click to expand...
Click to collapse
Already tried that, and another 5 methods that i saw in google, tried updating java... still not recompiling!
Anyway, when you do it for your tab... plz post your framework,

Narciso Neto said:
Already tried that, and another 5 methods that i saw in google, tried updating java... still not recompiling!
Anyway, when you do it for your tab... plz post your framework,
Click to expand...
Click to collapse
@Narciso Neto Edit: my guess is that you didn't do "apktool if twframework-res.apk".
https://www.dropbox.com/s/oli9s7lxx7h3xmo/framework-res.rar

Luigi2012SM64DS said:
@Narciso Neto Edit: my guess is that you didn't do "apktool if twframework-res.apk".
https://www.dropbox.com/s/oli9s7lxx7h3xmo/framework-res.rar
Click to expand...
Click to collapse
Yes i did, with the original framework-res.apk and with twframework-res.apk...
My guess is that have something wrong with my PC.
Thnx for the framework...
EDIT: Bootloop, --'
EDIT²: That's my .zip file that i've flashed with CWM and got Bootloop, what's wrong?
http://www.mediafire.com/?xk2t7rbgn2z1cyd

txr33 said:
I have had some people asking how to get the Samsung Ripple Lockscreen working so I thought I would add a small guide here how to do it so it can be done to any JB Samsung based ROM for both 31XX and 51XX tab 2s as has been tested on both. Tested on 4.1.2 but not on 4.1.1 but should still work
Click to expand...
Click to collapse
Hey bro thanx for tutorial.
I have a questions:
which framework-res.apk to use???
There it shows three framework
A. Framework-res.apk
B. Framework-res2.apk
C. Twframework-res.apk
And please check your pm
Sent using xda app-developers app

Narciso Neto said:
Yes i did, with the original framework-res.apk and with twframework-res.apk...
My guess is that have something wrong with my PC.
Thnx for the framework...
EDIT: Bootloop, --'
EDIT²: That's my .zip file that i've flashed with CWM and got Bootloop, what's wrong?
http://www.mediafire.com/?xk2t7rbgn2z1cyd
Click to expand...
Click to collapse
You made the android policy changes right?
Sent from my GT-P3113 using Tapatalk HD

Luigi2012SM64DS said:
You made the android policy changes right?
Sent from my GT-P3113 using Tapatalk HD
Click to expand...
Click to collapse
I really dn't know what are talking about...
anyway, what I did:
-decompiled framework-res.apk >> edited bool.xml using Notepad++
-decompiled services.jar >> replaced the file
-downloaded the zip that you uploaded
-copied META-INF folder from the original framework-res.apk to new that you uploaded
-put services.jar and framework-res.apk in the zip
-flashed using CWM...
BOOTLOOP :silly:

Sorry i mean't the services.jar not android policy.
Anyways. you did wrong. I'll upload a flashable zip once i get home. At school right now.

Luigi2012SM64DS said:
Sorry i mean't the services.jar not android policy.
Anyways. you did wrong. I'll upload a flashable zip once i get home. At school right now.
Click to expand...
Click to collapse
Thanks...
Sent from my GT-P3110 using xda app-developers app

I apologize. I uploaded this earlier but forgot to post it here. Sorry.
https://www.dropbox.com/s/hgrjy88ghqcy1io/MicroDelta-JB-4.1.2-P3110XXDMC2-JB-ripplelockscreen.zip
Heres the ripple lockscreen for MicroDelta 4.1.2. Flashable with any recovery that supports updater-script's(Every single recovery ever made for gtab2 will work.).

Luigi2012SM64DS said:
I apologize. I uploaded this earlier but forgot to post it here. Sorry.
https://www.dropbox.com/s/hgrjy88ghqcy1io/MicroDelta-JB-4.1.2-P3110XXDMC2-JB-ripplelockscreen.zip
Heres the ripple lockscreen for MicroDelta 4.1.2. Flashable with any recovery that supports updater-script's(Every single recovery ever made for gtab2 will work.).
Click to expand...
Click to collapse
uhmm, I flashed your zip via CWM and i got bootloop... AGAIN! :silly:
did you flashed this on your Tab?
EDIT: tried flashing via TWRP, but stilll giving bootloop

I didn't test it. I don't have the time. Sorry. I guess no ripple for MicroDelta.

Luigi2012SM64DS said:
I didn't test it. I don't have the time. Sorry. I guess no ripple for MicroDelta.
Click to expand...
Click to collapse
Thnx amyway.. i'll give a try on another stock based rom
Sent from my GT-P3110 using xda app-developers app

Droidlover123 said:
Hey bro thanx for tutorial.
I have a questions:
which framework-res.apk to use???
There it shows three framework
A. Framework-res.apk
B. Framework-res2.apk
C. Twframework-res.apk
And please check your pm
Sent using xda app-developers app
Click to expand...
Click to collapse
I don't know why you have framework-res2.apk as Samsung roms do not have that but you need the first one framework-res.apk
Narciso Neto said:
Thnx amyway.. i'll give a try on another stock based rom
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
Can you upload the unmodded services.jar and framework-res.apk from the rom and I will have a look at it.

txr33 said:
Can you upload the unmodded services.jar and framework-res.apk from the rom and I will have a look at it.
Click to expand...
Click to collapse
Here it is, MicroDelta's original framework-res and services.jar....
https://www.dropbox.com/s/rxi4n2pposd0a8k/framework%20files%20unmodded.zip

Narciso Neto said:
Here it is, MicroDelta's original framework-res and services.jar....
https://www.dropbox.com/s/rxi4n2pposd0a8k/framework%20files%20unmodded.zip
Click to expand...
Click to collapse
try this flash in recovery
https://www.dropbox.com/s/0325heiverhe45w/MicroDeltaRippleLock.zip

txr33 said:
try this flash in recovery
https://www.dropbox.com/s/0325heiverhe45w/MicroDeltaRippleLock.zip
Click to expand...
Click to collapse
Downloading to try... Thnx!
EDIT: it booted, but when i set the ripple lock option in settings, walpaper is blank, even after i try to set another one wallpaper...
Screenshot:
Sent from my GT-P3110 using xda app-developers app

Narciso Neto said:
Downloading to try... Thnx!
EDIT: it booted, but when i set the ripple lock option in settings, walpaper is blank, even after i try to set another one wallpaper...
Screenshot:
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
Sorry I think I must have put the wrong services.jar in. Flash this https://www.dropbox.com/s/1tuq5jgjlyzwxt0/Services.jarcwm.zip includes just the services.jar

Related

[Request] StatusBar Transparency SystemUI v20q

Hi all!
someone managed to change systemui of the Original Stock ROM v20q to insert the transparency into the "status bar"?
It seems that the systemui is different than the v20l/m/o
any ideas?
thanks
for transparency in status bar you must replace status_bar_background in framework-res.apk with this one(attached).
HIT THE THANKS BUTTON IF I HELP YOU!
RobYyY said:
for transparency in status bar you must replace status_bar_background in framework-res.apk with this one(attached).
HIT THE THANKS BUTTON IF I HELP YOU!
Click to expand...
Click to collapse
Thanks for reply but don't work
joiN85 said:
Thanks for reply but don't work
Click to expand...
Click to collapse
I'm on v20q and it is working :-??.. replace in system ui shade_bg with attached one!
RobYyY said:
I'm on v20q and it is working :-??.. replace in system ui shade_bg with attached one!
Click to expand...
Click to collapse
Please attach your systemui.apk v20q
thanks
joiN85 said:
Please attach your systemui.apk v20q
thanks
Click to expand...
Click to collapse
I modified original system ui from v20q for u! Hope it will works!
Hi guys how did you make rhis work? I tried to this the steps above and i get fc all the time and i tried to install the systemui.apk o system apps and it force closes i reboot and the notifications bar has been deleted
Sent from my LG-P990 using XDA Premium App
I've a question to this, too.
With kitchen, this doesn't work. So in which file is the transparency?
Flix123 said:
I've a question to this, too.
With kitchen, this doesn't work. So in which file is the transparency?
Click to expand...
Click to collapse
status_bar_background in framework-res.apk
No, that doesn't work.
Hey people,
I found the solution: There's not a picture that have to be modified, but an xml file.
Decompile framework-res.apk and after that SystemUI.apk and go to SystemUI/res/layout/
Then, unzip the attached file and replace status_bar_tracking.xml in layout folder with the new file and recompile SystemUI.
i wonder what im doin wrong it doesnt work for me

14 Statusbar Toggles(can be used with no deodexed Stockrom)

at first:this work IS NOT FROM ME,its from German user called Kundal.He has make it with the guide from here.I have test both of them on normal Firmware with root(no deodexed)and is worx fine.Just install with cwm,thats all.
The black one from screenshot has an little issue,when a download is working u see only the bar.the other one is like the normal grey one,but with 14 toggles.:good:
ALL CREDITS TO:Kundal:good:
Updates attached at 10 post.sorry my fail,loooool
Pretty good. And this theme black and blue where I can find it for stock rom?
i have tested both of them on no deodexed stockrom with root and both working fine.
You have the link to download this theme there? the subject of rom whole non mod. I do not like the song that comes on the stock rom. Thank you.
nope,sorry.when u mean stockrom than look for it with using searchbutton.
Ok tanks.
Working good,
Thanks to share it.
can u fix flashlight.
Sent from my GT-S6102 using Tapatalk 2
sorry,as u can see its not my work im working on it.when u found an solution before me than post please.
CALIBAN666 said:
sorry,as u can see its not my work im working on it.when u found an solution before me than post please.
Click to expand...
Click to collapse
Flashlight works if we replace systeme ui from other roms, im using it. But they should permitt.
Sent from my GT-S6102 using Tapatalk 2
CALIBAN666 said:
at first:this work IS NOT FROM ME,its from German user called Kundal.He has make it with the guide from here.I have test both of them on normal Firmware with root(no deodexed)and is worx fine.Just install with cwm,thats all.
The black one from screenshot has an little issue,when a download is working u see only the bar.the other one is like the normal grey one,but with 14 toggles.:good:
for blue icons use the other zipfile-----must work but not tested by me
ALL CREDITS TO KUNDAL!!!!!
Click to expand...
Click to collapse
To fix flashlight you need to add some lines to AndroidManifest.xml in SystemUI.apk. I tried this but it didn't work.
Afaik editing AndroidManifest.xml destroys the signature of the APK so the system doesn't except the file any longer. To get around this you'd have to resign all system apps and all jar-Files in /system/framework signed by Samsung.
It's not worth to do this for the flashlight feature. Just disable flashlight in the QuickpanelSettings App.
I personally use a version with modded lidroid-res.apk (different Icons):
The screenshot shows german icon descriptions but the provided version is in english.
If you're interested in the german version you can get it here: Lidroid 14 Statusbar Toggle Buttons German
Just replace the lidroid-res.apk in /system/framework and set permissions to rw-r--r--
vielen Dank Herr Kundal:good:
Hey op and kundal I am not here to discourage u but I made this work on stock some few months back also by deleting systemui.odex and clearing cache. Any way gr8 work. I liked the new mix toggles.
Op I think u are the one who pasted latest black play store..
Am w8ing for transparent 1 & black works gr8..
If u are good in smalli can u plz help me.. I need help...
By d way u have sgy or sgy duos??
Sent from my GT-S6102 using xda app-developers app
samsoul16 said:
Hey op and kundal I am not here to discourage u but I made this work on stock some few months back also by deleting systemui.odex and clearing cache. Any way gr8 work. I liked the new mix toggles.
Op I think u are the one who pasted latest black play store..
Am w8ing for transparent 1 & black works gr8..
If u are good in smalli can u plz help me.. I need help...
By d way u have sgy or sgy duos??
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
i have both ones,but for trans.i need help too,lol
CALIBAN666 said:
i have both ones,but for trans.i need help too,lol
Click to expand...
Click to collapse
If u want transparent one I can share. See this.
This is mine current jb statusbar with swipe to remove,15 toggles and working flashlight.. I want to make settings shortcut work. Can u help me...
Sent from my GT-S6102 using xda app-developers app
CALIBAN666 said:
i have both ones,but for trans.i need help too,lol
Click to expand...
Click to collapse
Want u want transparent tell me. Maybe I can help u. I am not pro in theming but I am good...
Sent from my GT-S6102 using xda app-developers app
Kundal said:
To fix flashlight you need to add some lines to AndroidManifest.xml in SystemUI.apk. I tried this but it didn't work.
Afaik editing AndroidManifest.xml destroys the signature of the APK so the system doesn't except the file any longer. To get around this you'd have to resign all system apps and all jar-Files in /system/framework signed by Samsung.
It's not worth to do this for the flashlight feature. Just disable flashlight in the QuickpanelSettings App.
I personally use a version with modded lidroid-res.apk (different Icons):
The screenshot shows german icon descriptions but the provided version is in english.
If you're interested in the german version you can get it here: Lidroid 14 Statusbar Toggle Buttons German
Just replace the lidroid-res.apk in /system/framework and set permissions to rw-r--r--
Click to expand...
Click to collapse
Hey wil this lidroid-res work on sgy, my bro hv this phone.
Sent from my GT-S6102 using Tapatalk 2
Hey wil this lidroid-res work on sgy, my bro hv this phone.
Click to expand...
Click to collapse
Yes, it should also work on sgy.
Can u plz add swipe to remove in it?
Thnx in adv
Sent from my GT-S6102 using xda premium
CALIBAN666 said:
CALIBAN666 said:
at first:this work IS NOT FROM ME,its from German user called Kundal.He has make it with the guide from here.I have test both of them on normal Firmware with root(no deodexed)and is worx fine.Just install with cwm,thats all.
The black one from screenshot has an little issue,when a download is working u see only the bar.the other one is like the normal grey one,but with 14 toggles.:good:
for blue icons use the other zipfile-----must work but not tested by me
ALL CREDITS TO KUNDAL!!!!!
Click to expand...
Click to collapse
Kundal said:
To fix flashlight you need to add some lines to AndroidManifest.xml in SystemUI.apk. I tried this but it didn't work.
Afaik editing AndroidManifest.xml destroys the signature of the APK so the system doesn't except the file any longer. To get around this you'd have to resign all system apps and all jar-Files in /system/framework signed by Samsung.
It's not worth to do this for the flashlight feature. Just disable flashlight in the QuickpanelSettings App.
I personally use a version with modded lidroid-res.apk (different Icons):
The screenshot shows german icon descriptions but the provided version is in english.
If you're interested in the german version you can get it here: Lidroid 14 Statusbar Toggle Buttons German
Just replace the lidroid-res.apk in /system/framework and set permissions to rw-r--r--
Click to expand...
Click to collapse
Nice work.but can't flash both lidroid-res.apk in cwm. shows erorr installation aborted,pls fix it
Click to expand...
Click to collapse

[4.4]Lockscreen Handle Flashable Theming Template

Just wanted to share my Lockscreen Handle theme flashable zip template (using the VRTheme method) that is compatible with 4.4 KitKat ROMs.
The purpose of this zip is to use as a base for updating your favorite lockscreen handle themes from previous Android versions (they are available throughout these forums) to be compatible with your 4.4 ROMs.
For the sake of time, I won't list out detailed instructions on how to use this template to update the old themes, but I'm definitely willing to just update them for you if you want to post a link to it (time-willing, of course).
General Usage Instructions
* Download the zip file: Lockscreen Handle Flashable Zip Template
* Unzip it, as well as your favorite lockscreen theme from an older Android version
* Within the vrtheme/system/framework/framework-res and vrtheme/system/priv-app/Keyguard folders, overwrite the respective pngs with the pngs from your old theme zip. NOTE: In your old zip, all of these pngs will be in the framework-res folder...so you'll need to note the png names in each of the sub-directories within the vrtheme folder of the 4.4 template and copy the old version pngs to every folder in the new template that they appear.
* Re-zip the template
* Flash with TWRP/CWM
* Reboot
* Enjoy your new lockscreen!
Credits
@seshmaru for the VRTheme zip base
Thank You) Searched only in framework-res, gave nothing. Replaced in Keyguard.apk and it works
Do you know how to replace the lock screen wallpaper in kk?
Sent from my HTCONE using Tapatalk
How can I change the colour of the clock on lockscreen?
olorolo said:
Do you know how to replace the lock screen wallpaper in kk?
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
I think in KK the wallpaper can only be set in Display settings...which means it's probably somewhere in the frameworks/base source code......which means that there's no way to do it using Vrtheme.
mitchellreece said:
How can I change the colour of the clock on lockscreen?
Click to expand...
Click to collapse
Not through Vrtheme...you'd have to decompile either Keyguard.apk or framework-res.apk and modify the styles.xml and/or the colors.xml in the values/ folder.
CPA Poke said:
I think in KK the wallpaper can only be set in Display settings...which means it's probably somewhere in the frameworks/base source code......which means that there's no way to do it using Vrtheme.
Not through Vrtheme...you'd have to decompile either Keyguard.apk or framework-res.apk and modify the styles.xml and/or the colors.xml in the values/ folder.
Click to expand...
Click to collapse
Thanks for that info!
Sent from my MT11i
mitchellreece said:
Thanks for that info!
Sent from my MT11i
Click to expand...
Click to collapse
If you want to send me your framework-res.apk and Keyguard.apk I can probably change the text for you?
CPA Poke said:
If you want to send me your framework-res.apk and Keyguard.apk I can probably change the text for you?
Click to expand...
Click to collapse
No probs, that's easy stuff for me thanks though
Sent from my GT-P3110 using Tapatalk
this template will only work on aosp and not sense correct? can you make one for sense kk also?

Framework-res.apk for touchwiz revolutionised cm9 with navigation bar size 24dip

Got big navigation bar[height] in Touchwiz Revolutionised 5 Rom...
here i bring suitable Navibar Framework app...
Instructions:
Download apk..
load it to sdcard..
copy apk to System folder[use any file manager which can do this]..
now change the permissions to rw-r--r--[as that of other apks]..
move apk to framework folder..
reboot..
now enable navigation bar by adding " qemu.hw.mainkeys=0 "[without quotations] in build.prop file..
Reboot again..
done:good:
for version4.4,check post number #3..
Credits:
arpitkh96[For awesome rom]
Venkatesh[for guiding me]
Myself
Press "Thanks" if you like my work...
the above framework is for v4..
here is the framework apk with 20dip navigation bar for v4.4 rom..
follow same instructions mentioned in #1 post..
press thanks if you like my work...
Will it work on any ICS?
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
intelprakash said:
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
Click to expand...
Click to collapse
I think it wont work for the rom which you specified..[i am not sure]..
yea directly if you paste it in framework folder...previous framework of rom will be replaced which makes phone not to boot[reason:as permissions are not set correctly]..
so first paste it in System folder,change permissions and then move apk to framework folder.. reboot enjoy..
Press Thanks if i helped you..
intelprakash said:
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
Click to expand...
Click to collapse
naresh babu said:
I think it wont work for the rom which you specified..[i am not sure]..
yea directly if you paste it in framework folder...previous framework of rom will be replaced which makes phone not to boot[reason:as permissions are not set correctly]..
so first paste it in System folder,change permissions and then move apk to framework folder.. reboot enjoy..
Press Thanks if i helped you..
Click to expand...
Click to collapse
It'll work..but it'll contain tw files in it...it is a bad idea to paste directly....create a flashable package, nd flash it via recovery. naresh why don't you create flashable zip for it? Btw i am using 18dip...it is good too.
Venkatesh said:
It'll work..but it'll contain tw files in it...it is a bad idea to paste directly....create a flashable package, nd flash it via recovery. naresh why don't you create flashable zip for it? Btw i am using 18dip...it is good too.
Click to expand...
Click to collapse
Yea 18dip looks better for mini.. okay i will try to release flashable zip..thanks for the suggestions..:good:
Looks like you are compressing it more.it may effect the performance and battery
Sent from my GT-S5570 using XDA Premium 4 mobile app
arpitkh96 said:
Looks like you are compressing it more.it may effect the performance and battery
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I dont know after decompiling and compiling it again ,apk got compressed..
Performance is not bad it is running better in my phone..
and its Awesome rom from you..

Guide How To remove SD Card Notification Tab S Deodexed

Guide How To remove SD Card Notification Tab S Deodexed. This should work on all variants of the Tab S, but you all will have to test and advise!!!
You must know how to decompile and compile APK's. If your not sure how to do this search for it and learn.
1. First grab your SystemUI.apk from system/privapp.
2. Decompile SystemUI.apk
3. Go to your decompiled folder "SystemUI".
4. Go to SystemUI\smali\com\android\systemui\usb.
5. Delete the following smali files:
StorageNotification$1.smali
StorageNotification$2.smali
StorageNotification$3.smali
StorageNotification$MediaStorageNotificationLocale.smali
StorageNotification$MediaStorageNotificationEventListener$1.smali
StorageNotification$MediaStorageNotificationEventListener$2.smali
StorageNotification$MediaStorageNotificationEventListener.smali
StorageNotification$MediaStorageNotificationHandler.smali
StorageNotification.smali
6. Replace with the smali files from my zip:
Download: Remove SD Card Notification Tab S smali files
7. Compile SystemUI.apk and replace the stock one in system/privapp
Here is a flashable zip
Download: SystemUI-Remove-SD-Card_Notification-Zip
Enjoy!!!!
Please Hit Thanks
Please feel free to use this in your Rom as long as you give proper credit!!!!
More awesomeness!
Thanks bro!
Ur are becoming a smali god in ur own right
Sent from my SCH-I545 using Xparent BlueTapatalk 2
Nice work but can you upload the modified systemui.apk?
Sent from my SM-T805 using XDA Free mobile app
Done
aitzo said:
Nice work but can you upload the modified systemui.apk?
Sent from my SM-T805 using XDA Free mobile app
Click to expand...
Click to collapse
Done. I put a flashable zip in the OP.
Thx, really appreciate the effort.
PS. Your T700 file worked fine on my T805 even though there was a 2 MB size difference. Had do make a backup beforehand...
Sent from my SM-T805 using XDA Free mobile app
Sorry to thread jack... but I see that your tab is themed... I'm was looking around how to do that but can't find any.... is their like a general thread for all android devices or did you develop it your self... also thanks for the zip.
Theme
AV1d said:
Sorry to thread jack... but I see that your tab is themed... I'm was looking around how to do that but can't find any.... is their like a general thread for all android devices or did you develop it your self... also thanks for the zip.
Click to expand...
Click to collapse
I did the theming myself.
You have to decompile several system apps, theme and compile. A very long and tedious process.
EMSpilot said:
I did the theming myself.
You have to decompile several system apps, theme and compile. A very long and tedious process.
Click to expand...
Click to collapse
Well... is it the system ui apk?
I want to know more about this because I have an s5 and I love the allbackblack theme. Is their any thread that talks about this in more detail?
very nice theme. thumb up.
So i have no idea how to decompile and recompile apps and i would really like to make the sd card notification dissappear is there any way you can make a flashable for the t800 i would greatly appreciate it. I have tried countless times to try and recompile the apk and cant do it. Not quite skilled enough. If not im always up for sucgestions
Powerplayer1025 said:
So i have no idea how to decompile and recompile apps and i would really like to make the sd card notification dissappear is there any way you can make a flashable for the t800 i would greatly appreciate it. I have tried countless times to try and recompile the apk and cant do it. Not quite skilled enough. If not im always up for sucgestions
Click to expand...
Click to collapse
Put up a link to your SystemUI.apk
http://www.mediafire.com/download/9kdo1sw858ovre3/SystemUI.apk this is for the t800 series
EMSpilot said:
Put up a link to your SystemUI.apk
Click to expand...
Click to collapse
If you could also do 1 for me, would appreciate it…
Below is my SystemUI.apk
https://www.dropbox.com/s/aa51pe65sw34tqm/SystemUI.apk?dl=0
T800 Remove SD Card
Powerplayer1025 said:
http://www.mediafire.com/download/9kdo1sw858ovre3/SystemUI.apk this is for the t800 series
Click to expand...
Click to collapse
Here you go: http://d-h.st/p3hm
RichPLS said:
If you could also do 1 for me, would appreciate it…
Below is my SystemUI.apk
https://www.dropbox.com/s/aa51pe65sw34tqm/SystemUI.apk?dl=0
Click to expand...
Click to collapse
What Tab S do you have?
Thanks so much I'm going to try it right now I really do appreciate you doing that for me
This does not work on T805, I checked it an got systemUI FC all the time, no change to enter system, had to flash ROM again !
Regards
SD Card
j1gga84 said:
This does not work on T805, I checked it an got systemUI FC all the time, no change to enter system, had to flash ROM again !
Regards
Click to expand...
Click to collapse
Did you mod your SystemUI.apk or just flash the T700 SystemUI in my OP? You must mod your SystemUI.apk. A T700 SystemUI.apk will not run on any other tablet.
Post a link to your deodexed SystemUI.apk and I can mod it for you.
EMSpilot said:
Did you mod your SystemUI.apk or just flash the T700 SystemUI in my OP? You must mod your SystemUI.apk. A T700 SystemUI.apk will not run on any other tablet.
Post a link to your deodexed SystemUI.apk and I can mod it for you.
Click to expand...
Click to collapse
First of all: my ROM (NH1) is odexed because it is only debloated Stock ROM so also SystemUI.apk is odexed.. What can I do to provide it to you?
Regards
Sent from my GT-I9100 using german Tapatalk 4

Categories

Resources