Scoop: Catches a stack trace when an app crashes unexpectedly
This module - as the description says - saves the stack trace of a crashing app and displays all crashes in a list so you don't have to look through a long logcat anymore. Additionally you get a notification on every crash (configurable) which already displays the most important information.
Click to expand...
Click to collapse
This app is based on @MrWasdennnoch's Scoop Xposed module which doesn't work on Android Pie anymore (no Xposed :crying::crying, so I forked it and made it work without Xposed. I've also made some UI changes so the app feels more modern.
The app still packs many functionalities like the old module does, with a nice addition. These are the supported features.
- Search in crashed apps
- Search in stack trace
- Crash preview in notification
- Combination of same crashes / apps to avoid long repetetive lists
- Crash blacklist
- Quick actions to copy / share a stack trace
- Uploading to dogbin for convenient sharing.
Downloads
http://paphonb.xyz/android/apps/scoop/
Instructions
For unrooted/ADB users
1. Install ADB on your computer
2. Enable USB debugging on your phone and connect it to your computer
3. Install the app on your phone
4. Open a command prompt
5. Type the command below and press enter
Code:
adb shell pm grant xyz.paphonb.scoop android.permission.READ_LOGS
6. Open the app
7. You should now see a notification that indicates that the app is running.
8. Go crash an app and it will show up
For rooted users:
1. Install and open the app
2. Grant root permission
3. You should now see a notification that indicates that the app is running.
4. Go crash an app and it will show up
XDA:DevDB Information
Scoop, App for all devices (see above for details)
Contributors
paphonb, MrWasdennnoch
Version Information
Status: Stable
Current Stable Version: 2.0.2
Stable Release Date: 2019-01-03
Created 2019-01-11
Last Updated 2019-01-11
Thanks, testing with pie here,but i do not know work or not,try make my gboard crash but scoop not detach any crash.just suggesting background black emoled
Sent from my Nexus 6 using XDA Labs
psychoela said:
Thanks, testing with pie here,but i do not know work or not,try make my gboard crash but scoop not detach any crash.just suggesting background black emoled
Sent from my Nexus 6 using XDA Labs
Click to expand...
Click to collapse
That's weird. Do you see a notification that indicates that Scoop is running in the background?
paphonb said:
That's weird. Do you see a notification that indicates that Scoop is running in the background?
Click to expand...
Click to collapse
Yes "Monitoring app crashes"
Sent from my Nexus 6 using XDA Labs
psychoela said:
Yes "Monitoring app crashes"
Sent from my Nexus 6 using XDA Labs
Click to expand...
Click to collapse
Then it should be working just fine. How do you make Gboard crash? I can try to replicate the issue on my device and fix it.
paphonb said:
Then it should be working just fine. How do you make Gboard crash? I can try to replicate the issue on my device and fix it.
Click to expand...
Click to collapse
By using module gboard theme, every time i want to changing theme my gboard become freezing, so i touch forces the screen n result crash, i do not know it will same result with others device
Sent from my Nexus 6 using XDA Labs
I have an issue with Google Photos that makes it crash because something is null (checked using logcat). Tried this app but it didn't catch that crash as well. This is using MIUI 10 on Android 6.0 unrooted.
Works flawlessly on my devices but if I may ask, would you please provide an option to toggle the dark theme on/off/auto ?
Centered actionbar title
Hi @paphonb,
Thank you for your effort and congrats on the nice result. The app is really useful.
While rewriting the v4a app I was trying to implement a centered action bar title just like in your app, but I haven't been able to achieve the desired result. I wondered if you want to share the source or some code snippets to help me out a little.
Hope to hear from you,
pittvandewitt
pittvandewitt said:
Hi @paphonb,
Thank you for your effort and congrats on the nice result. The app is really useful.
While rewriting the v4a app I was trying to implement a centered action bar title just like in your app, but I haven't been able to achieve the desired result. I wondered if you want to share the source or some code snippets to help me out a little.
Hope to hear from you,
pittvandewitt
Click to expand...
Click to collapse
I can't give the sources to you because I won't be able to access my computer until next Tuesday. But the inplementation is just a text view centered in the toolbar. Feel free can decompile the app and see it if you want.
Sent from my ONEPLUS A6003 using Tapatalk
paphonb said:
I can't give the sources to you because I won't be able to access my computer until next Tuesday. But the inplementation is just a text view centered in the toolbar. Feel free can decompile the app and see it if you want.
Sent from my ONEPLUS A6003 using Tapatalk
Click to expand...
Click to collapse
I've tried to take a look around and it resulted in some improvements in my app, but with minify enabled it's really hard to make something sensible out of most methods and classes. I would really appreciate if you would take the effort to get back on this next week
pittvandewitt said:
I've tried to take a look around and it resulted in some improvements in my app, but with minify enabled it's really hard to make something sensible out of most methods and classes. I would really appreciate if you would take the effort to get back on this next week
Click to expand...
Click to collapse
Iirc you just need to override setTitle and getTitle and direct those to the textview instead. Only the layout part is hard.
Sent from my ONEPLUS A6003 using Tapatalk
Given any thought to have this app start on boot?
rignfool said:
Given any thought to have this app start on boot?
Click to expand...
Click to collapse
Didn’t google remove the start on boot broadcast on Oreo?
@paphonb just letting you know that Scoop 2.0.3 is working as a Xposed module for me with Android Oreo + EDXposed 0.2.9.7 but I believe it will also work on Android Pie. The only setback is that Scoop only captures the logs if Scoop is open in my recent apps (I'm sure it's working through Xposed because I did not give root permissions for Scoop to be able to enable read logs permission). Could you test on your device and fix whatever it takes to work perfectly as a (ed)xposed module just as old Scoop worked with Xposed for Marshmallow and Nougat? Thank you!
https://github.com/ElderDrivers/EdXposed
paphonb said:
Didn’t google remove the start on boot broadcast on Oreo?
Click to expand...
Click to collapse
I do not know...
However... I do know there are lots of apps that do start at boot... And I don't always remember to start scoop...
But having at least SOME logs when you're not ready for a crash has made life easier
@paphonb Would you mind adding a filter option so some apps' specific crashes (eg some that would occur often) are blacklisted ?
Also, when many notifications are generated, they won't bundle in one expandable Scoop notification. Could you make it so they would ?
Might just be me, but the download link appears to be down!
CarteNoir said:
Might just be me, but the download link appears to be down!
Click to expand...
Click to collapse
It's not just you. Good thing I uploaded it to APK Mirror, eh?
Sent from my OnePlus 6T using XDA Labs
CarteNoir said:
Might just be me, but the download link appears to be down!
Click to expand...
Click to collapse
Somehow my server provider broke internet connection. It's back now.
Sent from my Pixel 3 XL using Tapatalk
Related
With KeepRunning you could monitor apps and restart them. You need this if
- Android kills an app to free RAM
- An app crashes
This app has no background service and does not need RAM if it is not checking apps. It restarts only apps which was already running since last system startup, by the user or Android system. System apps are marked with an exclamation mark.
Available options:
Minimize all apps after an app was restarted
Duration of the monitoring intervall
Donation:
No self-promotion in the app.
More than 3 apps could be selected
Bring back last visible app after starting an app
Start apps, even not ever running since system startup
You support this app and further development!
Play Store: http://tinyurl.com/m94esbw
Changelog : In-app or http://tinyurl.com/kyzfjmp (Google Tranlator bar on the top)
Sideload: http://tinyurl.com/nhde3ux
My personal intension to create this app:
I'm using the messenger Trillian which has random FCs. Now Cerulean Studios has"pimped" the UI in a way I don't like. So I have to use the old version with known bugs.
To not miss messages anymore, i restart Trillian after crashes with this app
Now i'm using it also for daily crashes of WhatsApp
Translation:
You could find here a interface to translate the english strings: http://tinyurl.com/okycacj
A free account of www.oneskyapp.com is required to edit. Additional, please attach your email address or send it via PM
Useful application! I've highlighted it on the XDA Portal.
I'm already liking your BootManager and ReceiverStop.
Way to go!
Thanks!
willverduzco said:
Useful application! I've highlighted it on the XDA Portal.
Click to expand...
Click to collapse
I just read it in portal news, looks nice. Good work OP!
Is this an Xposed module or standalone? (Other great apps work with Xposed.)
no module applications ...
Wow, sounds amazing, I could use this for my CarPC.
Would it be possible to add an per-app option to only recover the app when the screen is on ?
Thanks !
willverduzco said:
Useful application! I've highlighted it on the XDA Portal.
Click to expand...
Click to collapse
Thank you! It's just curious that no one other created such an app before and i had to do it by myself
Dovidhalevi said:
Is this an Xposed module or standalone? (Other great apps work with Xposed.)
Click to expand...
Click to collapse
Standalone, no root. Should work down to API3 (Android 1.5)...
d1dd1 said:
Would it be possible to add an per-app option to only recover the app when the screen is on ?
Click to expand...
Click to collapse
Per-app? A global option "restart apps only of screen is on" would be much easier
So if the time interval is set to 20 minutes, the app check every 20minutes if the selected apps are still running and if they dont, keep running start them again?
Do i get this right?
septigation said:
So if the time interval is set to 20 minutes, the app check every 20minutes if the selected apps are still running and if they dont, keep running start them again?
Do i get this right?
Click to expand...
Click to collapse
Yes.
I think "20" is a good value
* you do not miss messages etc to long
* not many checks of the apps, no impact to battery (20 min -> 72 cheks/day)
But you could set whatever you need
d1dd1 said:
Also fine for me :good:
Click to expand...
Click to collapse
Just pushed to Play Store. The logfile shows "sleeping" if
* the setting is enabled
* the screen is off
* an app is detected as not running
Bad side: needs api7. For Android <=2.0 i would have to watch screen-on/-off events :-\
----
septigation said:
May i ask which apps do YOU let your own app control?
Click to expand...
Click to collapse
As i wrote in 1st post, i did this app for Trillian and WhatsApp because both crashes sometimes on my device. Then i get calls why i don't answer for so long...
Now i've additionally set Llame and My Data Manager, because i've hidden their notification icons with NotifyClean, and i wan't to know if they closes without it - until now it was not the case
Restart minimized
I would like the option to restart apps minimized without reverting to the homescreen. Please separate these choices.
sytauro said:
I would like the option to restart apps minimized without reverting to the homescreen. Please separate these choices.
Click to expand...
Click to collapse
That's not possible, due Android does not provide the "minimize" of an app
No minimizing
defim said:
That's not possible, due Android does not provide the "minimize" of an app
Click to expand...
Click to collapse
How about returning to previous active app instead of homescreen then? Returning to the homescreen interrupts ongoing use of the phone.
sytauro said:
How about returning to previous active app instead of homescreen then?
Click to expand...
Click to collapse
Great idea, i will check if it is possible to get the current focused app. But it could be that there is a short (<1 second) interruption anyway
sytauro said:
How about returning to previous active app instead of homescreen then? Returning to the homescreen interrupts ongoing use of the phone.
Click to expand...
Click to collapse
Just released to Play Store. This needs a new permission "GET_TASKS".
Also added a notification if a app was restarted
I've just added strings for translation to the first post. If you attach here a translation, please send me you email address via PM.
Notice to @kalashenicof @jzak1083 @vipa
Cool app
I, too, wish they would've kept Trillian looking like that old school Gingerbread style, but it's hard to expect them not to upgrade the UI, I guess...
★★★★★
Addictive tips, lifehacker reviews the app as unique.
"Hilariously brilliant and effective." - Android Authority.
★★★★★
Oops! application locker does not use any on-screen password ie. pin based or a pattern based locking system.
We use volume key pattern as the password. You can make any pattern using volume keys, like UP UP DOWN UP.
Features
- Totally invisible.
- Most secure way to lock apps.
- Nobody even notices your app is locked.
- Simple and fun to use.
- Can lock any applications.
- The transparent screen makes as if your application is stuck (You can change it).
- Fool friends with custom backgrounds.
Lollipop users Allow UsageStats for KNote from settings, you can do it by opening app drawer click on Enable/Disable UsageStats.
HELP TRANSLATING THE APP.
https://keybotivated.oneskyapp.com/collaboration/project?id=55522
PLEASE TEST THE NEW VERSION AND GIVE FEEDBACK
Click to Opt in For testing
v3.2
- New UI
- Faster
- Bug fixes
v3.0
- Added screenlock custom style
v2.1.beta (applockv2.1-beta in attachment)
- Added screenlock
- Full support for android Lollipop+
- Improved memory usage
- UI changes
- New tutorials
v2.0.1 (applockv9 in attachment)
- Added widget
- Fixed bugs
v1.5
- Only for GB
- Old UI
-No widget
Hi developer, found bug is: if I want lock 1,2,3,4,5 five apps, and I also want turn them to black screen, when I set from 1 to 5, 1 and 2 will turn to 'none', when I set 1 and 2 to black, 4 and 5 will turn to 'none', things keep going like this if more apps, please help to fix it, hopes that help! - note2 v4.4.2
ranger101 said:
Hi developer, found bug is: if I want lock 1,2,3,4,5 five apps, and I also want turn them to black screen, when I set from 1 to 5, 1 and 2 will turn to 'none', when I set 1 and 2 to black, 4 and 5 will turn to 'none', things keep going like this if more apps, please help to fix it, hopes that help! - note2 v4.4.2
Click to expand...
Click to collapse
Thanks for reporting.
Does background change to "none" when you set a custom background /only with black?
i am unable to reproduce the situation here.
fazuvpk said:
Thanks for reporting.
Does background change to "none" when you set a custom background /only with black?
i am unable to reproduce the situation here.
Click to expand...
Click to collapse
I only try 'black' option, haven't try cusom screen option, thanks
btw, the bug I found sometimes happen to random apps, loop like this:
I want turn them all (12 apps) to 'black', but no matter however I try, there always 2 or 3 (random) turn back to 'none'.
In a word it seems this setup function in not very stable in current version. thanks
Fixed
ranger101 said:
I only try 'black' option, haven't try cusom screen option, thanks
btw, the bug I found sometimes happen to random apps, loop like this:
I want turn them all (12 apps) to 'black', but no matter however I try, there always 2 or 3 (random) turn back to 'none'.
In a word it seems this setup function in not very stable in current version. thanks
Click to expand...
Click to collapse
Found the bug and fixed.
will merge in next update.
Thanks
Nice! thanks for sharing
msolutions said:
Nice! thanks for sharing
Click to expand...
Click to collapse
you are welcome, please do mind to rate the app.
Looking for such application which locks my app invisible.Beautiful app fantastic.
Some request,
1.Option for Blank notification with no app icon in status bar.
2.It would be great if On screen volume keys resemble like knock code like lock screen?
mnhs1010 said:
Looking for such application which locks my app invisible.Beautiful app fantastic.
Some request,
1.Option for Blank notification with no app icon in status bar.
2.It would be great if On screen volume keys resemble like knock code like lock screen?
Click to expand...
Click to collapse
1. Will include in next build .
2. It resembles knock code but only with 2 keys, which easier than knock code.
support for android 5?
chepeme said:
support for android 5?
Click to expand...
Click to collapse
Dev said last time ,next update is for lollipop,so for lollipop wait for update.
Excited for material design update,great and unique app lock.
chepeme said:
support for android 5?
Click to expand...
Click to collapse
yup the play store version doesnt have.
it does work now i will be updating the app in 2 days.
Support android Lollipop
chepeme said:
support for android 5?
Click to expand...
Click to collapse
mnhs1010 said:
Dev said last time ,next update is for lollipop,so for lollipop wait for update.
Excited for material design update,great and unique app lock.
Click to expand...
Click to collapse
Android 5 support with material ui is available in xda attachment. install and give feedback.
Great concept
Well done on using the volume buttons for this purpose and to make a dummy note taking app pop up. It does makes the locker invincible!. :good:
fazuvpk said:
Android 5 support with material ui is available in xda attachment. install and give feedback.
Click to expand...
Click to collapse
Downloaded and tried.
The only way that it works on android 5 is when i enable the usagestats, if i disable it... won't work
chepeme said:
Downloaded and tried.
The only way that it works on android 5 is when i enable the usagestats, if i disable it... won't work
Click to expand...
Click to collapse
yes android 5 needs special permission to get the application on top.
When we press on going app notification it open the app, not the K note app.
mnhs1010 said:
When we press on going app notification it open the app, not the K note app.
Click to expand...
Click to collapse
Yes it was a test build, It is irritating when i see K-Note always while testing so i made it that way, it will be changed in final build.
New update
Support version 5.0 now
Download from Play store
Awesome idea... I tried this app out though on Chase and Google Wallet, but I did not have to enter my password (Vol Up, down, up, up) it went straight into both apps and I am sure I had both apps locked :/
Sprint GS5 running Lollipop leak.
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.
This is mLauncher It's built for the nexus player and may work on other androidTV products. It lists all your apps including your sideloaded ones. Only has a couple features but here they are:
Display all your apps, set wallpaper, reboot, power off.
update: 2/28/16
changed the ui a little
DECREASED APP SIZE BY SEVERAL MBS!!!!!!
fixed the built in wallpaper switcher so that it displays all pictures in /sdcard/Pictures
Things to note:
Reboot and power off require root (Why haven't you done it yet?).
For the wallpapers function to work you have to sideload a wallpapers app on your NP.
To open quick settings press play on the remote Y on the game pad.
update 8/23/15
changed ui a little
added clock
fixed settings issue
Isn't it unnecessary to have a power off function on the Nexus Player? If it's an actual shut down rather than a sleep mode, then it would require the user to unplug power from their device and plug it back in before it could be used again.
I've got mine hooked up to a light switch so when I'm about to go to sleep and too lazy to get up it works great. Next day just flip the switch. I was experimenting with deep sleep but the way the stock Rom is set up to get it to work you have to remove daydream from the system and it takes a minute. I think on cm12 it would work. I could add the feature pretty easily. I was gonna add a shortcut to overscan and fix a small issue this week. Just let me know I'll put it in there.
By wallpaper app you mean a live wallpaper right?
Sent from my SM-G920T using Tapatalk
seniorstew said:
By wallpaper app you mean a live wallpaper right?
Sent from my SM-G920T using Tapatalk
Click to expand...
Click to collapse
No I mean wallpapers period unless I'm missing something there aren't any native apps that run regular wallpapers. Haven't tried live wallpapers yet.
will this work if I have lollipop 5.02 still on my ADT-1 ?
It should it's built with Android 5.0 if it gives you an error let me know
Asadullah said:
It should it's built with Android 5.0 if it gives you an error let me know
Click to expand...
Click to collapse
the screen was cut off, i was able to run the apk though. It doesn't fit well on the screen
Gotta change the dimensions for it I'll see what I can do
Asadullah said:
Gotta change the dimensions for it I'll see what I can do
Click to expand...
Click to collapse
That will be great ... Thank you again
Here's a beta release that fixes an issue I've been having with the app list not updating when you uninstall or install an app. It's a pretty dirty hack but seems to work okay. Remember this is beta and I'll be looking at different ways to implement it. So if your uninstalling and installing apps a lot give it a shot but if not pass on this.
update removed link since it's in the updated apk
rgill420 said:
That will be great ... Thank you again
Click to expand...
Click to collapse
Can you upload a screenshot of how it looks on your device?
Beta release
Here's a beta release with new sleep function. It requires root access click it and screen goes into deep sleep. There's another way to do this without root but it requires you to change backdrop to none and it takes 10 seconds. Not very functional in my book. Everything else is working great. Thanks
How about live wallpaper support?
Codename_Falcon said:
How about live wallpaper support?
Click to expand...
Click to collapse
On the stock rom google removed what is necessary to have live wallpapers but if you use a custom rom this will support it.
Will I be able to set mLauncher as the default launcher? (Sorry, new NP owner here)
Sorensiim said:
Will I be able to set mLauncher as the default launcher? (Sorry, new NP owner here)
Click to expand...
Click to collapse
If you have marshmallow you'll have to use adb to hide the default launcher
Look here if you need to know how
Asadullah said:
If you have marshmallow you'll have to use adb to hide the default launcher
Look here if you need to know how
Click to expand...
Click to collapse
new update out on first page and on google market
Hey guys,
This is a replication of the thread I've originally posted in the Nexus 6P Themes & Apps Forum. I've successfully built something similar to Google Pixel's Fingerprint Notification Gesture. Just install the APK, grant it root access and you're good to go.
NOTES:
There's a similar app made by another developer, and this is in no way affiliated to it. End product is the same though it's accomplished in different ways. Read further to know the differences.
REQUIREMENTS:
1. Nexus 5X rooted with SuperSu
2. Android 6.0+ (should work with lower APIs too - haven't tested)
BUGS:
It takes a while to start listening for fingerprints after a complete boot and after you unlock your phone. In the former case, it takes longer for the service to start.
DESCRIPTION:
We all have heard about the Google's new Pixel's fingerprint swipes to accomplish tasks. For the ones who aren't aware, the Pixel lets you swipe down it's fingerprint sensor to simulate a swipe down on your notification bar / status bar to pull it down and a swipe up, to pull it up. This app accomplishes something similar.
A single short tap on the sensor pulls down the notification / status bar and a long press on the sensor pulls it back up, irrespective of whether the finger in subject is registered for authentication or not.
DISCLAIMER:
Make sure you always take a backup before testing. Thumb rule. I'm not responsible if you screw up your handset!
DOWNLOADS:
Fetch it from below.
Cheers and let me know.
Great work man, appreciate it!
I can install the .apk but the app itself won't open. I've cleared cache and data and I just uninstalled it and reinstalled multiple times. Nothing.
TW1ST3D1NS4N3 said:
I can install the .apk but the app itself won't open. I've cleared cache and data and I just uninstalled it and reinstalled multiple times. Nothing.
Click to expand...
Click to collapse
The app doesn't actually open it runs in the background after u allow root privileges..it's kinda a silent app. Working well though.
Sent from my Pixel XL using XDA-Developers mobile app
Ok. Apk installed, app is running. But i have no idea how to grant supersu (root) privileges. App itself didnt asked SuperSu, so SuperSu didnt showed up the prompt window to grant the access. Any sugestions?
Carach_CZ said:
Ok. Apk installed, app is running. But i have no idea how to grant supersu (root) privileges. App itself didnt asked SuperSu, so SuperSu didnt showed up the prompt window to grant the access. Any sugestions?
Click to expand...
Click to collapse
I'm with this guy. Nothing's happening to prompt the SU request
Sent from my Pixel XL using Tapatalk
iamterence said:
I'm with this guy. Nothing's happening to prompt the SU request
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Okay, tried this and it worked. So.. Go to apps, delete data from Pixel Swipe app. Force close app. Scan your finger and setup the fingerprint sensor screen unlock. Reboot the phone and open the app again. Guess it wants the scanned finger before opening.
tnx man no problem with that , good job
So there's no settings for this app? It takes this much trouble just to get it running as well? I'll stick with the original app.....
Worked within five minutes, just had to have finger scanned in the phone. Works great. Thanks mate.
would be nice if i can swipe to remove notifications panel too, not long press! anyways, thank you. very useful app.
Why opening of notification panel so slow? NOVA launcher have the same problem with Android 6, but they solve this problem with root, can you do same thing for your app? With so slow opening - app is useless
Nice app. Not filled with bloated stuff like similar apps. Just what I searched. ?
are you the devloper of the app?
is there any way to make it so that the fingerprint scanner act as a scroll wheel?
Anyway to implement directions and tap to select double tap to go back??
Can't even open file.
Thanks mahn! :good:
Appreciate it!
But is there any way that the notification panel would go back up when swiped up?
anonxlg said:
are you the devloper of the app?
is there any way to make it so that the fingerprint scanner act as a scroll wheel?
Click to expand...
Click to collapse
That's quite possible but won't it get in your way? I'll explore.
ankit73 said:
Thanks mahn! :good:
Appreciate it!
But is there any way that the notification panel would go back up when swiped up?
Click to expand...
Click to collapse
That can be handled. Will keep you posted when I release an update!
CyanoFresh said:
Can't even open file.
Click to expand...
Click to collapse
Try making it a system app.