[APP][ROOT] Disable Clip Tray - G3 Themes and Apps

I've created a simple app that allows you to enable or disable Clip Tray on any LG phone that has this feature. It requires root access to modify the system file needed to disable the feature.
Play Store link: https://play.google.com/store/apps/details?id=com.jfsoftware.disablecliptray
More info: http://jfsoftware.com/product/86
Source code: http://jfsoftware.com/source/86

Excellent app works perfect on the LG G Flex 2.

Download is not working!

cris2d2 said:
Download is not working!
Click to expand...
Click to collapse
Try it now, my server can be a bit flaky sometimes.

joshua70448 said:
Try it now, my server can be a bit flaky sometimes.
Click to expand...
Click to collapse
Yep, now it's fine, thanks for making this app and sharing with us

The app is working great but unfortunately it disables taking screenshots, too
Is this only me and what can be done to disable cliptray whilst keeping screenshot capability?

glyxkecks said:
The app is working great but unfortunately it disables taking screenshots, too
Is this only me and what can be done to disable cliptray whilst keeping screenshot capability?
Click to expand...
Click to collapse
Sorry to hear that! My app only modifies the permissions file for the Clip Tray feature, it doesn't touch anything related to screenshots and I haven't experienced this problem myself. Perhaps it's something else on your phone that's causing the problem? Does the problem persist when you enable Clip Tray and restart your phone?

joshua70448 said:
Sorry to hear that! My app only modifies the permissions file for the Clip Tray feature, it doesn't touch anything related to screenshots and I haven't experienced this problem myself. Perhaps it's something else on your phone that's causing the problem? Does the problem persist when you enable Clip Tray and restart your phone?
Click to expand...
Click to collapse
I've found a solution by manually removing the DB files of cliptray and replacing them by folders. It was mentioned in this thread: http://forum.xda-developers.com/showpost.php?p=63895867&postcount=5
But I had to delete the following files and replace them by foldes with exactly the same names:
Code:
/data/data/com.lge.systemservice/databases/clipdata.db
/data/data/com.lge.systemservice/databases/clipdata.db-journal
After a reboot cliptray was disabled and screenshots keept working. As screenshots are send to clipboard as well, your method of disabling cliptray may have crashed the process of taking screenshots. Maybe you could change the way you're disabling cliptray?

glyxkecks said:
I've found a solution by manually removing the DB files of cliptray and replacing them by folders. It was mentioned in this thread: http://forum.xda-developers.com/showpost.php?p=63895867&postcount=5
But I had to delete the following files and replace them by foldes with exactly the same names:
Code:
/data/data/com.lge.systemservice/databases/clipdata.db
/data/data/com.lge.systemservice/databases/clipdata.db-journal
After a reboot cliptray was disabled and screenshots keept working. As screenshots are send to clipboard as well, your method of disabling cliptray may have crashed the process of taking screenshots. Maybe you could change the way you're disabling cliptray?
Click to expand...
Click to collapse
I've added this method of disabling Clip Tray as an Option B (with a note that Option A has been reported to break screenshots). I finally sprung for a Google Play Developer account, so I've uploaded version 1.1 to the Play Store and I'll post the link here once it's published.

I'm sorry but why would anyone want to disable clip tray?

Personally, I disable it because the password manager I use (LastPass) copies passwords to the clipboard, which Clip Tray displays and stores in plain text to anyone that uses my phone.

joshua70448 said:
I've added this method of disabling Clip Tray as an Option B (with a note that Option A has been reported to break screenshots). I finally sprung for a Google Play Developer account, so I've uploaded version 1.1 to the Play Store and I'll post the link here once it's published.
Click to expand...
Click to collapse
I got Disable Clip Tray 1.1 published to the Play Store, you can download it here: https://play.google.com/store/apps/details?id=com.jfsoftware.disablecliptray

Thanks a lot!
I've tried both methods on marshmallow (D855 v30B) and they're both working without problems with screenshot
I can't test lollipop anymore but I guess it's working there as well...
Gesendet von meinem LG-D855 mit Tapatalk

Could you add an option that just
"disables the animation when copying something" ?
I like the clipboard, but dislike that animation.

Still_living714 said:
I'm sorry but why would anyone want to disable clip tray?
Click to expand...
Click to collapse
Password manager.

On a side note, I've taken the debloat scripts managed by @roirraW "edor" ehT here and created a website that generates custom debloat scripts here. This debloat generator now includes the option to disable the Clip Tray feature as part of the debloating process, this uses Option B and can be detected and undone using the Disable Clip Tray app.

I've said this elsewhere but just want to say the debloat generator is an awesome idea and implementation. Thanks for making it!

joshua70448 said:
On a side note, I've taken the debloat scripts managed by @roirraW "edor" ehT here and created a website that generates custom debloat scripts here. This debloat generator now includes the option to disable the Clip Tray feature as part of the debloating process, this uses Option B and can be detected and undone using the Disable Clip Tray app.
Click to expand...
Click to collapse
Hey Joshua, thanks for the fine work.
I used the debloat script generator when I did my VS985 a month ago, thanks for that too. I don't remember the clip tray selection in the list but I checked my debloat file and it seemed to be in there haha. When I click on clip tray in the long-textbox-click menu it doesn't do anything either. One question; is there a way to remove the clip tray option in the long-textbox-click menu?

iamkamo said:
When I click on clip tray in the long-textbox-click menu it doesn't do anything either. One question; is there a way to remove the clip tray option in the long-textbox-click menu?
Click to expand...
Click to collapse
I've tried to add an Xposed module to the app that would hide all traces of Clip Tray in the interface, but sadly I haven't had any luck with finding the right interface elements to hide

Ah. Oh well - cheers

Related

[APP][PDroiD2] Configuration

