LITTLE TUTORIAL for make mod
Long Menu Press to Kill App (GT-I9500 - GT-I9505)
TOOLS YOU NEED
- AutoSmali JB by Arrow
Download here: http://depositfiles.org/files/1rtjta7k3
- Notepad++
Download here: http://notepad-plus-plus.org/download/v6.4.2.html
- 7-zip
Download here: http://www.7-zip.org/
STEPS
1 - You need to extract to folder AutoSmali from system/framework file android.policy.jar file
2 - Open android.policy.jar with 7-zip
3 - Extract classes.dex from it and copy to folder AutoSmali
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4 - Decompile using baksmali.bat
5- Make changes
5 - Recompile using smali.bat
CODES
* Go to: com/android/internal/policy/impl/PhoneWindowManager.smali
* Open with Notepad++ file PhoneWindowManager.smali
* Find this line:
Code:
.line 971
[COLOR="Blue"]new-instance v0, Lcom/android/internal/policy/impl/PhoneWindowManager$4;
invoke-direct {v0, p0}, Lcom/android/internal/policy/impl/PhoneWindowManager$4;-><init>(Lcom/android/internal/policy/impl/PhoneWindowManager;)V[/COLOR]
iput-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mMenuLongPress:Ljava/lang/Runnable;
* and change for this:
Code:
.line 971
[COLOR="Red"]new-instance v0, Lcom/android/internal/policy/impl/PhoneWindowManager$MenuLongPress;
invoke-direct {v0, p0}, Lcom/android/internal/policy/impl/PhoneWindowManager$MenuLongPress;-><init>(Lcom/android/internal/policy/impl/PhoneWindowManager;)V[/COLOR]
iput-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mMenuLongPress:Ljava/lang/Runnable;
* Save and close Notepad++
* For last, download this file: http://depositfiles.org/files/pk910w4bj
copy file PhoneWindowManager$MenuLongPress to com/android/internal/policy/impl/
Recompile android.policy.jar using smali commands and it's done!
THANKS
* Cristiano Matos
* schmittx
* ALL Developers
Or just flash the latest free 3minit framework via CWM
Sent from my GT-I9505 using xda premium
Most Omega builds have this. Plus they have a flashable zip for this in Omega Files app. The only reason I stick to the ROM.
Would be nice to set ms delay.
Thanks my friend i was look in for this tutorial
Crash 1976 said:
Thanks my friend i was look in for this tutorial
Click to expand...
Click to collapse
for nothing brother!
regards!
Hi Arrow
How to make it With Long Back Press ?
Sent from my GT-I9500 using Tapatalk 4 Beta
AL_IRAQI said:
Hi Arrow
How to make it With Long Back Press ?
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
i try friend
regards
» Arrow « said:
i try friend
regards
Click to expand...
Click to collapse
I hope this help you
https://github.com/Mirkoddd/android.policy.jar/commit/82c4c23e8c9a75682b9498ed125f806e8b2a6584#L0L-1
Sent from my GT-I9500 using Tapatalk 4 Beta
AL_IRAQI said:
I hope this help you
https://github.com/Mirkoddd/android.policy.jar/commit/82c4c23e8c9a75682b9498ed125f806e8b2a6584#L0L-1
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
thanks! :good:
i check this codes
PLEEEAAAAASSEE can someone help me get this mod working on my GE ROM by NULL_ ? Iv modded the android.policy file replacing phonewindowmanager#4 as well as phonewindowmanager#9 so it calls this script as well as trying another script called Phonewindowmanager#KillConcept from another guide. Altogether Iv tried three different scripts but the back button does nothing.!!
Can anyone PLEASE tell me how to get it working??
The Null_ ROM had Xposed module installed by default - I disabled it then uninstalled it.
I have no idea why the script is not being called when the menu button is held. Perhaps its not compatible with Google ROMs?
iam_Ibz said:
PLEEEAAAAASSEE can someone help me get this mod working on my GE ROM by NULL_ ? Iv modded the android.policy file replacing phonewindowmanager#4 as well as phonewindowmanager#9 so it calls this script as well as trying another script called Phonewindowmanager#KillConcept from another guide. Altogether Iv tried three different scripts but the back button does nothing.!!
Can anyone PLEASE tell me how to get it working??
The Null_ ROM had Xposed module installed by default - I disabled it then uninstalled it.
I have no idea why the script is not being called when the menu button is held. Perhaps its not compatible with Google ROMs?
Click to expand...
Click to collapse
im not try in GE roms, remember Android JB 4.3 is different, this tutorial is try in 4.2.2
regards
Android GEs 4.2.2 is what I'm on about, sorry for not specifying. 4.3 can't even be rooted properly yet. Nobody wants to modify that Lol. Can u please help me with my 4.2.2 Google Edition rom?
iam_Ibz said:
Android GEs 4.2.2 is what I'm on about, sorry for not specifying. 4.3 can't even be rooted properly yet. Nobody wants to modify that Lol. Can u please help me with my 4.2.2 Google Edition rom?
Click to expand...
Click to collapse
ok
yes, sendme android.policy.jar file and i make mod for you
regards
» Arrow « said:
ok
yes, sendme android.policy.jar file and i make mod for you
regards
Click to expand...
Click to collapse
Thank you!!!
iam_Ibz said:
Thank you!!!
Click to expand...
Click to collapse
try this
regards
Nope! Not working Iv done it three times with three different scripts.
Which function did u replace?
Iv tried PhoneWindowManager.smali#3, #4 and #9. It seems nothing is calling them! Or something is overriding their call. Any idea??
I'm on the Null_05 ROM its a GE 4.2.2 modded. It comes with Xposed installed but Iv uninstalled it have the default app_process file.
I'm also using Nova Launcher and I don't have the default launcher installed.
Thank u again.
iam_Ibz said:
Nope! Not working Iv done it three times with three different scripts.
Which function did u replace?
Iv tried PhoneWindowManager.smali#3, #4 and #9. It seems nothing is calling them! Or something is overriding their call. Any idea??
I'm on the Null_05 ROM its a GE 4.2.2 modded. It comes with Xposed installed but Iv uninstalled it have the default app_process file.
I'm also using Nova Launcher and I don't have the default launcher installed.
Thank u again.
Click to expand...
Click to collapse
ok, im study 4.3 code, maybe is different
regards
» Arrow « said:
ok, im study 4.3 code, maybe is different
regards
Click to expand...
Click to collapse
Arrow, can you please make the mod without the whitelisted apps? thank you!!
Edit: I managed to do it myself thanks to your guide!! thank you!
I'm on stock pre-rooted MH8 (odexed) and the only thing I find when I open the android.policy.jar is the META.INF folder. Nothing else.
Guess I can't do this with odexed rom :crying:
Can someone please upload PhoneWindowManager$MenuLongPress file to here, I can't download from that server
Thanks in advance
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
How to install:
Flash in recovery and delete systemui.odex in system/app folder.
Note: doesn´t work brightness adjustment sliding on the notification bar.
Enjoy it :good:
Thanks to grgsiocl
Very thanks yocasta!!!
This comes as rain in May
never say I will not drink of this water
XDDDD
thanks, works fine !
In order to have a user-friendlyer install, you should delete the systemui.odex in the script (I don't if it's possible).
Will the work on stock lrg?
Sent from my GT-N7000 using xda premium
maskerwsk said:
Will the work on stock lrg?
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Yes, but needs root.
:good:
Flashed it and it doesnt work.
Deleting the .Odex file Made systemui crash.
I have themed alot of my status bar but wouldnt think that would affect it.
Does it install the quick panel settings.apk aswell? If it should then that was missing
Sent from my GT-N7000 using xda premium
yocasta said:
Yes, but needs root.
:good:
Click to expand...
Click to collapse
i am just wondering are you sure this mod has been shared by the criskelo...why i am saying let me explain first!
1. I ported the 15 toggles mod from s3 which was done by the wannam
2, I forgotten to remove the hamster string in the code which displays "wanam lite ROM" when you click reboot, that is present in this toggle mod as well... and i am sure criskelo wont do that, becuase he himself is a developer who has written the 15 toggles code from scratch after another developer rejecting his request to use the 15 toggles mod!
3. Criskelo would have been surely removed the hamster string i.e, which i dont find it been removed!
<string name="hamster">WanamLite ROM</string>
so please confirm whether is it really been shared by the criskelo! Still no offence just request for clarification!
maskerwsk said:
Flashed it and it doesnt work.
Deleting the .Odex file Made systemui crash.
I have themed alot of my status bar but wouldnt think that would affect it.
Does it install the quick panel settings.apk aswell? If it should then that was missing
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Try to re-flash after deleting the odex file, it works for me.
grgsiocl said:
i am just wondering are you sure this mod has been shared by the criskelo...why i am saying let me explain first!
1. I ported the 15 toggles mod from s3 which was done by the wannam
2, I forgotten to remove the hamster string in the code which displays "wanam lite ROM" when you click reboot, that is present in this toggle mod as well... and i am sure criskelo wont do that, becuase he himself is a developer who has written the 15 toggles code from scratch after another developer rejecting his request to use the 15 toggles mod!
3. Criskelo would have been surely removed the hamster string i.e, which i dont find it been removed!
<string name="hamster">WanamLite ROM</string>
so please confirm whether is it really been shared by the criskelo! Still no offence just request for clarification!
Click to expand...
Click to collapse
No ofence :good:
I can´t tell you that... because I don´t know.
I found it on another forum and when I flashed it reads in recovery "criskelo", then I assumed that this mod it´s done by him.
If the author is another dev I must apologize to him.
It´s grgsiocl
who portet it to the 4.0.4
yocasta said:
Try to re-flash after deleting the odex file, it works for Me
Click to expand...
Click to collapse
I did try this but no luck. Ill push files manually an see if that works
Sent from my GT-N7000 using xda premium
Chrack said:
It´s grgsiocl
who portet it to the 4.0.4
Click to expand...
Click to collapse
Thanks for the info, edited first post.
yocasta said:
Try to re-flash after deleting the odex file, it works for me.
No ofence :good:
I can´t tell you that... because I don´t know.
I found it on another forum and when I flashed it reads in recovery "criskelo", then I assumed that this mod it´s done by him.
If the author is another dev I must apologize to him.
Click to expand...
Click to collapse
thank you, but that script is prepared by me for flashing my own mod to the criskelo roms...no worries and I have great respect to all the developers around here and without any doubt, I have learned lot from them
Works great. I flashed via cmw after reboot. I got FC and notification bar didnt start. I used root explore and deleted it systemui. odex and reboot it works perfectly.
Sent from my GT-N7000 using Tapatalk 2
No problems here using LRG and CF-Root 5.6. I cannot delete systemui.odex in File Explorer, so, I use ADB
is it possible to make it in ics-blue?
yocasta said:
delete systemui.odex in system/app folder.
Click to expand...
Click to collapse
I haven't got any file named systemui.odex?
I can confirm it works (after deletion of systemui.odex)
It broke my bluetooth however, and I'm feeling stupid I didn't backup first.
Is there a fix for bluetooth? Or can anyone post the original LRG systemui?
<edit>never mind about the blue tooth. I installed Goku kernel at the same time. So....the 15 toggle works great
Duckboot said:
I haven't got any file named systemui.odex?
Click to expand...
Click to collapse
Bump. What to do?
I'm on CleaNote 3.
I tried to flash it a couple of times, with no luck. Nothing got changed, and none of the files from the zip got written to /system/app/.
Sent from my GT-N7000 using xda app-developers app
Is it working with LR2? I heard most of the mods are made for "XX" region. LR2 is "DX" region. Would appreciate confirmation.
Duckboot said:
Bump. What to do?
I'm on CleaNote 3.
I tried to flash it a couple of times, with no luck. Nothing got changed, and none of the files from the zip got written to /system/app/.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Same here :crying:
........Team Inferno Proudly Present.........
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I take no credit for actually making the apks but rather scouting the internet for the files for the packages. Thanks
Cm-10 Add-on pack.
Code:
[B][COLOR="Red"][SIZE="3"]#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/[/SIZE][/COLOR][/B]
Whats Included:
Inverted gapps
inverted MMS with Pop up
smooth scroll
inverted contacts
Installation
Download the add-on
Place on sd card
Flash
reboot and ENJOY!
Archangel - Team Founder (Co-Founder with Saranhai)
...Awesome... - Team Leader, Kernel and ROM Developer
Saranhai - Lead Developer, Co-founder
Inspiredbyhtc - Developer
Synthetic.Nightmare - Developer
Madflapjack - Samsung Developer with Saranhai
Hasoon2000 - Toolkit expert/Developer
ToryHeal - Developer, Lead Graphics Designer
blahbl4hblah - Developer
NickMcMinn60 - Developer
Srivers33 - Official App Maintainer
SMOOTH SCROLL MOD_PA Only
http://www.dragunkorr.com/toryheal.html
ScrollMOD_CM10
http://www.dragunkorr.com/toryheal.html
ScrollMOD_AOKP
http://www.dragunkorr.com/toryheal.html
Inverted_GAPPS.zip
http://www.dragunkorr.com/toryheal.html
Thanks:
TunSD for some inverted apks <-----http://forum.xda-developers.com/showthread.php?p=30401050
Others for the other apks(don't remember everyone)
Awesombeats
Please Hit Awesome's Thanks Button
THIS MOD WAS MADE BY ...AWESOME... FOUND HERE (CLICKME)
Flashing this will not mess up your other Equalizers!!
V.1
Had a bunch of FC for alot of devices
v.2
Fixed the FC issue
v.3
Added MUSICFX so settings work for CM9
Added Awesome Control Panel
Re-built Awesome BEATS
Download: AwesomeBEATS™ v.3
Just FLASH and enjoy!!
Make sure to change in SETTINGS/SOUND/MUSIC EFFECTS to AWESOME BEATS.
Confirmed Devices working:
MyTouch 4G
Desire HD
Desire S
Inspire 4G
Desire
GalaxyTab Plus
Sensation
Amaze 4G
Galaxy S2
Nexus
SSIII
SSII
SI
Sensation XL
Droid Incredible @
Evo3d
Moto XOOM
EvoLTE[
DOWNLOAD: http://www.androtransfer.com/get.php?p=teaminferno/T420/AwesomeBEATSv3.zip
SMOOTHCROLL MOD
Guide by espaciosalter20 Hit His Thanks Button!!
http://forum.xda-developers.com/showthread.php?p=30985432 <------original forum
Here is the step-by-step (on windows):
1. Extract the baksmali/smali tool to a new folder and put the framework.jar in same folder.
2. Run baksmali manager.bat.
3. Select framework.jar by pressing 4 -> 2 in main menu.
4. Press 1 to Baksmali the framework.jar.
5. Make it sure that new 'framework' folder is created and files inside it. (Don't close the baksmali manager window yet!)
6. Open the framework/android/widget/AbsListView.smali with notepad++.
7. Search for ".method private createScrollingCache"
(change red value to green value)
.prologue
const/4 v1, 0x1 0x0
8. Search for ".method private initAbsListView"
(change red value to green value)
.line 808
invoke-virtual {p0, v1v2}, Landroid/widget/AbsListView;->setScrollingCacheEnabled(Z)V
9. Search for ".method public setScrollingCacheEnabled (Z)"
(change red value to green value)
.registers 3
.parameter "enabled"disabled
10. Save the file and close notepad++
11. Come back to baksmali manager window.
12. Press 2 to smali
13. After smali, it will appear a "classes.dex" file on your baksmali/smali folder.
14. Open framework.jar with Winzip, Winrar, 7zip or your prefered compress tool
15. Drag and Drop the new classes.dex into framework.jar and replace the old one.
16. Put modified framework.jar to your phone's sdcard.
17. Copy that file to /system/framework and replace original one.
18. Give proper permissions (rw-r--r--) or (644) or (tick Read: owner, group, others / Write: owner)
19. Restart your phone and enjoy!!!
lookin' sweet!
Your on a roll
Sent from my Acme TB02 using Tapatalk 2
toryheal said:
........Team Inferno Proudly Present.............
Could this modification, since it includes inverted gapps, mean on a fresh install of CM9/10, I could just use this package rather than the standard JBapps7/26.zip? or would it still be recommended to install that first, reboot and let phone settle and then go back into recovery and flash this package?
Click to expand...
Click to collapse
kypeth said:
toryheal said:
........Team Inferno Proudly Present.............
Could this modification, since it includes inverted gapps, mean on a fresh install of CM9/10, I could just use this package rather than the standard JBapps7/26.zip? or would it still be recommended to install that first, reboot and let phone settle and then go back into recovery and flash this package?
Click to expand...
Click to collapse
Nope I used it on a fresh install instead of the regular gapps and I have absolutely no problems Let me know if you run into any problems..
Click to expand...
Click to collapse
toryheal said:
kypeth said:
Nope I used it on a fresh install instead of the regular gapps and I have absolutely no problems Let me know if you run into any problems..
Click to expand...
Click to collapse
I want everything included in the package besides the navbar mod, please tell me it is able to be toggled, I am entirely against a second set of touch buttons.
Can the navbar be removed or toggled?
Click to expand...
Click to collapse
kypeth said:
toryheal said:
I want everything included in the package besides the navbar mod, please tell me it is able to be toggled, I am entirely against a second set of touch buttons.
Can the navbar be removed or toggled?
Click to expand...
Click to collapse
Yes I will make one that is without the nav bar.
Click to expand...
Click to collapse
toryheal said:
kypeth said:
Yes I will make one that is without the nav bar.
Click to expand...
Click to collapse
thank you very much, I bestow upon you my greatest appreciation. Looking forward to installing your theme when the package is updated.
Click to expand...
Click to collapse
kypeth said:
toryheal said:
thank you very much, I bestow upon you my greatest appreciation. Looking forward to installing your theme when the package is updated.
Click to expand...
Click to collapse
Uploading now.... 1 Min
Click to expand...
Click to collapse
toryheal said:
kypeth said:
Uploading now.... 1 Min
Click to expand...
Click to collapse
thanks greatly, downloading now.
Click to expand...
Click to collapse
OP updated with Add-on WITHOUT Nav Bar.
Can you guys create an add on pack for pyromod cm9 or just make a flashable Navbar for cm9
Sent from my Sensation 4G Pyromod With Beats Audio
Anti hero said:
Can you guys create an add on pack for pyromod cm9 or just make a flashable Navbar for cm9
Sent from my Sensation 4G Pyromod With Beats Audio
Click to expand...
Click to collapse
Yes I can. Give me just a second.
Can we get some screenshots when you have time? Thanks
Jiggs82 said:
Can we get some screenshots when you have time? Thanks
Click to expand...
Click to collapse
I am compiling the framework for the prior request and then going to bed. I will update SS in the morning. If someone can do it and post them I will ad them to OP when I get up.
toryheal said:
I am compiling the framework for the prior request and then going to bed. I will update SS in the morning. If someone can do it and post them I will ad them to OP when I get up.
Click to expand...
Click to collapse
Ok cool and another thing i noticed the mms app is the older version with the pop up that takes you the mms app instead of just popping up lol maybe you can update it the latest version with the fixes
Jiggs82 said:
Ok cool and another thing i noticed the mms app is the older version with the pop up that takes you the mms app instead of just popping up lol maybe you can update it the latest version with the fixes
Click to expand...
Click to collapse
EDIT** actually it isn't mine isn't opening the messaging app it just has the pop up
@tory **** sweeeeet!! Dude ty. Been wanting that forever!
Sent from my Sensation 4G Pyromod With Beats Audio
Hi to all.
Finally I present my first theme for N9005.
I hope you will remember the themes I have done for N7100.
Making backups before each flash.
I am not responsible for any damage to your device.
The installation of the Theme is at your own risk.
However, the flash procedure is always performed
at least three times with a day of testing.
FOLLOW THE INSTRUCTIONS PROVIDED BELOW
Click to expand...
Click to collapse
Theme BW&W.
This theme has an elegant and minimal graphics and is made to enhance the quality of AMOLED devices and less consumption than other normal subjects.
Relase V-1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Relase V-2
Click to expand...
Click to collapse
Relase V-3
Click to expand...
Click to collapse
APK MODDED :
================================
Framework-res
SystemUI
SecPhone
SecContacts
SecSettings
G_Maps
Gmail
SBrowser
TW
SecEmail
AccuWeather
SecCamera
================================
Other Apk
================================
Google+
Google search
Chrome
Play
Youtube
Click to expand...
Click to collapse
NEW APK RELASE V-2
======================================
SamsungIME
SecCalculator
Splanner
Click to expand...
Click to collapse
NEW APK ADD RELASE V-3
==========================================
SecMyFiles2
FlashBarService
SecGallery2013
Click to expand...
Click to collapse
New updates coming soon with many new features...!!!!!!!!!!
DOWNLOAD LINK :
BW&W_N9005-V3 By_c0rsaro 16-11-13 XXUMBI7 & XXUMBJ3 Deodex and XXUBMI7 Odex (-Tested-)
http://dfiles.eu/files/ns4zlvyym?redirect
MD5 :c5aa558c4c314017050dff0dc06ce0b1
=================================================================
BW&W N9005-V3 By_c0rsaro 16-11-13 MJ6-MJ7-DMK2 (-Tested-) DEODEX
http://dfiles.eu/files/k603lf5a9?redirect
MD5 : 864e4b166ac0bfffbf9cfd725dda1699
=================================================================
BW&W N9005-V3 By_c0rsaro 16-11-13 MJ6-MJ7-DMK2 (-Tested-) ODEXED
http://dfiles.eu/files/9ko46sxkr?redirect
MD5 : 4b443ae2d61571de76b5d569725ac927
ON JOB FOR OTHER BASE
WORKING AND TESTED ON ECHOE ROM --- OMEGA ROM ---
The theme is 80 % complete. At the moment there are 1000 png and file modified and working on images require time. Now working on ......
Next Apk :
Clock Package
Root explorer
Ohter apk
Etc etc...
Click to expand...
Click to collapse
Requirement
NOTE 3
Samsung TW based firmware only
Rooted
Deodexed ( Only )
For N9005 and all snapdragon device ( Recovery Flashable "CWM Recovery" )
Click to expand...
Click to collapse
How to Install
Copy the Theme to Internal/Sd Card
Wipe cache
Wipe dalvik
Install Theme
Reboot
Enjoy
Click to expand...
Click to collapse
Thanks to :
@Soloilmeglio
@Xentrix
@Apachi
@Xda
@Villaintheme metod
sorry if I forgot someone.
please write in private and I add
Click to expand...
Click to collapse
Other graphic mod
Flash this file for make back menu totaly black
https://copy.com/IRI9niac0Cbg
Statusbar all black mi7-mj3-mj6-mj7
http://dfiles.eu/files/sscqebx63
reserved 2
Reserved 3
Wo thxx buddy
But should this work in n900....?
Sent from my SM-N900 using XDA Premium 4 mobile app
Ffor the moment no…
Thanks anyway
Bestifonino N9005
amazing!!! is there anyway to install this without having to require a recovery? because i am using Root de la Vega and i dont wanna trip my Knox flag yet...
Nice!. Thanks for sharing. Amazing work.
Ather said:
amazing!!! is there anyway to install this without having to require a recovery? because i am using Root de la Vega and i dont wanna trip my Knox flag yet...
Click to expand...
Click to collapse
It could be done in another way, going to replace the whole apk instead of the sun modify parts. He would not just be more universal.
Tomorrow I will upload the apk modified with related guide for who get root de la vega
Bestifonino N9005
D.O.C said:
Nice!. Thanks for sharing. Amazing work.
Click to expand...
Click to collapse
I will also enter stencil notification in short notice as you suggested me
Bestifonino N9005
thank you!
Nice work ?
Gesendet von meinem SM-N9005 mit Tapatalk
Having an issue when I apply this theme. Happens when I drag the status bar out...
Any ideas??
Did you happen to xposed or did you systemui modded?
You n9005?
Bestifonino N9005
c0rsaro381 said:
Did you happen to xposed or did you systemui modded?
You n9005?
Bestifonino N9005
Click to expand...
Click to collapse
Ah, well I'm running a custom rom, Echoe v.2. I'm no expert but I do think it has xposed on it...
Flash this. Let me know if system.
https://copy.com/pBhYY
Bestifonino N9005
c0rsaro381 said:
Flash this. Let me know if system.
https://copy.com/pBhYY
Bestifonino N9005
Click to expand...
Click to collapse
Solved! Thank you!! Excellent theme!!
This looks awesome, will try it soon! Keep up the good work!
Phone/contacts doesn't get themed. There seems to be an issue with the name of the apk. It's called Secphone.apk in the zip, and it's suppose to be SecPhone.apk (the system file has a Capital P) perhaps that will fix the issue
Please update, and keep up the good work. Great theme mate
I've also attached a nice blue sidebar I think would suit your theme. (it's not a flashable zip, but it's the complete flashbar.apk
Eddiemc said:
Phone/contacts doesn't get themed. There seems to be an issue with the name of the apk. It's called Secphone.apk in the zip, and it's suppose to be SecPhone.apk (the system file has a Capital P) perhaps that will fix the issue
Please update, and keep up the good work. Great theme mate
I've also attached a nice blue sidebar I think would suit your theme. (it's not a flashable zip, but it's the complete flashbar.apk
Click to expand...
Click to collapse
you're right. excuse the error.
I had not noticed.
However, already settled mistake, tonight I upload online.
About flashbar, I see how it is made and, if suitable. thanks
This is based on Verizon S5 SM-G900V Android 4.4.2 G900VOYU1ANCG Deodexed. This was a group effort by Versatile1 and myself, please don't forget to thank Versatile1.
First thing you need to do is have a current Nandroid or backup. Then grab your services.jar from /system/framework.
Decompile with APKTOOL of your choice.
First step is to edit /smali/com/android/server/usb/UsbDeviceManager$UsbHandler.smali
Look For: 2 instances of "const v6, 0x1040739" and change to "const v6, 0x1040737"
Then edit /smali/com/android/server/KiesConnectivity/KiesUsbManager.smali
Look for: 1 instance of "const-wide/16 v2, 0x7530" and change to "const-wide/16 v2, 0x0"
That's it. Compile and Enjoy!!!
Here is a flashable zip for deodexed ROM only. http://d-h.st/qzW
If you want to use this in your ROM please don't forget to give credit to Versatile1 and myself.
Do not re-post our work!!! If you have questions or need this Mod on another phone just ask in a post!!!
Please don't forget to hit THANKS!!!
Thanks @EMSpilot and @Versatile1 for sharing yet another easy and useful mod. I really appreciate all you two share with us. I'll definitely be adding this to my ROM on the next build, it works like a charm.... plug in the phone to the computer and it goes strait to a media installer. Nice.:good:
It's amazing the time we spend fixing TW/VZW crap, when we could be doing so much more.
Sent from my SM-G900V using Tapatalk
Versatile1 said:
It's amazing the time we spend fixing TW/VZW crap, when we could be doing so much more.
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
Very nice guys
Sent from my SCH-I545 using Xparent BlueTapatalk 2
Nice job guys.. Down goes some more useless Big Red bloat! :highfive:
Got it to work just fine on Debloated Stock Odexed ROM.
Extract the services.jar file from the OP zip file
Rename system\framework\services.jar and services.odex to services.jar.bak and services.odex.bak
Copy the OP's services.jar to system\framework\
Set the permissions to rw-r--r-- (0644) with Root Explorer and any other tool
Reboot
Who wants to do this for the services.jar that has download booster enabled from this thread?: http://forum.xda-developers.com/showthread.php?t=2794970
arcrox said:
Who wants to do this for the services.jar that has download booster enabled from this thread?: http://forum.xda-developers.com/showthread.php?t=2794970
Click to expand...
Click to collapse
Here you go: http://d-h.st/8mL
Download the services.jar file
If you are odex Rename system\framework\services.jar and services.odex to services.jar.bak and services.odex.bak
Copy the services.jar to system\framework\
Set the permissions to rw-r--r-- (0644) with Root Explorer and any other tool
Reboot
arcrox said:
Who wants to do this for the services.jar that has download booster enabled from this thread?: http://forum.xda-developers.com/showthread.php?t=2794970
Click to expand...
Click to collapse
You can use the one from the OP here if you're on VZW and deodexed.
Please, would you mind adding to the OP what the public values here represent so this can be a little more universal across builds and S5 variants?
Tnx - TD
Code:
Look For: 2 instances of "const v6, 0x1040739" and change to "const v6, 0x1040737"
arcrox said:
Who wants to do this for the services.jar that has download booster enabled from this thread?: http://forum.xda-developers.com/showthread.php?t=2794970
Click to expand...
Click to collapse
Did it actually works (ie. not just showing up the Download booster notification but actually splitting the download between Wifi and Cell?)
timeToy said:
Did it actually works (ie. not just showing up the Download booster notification but actually splitting the download between Wifi and Cell?)
Click to expand...
Click to collapse
Yes, it works. Just tested it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
arcrox said:
Yes, it works. Just tested it.
(...)
Click to expand...
Click to collapse
Cool thanks!
tdunham said:
Please, would you mind adding to the OP what the public values here represent so this can be a little more universal across builds and S5 variants?
Tnx - TD
Code:
Look For: 2 instances of "const v6, 0x1040739" and change to "const v6, 0x1040737"
Click to expand...
Click to collapse
Located in framework2.jar\smali\com\android\internal\R$string.smali
You need to search for 2 Strings:
.field public static final usb_mtp_notification_title:I = 0x1040737
and
.field public static final usb_cd_installer_notification_title:I = 0x1040739
Change accordingly.
Can someone make this hack flashable
razzrmaxx said:
Can someone make this hack flashable
Click to expand...
Click to collapse
It is. .. scroll up
Sent from my SM-G900V using Tapatalk
Versatile1 said:
It is. .. scroll up
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
I'm sorry I ment For the stock Rom not deodexed?
What in the world is this anyway?
Sure sure since I don't know I probably don't need it.. That's great & all.. Still interested
jaladhjin said:
What in the world is this anyway?
Sure sure since I don't know I probably don't need it.. That's great & all.. Still interested
Click to expand...
Click to collapse
Basically a Kies installer on VZW maybe others, it is quite annoying.
Versatile1 said:
Basically a Kies installer on VZW maybe others, it is quite annoying.
Click to expand...
Click to collapse
Idk what that is either sad to say but I thank yuh for tryin'
Hi
i have activated the UI-Tuner on my A9:
If you are on 1.56 you probably want to download the modded SystemUI_mod.apk . Rename orignal /system/priv-app/SystemUI/SystemUI.apk with rootexplorer and copy and rename with downloaded SystemUI_mod.apk to SystemUI.apk.
Reboot device
to activate extended settings tap and hold gear for 10 Seconds - enjoy
My System: HTC_Europe_1.56.401.70
If you are interesting in changes:
I have edited \smali\com\android\systemui\statusbar\phone\SettingsButton.smali
public boolean isTunerClick() {
return CustomizationUtil.SENSE_STOCK ? this.mUpToSpeed : true;
So you have to edit line 233:
:cond_0
const/4 v0, 0x0
TO
:cond_0
const/4 v0, 0x1
please test and report about problens you found - thanks
P.S. set permission to 644
tried this on ATT version and system ui continually crashed followed by "Marshmallow" quitting due to unexpected error. Restarted and didnt have any back, home or recent apps buttons and after renaming original systemUI to same name (kept it in folder as systemUI_old.apk) still was having problems so restored to backup /data I had taken earlier in the day.....what exactly does this SystemUI tuner allow you to do (cant read german, my apologies)
edit: restoring /data still did not fix problem, attempting a restore of /system now....hoping that should fix it and probably shouldve done that in first place.....
tw33k3d0ut said:
tried this on ATT version and system ui continually crashed followed by "Marshmallow" quitting due to unexpected error. Restarted and didnt have any back, home or recent apps buttons and after renaming original systemUI to same name (kept it in folder as systemUI_old.apk) still was having problems so restored to backup /data I had taken earlier in the day.....what exactly does this SystemUI tuner allow you to do (cant read german, my apologies)
edit: restoring /data still did not fix problem, attempting a restore of /system now....hoping that should fix it and probably shouldve done that in first place.....
Click to expand...
Click to collapse
This SystemUI.app probably works only on 1.56.401.70
Do you restore origin Systemui.app from within twrp/advanced/filemanager?
No need to restore anything else
I have tested many times and use for copy/rename twrp- filemanager
Edit: please send me your SystemUI.app
Hello,
I finally manage to mod it.
I have the System UI tuner. I can delete icons, but when i want to add some icons in quick settings, i have a pop-up saying: Unfortunately, System UI has stopped.
Thanks
ouioui01 said:
Hello,
I finally manage to mod it.
I have the System UI tuner. I can delete icons, but when i want to add some icons in quick settings, i have a pop-up saying: Unfortunately, System UI has stopped.
Thanks
Click to expand...
Click to collapse
Yes still some issues (A9):
short tap on gear always asks for deactivating tweak
adding tile results in fc
probably because htc use his own tiles
i will investigate deeper because some apps does not work without UItuner, for example Custom Quick Settings
JochenP said:
Yes still some issues (A9):
short tap on gear always asks for deactivating tweak
adding tile results in fc
probably because htc use his own tiles
i will investigate deeper because some apps does not work without UItuner, for example Custom Quick Settings
Click to expand...
Click to collapse
Here's a logcat. Maybe it will help you...
Cheers
ouioui01 said:
Here's a logcat. Maybe it will help you...
Cheers
Click to expand...
Click to collapse
Yes, helpful. I wonder why i was able to add tiles. After posting SystemUI.app here it crashes also for me when adding tiles
Edit: i does not crash if native tiles (android-icon) were removed before adding new...
I think it would be more interesting if I could change the backgroundcolor of the tiles
Fischfuss said:
I think it would be more interesting if I could change the backgroundcolor of the tiles
Click to expand...
Click to collapse
Hmm dark blue. What colour should it be?
My A9 is mostly Black&White, so I would prefer Black
But darkblue is allways much better than that Stock boring gray
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
doesn't work on sprint, can't even pull quick settings
syntenza said:
doesn't work on sprint, can't even pull quick settings
Click to expand...
Click to collapse
Please send link of your SystemUI.apk
https://drive.google.com/file/d/0B-kaJ-TxxkJibXd2NTVVdGp2SXc/view?usp=sharing
here.
JochenP said:
Please send link of your SystemUI.apk
Click to expand...
Click to collapse
syntenza said:
https://drive.google.com/file/d/0B-kaJ-TxxkJibXd2NTVVdGp2SXc/view?usp=sharing
here.
Click to expand...
Click to collapse
Thank you
i have patched your SystemUI.apk. It is only for your System and you have to
rename original file to something like SystemUI.apk.original and copy the pached file SystemUI-sprint-pached.apk to SystemUI.apk.
I have pached this file only by 1 byte and it is only for testimonials but you can reverse the files without problem - the activated Tuner will stay
Please report
Same old issue!! I've done everything through twrp.
Sent from my 2PQ93 using XDA-Developers mobile app
JochenP said:
Thank you
i have patched your SystemUI.apk. It is only for your System and you have to
rename original file to something like SystemUI.apk.original and copy the pached file SystemUI-sprint-pached.apk to SystemUI.apk.
I have pached this file only by 1 byte and it is only for testimonials but you can reverse the files without problem - the activated Tuner will stay
Please report
Click to expand...
Click to collapse
It worked for my sprint version.
Sent from my 2PQ93 using Tapatalk
jasonevil said:
It worked for my sprint version.
Sent from my 2PQ93 using Tapatalk
Click to expand...
Click to collapse
how? btw, i'm using a deodex rom if that matter!
syntenza said:
how? btw, i'm using a deodex rom if that matter!
Click to expand...
Click to collapse
I used root browser, also I'm on stock.
Sent from my 2PQ93 using Tapatalk
Done.
Sent from my 2PQ93 using XDA-Developers mobile app
syntenza said:
Done.
Click to expand...
Click to collapse
What's done? What did you do?