[Xposed][07NOV2013] XButton Actions - change what your phone buttons do - Galaxy Note GT-N7000 Themes and Apps

Hello again. It's been a long while.
I just want to share this xposed module I made from code fragments I borrowed from @C3C076 open source Gravitybox code. Gravitybox is great but not all functions work on my Note so I just extracted the pieces I need and added some more options I to suit my needs.
XButton Actions and XVolume SkipTrack
Requires the Xposed Framework by @rovo89 of course.
1. Download the modules below and install.
2. Open up Xposed Installer app and activate the modue in the Module tab then reboot.
3. After reboot, open up the XButton Actions app and choose your settings. No need to reboot everytime you change your settings.
4. Enjoy.
{
"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"
}
CREDITS:BIG THANKS to @rovo89 & @C3C076 for the beautiful code.

looks amazing for tw based roms
Sent from the great N7000 usig P.A.C MAN 4.3 rom

Thank you for your module! Do you have a donation link?
Also, I tried both modules with the latest cyanogenmod 10.2 nightly for my d2mtr galaxy s3. The module installs and activates fine in xposed, but the app will crash when I set a long press action - "Unfortunately, XButtonActions has stopped"
Running Xposed 2.3.1 with no other modules activated other than XButtonActions and Volume SkipTrack

Thank you Sir,
It's great to see u in Note thread with Amazing Mode..:good:

just what I need, unfortunately, it did not change my buttons on Note3 ,N9005
Is there some data I can give you that would enable you to make it work on N9005 ?
Thank you.

tried it on sweetrom and chippywiz and it didn't work :/

Tried it on xxlt4 240dpi v2.3 and I didn't work on my phone either.
Sent from my GT-N7000 using xda premium

xperiacle said:
Hello again. It's been a long while.
I just want to share this xposed module I made from code fragments I borrowed from @C3C076 open source Gravitybox code. Gravitybox is great but not all functions work on my Note so I just extracted the pieces I need and added some more options I to suit my needs.
XButton Actions and XVolume SkipTrack
Requires the Xposed Framework by @rovo89 of course.
1. Download the modules below and install.
2. Open up Xposed Installer app and activate the modue in the Module tab then reboot.
3. After reboot, open up the XButton Actions app and choose your settings. No need to reboot everytime you change your settings.
4. Enjoy.
CREDITS:BIG THANKS to @rovo89 & @C3C076 for the beautiful code.
Click to expand...
Click to collapse
Thank you for your work you do for us. Welcome back. He felt your absence. Hello and good work :good:

thank you for your hard work .. but it's not working here .. sweetrom 10.5

@xperiacle
Should it work on TW or only CM?
(on the screenshots I see TW I think)
We need your help to get it work.
Something is missing in my XXLT4 Rom too.
here is the Xposed log:
2013.10.28. 7:41:45 UTC
Loading Xposed (for Zygote)...
Loading modules from /system/app/XButtonActions.apk
Loading class mobi.xperiacle.xposed.mod.buttonactions.XMod
java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation
at dalvik.system.DexFile.defineClass(Native Method)
at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:211)
at dalvik.system.DexPathList.findClass(DexPathList.java:315)
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:58)
at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
at de.robv.android.xposed.XposedBridge.loadModule(XposedBridge.java:277)
at de.robv.android.xposed.XposedBridge.loadModules(XposedBridge.java:242)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:101)
at dalvik.system.NativeStart.main(Native Method)
Loading modules from /system/app/AppSettings.apk
Loading class de.robv.android.xposed.mods.appsettings.XposedMod
Loading modules from /system/app/XposedPlayStoreLinkInAppInfo.apk
Loading class pk.qwerty12.playstorelinkinappinfo.PlayStoreLinkInAppInfo