Hello,
I just patched pdroid2.0 into CyanogenMod 10 via ApG, everything went fine.
How do I configure PDroiD in a sensible way? I do want some apps (especially some system apps) not to be able to read contacts, call log etc.
Do I have to pick every app (93 of them after a "vanilla" install) and check/uncheck permissions by hand? Is there a way to have PDroiD show which apps want to access the call list and deactivate them with a single click? LBE Privacy Guard has this nice feature, and I would love to use it - if there is - with PDroiD.
Thank you and have a nice day!
Same question
Raubsau said:
Hello,
I just patched pdroid2.0 into CyanogenMod 10 via ApG, everything went fine.
How do I configure PDroiD in a sensible way? I do want some apps (especially some system apps) not to be able to read contacts, call log etc.
Do I have to pick every app (93 of them after a "vanilla" install) and check/uncheck permissions by hand? Is there a way to have PDroiD show which apps want to access the call list and deactivate them with a single click? LBE Privacy Guard has this nice feature, and I would love to use it - if there is - with PDroiD.
Thank you and have a nice day!
Click to expand...
Click to collapse
I agree with you, that it is not selfexplainable. As it seems we are both thinking that the configuration needs some more explanation or a template or something like that. But other than agreeing I unfortunately cannot help you because I have the same questions as you do ... :angel:
schitthoch2 said:
I agree with you, that it is not selfexplainable. As it seems we are both thinking that the configuration needs some more explanation or a template or something like that. But other than agreeing I unfortunately cannot help you because I have the same questions as you do ... :angel:
Click to expand...
Click to collapse
Hi,
I'm going to install PDroid2 too.
Apparently, there is a batch mod to apply some configurations to a set of apps verifying some rules.
I think it's a little like titanium backup
yuuzhantar said:
Apparently, there is a batch mod to apply some configurations to a set of apps verifying some rules.
Click to expand...
Click to collapse
Hey. Where can in find the 'Batch mode'?
AW: [APP][PDroiD2] Configuration
OK i found it, but then it still needs explanation...

Windows RT Whitelist Flash tool V1.0

Updated! *******02/25/2013*********
Backup feature added
The script will no longer kill active logins and cookies
Hello Everyone,
So I have an RT device and I been looking around the forums and saw a lot of people trying to add websites to the whitelist so they could get there flash sites working and were having issues. I now have created a script that will allow you to add websites and custom white lists without any issues.
Neowin.net article.
http://www.neowin.net/news/windows-rt-flash-player-tool-lets-you-easily-white-list-websites
WPCentral.com article.
http://www.wpcentral.com/windows-rt-flash-player-tool-brings-flash-content-your-surface-browser
betanews.com article.
http://betanews.com/2013/01/14/use-...tool-to-add-more-websites-to-ie10s-whitelist/
redmondpie.com article.
http://www.redmondpie.com/how-to-add-any-site-to-ie10-flash-whitelist-in-windows-rt-the-easy-way/
Download Links below...
http://www.filedropper.com/windowsrtwhitelistflashtoolv16
http://www.sendspace.com/file/yfom9j
http://droidkid.wordpress.com/project-windows-rt-flash-player-tool/
Here is a video on how it works
*******Update!*******
Current Bugs:
Takes about 2 and half minutes for it to add the website you choose to the list, not that big of a deal. However I’m working on fixing it.
Please report any bugs I will attempt to resolve them ASAP.
Thank you guys for all your support, I will update this thread as soon as the new release is available
I almost thought this was the first firmware flash tool haha... Anyway your tool works great thanks!
Bjray said:
I almost thought this was the first firmware flash tool haha... Anyway your tool works great thanks!
Click to expand...
Click to collapse
haha I know, naming the tool was probably the hardest part!
Great tool thanks:good:
Awesome, thanks!
Nice work
Btw I read on neowin about this tool deleting logins etc.
I think it has to delete browsing history or clear the cache in order to work. I dont think it will work without deleting one of those.
Let me know if you find a method to make it work without the need to delete browsing history and then ill add it to the other thread.
Regards
Marvin_S said:
Nice work
Btw I read on neowin about this tool deleting logins etc.
I think it has to delete browsing history or clear the cache in order to work. I dont think it will work without deleting one of those.
Let me know if you find a method to make it work without the need to delete browsing history and then ill add it to the other thread.
Regards
Click to expand...
Click to collapse
Yeah it will delete your stored login information.
I think i can get it to work without deleting the saved password information. I will be working on that this weekend along with a few more tweaks. I really just wanted to get it out there and have more people testing it.
If someone can confirm exactly what needs to be cleared I can adjust the settings in the script. Otherwise I will do my testing and find out.
Works like a charm for me, Asus Vivo tab RT
sergiopi said:
Works like a charm for me, Asus Vivo tab RT
Click to expand...
Click to collapse
No problem glad to know its working well on another device besides the surface
Will not work for me gives me an error saying
duplicate files exists or cannot find file, something along them lines. I have not added any address manually and I restored the default list as shown in the video.
What am I doing wrong?
THEBIG360 said:
Will not work for me gives me an error saying
duplicate files exists or cannot find file, something along them lines. I have not added any address manually and I restored the default list as shown in the video.
What am I doing wrong?
Click to expand...
Click to collapse
Ah can you please open the run command and navigate to %temp% and delete everything within and let me know if it works after that. if it does I can fix this in the next release.
Yep that worked mate thanks, it rakes a while to add my entry but I know you are aware of that's.
Thanks for this tool it is awesome.
THEBIG360 said:
Yep that worked mate thanks, it rakes a while to add my entry but I know you are aware of that's.
Thanks for this tool it is awesome.
Click to expand...
Click to collapse
No problem thanks for clarifying that I have added that to the bug list I will get that sorted out. Let me know if you run into any other issues.
Cheers
Work like a charm
can anyone see how to get slipstreamtv.com to work. I dont know how to find the site for the player
epidemic215 said:
can anyone see how to get slipstreamtv.com to work. I dont know how to find the site for the player
Click to expand...
Click to collapse
I'll look into it tomorrow and I'll reply in the thread
Answer!
epidemic215 said:
can anyone see how to get slipstreamtv.com to work. I dont know how to find the site for the player
Click to expand...
Click to collapse
Hey so I looked into it for you. I got it to work it wasn't to hard. So what is happening is the acutal video is hosted on another site so not only will you need to add slipstreamtv.com you will need to add the site that hosts the actual live TV. Now to find out the website that is hosting it all you have to do on a regular computer that has flash enabled you will need to right click where the video box is and click "settings" then click the little folder icon and it will show you the website where it is getting the stream from. I have posted pictures on how to do it.
However in this case it looks like slipstreamtv.com uses udemy.com but a lot one more website that I found by going through the HTML source of the website. I added the following site and it worked without an issue.
slipstreamtv.com
udemy.com
sawlive.tv
Cheers,
View attachment 1636726
View attachment 1636727
Remember sometimes you may need to look at the HTML code on the source page.
I have a question. Not to complain or anything. Why don't we set the required domain as "debug domain" in registry instead of messing with the white list? In my experience, using debug domain trick is much cleaner and it still allow the while list to get updated by Microsoft.
illidanx said:
I have a question. Not to complain or anything. Why don't we set the required domain as "debug domain" in registry instead of messing with the white list? In my experience, using debug domain trick is much cleaner and it still allow the while list to get updated by Microsoft.
Click to expand...
Click to collapse
Hey, I choose to do it this way because I did not want to add a ton of strings into the Registry. I'd rather play around with the white list then with the registry. I will be updating the custom white list thats within the tool often so that it will be very much up to date as Microsoft and contain custom ones as well.
TheDroidKid said:
Hey so I looked into it for you. I got it to work it wasn't to hard. So what is happening is the acutal video is hosted on another site so not only will you need to add slipstreamtv.com you will need to add the site that hosts the actual live TV. Now to find out the website that is hosting it all you have to do on a regular computer that has flash enabled you will need to right click where the video box is and click "settings" then click the little folder icon and it will show you the website where it is getting the stream from. I have posted pictures on how to do it.
However in this case it looks like slipstreamtv.com uses udemy.com but a lot one more website that I found by going through the HTML source of the website. I added the following site and it worked without an issue.
slipstreamtv.com
udemy.com
sawlive.tv
Cheers,
View attachment 1636726
View attachment 1636727
Remember sometimes you may need to look at the HTML code on the source page.
Click to expand...
Click to collapse
Thanks

