Hello Friends,
Just want to share another hidden feature I discovered on the Note 3 and Note 4 Lollipop update - ability to ADD app shortcuts in the RECENTS panel. This is a Samsung hidden feature and I just created an app to easily add those shortcuts. It means that the feature may or may not be available on your rom version or model.
The feature allow only 4 shortcuts but it is possible to increase the number by modifying SystemUI recents layout file and some smali values. I will just leave this one to some other devs who would like a challenge.
Anyway, just download and install and selects max. 4 apps, save and reboot. The shortcuts will appear in the recents panel as can be seen on screenshot below.
As usual, USE with CAUTION and at your own RISK.
xperiacle said:
Hello Friends,
Just want to share another hidden feature I discovered on the Note 3 and Note 4 Lollipop update - ability to ADD app shortcuts in the RECENTS panel. This is a Samsung hidden feature and I just created an app to easily add those shortcuts. It means that the feature may or may not be available on your rom version or model.
The feature allow only 4 shortcuts but it is possible to increase the number by modifying SystemUI recents layout file and some smali values. I will just leave this one to some other devs who would like a challenge.
Anyway, just download and install and selects max. 4 apps, save and reboot. The shortcuts will appear in the recents panel as can be seen on screenshot below.
As usual, USE with CAUTION and at your own RISK.
Click to expand...
Click to collapse
Nice... Now to figure out where it actually lies LOL
Thanks for this bud
Do I have anything else to say? No. Just install and enjoy the magic thanks @xperiacle you are amazing.
@xperiacle where are these shortcuts?
Sent from my SM-N9005 using Tapatalk
---------- Post added at 09:44 AM ---------- Previous post was at 09:08 AM ----------
kmokhtar79 said:
Do I have anything else to say? No. Just install and enjoy the magic thanks @xperiacle you are amazing.
Click to expand...
Click to collapse
After installing and restarting my phone i am getting com.android.systemui crash error, i can't use my phone as the error pops up every 1 second, i somehow managed to get into app manager, but this recents app is not there so that i can uninstall it.
thahim said:
@xperiacle where are these shortcuts?
Sent from my SM-N9005 using Tapatalk
---------- Post added at 09:44 AM ---------- Previous post was at 09:08 AM ----------
After installing and restarting my phone i am getting com.android.systemui crash error, i can't use my phone as the error pops up every 1 second, i somehow managed to get into app manager, but this recents app is not there so that i can uninstall it.
Click to expand...
Click to collapse
It is working here.
kmokhtar79 said:
It is working here.
Click to expand...
Click to collapse
Tell me how to uninstall this app, its not in the drawer and not in app manager, i am getting systemui crash error every second after installing this app.
thahim said:
Tell me how to uninstall this app, its not in the drawer and not in app manager, i am getting systemui crash error every second after installing this app.
Click to expand...
Click to collapse
You have done something wrong mate. It's already there. Download the app again and install give root permission, choose what app you want to appear in recent apps and then reboot.
kmokhtar79 said:
You have done something wrong mate. It's already there. Download the app again and install give root permission, choose what app you want to appear in recent apps and then reboot.
Click to expand...
Click to collapse
i uninstalled xposed installer, the error went away, i downloaded and install recents app again, and uninstalled it from drawer, restarted my phone and still i'm getting shortcuts in recents panel, i don't want it i want to uninstall this app completely, and get back xposed installer on my phone.
thahim said:
i uninstalled xposed installer, the error went away, i downloaded and install recents app again, and uninstalled it from drawer, restarted my phone and still i'm getting shortcuts in recents panel, i don't want it i want to uninstall this app completely, and get back xposed installer on my phone.
Click to expand...
Click to collapse
As I said you have done something wrong. First this app is for lollipop as xperiacle has mentioned. From other side you cannot install xposed on lollipop unless you are on Kit Kat so you are totally on wrong road.
kmokhtar79 said:
As I said you have done something wrong. First this app is for lollipop as xperiacle has mentioned. From other side you cannot install xposed on lollipop unless you are on Kit Kat so you are totally on wrong road.
Click to expand...
Click to collapse
Yes I have kitkat but now how to get rid of this app.
Sent from my SM-N9005 using Tapatalk
thahim said:
Yes I have kitkat but now how to get rid of this app.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
If your device boots all the way, just remove it with Titanium Backup. If not, then either use the file manager in recovery, or connect via adb, and remove it from /data/app.
And I highly suggest that next time you read the instructions a little better, as the OP clearly said this was for Lollipop. You're lucky it was something that can easily be fixed...
Thank you X. Again amazing!
How to fix long title? It looks so ugly?
perfect!!! thanks
xperiacle said:
Hello Friends,
The feature allow only 4 shortcuts but it is possible to increase the number by modifying SystemUI recents layout file and some smali values. I will just leave this one to some other devs who would like a challenge.
Click to expand...
Click to collapse
Thank you again for one more magic.
I have tried to add more app and it seems here
smali/com/android/systemui/recentsRecentsActivity.smali
Also seems to add 3 IDs as per icons
Some codes I can see here are
Code:
.field private static final MAX_NUM_SHORTCUT_BUTTONS:I = 0x4
iput-object v0, v1, Lcom/android/systemui/recents/RecentsActivity;->mShortcutComponentNames:[Ljava/lang/String;
.local v17, "shortCutLayout":[Landroid/widget/LinearLayout;
I tried to implement it but adding more than 5 causing FC
BUT you gave me one more idea. Who needs more than 4 app in recent then why not to integrate @gharrington s 3minit quicklaunch in recent (I believe still it requires your mod ) and we can use as many as shortcut even on the fly.
Here I have tested and working like a charm.
dr.ketan said:
Thank you again for one more magic.
I have tried to add more app and it seems here
smali/com/android/systemui/recentsRecentsActivity.smali
Also seems to add 3 IDs as per icons
Some codes I can see here are
Code:
.field private static final MAX_NUM_SHORTCUT_BUTTONS:I = 0x4
iput-object v0, v1, Lcom/android/systemui/recents/RecentsActivity;->mShortcutComponentNames:[Ljava/lang/String;
.local v17, "shortCutLayout":[Landroid/widget/LinearLayout;
I tried to implement it but adding more than 5 causing FC
BUT you gave me one more idea. Who needs more than 4 app in recent then why not to integrate @gharrington s 3minit quicklaunch in recent (I believe still it requires your mod ) and we can use as many as even on the fly.
Here I have tested and working like a charm.
Click to expand...
Click to collapse
Great. I would use it. I use quicklaunch anyway but i think in recent is more comfortable.
Perfect here .Thks
@dr.ketan Can you tell me where did you put the quicklaunch files? i guess in recent.xml where are the shortcuts. But i am not sure if so and where do place the line in the xml. Thank you very much
Btw i could not test your UPSM cause AyraMod had it already. Sorry i forgot to tell you :angel:
Yeah in recent.xml with icons
UPSM already reported by too many users and working fine.
Sent from my SM-N910G using xda premium
dr.ketan said:
Yeah in recent.xml with icons
UPSM already reported by too many users and working fine.
Sent from my SM-N910G using xda premium
Click to expand...
Click to collapse
It´s so great. The combination of the Recent Shortcut and Quicklaunch is amazing. I found the right entry. The quicklaunch at this place is so much better than in the pulldown. You both are great. Thank you both.
Related
This project is not supported anymore.
Please beware that this is a two part mod, you need the application and the framework files.
Introduction:
Welcome! If you ever had a note 2, you may know what this is all about. If not, I'll gladly explain.
Simplistic Framework is a modding project that aims to give the user a better experience, mainly through providing customizations to match each user's preferences.
Simplistic Framework started as a project about modding the MultiWindow Bar (MultiWindow Complete Control), which was a separate app, and got released for all the variants of note 2, the s3, and other devices.
Click to expand...
Click to collapse
Is this free?
Well, No. While there are some parts of the framework which are free, most of the options are only available to the donation/paid version.
The amount of work I put into this is huge, I bought the S4 more than 2 months ago, and I rewrote a lot of Samsung's implementations. This while working on the note 2 simultaneously. I hope you understand.
Click to expand...
Click to collapse
Features:
Note: Look at the 2nd post for a more detailed features list, as this is just a general idea of what's included
MultiWindow Complete Control [Free]
Phone and Messaging Apps Customizations
General UI Customizations
Lockscreen, PowerMenu and Hardware Buttons Customizations
Completely Rewritten Toggles which offer a lot of customizations and additions
Clock and Other Statusbar Customizations
Battery Customizations, and even the ability to download batteries made by other users.
And that's not all, there are even more options.
Click to expand...
Click to collapse
Some Screenshots - Although they do not tell the whole story:
How to get the full application:
Please check here!
Click to expand...
Click to collapse
Downloads:
Removed
Click to expand...
Click to collapse
F.A.Q:
Q: Can I add this mod to my ROM? (For devs)
A: Yes, but you can only add the framework and the free apps.
Click to expand...
Click to collapse
Many, Many Thanks To:
AOKP's Developers
All the designers of the batteries used. Couldn't get the names of all of them, sorry.
My family for their support
YOU, for taking the time to read this
Click to expand...
Click to collapse
Detailed Features
Detailed Features List:
- MultiWindow Complete Control is an application that gives you full control of what applications are shown in the MultiWindow Bar, You can add any application without hassle, and even remove the default ones if you don't like them. It also supports adding multiple applications with ease.
- General UI: Customizations which are system-wide, this includes
Changing the Recents Panel Behaviour (to killed applications)
Volume Music Controls when the screen is off, works for all music players with no exception.
Disable/Enable Low and Full Battery Notifications
- Lockscreen:
Choose between AOSP Lockscreen or the Samsung Lockscreen
Enable Flashlight on Lockscreen using the home button (Different modes are available)
- Power Menu: You can choose what buttons you want to see in the power menu, with the addition of 4 new buttons.
- Hardware Buttons: Allows you to customize the behavior of the back and menu longpress, and home double click, including changing the speed of the home double click and home longpress (recents panel)
- Statusbar - Icons and Notifications: Allows you to hide system notifications and icons.
- Many Clock and Battery Customizations, which are rewritten completely.
- Custom batteries are supported, which everyone can make, and upload to the play store for other users to use. (Custom batteries made for the note 2 are still supported)
- Expanded Statusbar:
Show next alarm in the expanded statusbar, with the ability to launch the clock app when clicking on the next alarm view.
- Completely Rewritten Toggles:
The ability to choose which toggles are shown.
The ability to sort the toggles the way you like.
The ability to choose the colors of each element of the toggles, even their background.
The ability to customize the behavior of some toggles (Choose what states to toggle, show/hide helper dialog)
Choose how many toggles are shown in a visible row, (4, 5 or 6) Applies to Landscape and Portrait
Hide the toggles from the Notifications Page (They'll stay in their own page)
Disable LongPress Vibration, and Collapse On Click Options
The toggles include all the Samsung Toggles (Each one is rewritten though), with the addition of Capacitive Keys, Assistive Light, Media Scanner, Network Mode, Screen Timeout and Brightness Toggles
Click to expand...
Click to collapse
Custom Battery Guide:
I will add this later
Click to expand...
Click to collapse
Changelogs:
V1.0 - Initial Release
Click to expand...
Click to collapse
Finally what the **** took you so long !!!!!
Anyways super happy now
Sent from my GT-I9500 using XDA Premium 4 mobile app
Patiently waiting for ya!
---------- Post added at 06:43 PM ---------- Previous post was at 06:37 PM ----------
Please tell me when i can donate via Google Play
S.a.M.e.R_d said:
Finally what the **** took you so long !!!!!
Anyways super happy now
Sent from my GT-I9500 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Haha I needed to rewrite a lot of things, so it took me much longer that I expected.
Thanks for your support!
leoaudio13 said:
Patiently waiting for ya!
---------- Post added at 06:43 PM ---------- Previous post was at 06:37 PM ----------
Please tell me when i can donate via Google Play
Click to expand...
Click to collapse
You will be able to donate via Google Play in a few hours (until it is visible on the play store), check the full application thread.
Anyway, everything is ready, if anyone has any questions, I'll be more than happy to answer them.
Tq....so u still.support note2 or just s4 only?...or u support both model.at the same time?...
Sent from my GT-I9500 using XDA Premium 4 mobile app
F5 f5 f5 f5
Note2 user still need to pay for the app again on s4 if last time paid the app through donations and not bought from playstore?...or bought from playstore on note2 and need to buy again for.s4 through playstore?...just wanna confirmation and i dont have a problem to buy again...tq
Sent from my GT-I9500 using XDA Premium 4 mobile app
DONE via GOOGLE PLAY! I can't seem to download the framework from your provided link on Mediafire....
hazri1974 said:
Note2 user still need to pay for the app again on s4 if last time paid the app through donations and not bought from playstore?...or bought from playstore on note2 and need to buy again for.s4 through playstore?...just wanna confirmation and i dont have a problem to buy again...tq
Sent from my GT-I9500 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes, Note 2 users have to pay for S4 unfortunately. I looked for a way to move licenses but couldn't find one :/ Sorry.
Regarding your other question if I'll continue supporting the Note 2, I will definitely continue to support the Note 2 if there are bugs (which I think I resolved all of them), but regarding adding new features or porting to new ROMs, it will depend on my time, given that 4.2 is just around the corner for the Note 2.
leoaudio13 said:
DONE via GOOGLE PLAY! I can't seem to download the framework from your provided link on Mediafire....
Click to expand...
Click to collapse
Thanks! Why can't you download the framework files from mediafire, you have to enter the link, press on V1.0, choose MG9, and you'll have the odexed and deodexed versions.
LegendK95 said:
Yes, Note 2 users have to pay for S4 unfortunately. I looked for a way to move licenses but couldn't find one :/ Sorry.
Thanks! Why can't you download the framework files from mediafire, you have to enter the link, press on V1.0, choose MG9, and you'll have the odexed and deodexed versions.
Click to expand...
Click to collapse
I cant! Cliked on the link, even copy and paste link, it didnt show up. This is weird! BTW please instruct others step by step how to add or install your mod so that no one will be confused
leoaudio13 said:
I cant! Cliked on the link, even copy and paste link, it didnt show up. This is weird! BTW please instruct others step by step how to add or install your mod so that no one will be confused
Click to expand...
Click to collapse
I think I figured why, please try now.
LegendK95 said:
I think I figured why, please try now.
Click to expand...
Click to collapse
Still can't. All i got was Mediafire homepage :/
---------- Post added at 08:24 PM ---------- Previous post was at 08:23 PM ----------
leoaudio13 said:
Still can't. All i got was Mediafire homepage :/
Click to expand...
Click to collapse
Ok! now its download-ABLE gonna mod and report TYVM again for your awesome mod
---------- Post added at 09:12 PM ---------- Previous post was at 08:24 PM ----------
AWESOME mod, all i can say...work flawlessly ( so far )
flash over MG7 odexed and it stuck at samsung boot screen.so any help?i use stock rom XWUBMG7.
noriya said:
flash over MG7 odexed and it stuck at samsung boot screen.so any help?i use stock rom XWUBMG7.
Click to expand...
Click to collapse
im not sure.... but maybe bcoz as op and title says, MG9 maybe not compatible with mg7
poor me.only MG7 stock rom have my language.that why i use stock rom.i want to use theme but always need deodexed rom.
Request :
1. Long menu press action to add screen capture or toogle button for screen capture.
2. Toogle reboot/recovery/download
3. Add recent panel button
4. All rotation stock launcher
Thats for now...tq...and btw already bought the app from playstore....working great....tq op
Sent from my GT-I9500 using XDA Premium 4 mobile app
Oh my god I can belive I really missing simplistic in my s4 when I was note2 I loving this but qhis I switche to s4 I really missing it ..... thanks ..
Sent from my GT-I9500 using XDA Premium 4 mobile app
hey guys !
i need some help here!btw this is a Awesome Theme!
so my problem is that i can't decide to install which one!
i looked at Domination , 3Minit Framework , and this one i just loved this status bar if there was any possiblities of habing JUST status bar and not much else that WOULD BE GREAT!
is there any solution for this?!
and should i install free apps (are they necessary?) [i don't want to have them]
Introduction
Since the 4.4.2 leak we have is based on the same rom of Note 2014 and Note Pro 12.2, we have built in some of their features. One of this "feature" is the new layout for recent apps and notification panel !
Disclaimer
I am not responsible if this guide will brick, break or destroy your device or your house. You are following this guide because YOU want.
Guide
To enable the new style you have to :
- Use a file explorer with root permissions
- Mount R/W
- Go in system folder and backup your build.prop
- Open build.prop and change these lines : "ro.product.name=viennaltexx" , "ro.product.device=viennalte" , "ro.product.model=SM-P905"
- Save and Exit
- Reboot
Screenshot :
http://oi62.tinypic.com/s6pslw.jpg
http://oi61.tinypic.com/33v24xx.jpg
Credits to :
@izap for the 4.4.2 leak
@benni2903 for the guide in note 2014 forum
What's the launcher you're using in the first screenshot? (http://oi62.tinypic.com/s6pslw.jpg)
link6155 said:
What's the launcher you're using in the first screenshot? (http://oi62.tinypic.com/s6pslw.jpg)
Click to expand...
Click to collapse
Xperia Z2 launcher Install as normal apk and press thanks button
wait is this only for the leak or can this work other roms aswell?
I really like rounded notification toggles and recent apps with this mod, but there is a drawback. Polaris office 5 for tablets won't work in this mod, it shows unsupported device dialogue over documents. However, you can install Polaris 5 from S4,it will work, but it's not tablet optimized.
I would really like to make Polaris for tablets work in this mod, so if anyone have a clue how to do that? )
rasputin981 said:
I really like rounded notification toggles and recent apps with this mod, but there is a drawback. Polaris office 5 for tablets won't work in this mod, it shows unsupported device dialogue over documents. However, you can install Polaris 5 from S4,it will work, but it's not tablet optimized.
I would really like to make Polaris for tablets work in this mod, so if anyone have a clue how to do that? )
Click to expand...
Click to collapse
Use Hancom for Note Pro 12.2. It's really good, much better than polaris office. Trust me
TayyabKhalid97 said:
wait is this only for the leak or can this work other roms aswell?
Click to expand...
Click to collapse
Only for 4.4.2 leaked from samsung
Thanks. I hope Hancom will work with build.prop editing. Tnx
rasputin981 said:
Thanks. I hope Hancom will work with build.prop editing. Tnx
Click to expand...
Click to collapse
It works without build.prop editing
Mikyno said:
It works without build.prop editing
Click to expand...
Click to collapse
It's good, but lack some features from Polaris, or I'm just used to P. Anyway, I managed to make it work
So, if anyone wants to use build.prop tweaks for recent apps and notification toggles from Note Pro, and retain functionality of Polaris 5 for tablets you can edit build.prop this way:
ro.product.name=viennaltexx" , "ro.product.device=viennalte" , "ro.product.model=SM-P601“
So, difference is from SM-P905 to SM-P601 (note 2014 edition)
Make sure you have updated Polaris 5 before that (make that in original build.prop)
Anyway, that worked for me
---------- Post added at 06:36 PM ---------- Previous post was at 05:39 PM ----------
Mikyno said:
It works without build.prop editing
Click to expand...
Click to collapse
Lol, I didn't downloaded whole office at first . You're right, much better than Polaris )
rasputin981 said:
It's good, but lack some features from Polaris, or I'm just used to P. Anyway, I managed to make it work
So, if anyone wants to use build.prop tweaks for recent apps and notification toggles from Note Pro, and retain functionality of Polaris 5 for tablets you can edit build.prop this way:
ro.product.name=viennaltexx" , "ro.product.device=viennalte" , "ro.product.model=SM-P601“
So, difference is from SM-P905 to SM-P601 (note 2014 edition)
Make sure you have updated Polaris 5 before that (make that in original build.prop)
Anyway, that worked for me
---------- Post added at 06:36 PM ---------- Previous post was at 05:39 PM ----------
Lol, I didn't downloaded whole office at first . You're right, much better than Polaris )
Click to expand...
Click to collapse
Oh ok ahah I think it's really really better. Just the time to get used
Great mod but I have noticed that installing this breaks the stock dialer app and makes other dialer related apps unusable Has anyone experienced the same issue.?
Sent from my GT-N8000 using XDA Premium 4 mobile app
dennygrawg said:
Great mod but I have noticed that installing this breaks the stock dialer app and makes other dialer related apps unusable Has anyone experienced the same issue.?
Sent from my GT-N8000 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sorry man didn't noticed that as I don't use the tablet to call. Dialer and which other app is not working anymore with this mod?
Mikyno said:
Sorry man didn't noticed that as I don't use the tablet to call. Dialer and which other app is not working anymore with this mod?
Click to expand...
Click to collapse
The only other thing I noticed is that the in call icon remains in the status bar and the system sort of freezes. And if you do make a call from another dialer app it doesn't show the call progress in the notification bar as is usual
Sent from my GT-N8000 using XDA Premium 4 mobile app
So, anyone have any ideas on how we can add these features without modding the build.prop?
Sent from my GT-N8013 using Tapatalk
dennygrawg said:
The only other thing I noticed is that the in call icon remains in the status bar and the system sort of freezes. And if you do make a call from another dialer app it doesn't show the call progress in the notification bar as is usual
Sent from my GT-N8000 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
electrikjesus said:
So, anyone have any ideas on how we can add these features without modding the build.prop?
Sent from my GT-N8013 using Tapatalk
Click to expand...
Click to collapse
Sorry guys but I am porting Aircommand now and can't look into that.. maybe in the future but don't know
Too bad, too bad.
This mod still works with the official KitKat update, but the Note 10.1 won't be recognized on the Samsung App Store anymore. Loved the Hancom Office from the Leak...
animelover said:
Too bad, too bad.
This mod still works with the official KitKat update, but the Note 10.1 won't be recognized on the Samsung App Store anymore. Loved the Hancom Office from the Leak...
Click to expand...
Click to collapse
There's a fix in Mikyno rom thread. You can have now note pro toggles without modifying build.prop and dialer will work. Of course, if you want Hancom, download it with modified build.prop and then revert back to original. Hancom will still work. And if update come for Hancom, just edit build.prop again, and download update, simple as that you can go back and forth by need
Great thx!
Thank you
Hi,
Important : Requires ROOT
This is a simple App that emulates the click of Power Button.
Handy when u want to reduce wear and tear of the physical button or if the button is not working.
Currently the following method of Trigger are available:
- Using the Swipe Up Assist action which usually opens the Google Now App
- Application icon (In Launcher)
- Shortcut
- Intent Support - Use 'in.pathri.screenoff.SCREEN_OFF' as Intent action to trigger screen off from ANY App, including TASKER
Following are planned to be added:
- Widget (Is it Needed?? )
- Tasker Extension
Advantage over other similar apps in Market:
The usual 'Screen Off' 'Screen Lock' Apps that are available in market, makes the 'Smart Lock' feature introduced in Lollipop not work. Also this makes the timeout period set in the 'Automatically Lock' security settings to not work.
Since my App uses shell commands (and hence the need for Root) to emulate Power Button press, both Smart Lock and 'Automatically Lock' settings work.
Disclaimer:
AFAIK should not cause any problems in any device since nothing dangerous is being used. But still the usual disclaimer : ' I am not responsible for any damage done to your device, hand, home etc... LOL '
Have tested so far in the following Mobiles. Would be glad if others test it out in various mobiles and report here.
Nexus 5
HTC One X
Change Log:
v0.1 - 5th Jan:
- Initial Version with only Google Now Swipe gesture support
v0.2 - 8th Jan:
- Added the following:
Application launcher
Shortcut
Intent Support : 'in.pathri.screenoff.SCREEN_OFF'
v1.0 - 18th Jan:
Modified code to support more Devices. Probably must work in all Android devices irrespective of Android Version
v1.1 - 20th Jan
Shouldn't be showing in recents anymore
v1.2 - 20th March
Added icon for the swipe up gesture
Fixed a bug that was causing adding shortcut to crash in certain launchers(AFAIK GEL based)
v2.0b - 30th March
Adding a new material icon - thanks to @slider112
Cant we turn off screen from tasker alone
thahim said:
Cant we turn off screen from tasker alone
Click to expand...
Click to collapse
That feature is not yet available. It is planned though in future updates
If possible can you verify If the swipe up gesture is turning screen off in your phone? Would like to confirm whether my App is working across devices
Thanks
keertikumar_ws said:
That feature is not yet available. It is planned though in future updates
If possible can you verify If the swipe up gesture is turning screen off in your phone? Would like to confirm whether my App is working across devices
Thanks
Click to expand...
Click to collapse
It brings my magazines app.
What I meant to say is that we can do this with tasker.
thahim said:
It brings my magazines app.
What I meant to say is that we can do this with tasker.
Click to expand...
Click to collapse
AFAIK, If we use tasker to screen off, it will immediately lock and would not respect the Smart Lock feature. Please correct me If am wrong.
Regarding the gesture bringing up the magazine app, have u configured the swipe up gesture do that by default ? Or After installing this App,the swipe up gesture got assigned to it?
keertikumar_ws said:
AFAIK, If we use tasker to screen off, it will immediately lock and would not respect the Smart Lock feature. Please correct me If am wrong.
Regarding the gesture bringing up the magazine app, have u configured the swipe up gesture do that by default ? Or After installing this App,the swipe up gesture got assigned to it?
Click to expand...
Click to collapse
This is default action on my phone. I can't reconfigure it.
thahim said:
This is default action on my phone. I can't reconfigure it.
Click to expand...
Click to collapse
Oh ok. Is it possible for u to clear defaults for that magazine app and test out this App. Just wanted to be sure it works across devices
Btw, what device are you using?
keertikumar_ws said:
Oh ok. Is it possible for u to clear defaults for that magazine app and test out this App. Just wanted to be sure it works across devices
Btw, what device are you using?
Click to expand...
Click to collapse
No its by defaultfs, and this action can't be changed on note 3.
I want to use this app with Nova Launcher.. Double tap Funktion .. Choose app under nova settings. But i couldn't choose your App. It isn't also not in my App drawer.
Sent from my Nexus 5
kleineronkl said:
I want to use this app with Nova Launcher.. Double tap Funktion .. Choose app under nova settings. But i couldn't choose your App. It isn't also not in my App drawer.
Sent from my Nexus 5
Click to expand...
Click to collapse
Currently this app supports Google Now swipe up gesture only. Other forms of opening the App will be updated soon
thahim said:
No its by defaultfs, and this action can't be changed on note 3.
Click to expand...
Click to collapse
Oh..ok.. Then I Guess the swipe up gesture you are talking might not be the one I am referring to. The gesture I am referring to usually triggers Google Now /Google search
Does the gesture that opens the magazine app, work on custom launcher?? If no, I Guess that gesture is part of Samsung launcher and can't be overridden without launcher replacement
kleineronkl said:
I want to use this app with Nova Launcher.. Double tap Funktion .. Choose app under nova settings. But i couldn't choose your App. It isn't also not in my App drawer.
Sent from my Nexus 5
Click to expand...
Click to collapse
Hi, Possible to try the new v1.0 of this app? Guess it should be working as expected using Nova
thahim said:
This is default action on my phone. I can't reconfigure it.
Click to expand...
Click to collapse
Hi, Is it possible for you to test this app either through the App in the App Drawer or through shortcuts? Would be glad if you could test it, so that we can be sure of the devices that the App supports.
Thank u
keertikumar_ws said:
Hi, Possible to try the new v1.0 of this app? Guess it should be working as expected using Nova
Hi, Is it possible for you to test this app either through the App in the App Drawer or through shortcuts? Would be glad if you could test it, so that we can be sure of the devices that the App supports.
Thank u
Click to expand...
Click to collapse
It works when I click the icon my phone locks.
Sent from my SM-N9005 using Tapatalk
thahim said:
It works when I click the icon my phone locks.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
Thanks a lot my friend
Regarding overriding the swipe up gesture in ur Note 3 , I think it might be possible with an Xposed module. I have never written one, so not Sure. I am ready to try to make a Xposed module, If it's ok for u to test it out in ur mobile (have no previous experience in writing Xposed module, so a word of caution )
I have tried that mod already it doesnt replaes the gesure action.
Sent from my SM-N9005 using Tapatalk
keertikumar_ws said:
Hi, Possible to try the new v1.0 of this app? Guess it should be working as expected using Nova
Thanks a lot for this Update. Works perfect
send from my G-pad
Click to expand...
Click to collapse
thahim said:
I have tried that mod already it doesnt replaes the gesure action.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
When i searched in Xposed module repo, i couldn't find any module related to the swipe up gesture
Which mod u tried ??
For some reason not working for me on nexus 4. Gave su privileges but setting up shortcut or opening app do nothing. Edit: this was some glitch with super user, reinstalling sorted it thanks.
ratbags said:
For some reason not working for me on nexus 4. Gave su privileges but setting up shortcut or opening app do nothing. Edit: this was some glitch with super user, reinstalling sorted it thanks.
Click to expand...
Click to collapse
Great
Can you work it so it doesn't show up in recent apps list? Thanks.
so far i've found new panels..... this list will grow,
favorite contacts
multiple "fave" apps
The location edge screen - home, out and about, work etc
A few other things I forgot ^-^
-sent from the edge of the note galaxy-
Anybody get viper4android to work?
I found this game
bignibb said:
I found this game
Click to expand...
Click to collapse
yes, flappy android hidden in the version
Camera buttons are not on edge anymore, pulling out phone from lock screen does not take me to dialer from within lock screen unless I click on emergency call.
MickeyMcE said:
Camera buttons are not on edge anymore, pulling out phone from lock screen does not take me to dialer from within lock screen unless I click on emergency call.
Click to expand...
Click to collapse
theres a toggle in "lock screen" setting to give you the little phone back on your lock screen.
working mods. Wiziconizer, font mod, hotspot mod, add toggles mod, system wide emojis, custom TW launcher. Mixer_path mod.... working to find more. All these mods have to be added manually. I used root explorer. Its a god send.
Hotspot mod using sqlite editor...
z31k said:
working mods. Wiziconizer, font mod, hotspot mod, add toggles mod, system wide emojis, custom TW launcher. Mixer_path mod.... working to find more. All these mods have to be added manually. I used root explorer. Its a god send.
Hotspot mod using sqlite editor...
Click to expand...
Click to collapse
can you explain alittle more about how to add threse mods?..i thought they were just xposed mods..but adding them manually ill need step by step directions im sure there is a thread for each mod you mentioned can you link them plz?..also are you adding these mods for the lolipop stock rom?im sure it is,thread says 5.0 lolipop...im never used some of the mods your talking about,they sound very cool..does xposed have anything to do with them?
lucky_515 said:
can you explain alittle more about how to add threse mods?..i thought they were just xposed mods..but adding them manually ill need step by step directions im sure there is a thread for each mod you mentioned can you link them plz?..also are you adding these mods for the lolipop stock rom?im sure it is,thread says 5.0 lolipop...im never used some of the mods your talking about,they sound very cool..does xposed have anything to do with them?
Click to expand...
Click to collapse
Xposed is not available for lollipop yet. I will post up links to the files tomorrow as well as directions and apps needed if you are really interested. Yes, they are all things that devs posted and helped me out in. Ill be happy to share and give credit where credit is due. XD
cvaria said:
theres a toggle in "lock screen" setting to give you the little phone back on your lock screen.
Click to expand...
Click to collapse
My phone icon is still on the lock screen, when I slide our up the dialer does not appear unless I hit "emergency dialer". I remember that setting from Kit Kat but its no longer in the lock screen settings...unless I missed it.
Sent from my SM-N915P using XDA Free mobile app
MickeyMcE said:
My phone icon is still on the lock screen, when I slide our up the dialer does not appear unless I hit "emergency dialer". I remember that setting from Kit Kat but its no longer in the lock screen settings...unless I missed it.
Sent from my SM-N915P using XDA Free mobile app
Click to expand...
Click to collapse
still here
cvaria said:
still here
Click to expand...
Click to collapse
Weird I don't have it...I have the camera option but no phone option.
MickeyMcE said:
Weird I don't have it...I have the camera option but no phone option.
Click to expand...
Click to collapse
it's not wierd at all, my phone is jacked up and using a f/w from sammobile... my spen doesn't work and more
Title says it all. What root required apps were you dying to use on your S6 and now you can? I'll try and keep up with the thread and make a master list. So far:
Titanium Backup
Flashfire
CF.Lumen
AdAway, Ad Free
Root Explorer, ES File Explorer
Secure Settings/Tasker
3C Toolbox
BetterBatteryStats
Emoji Switcher
KingMaster/User
Viper4Android
LMT
Greenify
Xposed (not working on Samsung LP devices yet.) with Wanam.
SQLite Editor
Samba Filesharing
CSC Feature Expert
App Ops
Right now, I just have Titanium Backup and CF.Lumen.
Any clue if there's an app similar to Wanam to make some visual changes? My first step after rooting is usually cleaning up the status bar a little, but that seems difficult right now until Xposed works on Lollipop TW (if we ever see that day).
AdAway (changes host file to block ads, download off FDroid because it was removed from the play store)
CF.Lumen (like flux but changes the color temperature of your phone at night)
Emoji Switcher (change Samsungs ugly emojis to kitkat/lollipop/iOS)
TiBu (backup and freeze apps)
Root Explore (help me do lots thing~)
KingMaster and KingUser (help me manage root and RAM, which developed by us ~lol~, we are prepare to release them on XDA)
ADB Program (essential thing of developers~):cyclops:
adaway/thread
Viper4Android!!!!
Adblock plus
Tibu
Root Explorer
Tasker
Emoji switcher
Now we just need xposed and I'll be happy
Sent from my SM-G920V using Tapatalk
I'd love to be able to add all apps to pop up view and split screen. Anyone have word on that?
Sent from my SM-G920V using XDA Free mobile app
ooo emoji switcher. thanks for that. i was looking for a way to switch out Samsung's emojis.
immediately after root, i installed greenify, titanium backup, betterbatterystats, viper4android, adaway, and LMT.
i would like xposed too but apparently it doesn't work on samsung phones with lollipop. lame.
gotwillk said:
ooo emoji switcher. thanks for that. i was looking for a way to switch out Samsung's emojis.
immediately after root, i installed greenify, titanium backup, betterbatterystats, viper4android, adaway, and LMT.
i would like xposed too but apparently it doesn't work on samsung phones with lollipop. lame.
Click to expand...
Click to collapse
I tried lmt, and I get it Running yet nothing seems to work on it. Most likely something I'm doing wrong, but I've used it before and never had an issue setting it up
Sent from my SM-G920V using Tapatalk 2
hopesrequiem said:
I tried lmt, and I get it Running yet nothing seems to work on it. Most likely something I'm doing wrong, but I've used it before and never had an issue setting it up
Sent from my SM-G920V using Tapatalk 2
Click to expand...
Click to collapse
I couldn't get LMT to work reliably either.
hopesrequiem said:
I tried lmt, and I get it Running yet nothing seems to work on it. Most likely something I'm doing wrong, but I've used it before and never had an issue setting it up
Sent from my SM-G920V using Tapatalk 2
Click to expand...
Click to collapse
bobbarker2 said:
I couldn't get LMT to work reliably either.
Click to expand...
Click to collapse
i had the same issue at first too. turns out it was because i installed the 2.4 version. after doing some googling and couldn't find any answers, i decided to just install the 2.5 beta1 version and now it works perfectly. you can get it at the LMT thread here.
now i'm trying to find a way to disable those damn capacitive buttons completely.
Does anyone know if the sqlite wifi tether hack will work now? I'd like to uninstall foxfi.
gotwillk said:
i had the same issue at first too. turns out it was because i installed the 2.4 version. after doing some googling and couldn't find any answers, i decided to just install the 2.5 beta1 version and now it works perfectly. you can get it at the LMT thread here.
now i'm trying to find a way to disable those damn capacitive buttons completely.
Click to expand...
Click to collapse
Use the app galaxy lights. Then delete it once you turn them off. The setting sticks
Sent from my SM-G920V using Tapatalk 2
gotwillk said:
i had the same issue at first too. turns out it was because i installed the 2.4 version. after doing some googling and couldn't find any answers, i decided to just install the 2.5 beta1 version and now it works perfectly. you can get it at the LMT thread here.
now i'm trying to find a way to disable those damn capacitive buttons completely.
Click to expand...
Click to collapse
this will disable or option for a time length. enjoy! https://play.google.com/store/apps/details?id=com.notquiteinsane.galaxybuttonlights
hopesrequiem said:
Use the app galaxy lights. Then delete it once you turn them off. The setting sticks
Sent from my SM-G920V using Tapatalk 2
Click to expand...
Click to collapse
killian1212 said:
this will disable or option for a time length. enjoy! https://play.google.com/store/apps/details?id=com.notquiteinsane.galaxybuttonlights
Click to expand...
Click to collapse
I'm already using that to disable the lights but I want to disable them completely so they can't be pressed. is there an app for that?
gotwillk said:
I'm already using that to disable the lights but I want to disable them completely so they can't be pressed. is there an app for that?
Click to expand...
Click to collapse
don't know of why you want to disable the button so all together but I found... all in one touch. https://play.google.com/store/apps/details?id=com.phoenixstudios.aiogestures
swipe left to hard keys... select back and recent, single tap for each and scroll down to bottom and select none. Enjoy!
dhoppy said:
Does anyone know if the sqlite wifi tether hack will work now? I'd like to uninstall foxfi.
Click to expand...
Click to collapse
Give it a try and report back.
dhoppy said:
Does anyone know if the sqlite wifi tether hack will work now? I'd like to uninstall foxfi.
Click to expand...
Click to collapse
I did this today and it worked out great!
http://forum.xda-developers.com/ver...od-hotspot-native-enabled-s6-varient-t3104993
My list of apps are:
ES File Explorer (obviously w/ Root Explorer enabled)
Samba Filesharing (no more cables needed to transfer files)
killian1212 said:
don't know of why you want to disable the button so all together but I found... all in one touch. https://play.google.com/store/apps/details?id=com.phoenixstudios.aiogestures
swipe left to hard keys... select back and recent, single tap for each and scroll down to bottom and select none. Enjoy!
Click to expand...
Click to collapse
This works awesome. All I did was reverse the back and the recent apps key. I like the traditional layout better. Back, home, recents
Sent from my SM-G920V using Tapatalk 2
killian1212 said:
don't know of why you want to disable the button so all together but I found... all in one touch. https://play.google.com/store/apps/details?id=com.phoenixstudios.aiogestures
swipe left to hard keys... select back and recent, single tap for each and scroll down to bottom and select none. Enjoy!
Click to expand...
Click to collapse
well if i can use LMT, i dont need those capacitive buttons. they always just get in the way for me, hitting them by accident and whatnot. never liked phones with those kinds of buttons.
---------- Post added at 11:34 PM ---------- Previous post was at 11:21 PM ----------
hopesrequiem said:
This works awesome. All I did was reverse the back and the recent apps key. I like the traditional layout better. Back, home, recents
Sent from my SM-G920V using Tapatalk 2
Click to expand...
Click to collapse
hmm...how did you get it to work? none of the choices i apply to the buttons worked. i have the accessibility already turned on.