I am not sure what is wrong but I am using LTA and it seems working for me. My friend use it in his Note 8 odexed rom and it is also working so I am a bit puzzled why others can't get it to work. I will reflash my ROM and see if it works with a fresh flash. If others can't get it to work, I might as well share the ROM I am using.
tkari4 said:
@xperiacle
Should it work on TW or only CM?
(on the screenshots I see TW I think)
We need your help to get it work.
Something is missing in my XXLT4 Rom too.
here is the Xposed log:
2013.10.28. 7:41:45 UTC
Loading Xposed (for Zygote)...
Loading modules from /system/app/XButtonActions.apk
Loading class mobi.xperiacle.xposed.mod.buttonactions.XMod
java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation
at dalvik.system.DexFile.defineClass(Native Method)
at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:211)
at dalvik.system.DexPathList.findClass(DexPathList.java:315)
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:58)
at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
at de.robv.android.xposed.XposedBridge.loadModule(XposedBridge.java:277)
at de.robv.android.xposed.XposedBridge.loadModules(XposedBridge.java:242)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:101)
at dalvik.system.NativeStart.main(Native Method)
Loading modules from /system/app/AppSettings.apk
Loading class de.robv.android.xposed.mods.appsettings.XposedMod
Loading modules from /system/app/XposedPlayStoreLinkInAppInfo.apk
Loading class pk.qwerty12.playstorelinkinappinfo.PlayStoreLinkInAppInfo
Click to expand...
Click to collapse

Just updated the OP with new versions of XButton Actions and XVolume SkipTrack. I hope this time users will be able to make the modules work. Please leave feedback for those who are able to make it work and those who don't and please state your device, rom and android version as it would help me fix bugs and may be able to support more devices/roms.
DOWNLOAD is in first post.

xperiacle said:
Just updated the OP with new versions of XButton Actions and XVolume SkipTrack. I hope this time users will be able to make the modules work. Please leave feedback for those who are able to make it work and those who don't and please state your device, rom and android version as it would help me fix bugs and may be able to support more devices/roms.
DOWNLOAD is in first post.
Click to expand...
Click to collapse
working just fine this time thank you .. you saved my home button :*
Sent from my GT-N7000 using Tapatalk 2

New update for XButton Actions is working very well on stock odex rom. :good:

Hi, do you intend to implement the feature of customize the navigation ring (that swipe up could get google now) ?
Thanks
Sent from my Nexus 4 using XDA Premium 4 mobile app

Can you add this on the repository?

xperiacle said:
Hello again.
......
Click to expand...
Click to collapse
Thanks for making this... I've always wanted a program that would allow me to launch my camera without too many steps. Sort of like how an actual camera works: you hit power [assigned button] and it comes on.
Any chance you could make this happen?

Great app, thanks OP.
I am using desire s, we have 4 softkeys, i would like to reassign my search key, long press - sleep.
Again, great app. Thanks you...

great... but how to kill app? app forground just show text com.blablabla whitelist... but no kill app.. I see on task manager ram still the same after kill..

Possibe to add button cations that will toggle the multiwindow side bar in touch wiz roms?? Thanks

Related

[Guide][TUT] Xposed Framework {Noob-Friendly}