[Q] Multiple questions about the Moto G

hi everybody!
sorry for the non-descriptive title, but i have some questions i'd like to ask here. i just got my moto g 2 days ago, i switched from a samsung galaxy s+ (with cm10.2) so this is quite the change for me, hardware and software wise.
[ANSWERED] 1. first i missed the possibility to swipe my keyboard to type, i found many different apps for that, but my question would be what is the keyboard included in cyanogenmod? because since this can 'see' everything i type i want an app for that i can trust...
[ANSWERED] 2. i really liked the cLock app for time and weather in cm, but google-ing 'clock app' wasnt the most helpful thing i've ever done ^^ so here my queston would be aswel whats the cyanogenmod cLock app and where can i find it?!
[ANSWERED] 3. next thing would be how can i get something like pdroid on this device (i had it on the sgs+)? i would need root i assume, i saw lots of different methods for that aswel. one with like contacting motorola to get the rom unlocked or something like that. so whats the easiest way to get a privacy control on the moto g? i remember something like the new android has some inbuilt setting for that?!?
[ANSWERED] 4. something that is irritating me quite a lot are the software keys, because samsung has the back key on the right side and the moto has it on the left side. also i dont understand why there would be a key for recent apps instead of a menu key. same here: i saw lots of different methods to change that, some even with adding or getting rid of lines of the code. ok i managed to install cm on my sgs, but thats a little out of my capabilities ^^ so again what would be the easiest way to change the buttons around?
[ANSWERED] 5. another thing would be, how do i turn off the vibration when using the keyboard? i tried the setting under 'sound' -> 'vibrate on touch' (or something along those lines) but that didnt turn off all of the vibration, for example its still vibrating when i use the keyboard but not anymore when i open apps or menus.
maybe there is even the possibility to install a stable version of cyanogenmod on the moto g which would solve most of my issues? but since this is running so smoothly i dont want any nightly builds, alphas or betas on this thing right now...
btw i am using the nova launcher in case that makes any difference for any of the questions above!?
also i include this screenshot with all the version numbers in it because it might be useful: https://drive.google.com/file/d/0B5JftqugO1xsbnh1dTBrQzZVWXc/edit?usp=sharing
thanks a bunch in advance and for reading and i hope someone is willing and able to help me out here!:fingers-crossed:
EDIT:
all the questions above have been answered! only one more question is open atm, [ here ] thanks to everyone who contributed so far!
bad1080 said:
hi everybody!
sorry for the non-descriptive title, but i have some questions i'd like to ask here. i just got my moto g 2 days ago, i switched from a samsung galaxy s+ (with cm10.2) so this is quite the change for me, hardware and software wise.
1. first i missed the possibility to swipe my keyboard to type, i found many different apps for that, but my question would be what is the keyboard included in cyanogenmod? because since this can 'see' everything i type i want an app for that i can trust...
2. i really liked the cLock app for time and weather in cm, but google-ing 'clock app' wasnt the most helpful thing i've ever done ^^ so here my queston would be aswel whats the cyanogenmod cLock app and where can i find it?!
3. next thing would be how can i get something like pdroid on this device (i had it on the sgs+)? i would need root i assume, i saw lots of different methods for that aswel. one with like contacting motorola to get the rom unlocked or something like that. so whats the easiest way to get a privacy control on the moto g? i remember something like the new android has some inbuilt setting for that?!?
4. something that is irritating me quite a lot are the software keys, because samsung has the back key on the right side and the moto has it on the left side. also i dont understand why there would be a key for recent apps instead of a menu key. same here: i saw lots of different methods to change that, some even with adding or getting rid of lines of the code. ok i managed to install cm on my sgs, but thats a little out of my capabilities ^^ so again what would be the easiest way to change the buttons around?
5. another thing would be, how do i turn off the vibration when using the keyboard? i tried the setting under 'sound' -> 'vibrate on touch' (or something along those lines) but that didnt turn off all of the vibration, for example its still vibrating when i use the keyboard but not anymore when i open apps or menus.
maybe there is even the possibility to install a stable version of cyanogenmod on the moto g which would solve most of my issues? but since this is running so smoothly i dont want any nightly builds, alphas or betas on this thing right now...
btw i am using the nova launcher in case that makes any difference for any of the questions above!?
also i include this screenshot with all the version numbers in it because it might be useful: https://drive.google.com/file/d/0B5JftqugO1xsbnh1dTBrQzZVWXc/edit?usp=sharing
thanks a bunch in advance and for reading and i hope someone is willing and able to help me out here!:fingers-crossed:
Click to expand...
Click to collapse
You can install the stock google keyboard from the play store for using swype, And there is cyangenmod version available for the G, you should go to the Moto G Original Android Development section of the forum for that. The vibration option should be in your sound / keyboard settings so you just need to look better i gues.
insanezz said:
You can install the stock google keyboard from the play store for using swype, And there is cyangenmod version available for the G, you should go to the Moto G Original Android Development section of the forum for that. The vibration option should be in your sound / keyboard settings so you just need to look better i gues.
Click to expand...
Click to collapse
hi and thanks for your answer! sadly i dont know which one 'the stock google keyboard' is, a link to the right app in the play store would be helpful...
bad1080 said:
hi and thanks for your answer! sadly i dont know which one 'the stock google keyboard' is, a link to the right app in the play store would be helpful, is it this one? https://play.google.com/store/apps/details?id=de.uniquedroid.appkeyboarddebugsettings&hl=de
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin
Here you go
Verstuurd vanaf mijn XT1032 met Tapatalk
insanezz said:
https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin
Here you go
Click to expand...
Click to collapse
thanks again, sadly the play store says: 'This app is incompatible with all of your devices.' and it seems this is because of some kind of regional restrictions for this app and/or my country. i cant imagine what and why that would be but i cant download it from there, is there any other way to get this? like an .apk or something?
bad1080 said:
thanks again, sadly the play store says: 'This app is incompatible with all of your devices.' and it seems this is because of some kind of regional restrictions for this app and/or my country. i cant imagine what and why that would be but i cant download it from there, is there any other way to get this? like an .apk or something?
Click to expand...
Click to collapse
Maybe it's not available in your country, im not sure if there's an apk for that. I suggest you google for : google keyboard or something like that
Verstuurd vanaf mijn XT1032 met Tapatalk
insanezz said:
Maybe it's not available in your country, im not sure if there's an apk for that. I suggest you google for : google keyboard or something like that
Click to expand...
Click to collapse
yea, thats what i was thinking after i posted my answer, sometimes my brain is in stupid mode *derp...
i found it here and i include the link for people with the same problem, the link is in german though:
http://www.androidnext.de/apps/google-keyboard-kitkat-tastatur-fuer-alle-geraete-apk-download/
and that works pretty good, thanks for the recommendation!
edit: i think i found the cLock app i was talking about, or a very similar one from the same developer it seems:
https://play.google.com/store/apps/details?id=com.dvtonder.chronus
its a very nice clock and weather app, i can even do more (like calendar). thats 2 down 3 to go!
bad1080 said:
3. next thing would be how can i get something like pdroid on this device (i had it on the sgs+)? i would need root i assume, i saw lots of different methods for that aswel. one with like contacting motorola to get the rom unlocked or something like that. so whats the easiest way to get a privacy control on the moto g? i remember something like the new android has some inbuilt setting for that?!?
4. something that is irritating me quite a lot are the software keys, because samsung has the back key on the right side and the moto has it on the left side. also i dont understand why there would be a key for recent apps instead of a menu key. same here: i saw lots of different methods to change that, some even with adding or getting rid of lines of the code. ok i managed to install cm on my sgs, but thats a little out of my capabilities ^^ so again what would be the easiest way to change the buttons around?
Click to expand...
Click to collapse
I suggest to install Xposed framework (Root needed), and then you can have this features with Gravity Box and Xprivacy (these are modules for Xposed).
In order to root, you have to unlock the bootloader (follow the instruction on Motorola website), then install a Custom recovery (I suggest Philz one) and supersu from Play store
Landrea said:
I suggest to install Xposed framework (Root needed), and then you can have this features with Gravity Box and Xprivacy (these are modules for Xposed).
In order to root, you have to unlock the bootloader (follow the instruction on Motorola website), then install a Custom recovery (I suggest Philz one) and supersu from Play store
Click to expand...
Click to collapse
hi and thank you for your contribution! i have unlocked and rooted my device successfully and installed the xposed framework. i havent quite got the hang of how xprivacy works as of now since its a little different from pdroid (and somewhat confusing imo). but thats just a matter of time i guess. i'll start reading here: https://github.com/M66B/XPrivacy#xprivacy or is there a better quick start guide?
i assume i can uninstall the 'xprivacy installer' (the one from google play) after i installed 'xprivacy'? and that gravity box is for the softkeys and its this one here: http://forum.xda-developers.com/showthread.php?t=2554049 ? i'll look into that tomorrow, since its getting late here and i dont wanna mess up now ^^
thanks again!
bad1080 said:
hi and thank you for your contribution! i have unlocked and rooted my device successfully and installed the xposed framework. i havent quite got the hang of how xprivacy works as of now since its a little different from pdroid (and somewhat confusing imo). but thats just a matter of time i guess. i'll start reading here: https://github.com/M66B/XPrivacy#xprivacy or is there a better quick start guide?
i assume i can uninstall the 'xprivacy installer' (the one from google play) after i installed 'xprivacy'? and that gravity box is for the softkeys and its this one here: http://forum.xda-developers.com/showthread.php?t=2554049 ? i'll look into that tomorrow, since its getting late here and i dont wanna mess up now ^^
thanks again!
Click to expand...
Click to collapse
Mornin', you're very welcome!
Xprivacy it's kind of complicated, but that reading will help you. I admit I don't use it, but I know it gives you full control on privacy and this is what you were looking for As you said, it's just a matter of time!
Btw you can install modules directly from Xposed Installer application, so you can bypass the Play Store.
Yes that's gravity box: it's very good and popular, you can surely reverse/set all the software keys, but also do a lot of modding!
It's more intuitive than Xprivacy, just go ahead options and try them, it's safe!
Good luck and forgive my english!
Landrea said:
Mornin', you're very welcome!
Xprivacy it's kind of complicated, but that reading will help you. I admit I don't use it, but I know it gives you full control on privacy and this is what you were looking for As you said, it's just a matter of time!
Btw you can install modules directly from Xposed Installer application, so you can bypass the Play Store.
Yes that's gravity box: it's very good and popular, you can surely reverse/set all the software keys, but also do a lot of modding!
It's more intuitive than Xprivacy, just go ahead options and try them, it's safe!
Good luck and forgive my english!
Click to expand...
Click to collapse
i am no native english tongue myself, so i dont notice anything wrong with your english. no need to excuse, i make mistakes myself.
i was under the impression that you could do 'stupid' stuff with xprivacy, like i was able to deny my camera app access to the camera with pdroid. that was a good way to test if it was properly working. so i tried and deny firefox access to 'internet' but that didnt seem to work, but then again it especially said its no going to break apps. i dig into all of this further later on.
just a question, what would be a good way to verify it is working like its supposed to? talking about xprivacy here...
edit: and to answer my question no.5: there is another setting for vibration in the keyboard itself, so you have to go through -> language and input -> select settings on your keyboard -> vibrate on key push (or sth along those lines), so basically you have to turn it off twice.
bad1080 said:
i am no native english tongue myself, so i dont notice anything wrong with your english. no need to excuse, i make mistakes myself.
i was under the impression that you could do 'stupid' stuff with xprivacy, like i was able to deny my camera app access to the camera with pdroid. that was a good way to test if it was properly working. so i tried and deny firefox access to 'internet' but that didnt seem to work, but then again it especially said its no going to break apps. i dig into all of this further later on.
just a question, what would be a good way to verify it is working like its supposed to? talking about xprivacy here...
edit: and to answer my question no.5: there is another setting for vibration in the keyboard itself, so you have to go through -> language and input -> select settings on your keyboard -> vibrate on key push (or sth along those lines), so basically you have to turn it off twice.
Click to expand...
Click to collapse
May @mokkami can help us understanding Xprivacy
---------- Post added at 03:34 PM ---------- Previous post was at 03:31 PM ----------
bad1080 said:
edit: and to answer my question no.5: there is another setting for vibration in the keyboard itself, so you have to go through -> language and input -> select settings on your keyboard -> vibrate on key push (or sth along those lines), so basically you have to turn it off twice.
Click to expand...
Click to collapse
Yeah, of course! I thought you managed this already! Keyboard is like an app itself, and has its own settings (i.e. vibration)
so i tried and deny firefox access to 'internet' but that didnt seem to work
Click to expand...
Click to collapse
I just tried it and i had no problem to deny the access for Firefox. When you open xprivacy in the app list tap on the Firefox Logo, not on the name or the checkbox. If you do so the details will open. If you now tick the category "Internet" then you will see that it is checked as a square, not as a hook. If it is a square it is only partially blocked. If you go now into the details of the category "Internet", you will see, that not all options are checked. Some are even marked red because they might be essential for the functionalty of the specific app. If you check also these and maybe also all others, then you can prevent Firefox of getting access to the Internet. If you check all items in Internet manually you'll see that category internet has now a hook than a square.
but then again it especially said its no going to break apps.
Click to expand...
Click to collapse
I did not really get what you wanted to say with this.
just a question, what would be a good way to verify it is working like its supposed to?
Click to expand...
Click to collapse
You can check for example all outgoing connections to the internet from your device. I have not tested this tool, or similar like that, but i will now because i just had the idea Else you can also prevent Facebook app to connect. I use Auto Hide Softkey App. I can for example prevent that it uses the overlay function, so it can not modify the UI and hide the Navbar.
Xprivacy is a very powerful tool. If you want it more simple, you can activate the in Android but Disabled inbuilt AppOPS App (search for AppOPS). But it is also less powerful.
I bought xprivacy. If you buy it, you can download the restrictions automatically and upload yours for others. You are also able to export end import the settings if licensed. Also nice that you can buy it via Paypal because i do not have a Credit Card (and i don't want).
but google-ing 'clock app' wasnt the most helpful thing i've ever done ^^
Click to expand...
Click to collapse
You should definitely work on your Googling skills
Try "best android clock apps" "List of android clocks" and so on, there are dozens.
maybe there is even the possibility to install a stable version of cyanogenmod on the moto g which would solve most of my issues? but since this is running so smoothly i dont want any nightly builds, alphas or betas on this thing right now...
Click to expand...
Click to collapse
My friend, you are really funny
Cyanogenmod just got a snapshot Status few days ago. It is one step ahead being a nightly and to steps behind beeing stable
Hope that helps.
---------- Post added at 10:06 PM ---------- Previous post was at 10:04 PM ----------
Oh and for some settings you do you also have to restart your phone. But actually it will tell you to do so by displaying a toast.
mokkami said:
I just tried it and i had no problem to deny the access for Firefox. When you open xprivacy in the app list tap on the Firefox Logo, not on the name or the checkbox. If you do so the details will open. If you now tick the category "Internet" then you will see that it is checked as a square, not as a hook. If it is a square it is only partially blocked. If you go now into the details of the category "Internet", you will see, that not all options are checked. Some are even marked red because they might be essential for the functionalty of the specific app. If you check also these and maybe also all others, then you can prevent Firefox of getting access to the Internet. If you check all items in Internet manually you'll see that category internet has now a hook than a square.
Click to expand...
Click to collapse
thanks for the explanation! i clicked on the firefox logo but i didnt know you can go even deeper into each section for permissions, that explains it!
mokkami said:
I did not really get what you wanted to say with this.
Click to expand...
Click to collapse
well you explained it yourself pretty much, the app was designed to not break apps in the way they work but restrict them from your privat data. so when i clicked firefox'es internet permission and it had the square, i disabled some but not all of it. thats all i was saying
mokkami said:
You can check for example all outgoing connections to the internet from your device. I have not tested this tool, or similar like that, but i will now because i just had the idea Else you can also prevent Facebook app to connect. I use Auto Hide Softkey App. I can for example prevent that it uses the overlay function, so it can not modify the UI and hide the Navbar.
Xprivacy is a very powerful tool. If you want it more simple, you can activate the in Android but Disabled inbuilt AppOPS App (search for AppOPS). But it is also less powerful.
I bought xprivacy. If you buy it, you can download the restrictions automatically and upload yours for others. You are also able to export end import the settings if licensed. Also nice that you can buy it via Paypal because i do not have a Credit Card (and i don't want).
Click to expand...
Click to collapse
thats good news i can buy it without credit card, i will consider it. that sounds like a real benefit you get for paying.
mokkami said:
You should definitely work on your Googling skills
Try "best android clock apps" "List of android clocks" and so on, there are dozens.
Hope that helps.
Click to expand...
Click to collapse
yea i ansered somewhere above that i have found the cLock app, or its successor. thanks nevertheless!
I don't know how to delete this post D:
You can not
mokkami said:
I bought xprivacy. If you buy it, you can download the restrictions automatically and upload yours for others. You are also able to export end import the settings if licensed. Also nice that you can buy it via Paypal because i do not have a Credit Card (and i don't want).
Click to expand...
Click to collapse
i wasnt on my computer for quiet some time so i couldnt answer on this thread, my apologies.
i bought the pro version of xprivacy with paypal too and i synced my permissions for all apps with the cloud or crowd. it could find and sync most of my apps which is a nice and easy way to get around the ridiculous amount of permissions to set for each app.
can you confirm that most of the synced crowd settings make sense in the way of privacy protection? because i havent looked too much into all those settings but even when i did i couldnt quiet understand them in depth...
also @Landrea thanks for recommending gravity box, that thing is amazing! i was able to restore most of the cyanogenmod settings i was missing, great! also i could reconfigure my softkeys, but i am thinking about this app here to maximize my usable screensize:
https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
or
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen
or is there a setting for that in gravity box i missed?
bad1080 said:
also @Landrea thanks for recommending gravity box, that thing is amazing! i was able to restore most of the cyanogenmod settings i was missing, great! also i could reconfigure my softkeys, but i am thinking about this app here to maximize my usable screensize:
https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
or
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen
or is there a setting for that in gravity box i missed?
Click to expand...
Click to collapse
You're welcome!
Check navigation bar settings in gravity box, you can change the size of the soft keys and gain space.
Go for that apps if you think you need more usable screensize (hard to believe)
Sent from my Commodore 64 using Videotel
bad1080 said:
i wasnt on my computer for quiet some time so i couldnt answer on this thread, my apologies.
i bought the pro version of xprivacy with paypal too and i synced my permissions for all apps with the cloud or crowd. it could find and sync most of my apps which is a nice and easy way to get around the ridiculous amount of permissions to set for each app.
can you confirm that most of the synced crowd settings make sense in the way of privacy protection? because i havent looked too much into all those settings but even when i did i couldnt quiet understand them in depth...
also @Landrea thanks for recommending gravity box, that thing is amazing! i was able to restore most of the cyanogenmod settings i was missing, great! also i could reconfigure my softkeys, but i am thinking about this app here to maximize my usable screensize:
https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
or
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen
or is there a setting for that in gravity box i missed?
Click to expand...
Click to collapse
Its called extended desktop in gravity box and you may see it called immersive mode in other roms it is all the same thing.
Landrea said:
Sent from my Commodore 64 using Videotel
Click to expand...
Click to collapse
thats a joke right? 0.o if not kudos! ^^
robin0800 said:
Its called extended desktop in gravity box and you may see it called immersive mode in other roms it is all the same thing.
Click to expand...
Click to collapse
i wondered what that would be and imagined something for screen transmission (chromecast) or something like that, thanks for clearing that up! best to have as little extra programs as needed on my device... cool gravity box got that covered aswel, liking this more and more!

[GUIDE] [SPREADSHEET] Remove System Apps Through ADB

Here is an Excel spreadsheet that I made with all packages from the EVR-L29 and how to remove them without root. Each package name is listed along with the description of each package (if applicable) and whether or not each package is safe to remove. Use your own common sense on removal of some of these. Obviously if you want the stock dialer and contacts then don't remove the Android Dialer & Contacts packages. You need ADB & Fastboot extracted to a folder on your PC and you have to open up a command prompt in that folder.
Spreadsheet:
Google Drive:
https://drive.google.com/file/d/1nJgBPOqg2vdTKGGsoHW3faU_Cr8oyGq4/view?usp=sharing
ADB & Fastboot:
AndroidFileHost:
https://www.androidfilehost.com/?fid=11410963190603856371
Reserved
ajsmsg78 said:
Reserved
Click to expand...
Click to collapse
Please how i can i enable screen sharing on this phone so i can be invited on Facebook live video. For now i can't be invited, neither does the self invite button show up. Facebook says screen sharing is not enabled on my device. Please help
peepee999 said:
Please how i can i enable screen sharing on this phone so i can be invited on Facebook live video. For now i can't be invited, neither does the self invite button show up. Facebook says screen sharing is not enabled on my device. Please help
Click to expand...
Click to collapse
I don't use the Facebook app nor do I screen share on Facebook so I really can't be of much help. Maybe there is someone else here who knows the reason why it's not working? The only thing I can tell you is make sure all of the permissions for Facebook are checked under "Special Access" in settings/apps/apps/3 dots at the top right, Special access.
Excellent list. I kinda, ' winged it on the AL-00 but this will help for next time. I'm assuming there was more junk on the Chinese version.
Sent from my HWEVR using XDA Labs
Rudolpht said:
Excellent list. I kinda, ' winged it on the AL-00 but this will help for next time. I'm assuming there was more junk on the Chinese version.
Sent from my HWEVR using XDA Labs
Click to expand...
Click to collapse
Yeah there are some more on the Chinese version but a lot of them can be removed without penalty. I'm hoping to eventually buy an AL00 version as well so I can play around with rebranding. I wouldn't mind having one of each to help with development.
Removing the stock dialer is a bad idea. It can mess with emergency calling. I don't recommend you do that.
MishaalRahman said:
Removing the stock dialer is a bad idea. It can mess with emergency calling. I don't recommend you do that.
Click to expand...
Click to collapse
Removing the stock dialer is optional. I always remove it and use Google Dialer and have no issues.
ajsmsg78 said:
Removing the stock dialer is optional. I always remove it and use Google Dialer and have no issues.
Click to expand...
Click to collapse
somehow for me google dialer is not installing. what specifically do you do? and do you install google dialer?
bark1234 said:
somehow for me google dialer is not installing. what specifically do you do? and do you install google dialer?
Click to expand...
Click to collapse
You need to install the Google dialer from the playstore
bark1234 said:
somehow for me google dialer is not installing. what specifically do you do? and do you install google dialer?
Click to expand...
Click to collapse
You need the patched version:
https://forum.xda-developers.com/android/apps-games/app-google-phone-v14-0-175904292-bubble-t3708218
ajsmsg78 said:
You need the patched version:
https://forum.xda-developers.com/android/apps-games/app-google-phone-v14-0-175904292-bubble-t3708218
Click to expand...
Click to collapse
Thanks bro. it worked
Thank you! Uninstalled annoying facebook stuff and more importantly - Huawei's stock music app. Everytime I connect to my car, it auto launches and I resorted to denying it my storage access, but having it completely gone feels better.
A quick question - will a factory reset return all these removed apps?
Cheers!
AhsanU said:
Thank you! Uninstalled annoying facebook stuff and more importantly - Huawei's stock music app. Everytime I connect to my car, it auto launches and I resorted to denying it my storage access, but having it completely gone feels better.
A quick question - will a factory reset return all these removed apps?
Cheers!
Click to expand...
Click to collapse
Yes it will, it's in the last line in the description in the OP.
Great list, this is super helpful!
EDIT, just a word of warning, I did a few of the things in green, nothing that I thought was system related, mostly cleaning up Huawei apps.
Phone no longer boots. Had to factory reset..
omniphil said:
Great list, this is super helpful!
EDIT, just a word of warning, I did a few of the things in green, nothing that I thought was system related, mostly cleaning up Huawei apps.
Phone no longer boots. Had to factory reset..
Click to expand...
Click to collapse
I removed every single thing in green and also about 10 more apps and have no issues. Do you have the Chinese or Global version? I can't remember. Make sure you don't remove Huawei Updater (HWOuc)
ajsmsg78 said:
I removed every single thing in green and also about 10 more apps and have no issues. Do you have the Chinese or Global version? I can't remember. Make sure you don't remove Huawei Updater (HWOuc)
Click to expand...
Click to collapse
I'm on the Global version. What's also interesting is that after a factory reset I have some menus and things that are different. Even though I am supposedly on the same build.
For example when you do the recent tasks, it used to show me all the apps running in a left to right scroll-able list. Currently its now an top to bottom list. Not sure I care either way, but it's interesting that its different.
omniphil said:
I'm on the Global version. What's also interesting is that after a factory reset I have some menus and things that are different. Even though I am supposedly on the same build.
For example when you do the recent tasks, it used to show me all the apps running in a left to right scroll-able list. Currently its now an top to bottom list. Not sure I care either way, but it's interesting that its different.
Click to expand...
Click to collapse
Same thing happened to me, did you get the original recents (horizontal) back?
I'm guessing it has something to do with the Huawei launcher being removed. I had the same happened after removing it then switching to Apex.
omniphil said:
I'm on the Global version. What's also interesting is that after a factory reset I have some menus and things that are different. Even though I am supposedly on the same build.
For example when you do the recent tasks, it used to show me all the apps running in a left to right scroll-able list. Currently its now an top to bottom list. Not sure I care either way, but it's interesting that its different.
Click to expand...
Click to collapse
Removing the stock launcher will change the recents to the old style. It was the same on my OnePlus 6.

Oukitel WP7 General Discussion

Greetings to all.
So we have a well-developed topic by model Oukitel WP6:
https://forum.xda-developers.com/android/general/oukitel-wp6-discussion-t4112963
but we don't have a topic by model Oukitel WP7 at all, although this phone has similar problems in the firmware - unloading applications from memory by firmware, non-delivery of notifications, etc. I would like to know if it is possible to install an alternative firmware on this model, and how to do it.
Thanks.
Wolkill said:
Greetings to all.
So we have a well-developed topic by model Oukitel WP6:
https://forum.xda-developers.com/android/general/oukitel-wp6-discussion-t4112963
but we don't have a topic by model Oukitel WP7 at all, although this phone has similar problems in the firmware - unloading applications from memory by firmware, non-delivery of notifications, etc. I would like to know if it is possible to install an alternative firmware on this model, and how to do it.
Thanks.
Click to expand...
Click to collapse
If you can unlock the bootloader then I think it's as easy as flashing the GSI using the same method in wp6
Wolkill said:
Greetings to all.
So we have a well-developed topic by model Oukitel WP6:
https://forum.xda-developers.com/android/general/oukitel-wp6-discussion-t4112963
but we don't have a topic by model Oukitel WP7 at all, although this phone has similar problems in the firmware - unloading applications from memory by firmware, non-delivery of notifications, etc. I would like to know if it is possible to install an alternative firmware on this model, and how to do it.
Thanks.
Click to expand...
Click to collapse
It's not the problem with the phone, it's the users . This phone has some hardcore security settings turned on by default. If You configure it properly it will work like any other. For example let's say You want Messenger app always ready to receive new messages. First enable notifications in phone settings then go to the Phone manager app(big shield icon) and to its setting, add messenger to the white list so it wont be killed on lockscreen, also enable autorun for it so it can work all the time.
I'm totally fine with the way it works, it's easier for me to grant the notifications to few important apps than to disable it on all the garbage like shopping apps or games.
Hi. I am interested in this phone. It works fine? Any problem?
Enviado desde mi MI 8 mediante Tapatalk
What i did
This is a very interesting phone model.
Currently done and fixed:
- Received root on both official firmware, on v16 and v29 (Magisk, pathing boot.img)
- fixed destruction of applications from memory, thanks to instructions from the topic about Oukitel WP6
That, so far, I could not win:
- Forced disabling of notifications from applications when updating from Google Play and another, I do not know how to deal with this.
The latter is very annoying, since you have to follow each update and re-enable notifications.
Perhaps, under the root of the rights, just edit some file to fix this?
theleftykid said:
If you can unlock the bootloader then I think it's as easy as flashing the GSI using the same method in wp6
Click to expand...
Click to collapse
Thank you, I read it, I got root rights according to the instructions, I want to stay on my native firmware, fixing the developer's bugs in order to safely use the phone, but I could not defeat the disconnection of notifications from applications when updating
rem2 said:
It's not the problem with the phone, it's the users . This phone has some hardcore security settings turned on by default. If You configure it properly it will work like any other. For example let's say You want Messenger app always ready to receive new messages. First enable notifications in phone settings then go to the Phone manager app(big shield icon) and to its setting, add messenger to the white list so it wont be killed on lockscreen, also enable autorun for it so it can work all the time.
I'm totally fine with the way it works, it's easier for me to grant the notifications to few important apps than to disable it on all the garbage like shopping apps or games.
Click to expand...
Click to collapse
Yes, I did everything, and even more, I was able to overcome the disconnection of wi-fi and bluetooth with a long inactivity.
You're right about the user.
But can you tell me.
How to prevent notifications from turning off when apps are updated in Google Play?
Wolkill said:
Thank you, I read it, I got root rights according to the instructions, I want to stay on my native firmware, fixing the developer's bugs in order to safely use the phone, but I could not defeat the disconnection of notifications from applications when updating
Click to expand...
Click to collapse
do you mean some apps force close and you won't get notifications when your phone goes off? if that's the case then just TURN OFF the "intelligent power saving" in the settings or from SYSTEM MANAGER APP. if it still kill your background apps then you might need to uninstall the duraspeed app on your phone if it's installed.
theleftykid said:
do you mean some apps force close and you won't get notifications when your phone goes off? if that's the case then just TURN OFF the "intelligent power saving" in the settings or from SYSTEM MANAGER APP. if it still kill your background apps then you might need to uninstall the duraspeed app on your phone if it's installed.
Click to expand...
Click to collapse
Thanks for your reply.
I went through the indicated stages and I got rid of the problem described by you.
I did not delete the DuraSpeed, but turned it off through the ADB and the MacroDroid.
But I mean a completely different problem.
Let's say I install the Viber or Slack application, after installing from Google Play, notifications are turned off by default. OK. I enable them in my notification settings. After a while, these applications are updated, and notifications are disabled in the settings again.
This is the problem I mean.
Hello every body,
There is a built in app named DURASPEED. Open the app third party file explorer and then you can leave the app stay on backround Like message,whatsapp, email and so on that they dont got killed.
Then phone is just awesome
Okey, i see you are allready found that app. Next time need to read more
---------- Post added at 04:42 PM ---------- Previous post was at 04:36 PM ----------
Wolkill said:
This is a very interesting phone model.
Currently done and fixed:
- Received root on both official firmware, on v16 and v29 (Magisk, pathing boot.img)
- fixed destruction of applications from memory, thanks to instructions from the topic about Oukitel WP6
That, so far, I could not win:
- Forced disabling of notifications from applications when updating from Google Play and another, I do not know how to deal with this.
The latter is very annoying, since you have to follow each update and re-enable notifications.
Perhaps, under the root of the rights, just edit some file to fix this?
Click to expand...
Click to collapse
"The latter is very annoying, since you have to follow each update and re-enable notifications" My phone doesnt have that kind of problem, when i turned notification on they stay on even if the app is updated. Somethin wrong with you?
Volunteers are needed to check the file.
I'm ported from the BV9900 TWRP 3.3.1 in unofficialtwrp.com
It works for me, I think the community will also be useful.
Wolkill said:
Volunteers are needed to check the file.
I'm ported from the BV9900 TWRP 3.3.1 in unofficialtwrp.com
It works for me, I think the community will also be useful.
Click to expand...
Click to collapse
Big thanks for that, i will test that soon as i can :good:
Wolkill said:
Volunteers are needed to check the file.
I'm ported from the BV9900 TWRP 3.3.1 in unofficialtwrp.com
It works for me, I think the community will also be useful.
Click to expand...
Click to collapse
Its not workin
No adb, no usb connect. Can not transfer file via computer to Phone.
Can not mount data & system. If you want them mounted you need to format all but then you can't get any file there.
Maybe if i but sdcard in and try that way. But no time to test today.
Can you used it normal, like it supposed?
I try to flash gsi, but that also doesn't work. Without twrp of course.
DoggyStar said:
Its not workin
No adb, no usb connect. Can not transfer file via computer to Phone.
Can not mount data & system. If you want them mounted you need to format all but then you can't get any file there.
Maybe if i but sdcard in and try that way. But no time to test today.
Can you used it normal, like it supposed?
I try to flash gsi, but that also doesn't work. Without twrp of course.
Click to expand...
Click to collapse
Do not worry.
I found what the problem is.
I apologize for the inaccuracy of the wording and wrote that it works, although in fact it just started, loaded, but the functionality is cut down.
The problem is in the mapping and I need several diligent hours to fix it and update it for us.
Thank you for your feedback, this is very important to me.
Wolkill said:
Do not worry.
I found what the problem is.
I apologize for the inaccuracy of the wording and wrote that it works, although in fact it just started, loaded, but the functionality is cut down.
The problem is in the mapping and I need several diligent hours to fix it and update it for us.
Thank you for your feedback, this is very important to me.
Click to expand...
Click to collapse
I hope you get it works :good:
Encryption
DoggyStar said:
I hope you get it works :good:
Click to expand...
Click to collapse
It looks like it will take a little longer than I expected. I did not take into account the encryption of the partition /data, I read in detail how to overcome it.
Wolkill said:
It looks like it will take a little longer than I expected. I did not take into account the encryption of the partition /data, I read in detail how to overcome it.
Click to expand...
Click to collapse
Okey, keep try in :good:
Wolkill said:
It looks like it will take a little longer than I expected. I did not take into account the encryption of the partition /data, I read in detail how to overcome it.
Click to expand...
Click to collapse
Can you score it?
DoggyStar said:
Can you score it?
Click to expand...
Click to collapse
I'm wondering, since I started, I achieved some success, in the new version the zip installation works from a connected external flash drive, and I download several dozen de-encrypting modifications, maybe over the weekend it will turn out to sort out and bring the idea to the end, cleaned up the extra ways and made the ADB work in this mode, maybe over the weekend it remains to decipher and then it will be ready for the test.
Wolkill said:
I'm wondering, since I started, I achieved some success, in the new version the zip installation works from a connected external flash drive, and I download several dozen de-encrypting modifications, maybe over the weekend it will turn out to sort out and bring the idea to the end, cleaned up the extra ways and made the ADB work in this mode, maybe over the weekend it remains to decipher and then it will be ready for the test.
Click to expand...
Click to collapse
Nice, let us know soon as you get test version.
Really wanna test if its works, and maybe then we can run some gsi projects :good:

Categories

Resources