Hello again i felt that many of you have Been fan's of Cyanogenmod, Paranoid Android, AOKP and So On... People have Seen the PhabletUI, tabletUI and of course our own normal StockUI... well i bring you the easiest method and easiest way of installing and improvising on your current rom using Xposed Framework...
Since Few Days i had been Toying around with Various Rom's and i thought what the heck why not let the Community know about it to....
At First i Thought Using Xposed Framework was really hard lol but NO... it's really easy and im goana tell you how to install and mod your current rom, this is for People who:
1.Wana make their Rom look More Sleek
2.Make it look like a tablet/phablet
3.People with a Bad Eye-sight would really benefit from this!
Screenshots:
{
"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"
}
{ The Last Four Pics Are of CM10 enabled tabletUI }
Before Starting i Insist you take a Nandroid Backup to Ensure you don't Destroy the Look of your Device or Corrupt Something and Everyone people on Sammy Stock or Sammy Based Rom Like My Own Pure Vanilla Please Don't try to Edit Seclauncher2 it goes F.C and ur locked out... no More app menu anything!
Installation Method:
1.Download All Xposed Files and put them into your sdcard
2. Install Xposed installer first, then Appsettings, then the rest two files
3. If your using a Stock Sammy Rom then don't install tabletUI, but if your using a CM/Pac/Paranoid Rom then you can install tabletUI
4.Launch the Xposed Installer and inside click on "Install/Update"
5.Reboot
6.Launch the Xposed Installer again and go to the "Modules" tab
7.Enable the module... App Settings & Modaco toolkit
8.Reboot
9. Ur Ready to Edit ur apks... now go to appsettings and click on the desired app but do remember after clicking on the specific app on the top you have to enable it then edit... after inputting desired values you have to click on the save button too Good Luck
Click to expand...
Click to collapse
Download Links:
Xposed Installer ===> http://d-h.st/utL ( It INstalls the Modules )
Xposed App Settings ===> http://d-h.st/Rhu ( Toggle DPI, Resolution, Font Sizes, Full Screen Mode Etc )
Modaco's Toolkit for Xposed ===> http://d-h.st/TXR ( Can Use on Any Rom... Contains Various Mods From Various Roms )
Xposed TabletUI ===> http://d-h.st/sRt ( This is Only For People with CM/AOKP/Pac-Man/Paranoid NO Stock Sammy Plz coz SystemUI Crashes....
Click to expand...
Click to collapse
Addons:
Gmail ( TabletUI Mode Compatible ) ===> http://d-h.st/uaD ....Can Be Used on Any Rom ( Just Replace it with your Current Gmail in System/Apps and Reboot and in Playstore Don't Update to latest coz you'll loose the tabletUI )
( More Addons will be Added )
Click to expand...
Click to collapse
Specific Settings for Apps for TabletUI:
Gmail ===> Screen (dp) 600x1024, font scale 70 and save ( Don't Touch Anything Else )
Google Play Music ===> DPI 145, font scale 102, tick Mark xlarge res and save
Click to expand...
Click to collapse
Hope You All Enjoy Modding your Apps and Create Variations... and do remember i'm here to provide you with much more details than the given one already...Do Post Screenies so Everyone can look and enjoy!
Thanks for the effort, man.
Can't wait for the Pac-Man you're working on for us :thumbup:
Sent from my GT-I9105 using xda app-developers app
corduroy84 said:
Thanks for the effort, man.
Can't wait for the Pac-Man you're working on for us :thumbup:
Sent from my GT-I9105 using xda app-developers app
Click to expand...
Click to collapse
Welcome and sure lets hope it gets stable soon.. btw the xposed framework can be used on mostly all roms.....

[FRAMEWORK] Xposed Installer | MOD your stock ROM like custom

This is NOT made by me
Most of the guyz may have came across this.
Original Thread
http://forum.xda-developers.com/showthread.php?t=1574401
Click to expand...
Click to collapse
Click here to thanks rovo89
Click to expand...
Click to collapse
What is xposed installer?
It is a framework!
It allows you to install little apps by which you can mod your XL.
Read Advantages for more info.
Only you will be responsible if anything happens to your phone!
Advantages:
No need to modify any APKs. This means:
No need to decompile, change things in smali, compile, sign, ...​It will work for odexed and deodexed ROMs.​Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Hell, it will probably even work with different ROMs.​Multiple mods can be installed at the same time, even if they change the same package. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.​
It does its magic at runtime. That means you can implement options to let the user decide if they prefer the bikeshed to be painted in red or blue. Or you can have some extra logic for certain ROMs without building different mod versions.
It can be disabled easily without having to reflash.
It's open source.
Download:
You can download the installer from the attachment or from thread mentioned above
How to install:
First step for everything you do: Create a nandroid backup and make sure you know how to restore it!
There is also the risk to soft-brick your device. In such a case, restoring a backup is the easiest way to get rid of it
Download XposedInstaller.apk and install it
Launch the Xposed Installer and click on "Install/Update"
Reboot
Done!
In case you get into a boot loop:
You can flash the attached Xposed-Disabler-CWM.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
You could also create a file /data/xposed/disabled, which causes Xposed to be bypassed as well.
Modules:
You can find modules collection here-
http://forum.xda-developers.com/showthread.php?t=2327541
Click to expand...
Click to collapse
Installation process-
Download .apk and install it
Launch the Xposed Installer and go to the "Modules" tab (you will also get there if you click on the notification warning you that the module is not enabled yet)
Enable the module by checking the check-box
Reboot
Done!
Please let me know which Modules are working perfectly on XL and I will add in my post
ENjOy...!!
Don't forget to hit thanks button for sharing this..!
Working Modules list
1. Icon Themer - to change icons of any launcher including stock
http://forum.xda-developers.com/showthread.php?p=44509472#post44509472
Tested by me
Click to expand...
Click to collapse
2. XblastTools - add advanced options in power menu
http://forum.xda-developers.com/showthread.php?t=2294419
Tested by Rafael Aparecido Camilo
Click to expand...
Click to collapse
3. Xperia V Mods - force Radio work w/o headset, Status bar mods
http://forum.xda-developers.com/showthread.php?t=2231834
Tested by Rafael Aparecido Camilo
Click to expand...
Click to collapse
When I tried, It bootlooped my phone...So try yourself and let us know
Crytech said:
When I tried, It bootlooped my phone...So try yourself and let us know
Click to expand...
Click to collapse
I have already installed it!
It is working perfectly on .17
what is yours?
Crytech said:
When I tried, It bootlooped my phone...So try yourself and let us know
Click to expand...
Click to collapse
Have tried it two weeks age ...It was working fine for me!
The-Superman said:
Have tried it two weeks age ...It was working fine for me!
Click to expand...
Click to collapse
Yeah me too, it's working on lastest .17 deodexed. but i dont find too many useful Xposed patches(modules) for our Xperia, i wanted to add more buttons toggles on our notification bar...
some modules that it's working and i think it's useful...
XblastTools with that you can add advanced options in power menu like: Soft Reboot, Reboot, Reboot to recovery, Fast boot & Screenshot
Xperia V Mods you can force Radio work w/o headset and Change NavBar Density.
Xposed Tablet UI works too but the screen doesn't fix!! not usefull yet
Rafael Aparecido Camilo said:
Yeah me too, it's working on lastest .17 deodexed. but i dont find too many useful Xposed patches(modules) for our Xperia, i wanted to add more buttons toggles on our notification bar...
some modules that it's working and i think it's useful...
XblastTools with that you can add advanced options in power menu like: Soft Reboot, Reboot, Reboot to recovery, Fast boot & Screenshot
Xperia V Mods you can force Radio work w/o headset and Change.
Xposed Tablet UI works too but the screen doesn't fix!! not usefull yet
Click to expand...
Click to collapse
Have you tried these all??
Updated in working module list!
heramblonkar said:
Have you tried these all??
Updated in working module list!
Click to expand...
Click to collapse
Yup, but some functions of those modules doesn't work, others does. : D
Rafael Aparecido Camilo said:
Yup, but some functions of those modules doesn't work, others does. : D
Click to expand...
Click to collapse
have you tried Xposed tablet ui?
btw +1 thanks!!
heramblonkar said:
have you tried Xposed tablet ui?
btw +1 thanks!!
Click to expand...
Click to collapse
as i said it's working but the screen is too small, i haven't tried changing LCD density on build.prop but it may work... just thinking
I keep getting this MD5 sum is incorrect when I try to install a new module on the Xposed Installer. Anyone know how to fix this or why this is happening???
{
"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"
}
x_maniic said:
I keep getting this MD5 sum is incorrect when I try to install a new module on the Xposed Installer. Anyone know how to fix this or why this is happening???
Click to expand...
Click to collapse
Post this on original Xposed thread on XDA, they will help you better there.
Anyway, this is the modules that are working for me in XL and Xposed (I'm using this modules on my phone)
- GravityBox
- Serajr's Xperia Xposed (the best ever)
- Xperia Flip Settings (But I'm on stock, so I can't remove the original Sony's Toogles from UI, but is ok for me)
- PerAppFonts (Awesome, just my desired apps are using other fonts than the stock)
YES !
It's working awesomely smooth,you saved me from smali baksmali xml etc. nonsense.Thank you very much ma friend !
How install on lp 12.1 cm
Sent from my Xperia L using Tapatalk
Working perfectly on Android 5.1.1 Rom
Useful Mods:
Bright Lockscreen: Bright Lockscreen removes the dark overlay on Lollipop lock screen wallpaper.
Youtube Background Playback: Enable background playback in YouTube and playback control via notification.
One Tap YouTube Module: It enables user to download or play a YouTube videos using other players.

[HOW TO][ANY ROM] Detailed Install and Configure Halo

Here's my personal more detailed guide on how to install halo and configure it for any rom Yes I know there are other guides but I thought i'd give a more detailed one
Doesn't work on touchiz btw
1. Install Floating Notifications and enable it in the Accesibility menu.
2. Select the box labeled "Launch Apps in Halo Mode"
{
"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"
}
3. Go to the app notifications menu and check which ones you want it to notify you for. HINT: if you want a real halo experience the rightmost icon in the app list will make the icon stay floating.
4. This is a personal preference: Go to Customize in Floating Notifications and select "Dock after a few seconds of inactivity" and then at the bottom set "Amount of the icon hidden when docked:" to 55%. If it is more than 55% then you will have trouble clicking the stack.
5. REBOOT PHONE.
Now for the Xposed part.
1. Install Xposed Framework
2. REBOOT PHONE.
3. Go into Xposed Installer and go to "Downloads" and select XHaloFloatingWindow, and then install it.
4. REBOOT PHONE.
5. Go into Xposed Installer and go into "Modules" and check the box "XHaloFloatingWindow".
6. For safe measure REBOOT PHONE. And then you're done
Lemme know if y'all need any help!
Also on the reboots it hung on the splash for a while.
Oh yeah not responsible if your device catches fire.
While I have only tested this on a Htc One and Htc Evo 4G Lte it should work for any device/rom out there!
If you're having a problem with the stock messenger app on Sense 5 look here:
ticklemepinks said:
using this will make the sense stock messager app from working properly as you won't be able to see the "SEND" button in the halo window
*correction* you just have to change the height of portrait 0.8 or at least for me, maybe this doesn't happen with other ppl.
Click to expand...
Click to collapse
Not really any rom. Does not work on touchwiz
Sent from my SGH-T889 using XDA Premium 4 mobile app
fireishott said:
Not really any rom. Does not work on touchwiz
Sent from my SGH-T889 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I was wanting to try this on my note 2. If anyone figures it out let me know
Sent from my SCH-I605 using xda app-developers app
It works t mobile note 3 running tweaked. Isnt this the same info as in the xhalofloating window mod thread http://forum.xda-developers.com/showthread.php?t=2419287
Sent from my SGH-T889 using Tapatalk 4
deeznutz1977 said:
It works t mobile note 3 running tweaked. Isnt this the same info as in the xhalofloating window mod thread http://forum.xda-developers.com/showthread.php?t=2419287
Sent from my SGH-T889 using Tapatalk 4
Click to expand...
Click to collapse
I just thought id give a more detailed guide And yeah I've heard mixed things about touchwiz.....
-Cupper- said:
I just thought id give a more detailed guide And yeah I've heard mixed things about touchwiz.....
Click to expand...
Click to collapse
Thanks
Android version ??
imElectronica said:
Android version ??
Click to expand...
Click to collapse
Stable for 4.0+ and i'm pretty sure that there might be a 2.3 version of the Xposed installer in beta!
-Cupper- said:
Stable for 4.0+ and i'm pretty sure that there might be a 2.3 version of the Xposed installer in beta!
Click to expand...
Click to collapse
link plz
imElectronica said:
link plz
Click to expand...
Click to collapse
Here's the link to the beta xposed installer! Not sure if everything will work with floating notifications though. Let us know!
http://forum.xda-developers.com/showthread.php?p=44034334#post44034334
Thanks
touchwiz
why i cant use resizable windows on my s3 ,, i m sure i disabled multiwindow
can't pin any apps any solutions?
Same here. Can't pin. Is there some other way to do this?
Not very Halo if I can't pin any apps.
Everything else works fine, except resizing windows, which is somehow broken for me, so I just switched it off.
EDIT: Solved.
The pin icon is there, just off-screen.
Turn your phone to landscape and you'll be able to see it.
Apps open in normal mode instead of floating window
Floating Notification works. i can add apps and pin them but somehow the applications open the normal way and not in xhalo floating window. there's no difference if xhalo floating windows is installed or not.
Running 4.4 on my HTC One GPE, latest xposed beta with xhalo floating windows module loaded.
does this work for you guys?
Hey, thanks for yourquick guide.
But since the last update i got an "bug"
I can't open apps in halo mode anymore for example i try to launch whatsapp (with floating notifications) then nothing happens and i get an fc of whatsapp.. do you know any fixes?
sorry for my bad english
This has a big bug
First it works well, all the apps open normally and the first notification that FN catches opens as floating window, perfect.
But.. once one notification has opened as floating window, then the rest of apps opened until reboot (including launcher apps, etc) will open also as floating windows
Any fix for this?
i didn't do anything different and got it to work on my note 2.
could be because i'm on 4.3 though.
anyone tested if works on kk 4.4.2?
lrp91 said:
anyone tested if works on kk 4.4.2?
Click to expand...
Click to collapse
Just flashed on my gnexus and works well, so far. :good:

[Xposed]Kitkat Theme

[SIZE="+3"]Tutorial - How to Leave Your Phone With [Highlight]KitKat[/Highlight] Face using Xposed[/SIZE]
{
"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"
}
[SIZE="+1"]The original thread is in Portuguese so good luck translating it. Link of thread is here[/SIZE]
[SIZE="+2"]1. Download these 2 files[/SIZE]
Link1:http://www.4shared.com/zip/BY2-xS-fce/Kitkat.html
Link2:http://www.4shared.com/mobile/yptmunbvce/Status_Bar_Clock_Color_Mod_147.html
[SIZE="+2"]2. Extract them and put them in ur phone[/SIZE]
[SIZE="+2"]3. Open kitkat folder and install Xposed Installer then open the module folder and install all 4 modules[/SIZE]
[SIZE="+2"]4. Open Xposed Install(I noticed that its outdated so update it) then go to modules & check all 4 of them. Go back & open framework then click Install/Update button wait until it finishes then go down to reboot[/SIZE]
[SIZE="+1"][If Install/Update failed then go to settings & change the installation method]
[If Reboot didn't work just reboot it yourself][/SIZE]
[SIZE="+2"]5. Open kitkat folder then go to nova launcher folder install the Nova Launcher then Nova Launcher Prime[/SIZE]
[SIZE="+2"]6. Open Nova Settings do as the picture says[/SIZE]
[SIZE="+2"]7.Now Install Status Bar Clock Color in the installation it will say it will install on top of another program thats normal to get the transparent status bar[/SIZE]
[SIZE="+2"]8. Open Status Bar Clock Color & do as the pictures says[/SIZE]
[SIZE="+2"]9. Select the box and then move the transparent slider exactly as in the pic and restart the phone.[/SIZE]
[SIZE="+1"]In the package it contains kitkat wallpapers, keyboard, Chrome Browser, Hangouts and lock screen wallpaper. To make it exactly look like this[/SIZE]
[Highlight][SIZE="+3"]Note:[/SIZE] [/Highlight][SIZE="+1"] I dont prefer installing apps from here they are a bit outdated & also install Google maps & Google+[/SIZE]
[SIZE="+1"]How to change lockscreen image. Link is here
When changing wallpaper change crop method to portrait[/SIZE]
[SIZE="+2"][BONUS]Flashable kitkat system sounds. Link is here[/SIZE]
[SIZE="+2"][BONUS]Flashable kitkat bootanimation. Link is here[/SIZE]​
NEXT STATUS ROM IMPROVEMENTS
Love u all guyz
sparklingneo23 said:
NEXT STATUS ROM IMPROVEMENTS
Love u all guyz
Click to expand...
Click to collapse
AOSP lockscreen isnt working
i activated it in xposed and rebooted too
do i have to be on jb? im on kitkat
BeastSpencer said:
AOSP lockscreen isnt working
i activated it in xposed and rebooted too
do i have to be on jb? im on kitkat
Click to expand...
Click to collapse
First of all are u in GT-S5301 then check that ur xposed is fully activated by going on framework & have active & bundled numbers in green same exactly as those in grey. Third try downloading it from here.
Keep me posted if it worked or not
sparklingneo23 said:
First of all are u in GT-S5301 then check that ur xposed is fully activated by going on framework & have active & bundled numbers in green same exactly as those in grey. Third try downloading it from here.
Keep me posted if it worked or not
Click to expand...
Click to collapse
Not working for either links. SM-N900A
BeastSpencer said:
Not working for either links. SM-N900A
Click to expand...
Click to collapse
Its not ur fault.This AOSP lockscreen works in certain touchwiz phones
Here is the original thread to see what im talking about.
http://forum.xda-developers.com/showthread.php?t=2410945
If u want an alternative for this I can search an alternative for u
Keep me posted.
Great!!
Conte.D said:
Great!!
Click to expand...
Click to collapse
Im honored new comer
good work ...................
sahil3x1 said:
good work ...................
Click to expand...
Click to collapse
Added flashable kitkat system sounds
can i try it on mmx canvas 2.2 i mean to ask if iys supported or not?
Rmyaseen said:
can i try it on mmx canvas 2.2 i mean to ask if iys supported or not?
Click to expand...
Click to collapse
Yeah sure everything should work just fine if but if modules are incompatible or some sort I can find an alternative just tell me what module is incompatible if there is. i think ur running jellybean.
link not working
sparklingneo23 said:
Added flashable kitkat system sounds
Click to expand...
Click to collapse
the link not working fix it please
Beso1 said:
the link not working fix it please
Click to expand...
Click to collapse
Fixed . Thanks for notifying me
sparklingneo23 said:
Yeah sure everything should work just fine if but if modules are incompatible or some sort I can find an alternative just tell me what module is incompatible if there is. i think ur running jellybean.
Click to expand...
Click to collapse
sory 4 late reply due to sme persnl issue i coulnt come online and thnx nw i will try thnx hitted too
Only for samsun galaxy pocket plus gt-s5301
Tranceparent status bar on lockscreen
All xposed modules make the status bar tranceparent but on lockscreen still black
So i modified a jar file to make it that awesome
If you notice the carrier provider name is shown now
How to :-
1- the rom must be deodexed
2-The status bar should be tranceparent before with xposed module like tweakbox
3-copy the attatched jar file to /system/framework/ and overwrite
4-reboot and wait about 5m
Download:- http://www44.zippyshare.com/v/26945532/file.html
That is My first mod
Sent from my GT-S5301 using Tapatalk

[30April15]Toggle Activation. (Toolbox/UPSM/SideKey and more..) (update)

Toggle Activation.
One click Activate missing quick panel Toggles
{
"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"
}
Here straight of the art simple tool to activate missing quick panel toggles in one click.
How to use :
Requires rooted device.
First Uninstall existing older version if you have installed)
1.Download Attached App and Install as regular apk.
2.Open application from drawer.
3.Install resource - Grant SU (requires one time Only)
4.Once it finish, reboot device
Above steps requires first time only untill you re flash ROM.
5.Open App and select 'Activate Toggles (Common 25 - See screenshot above)
6.Once you finish It will open Notification Panel and you just needs to select RESET
7.Done !
Now you will have common 25 Toggles (Some toggles may not appear/Work) depending on ROM features.
PRO Version
PRO version is nearly same but user will have option to select desired Toggle only.You can choose any number of toggles (0 to 40 see screenshot above for choice of toggles.)
Get Pro Version
PS : Make 'Setting storage' backup in case you want to undo changes.
What can be done about TW LOLLIPOP removing the ability we had with KitKat to gesture (or button) expand notification and quick toggle screens from launcher home screens?
This worked well with Nova Launcher to expand notification with second click of home button (default home screen then expand), Nova Prime to one finger swipe down to expand notification screen on home screen, and one finger swipe up to expand quick toggles on home screen.
Lollipop limits the gesture to top of screen.
For those interested, Nova Launcher is fixing this soon. Just ran the beta version; it's good.
http://www.apkmirror.com/apk/teslac...-launcher-materinova-16-android-apk-download/
Sorry OP, I'm way off topic but wanted to update/edit the inquiry.
Will this work for kit Kat too?
Not working with stock Lolipop Note 3...
sahil4u said:
Will this work for kit Kat too?
Click to expand...
Click to collapse
It will work on kitkat too. I have tested on my N4 kitkat and working fine.
But remember this will activate Toggle. Functionality of Toggle depends on rom features.
DrNet1983 said:
Not working with stock Lolipop Note 3...
Click to expand...
Click to collapse
Make sure you have selected to Download resources first and reboot device. I have tested on N3 Lollipop only and working without issue.
Sent from my SM-N910G using xda premium
dr.ketan said:
It will work on kitkat too. I have tested on my N4 kitkat and working fine.
But remember this will activate Toggle. Functionality of Toggle depends on rom features.
Make sure you have selected to Download resources first and reboot device. I have tested on N3 Lollipop only and working without issue.
Sent from my SM-N910G using xda premium
Click to expand...
Click to collapse
Thanks for reply. Will give a try and report.
I,ve already downloaded the resources - Restarted - Activated Toggled - Reset Notifications from Settings....
Nothing Happened
DrNet1983 said:
I,ve already downloaded the resources - Restarted - Activated Toggled - Reset Notifications from Settings....
Nothing Happened
Click to expand...
Click to collapse
Just open supersu and confirm you have granted supersu permission to this tool.
Sent from my SM-N910G using xda premium
Thanks for your effort with me....SuperSU always grants all my applications the root access...
Is there any other issues I can FIX ???
Okay I installed, I had 23 toggles now after this I only have 18 + 2 new toggles, download booster and personal page which I don't think will work. How can I undo and get my lost toggles back?
DrNet1983 said:
Thanks for your effort with me....SuperSU always grants all my applications the root access...
Is there any other issues I can FIX ???
Click to expand...
Click to collapse
Check supersu - setting - mount namespace separation option
Enable it if you have disabled and then try to download resource again.
Sent from my SM-N910G using xda premium
No that is enabled, but I will download resources and reboot again.
sahil4u said:
Okay I installed, I had 23 toggles now after this I only have 18 + 2 new toggles, download booster and personal page which I don't think will work. How can I undo and get my lost toggles back?
Click to expand...
Click to collapse
If you have titanium then simply clear data from setting storage. (not settings)
Sent from my SM-N910G using xda premium
sahil4u said:
No that is enabled, but I will download resources and reboot again.
Click to expand...
Click to collapse
That msg was not for you. Read above for reply to you.
Sent from my SM-N910G using xda premium
Doc what can we say just ur awesome , thank u so much doc
World Is Full Of Nice People. If U Can't Find One, Be One.
Hi @dr.ketan thank you for this great work. Can i use this app for the stock note 4 rom from g00h?? And it is multilanguage?
mertcanmusic said:
Hi @dr.ketan thank you for this great work. Can i use this app for the stock note 4 rom from g00h?? And it is multilanguage?
Click to expand...
Click to collapse
Yes u can mate [emoji6]
World Is Full Of Nice People. If U Can't Find One, Be One.
I take sit. Thanks Dear Dr.
never show up for me i tried everything stock rooted polish lollipop
stesteste said:
never show up for me i tried everything stock rooted polish lollipop
Click to expand...
Click to collapse
-Make sure you have granted Supersu permission
Check supersu - setting - mount namespace separation option
Enable it if you have disabled and then try to download resource again.

Categories

Resources