BEWARE: com.adups.fota.MyApplication spyware on your elephones! - Elephone S8 Guides, News, & Discussion

I want to draw attention of all the users of Elephone that the stock ROM is bloated with a spyware com.adups.fota
I found this on my phone today. It transmits every details of your phone and it can remotely access all your documents.
Be careful. Check your phone and run debloater on it.

Thank you very much for telling, I'm eliminating this in no time.

Not on my phone.

Is it possible to have more details please? Like how to use a deloater, how did you find it? Seems pretty serious. And is the custom rom also affected? Thank you

With the Malwarebytes app, it says "no malware found" when I scan my S8, so I can't recognize that problem.
You don't even tell us how you found the claimed spyware, very bad post! learn to inform better in detail before posting. Claims like that must be documented properly.

How to check/remove system apps
Doge199 said:
I want to draw attention of all the users of Elephone that the stock ROM is bloated with a spyware com.adups.fota
I found this on my phone today. It transmits every details of your phone and it can remotely access all your documents.
Be careful. Check your phone and run debloater on it.
Click to expand...
Click to collapse
This is a serious accusation, the OP should include concrete evidence and more details.
Here is my research:
Adups is a Chinese provider of FOTA (firmware over-the-air) update services to a number of OEMs including Elephone. In 2016, there was this news about spyware in some of BLU devices. Here is a good read: https://android.gadgethacks.com/new...be-affected-by-adups-chinese-spyware-0175014/
Here are official Adups' responses: http://www.adups.com/article/article.php?id=113
Sounds to me like that thing happened to some BLU devices and then Adups updated the OTA app to remove that thing. And, I checked our OTA app is newer than that of the BLU in the news.
Anyway, for those who want to check or remove the app in question, below is how.
If you don't know how to use ADB, then you should probably just skip the rest of my comment.
The following commands don't require root to work.
To check:
>adb shell
>pm list packages -f|grep adups
On stock ROM, I see 2 packages of Adups.
package:/system/app/AdupsFotaReboot/AdupsFotaReboot.apk=com.adups.fota.sysoper
package:/system/app/AdupsFota/AdupsFota.apk=com.adups.fota
To remove, enter the 2 commands below. Before doing so, you should know these 2 system apps are put there by Elephone for reasons. If removed, you are responsible for your own action. For one thing, obviously you will not get Firmware update via OTA.
>pm uninstall -k --user 0 com.adups.fota
>pm uninstall -k --user 0 com.adups.fota.sysoper

Thanks anox but, according to kryptowire, and despite adups' claims to the contrary, adups spyware problems continued in 2017. These include enabling adups to run any software they like on your phone at any time. Not only that, but the backdoor uses unsecured comms protocols that could potentially be exploited by ... well, anyone.
Apparently the eragon rom doesn't include any adups vulnerabilities. Of course you have to root and install it, but anyone buying a cheap handset without intending to run a custom rom on it might possibly be out of their depth ...

Thanks Plowmanx for the information. Right, Adups spyware problems continued and spyware can do lots of things. According to this: https://www.digitaltrends.com/mobile/kryptowire-adups-news/ in December 2017, mobile security researchers found that 43 manufacturers contained similar spyware. Funny that Elephone is not on the list. Maybe, they didn't test it or whatever. Anyway, my previous comment asked for evidence & details so that we can protect ourselves accordingly.
Obviously, any custom rom will not include Adups' FOTA app, because its OTA function simply will not work. OEM Firmware update won't even work on a rooted rom. My previous comment also shows how relatively easy it is to disable a system app without root. With root, of course, one can do all sorts of things even without a custom room. On my rooted stock rom, I got rid of a bunch of pre-installed packages including MTKLogger, just because I don't like its name. Even when I use a custom rom, I usually still have to remove some pre-installed packages, anyway.
In general, spyware/virus problems will certainly continue. One thing we as consumers can do is to find out the truth about them and try to protect ourselves one way or another.

Thanks anox. Agreed across the board. The S8 will be my first new phone since my trusty oneplus one. I enjoyed the availability of alternative roms there, which is why I thought of eragon in this case. But, if I understand correctly, eragon is now unmaintained, and because Elephone hasn't published its source code no one is producing any other alternatives at this time.
So the only way to go might be, as you suggest, to give up OTA updates by removing adups.fota plus anything else that seems suspect. Keyloggers most especially. Hopefully elephone will come to the party when (if?) they push out Oreo for the S8. Really, there's absolutely no advantage for them in keeping the source closed. Look at what a huge strategic benefit it was to oneplus to make it open!

debloater
I loaded up debloater and it would only show one apk loaded. Depending on what i enabled or disabled on the phone, i could get it to show different apk's as disabled. I disabled Wireless Update on the phone, re-ran debloater and it showed adups.fota as disabled.

I went in via adb shell and removed com.adups.fota.sysoper as well. No idea if that's bad or good, but I figure I can always factory-reset. Anyway the phone seems to work fine. Better than fine - seems like battery life just got a real shot in the arm!
h1ckman said:
I loaded up debloater and it would only show one apk loaded. Depending on what i enabled or disabled on the phone, i could get it to show different apk's as disabled. I disabled Wireless Update on the phone, re-ran debloater and it showed adups.fota as disabled.
Click to expand...
Click to collapse

Plowmanx said:
I went in via adb shell and removed com.adups.fota.sysoper as well. No idea if that's bad or good, but I figure I can always factory-reset. Anyway the phone seems to work fine. Better than fine - seems like battery life just got a real shot in the arm!
Click to expand...
Click to collapse
Are you sure about that ? You just received your s8 a day ago. How could you know battery improvement?

steverway said:
Are you sure about that ? You just received your s8 a day ago. How could you know battery improvement?
Click to expand...
Click to collapse
I don't. Maybe the battery just gets better over time. I'm only telling you what I did and what happened for me.

It came preinstalled in my Nokia C31, I uninstalled it via the adb method

Related

[Q] Going after minimalistic set of programms/feature on N7

Hi, a new guy here!
I recently became a happy owner of 32Gb wi-fi only N7. I’m familiar with software dev (windows developer for 20 years with some work on unix) and customization/modding/flashing process (mostly for satellite receivers). However this is my first tablet and my first Android device so I could use some help 
I successfully unlocked, rooted and installed custom recovery on my N7. I would like to get to a bare bones state of the N7 and then slowly add new features/programs to it when it becomes necessary for me. So I would like to remove all non essential parts that were preinstalled on my N7.
I was under impression that I could uninstall programs using N7 UI after device gets rooted. However it seems that for majority of the apps I still only have an option to disable.
I shelled into N7 and looked around. It seems that all (majority?) of the apps are in /system/apps folder. Can I simply remove the apps and their files from that folder? Does this folder only contain user apps or does it also have system apps that are essential for N7 to function? Is there a chance to brick it by removing something (everything?) from that folder?
I searched on a forum for a list of apps that are safe to remove. I thought it would exist since it seems to be something many of us would be interested in doing. I didn’t find the list. If there is such a thing and someone could direct me there, it would be great!
Given that I can remove apps by deleting them from that folder safely, I still have a question what each app does and how important it is. Is safe to assume that any app that has a wheel with a drive belt on it as an icon in apps screen on N7 is system app and has to stay?
I have two keyboard app installed – one is Android keyboard and one is ASUS keyboard. Judging by the name 2 of these are essential since Android is the OS and ASUS is the manufacturer. But do I really need two of them?
If there is a resource/thread that discussed something similar, please let know. I look forward to learn from anyone on this forum! 
_Diver said:
Hi, a new guy here!
I recently became a happy owner of 32Gb wi-fi only N7. I’m familiar with software dev (windows developer for 20 years with some work on unix) and customization/modding/flashing process (mostly for satellite receivers). However this is my first tablet and my first Android device so I could use some help 
I successfully unlocked, rooted and installed custom recovery on my N7. I would like to get to a bare bones state of the N7 and then slowly add new features/programs to it when it becomes necessary for me. So I would like to remove all non essential parts that were preinstalled on my N7.
I was under impression that I could uninstall programs using N7 UI after device gets rooted. However it seems that for majority of the apps I still only have an option to disable.
I shelled into N7 and looked around. It seems that all (majority?) of the apps are in /system/apps folder. Can I simply remove the apps and their files from that folder? Does this folder only contain user apps or does it also have system apps that are essential for N7 to function? Is there a chance to brick it by removing something (everything?) from that folder?
I searched on a forum for a list of apps that are safe to remove. I thought it would exist since it seems to be something many of us would be interested in doing. I didn’t find the list. If there is such a thing and someone could direct me there, it would be great!
Given that I can remove apps by deleting them from that folder safely, I still have a question what each app does and how important it is. Is safe to assume that any app that has a wheel with a drive belt on it as an icon in apps screen on N7 is system app and has to stay?
I have two keyboard app installed – one is Android keyboard and one is ASUS keyboard. Judging by the name 2 of these are essential since Android is the OS and ASUS is the manufacturer. But do I really need two of them?
If there is a resource/thread that discussed something similar, please let know. I look forward to learn from anyone on this forum! 
Click to expand...
Click to collapse
I don't have the energy right now to address every app one at a time, but I'll nudge you in the right direction. That should help you start tinkering.
The Nexus 7 is very popular in this community because it's intentionally more open, and less bloated, than much of the competition.
That being said, sure there are apps you could uninstall if you decide to. Some of the custom ROM's will have probably already have done this for you, but may create little unexpected quirks here and there.
The first thing you'll want to do is backing everything up thoroughly. I would use Titanium Pro (you'll see it referred to as Tibu a lot), to backup all apps and settings. Then I would use the Google Nexus 7 toolkit (found in the forums here) to do a backup, as well as make a nandroid backup.
Ok, so you're ready to tinker. Well, if you bought Titanium Pro from the app store, you've already got all you really need. First, use titanium to freeze an app you don't feel you need, and don't think is required. Re-boot, go about your daily routine, and see if all is ok. Continue on in this manner. Once you've frozen everything you're interested in, and made sure all is well, you can probably go ahead and uninstall them through Tibu. Freezing them should generally make them not start up anyways, so unless the tiny amount of space they take up is a concern, that's really all you generally need to do *.
* Ok, sometimes you have to fully uninstall things you don't want, but this should get you plenty to tinker with for now.
bladebarrier,
Thanks for your response. I understand the approach you suggested – disabling apps one at a time and then when they all disabled and device is working to my liking for a while I could uninstall them.
However, I’m somewhat frustrated with a sheer number of apps that I have out of the box and I can’t find a good description of what they do. For example:
Mobile Network Configuration
Google Partner Setup
Google Services Framework
Searching online doesn’t yield definitive answers if it’s something I need or will N7 work without them. I have google play store and google play services installed – does store app require services? Reading a bit about it doesn’t make it seem so, but I’m not 100% sure. So I was wondering if there is a list of apps that are required for N7 well being and that cannot be removed no matter what.
For example, Black Viper has an excellent example of what I’m looking for but for windows nt services: (can't post a link)
This page explain what each service is, what it does and if it’s safe to disable it depending on configuration you’re seeking – minimal set, typical, out of box of experimental. I would love to find something like that for N7 system apps 
I installed CWM recovery when I rooted and as far as I can understand I does NAND backups. I plan on moving the backup file from the device to my desktop and keeping it there for safety reason.
The Tibu process that you described, as far as I understand (and I might be wrong here) is basically equivalent of disabling the apps using native N7 setting app, rebooting, using it for a while and then removing .apk and .odex (or simply app_name.*) files from system/apps folder. Tibu just makes it easier. Did I get that right?
And it’s still removing one app/widget at the time. I’d like to clean it out completely first and start from that point. So Tibu will probably not help me there. So my main Q is still out there – can I brick it by removing everything from system/app? Are there only user apps there or essential system apps as well? With CWM back up file on hand will I be able to recover if my experiment goes bad? 
> * Ok, sometimes you have to fully uninstall things you don't want, but this should get you plenty to tinker with for now.
One of the reasons I want to have them removed is to clean up the list of apps I have on N7. Right now I have 5 pages of apps and I have little idea what they do and if I need them – I had Korean keyboard installed for example.
As I mentioned I’m a newb in this area, so maybe my approach is a bit dumb, so please be patient with me
_Diver said:
bladebarrier,
Thanks for your response. I understand the approach you suggested – disabling apps one at a time and then when they all disabled and device is working to my liking for a while I could uninstall them.
However, I’m somewhat frustrated with a sheer number of apps that I have out of the box and I can’t find a good description of what they do. For example:
Mobile Network Configuration
Google Partner Setup
Google Services Framework
Searching online doesn’t yield definitive answers if it’s something I need or will N7 work without them. I have google play store and google play services installed – does store app require services? Reading a bit about it doesn’t make it seem so, but I’m not 100% sure. So I was wondering if there is a list of apps that are required for N7 well being and that cannot be removed no matter what.
For example, Black Viper has an excellent example of what I’m looking for but for windows nt services: (can't post a link)
This page explain what each service is, what it does and if it’s safe to disable it depending on configuration you’re seeking – minimal set, typical, out of box of experimental. I would love to find something like that for N7 system apps 
I installed CWM recovery when I rooted and as far as I can understand I does NAND backups. I plan on moving the backup file from the device to my desktop and keeping it there for safety reason.
The Tibu process that you described, as far as I understand (and I might be wrong here) is basically equivalent of disabling the apps using native N7 setting app, rebooting, using it for a while and then removing .apk and .odex (or simply app_name.*) files from system/apps folder. Tibu just makes it easier. Did I get that right?
And it’s still removing one app/widget at the time. I’d like to clean it out completely first and start from that point. So Tibu will probably not help me there. So my main Q is still out there – can I brick it by removing everything from system/app? Are there only user apps there or essential system apps as well? With CWM back up file on hand will I be able to recover if my experiment goes bad? 
> * Ok, sometimes you have to fully uninstall things you don't want, but this should get you plenty to tinker with for now.
One of the reasons I want to have them removed is to clean up the list of apps I have on N7. Right now I have 5 pages of apps and I have little idea what they do and if I need them – I had Korean keyboard installed for example.
As I mentioned I’m a newb in this area, so maybe my approach is a bit dumb, so please be patient with me
Click to expand...
Click to collapse
Removing Google framework services is a big no-no. To be honest, the easiest way to accomplish what you want is installing a custom ROM like CyanogenMod, especially since you've done all the prep work for such a thing.
Once you install any official CM build it is as close to app-less as you can get on a modular OS like this.
littleemp said:
Removing Google framework services is a big no-no. To be honest, the easiest way to accomplish what you want is installing a custom ROM like CyanogenMod, especially since you've done all the prep work for such a thing.
Once you install any official CM build it is as close to app-less as you can get on a modular OS like this.
Click to expand...
Click to collapse
that's what i suspected! i thought that google framework would be something essential, but there is not much easily available information there to arrive at that conclusion
since i'm new to this, i thought i should stay away from any rom flashing until i get a bit more familiar with a device, terminology and stuff like that. i'm looking at the "[ROM] CyanogenMod 10.1 [OFFICIAL]" thread and i'm not sure about half of the terms - GAPPS, PSA, Nightlies i do know what ROM is, I do know what kernel is, virtual machine, etc. But it's applied to the platform that I have little experience with, so it makes me a little bit uneasy
_Diver said:
bladebarrier,
Thanks for your response. I understand the approach you suggested – disabling apps one at a time and then when they all disabled and device is working to my liking for a while I could uninstall them.
However, I’m somewhat frustrated with a sheer number of apps that I have out of the box and I can’t find a good description of what they do. For example:
Mobile Network Configuration
Google Partner Setup
Google Services Framework
Searching online doesn’t yield definitive answers if it’s something I need or will N7 work without them. I have google play store and google play services installed – does store app require services? Reading a bit about it doesn’t make it seem so, but I’m not 100% sure. So I was wondering if there is a list of apps that are required for N7 well being and that cannot be removed no matter what.
For example, Black Viper has an excellent example of what I’m looking for but for windows nt services: (can't post a link)
This page explain what each service is, what it does and if it’s safe to disable it depending on configuration you’re seeking – minimal set, typical, out of box of experimental. I would love to find something like that for N7 system apps 
I installed CWM recovery when I rooted and as far as I can understand I does NAND backups. I plan on moving the backup file from the device to my desktop and keeping it there for safety reason.
The Tibu process that you described, as far as I understand (and I might be wrong here) is basically equivalent of disabling the apps using native N7 setting app, rebooting, using it for a while and then removing .apk and .odex (or simply app_name.*) files from system/apps folder. Tibu just makes it easier. Did I get that right?
And it’s still removing one app/widget at the time. I’d like to clean it out completely first and start from that point. So Tibu will probably not help me there. So my main Q is still out there – can I brick it by removing everything from system/app? Are there only user apps there or essential system apps as well? With CWM back up file on hand will I be able to recover if my experiment goes bad? 
> * Ok, sometimes you have to fully uninstall things you don't want, but this should get you plenty to tinker with for now.
One of the reasons I want to have them removed is to clean up the list of apps I have on N7. Right now I have 5 pages of apps and I have little idea what they do and if I need them – I had Korean keyboard installed for example.
As I mentioned I’m a newb in this area, so maybe my approach is a bit dumb, so please be patient with me
Click to expand...
Click to collapse
Tibu requires root access, in order to perform what we're discussing. I'm relatively new to JB, but I can't imagine any stock settings replicating its capabilities.
As far as a whole bunch of apps being in your list, that's sort of the way Android works. Think of it like "superfetch", or whatever that term was in Windows Vista. Basically, two things happen when you boot. Android looks at a list of apps that are designed to start on boot, and also apps that it expects you may want to run in the future. Both of these are designed to make the device run smoother overall, and it will kill apps if extra ram is required and they are not in use. Certain Android apps require themselves to run at all times. Some of these are apps like Tasker (if you're using tasker profiles), some of these are system apps that make the device function, some of these are apps that maintain widgets or background monitoring (weather apps, gmail, calendar).
Now, there are two ways to go about sorting what is bloat, and what is there because Android decided to load it. You can install an app called Autostarts, that will give an insight into apps that start up when certain criteria are met. You can also use it to stop those apps from queuing up at those trigger points. This is another root required app, and while I purchased it long ago, may have a free version as well. It's time consuming to use, and not perfect, which is why Tibu is better for flat out locking down unwanted apps.
Back to my initial thoughts though, you will see apps in your system list that you haven't touched since boot, because Android tries to anticipate your needs. People used to use "task killers" to close the apps, and came to realize that unless one is causing a real problem, it's just going to go back into the cached app list again anyways, thus reducing battery life when it has to load it over and over again. "Task killer" is a dirty word around XDA, unless you're using it to close an app that doesn't just go into the background like a good little app should.
Basically, you're going to start playing whack-a-mole if you want your list to remain as small as possible, at all times, and yet still actually use the device for anything interesting. You can reduce it, via various methods, and if this were a device from say "insert-name" brand, and was loaded with bloat apps, by all means you should clean those out. However, I think you'll find that while google does install things that aren't needed, or even used by everyone, it's mostly not a big issue.
Check out Better Battery Stats, in the XDA forums. It's an app that shows a pretty good picture of what is actually going on when you're not looking, and can provide data on how to improve your performance. It's probably a better way to start delving into what processes are actually being used, and which ones are just basically harmless. You'll also learn a good bit about how Android works from the Dev's explanations of many of the processes.
---------- Post added at 08:36 PM ---------- Previous post was at 08:32 PM ----------
_Diver said:
that's what i suspected! i thought that google framework would be something essential, but there is not much easily available information there to arrive at that conclusion
since i'm new to this, i thought i should stay away from any rom flashing until i get a bit more familiar with a device, terminology and stuff like that. i'm looking at the "[ROM] CyanogenMod 10.1 [OFFICIAL]" thread and i'm not sure about half of the terms - GAPPS, PSA, Nightlies i do know what ROM is, I do know what kernel is, virtual machine, etc. But it's applied to the platform that I have little experience with, so it makes me a little bit uneasy
Click to expand...
Click to collapse
Make sure whichever ROM you use, if you decide to, supports your HSPA+ model. There is a separate development section in the Nexus 7 forums, for those of us that have the HSPA+ version. We are the minority, as the Nexus 7 was initially released as a wifi only tablet.
bladebarrier said:
Tibu requires root access, in order to perform what we're discussing. I'm relatively new to JB, but I can't imagine any stock settings replicating its capabilities.
Click to expand...
Click to collapse
i do have SU privileges, so what i was talking about was disabling an app thru N7 setting screen and then when i deem the app ok to remove, going to adb shell and removing the actual file.
i just did this:
mount -o remount rw /system
rm iWnnIME_Kbd_White.apk
rm iWnnIME.apk
and it removed the japanese keyboard. however when i go back to app screen under settings, i still see it but now it has a grey icon with a SD symbols in the corner. so it appears it recognizes that the app is gone, but it's still referenced in the list. i pushed the files back using NRT and it all back to the way it was. so looks like my idea of cleaning the list by removing the apk might not fly.
and now I wonder how Tibu uninstalls the apps.
bladebarrier said:
People used to use "task killers" to close the apps, and came to realize that unless one is causing a real problem, it's just going to go back into the cached app list again anyways, thus reducing battery life when it has to load it over and over again.
Click to expand...
Click to collapse
I understand the notion of apps being in the cache and being removed when more RAM is needed, however the purist in me just doesn't want the junk apps to be there in first place However there is a lot of validity to these of your words:
bladebarrier said:
Basically, you're going to start playing whack-a-mole if you want your list to remain as small as possible, at all times, and yet still actually use the device for anything interesting.
Click to expand...
Click to collapse
My wife got Kindle Fire HD recently and she's been using it happily. While I was thinking why would anyone want a closed up system (well, more closed up system then Nexus), she's been using it and I've been frustrated with my N7 so i might just let it go and enjoy the japanese and korean keyboards anyway
bladebarrier said:
Make sure whichever ROM you use, if you decide to, supports your HSPA+ model.
Click to expand...
Click to collapse
i'm wifi only
ngshniq every
i think i found what i was after: http wiki.cyanogenmod.org/wiki/barebones (url modified since i still can't post urls). this wiki page has the list of app with a short description and if it's safe to remove. it also has additional information that explains why i still saw the reference to the app in the list when apk file was deleted:
looks like i need to pay attention to 2 additional files:
/data/system/packages.xml
/data/system/packages.list
i bet I would find a reference to the apps in these and i would need to remove it in order to have the app disappear from the app list. i'll play around a bit more and report back
One thing, could you explain your reasoning behind wanting to delete everything but the essentials? Do you have a particular goal in mind or is it because of your windows background? Because if so, you should know that android operates very differently when compared to windows, and such, the requirements to keep your device working in tip top shape vary greatly.
In my opinion, with your current limited knowledge of each process/app inner workings, what you're trying to do surefire way to break something beyond repair and needing to use a factory image to get back to zero. A custom ROM will be much safer and yield the exact same results that you're looking for. (Eventually, once you understand what each thing does, then this manual approach could satisfy your needs)
Note: GApps are the basic Google apps to flash on top of the barebones system. Gmail, Play store, and the framework.
Nightlies are experimental builds compiled nightly by a bot with the latest CyanogenMod code available.
Sent from my Nexus 7 using Tapatalk HD
My goal was to simplify my approach to N7 by removing anything that I don’t need now and slowly adding all necessary components as I get familiar with it. But it seems at this point that this approach is a bit more complicated as thought it would be.
So I think I would leave it alone for now and revisit this later 
_Diver said:
My goal was to simplify my approach to N7 by removing anything that I don’t need now and slowly adding all necessary components as I get familiar with it. But it seems at this point that this approach is a bit more complicated as thought it would be.
So I think I would leave it alone for now and revisit this later 
Click to expand...
Click to collapse
From what you've done manually, you're clearly far ahead of a new user when it comes to understanding linux/unix.
If you want to lock down parts of what google implements, purely to keep it minimalistic, I would agree with the above poster. Go for one of the popular ROM options that are available, like CM, and work your way backwards. The Nexus 7 only has as much bloat as you allow it to have via the settings. This is another reason why Better Battery Stats is an excellent way to make sure your device isn't draining battery, yet isn't locked down. The other day I noticed an app that kept fetching my position, even though the case was closed (magnetic sleep mode). It turned out I forgot to disable the tracking in google maps (why it was defaulted to ON, I have no idea). BBS showed me what was running during the sleep phase, and I fixed it when I woke up the next morning after wondering why my battery dropped.
The Kindle Fire is a great option, because it doesn't require any of this fussing about. My woman loves hers. LOVES IT. Personally, I like to tinker a bit, and I'm too invested in Android apps to not have access to the play store. The Nexus 7, is for people like what you find here. We like to tinker, and make everything custom. At the same time, you could spend all day trying to figure out why EntriesRefresh_wakelock is your highest partial wakelock count, at 60seconds per 7 hours, or you can find that you just went 7 hours and only used 6% of the battery, even though you've been connected to wifi, texting, emailing, and checking the weather and news, the whole time. Not bad, honestly.
The biggest investment you can do for your Nexus, is probably getting a case that magnetically puts it to rest when you close it. After that, learn about the settings that drain battery in the background. Then, get Tasker and play around that (it's like programming, without the need to learn the code). After that, go to a custom ROM, or dig out Tibu, and basically start customizing which apps you will use. If that doesn't pass the time long enough, you can literally make your own ROM and put together exactly what you want. Whether the performance will be that much better or not, and whether you'll spend most of your day trying to look for coding errors, is up to you. I don't have the patience to code, but you're a coder, so what is broccoli to me, may be bacon to you.

Instead of rooting...?

If I recall correctly, the Priv's OS has some application that checks the integrity of the OS, thus prevents rooting.
And can't we simply flash a new ROM which would be just a clean Android? Maybe unlocking the bootloader would be easier than cat-and-mouse play with the real BB Android.
no it does not exist and the drivers for some hw on the device to work like izat and keyboard won't work, also the priv kernel is also secure along with bootloader so if i see a custom or AOSP rom for this device i will be like on twilight zone
There have been lost opportunities here and there but BlackBerry has been active on patching all security holes and that is why is important to the company that a root has to be impossible or this effort has been all for nothing and they became the newest "Blackphone" (now that rooting was unfortunate for a device sold as a "secure" phone).
I know that there are audience in Android just for root capacity but not everybody are in a "real" need for it.
I like that the BlackBerry Launcher leave most of AOSP element, except for icons and notifications sounds.
Personally I only ever use root for CPU control and ability to delete ANY app I deem fit, and on my previous SGS5 that meant all those heart rate and other nonsense apps that ran in background and chunked the battery to no end.
Gonna assume the Priv then has no CPU management ability due to the lack of root, correct?
Skv012a said:
Personally I only ever use root for CPU control and ability to delete ANY app I deem fit, and on my previous SGS5 that meant all those heart rate and other nonsense apps that ran in background and chunked the battery to no end.
Gonna assume the Priv then has no CPU management ability due to the lack of root, correct?
Click to expand...
Click to collapse
Correct. Though, they do use the interactive governor, and while I would kind of like to underclock the CPU a bit to deal with overheating, the default CPU management isn't too shabby. And since the Priv is almost completely stock, removal of unwanted apps is minimal, and all the carrier apps I had weren't system apps, so I was able to actually uninstall them, and what BB apps I didn't care for, I simply disabled. Learning that life without root isn't so bad on the Priv.
I just want root for Adblock for both YouTube and Chrome. I don't care if it's just a temp, as long as it lets me update the Filters for AdAway I am alright with it, I'll deal with the youtube ads.
KOAO said:
I just want root for Adblock for both YouTube and Chrome. I don't care if it's just a temp, as long as it lets me update the Filters for AdAway I am alright with it, I'll deal with the youtube ads.
Click to expand...
Click to collapse
Well, you could use Firefox. It supports extensions on Android, and ublock works nicely to kill ads, though I find functionally that Chrome runs infinitely better on Android than Firefox does, so your kilometerage may vary.
Artemis-kun said:
And since the Priv is almost completely stock, removal of unwanted apps is minimal
Click to expand...
Click to collapse
Not true! The Priv is full of bloatware that you can only deactivate but not uninstall (Yahoo Finances, for example). And some of those apps will stay active and make the phone unusable despite being 'deactivated'. Like BB Hub. I deactivated it from the start and just recently saw that it still had several permissions (location, contacts, messages, calendar etc). So I revoked those permissions. Now it constantly pops up and wants permissions. I can't even add a contact without granting these permissions. Annoying as hell. It's ridiculous that BB regard themselves as a secure company with secure smartphones (which was rebutted several years ago) that emphasize on privacy but when it comes to their own apps, it can't get any more privacy invading. I so hate BB!
So I'm waiting for
a) another producer to make an Android phone with a hardware keyboard or
b) someone to make root for the Priv happen so that I can install a ROM of my choice.
Shani Ace said:
Not true! The Priv is full of bloatware that you can only deactivate but not uninstall (Yahoo Finances, for example). And some of those apps will stay active and make the phone unusable despite being 'deactivated'. Like BB Hub. I deactivated it from the start and just recently saw that it still had several permissions (location, contacts, messages, calendar etc). So I revoked those permissions. Now it constantly pops up and wants permissions. I can't even add a contact without granting these permissions. Annoying as hell. It's ridiculous that BB regard themselves as a secure company with secure smartphones (which was rebutted several years ago) that emphasize on privacy but when it comes to their own apps, it can't get any more privacy invading. I so hate BB!
So I'm waiting for
a) another producer to make an Android phone with a hardware keyboard or
b) someone to make root for the Priv happen so that I can install a ROM of my choice.
Click to expand...
Click to collapse
I wouldn't call it full of bloat. Full of bloat is what Samsung has on offer. Yes, there are some bloatware apps that you can't uninstall, but they disable just fine. Sounds to me like your hub got re-enabled, mine has been disabled since day one, and still has no permissions, and doesn't harass me about anything.
Artemis-kun said:
Sounds to me like your hub got re-enabled, mine has been disabled since day one, and still has no permissions, and doesn't harass me about anything.
Click to expand...
Click to collapse
Interesting. Did you do any of the BB OTA updates (mine's running the most recent version, 6.0.1, security patch from August 5th)?
The Hub is still deactivated, but it doesn't seem to 'care' about that. I activated and deactivated it again to no effect.
So you're telling me when you go into Settings -> Apps -> BB Hub -> Permissions, all six permissions (calendar, camera, contacts, storage, phone and BB Productivity Suite) are turned-off?
I'm pretty sure I had these turned off when I got the phone in May. So maybe some of the OTA updates changed something about it. Unless you're running the same version that I am.
Oh and the fullscreen pop-up says Blackberry Hub+, maybe this is a new thing then?
And yes, other manufacturers may have more Bloatware. But at least there you can uninstall them or flash a different ROM. And all the BB services like BB Hub count as Bloatware for me, too.
Maybe I should sell my Priv and get a S6 Edge Plus (again). I still got the keyboard cover for that model and it's flashable, although Samsung also makes it hard for the users. But the keyboard cover is not back-lit and the phone is even bigger than the Priv (already too big for my taste).
EDIT: Ah wait! I just saw that the 'Blackberry Services' were activate, so I deactivated it and revoked all its permissions and now the pop up is gone. I definitely had this deactivated before the update, but as with the other BB apps, you have to deactivate them again after each update. Guess I just overlooked this one. Yay!
Shani Ace said:
Interesting. Did you do any of the BB OTA updates (mine's running the most recent version, 6.0.1, security patch from August 5th)?
The Hub is still deactivated, but it doesn't seem to 'care' about that. I activated and deactivated it again to no effect.
So you're telling me when you go into Settings -> Apps -> BB Hub -> Permissions, all six permissions (calendar, camera, contacts, storage, phone and BB Productivity Suite) are turned-off?
I'm pretty sure I had these turned off when I got the phone in May. So maybe some of the OTA updates changed something about it. Unless you're running the same version that I am.
Oh and the fullscreen pop-up says Blackberry Hub+, maybe this is a new thing then?
And yes, other manufacturers may have more Bloatware. But at least there you can uninstall them or flash a different ROM. And all the BB services like BB Hub count as Bloatware for me, too.
Maybe I should sell my Priv and get a S6 Edge Plus (again). I still got the keyboard cover for that model and it's flashable, although Samsung also makes it hard for the users. But the keyboard cover is not back-lit and the phone is even bigger than the Priv (already too big for my taste).
EDIT: Ah wait! I just saw that the 'Blackberry Services' were activate, so I deactivated it and revoked all its permissions and now the pop up is gone. I definitely had this deactivated before the update, but as with the other BB apps, you have to deactivate them again after each update. Guess I just overlooked this one. Yay!
Click to expand...
Click to collapse
https://puu.sh/qYFcI/bca42bb0e9.png here is a screenshot I just took. I should also point out that I have everything else BB disabled as well, and I've never had to re-disable any of them. I'm on the MM beta program, so that might also make some kind of diffeerence, but I stay up to date with patches, and haven't had to disable anything again. Not sure how it happened in your case, but glad that you got it sorted.
Another thing I do feel I need to bring up, this is also a BB phone made for BB people, so it does make sense that they include the software suite that their fans have grown to love. Sure, those of us who couldn't care less about BB's software, and just wanted in on their amazing hardware prowess, will find these apps bothersome, but if nothing else, visually they left Android alone, and for that, I can't not happily thank them. They could have given us something like a BB10 inspired touchwiz, could you imagine? Lol.
Yeah that's true and I'm also happy that they didn't over-customize their ROM. It's just hard to accept any deviation when you've been used to having full freedom on all kinds of custom ROMs for the last ten years.
Strange though that you didn't have to re-deactivate the apps after the updates. Then I guess I'll look into the beta program (had seen it before but didn't mind).
and I do not have 'Secure Start-up' turned-on.
There's enough bloatware that I'd like to remove, such as "Hang-Outs" & BBM is eating data with stupid pics of available 'stickies' & other crap I don't want to see/read about & my ONLY choice for disable is "Do you want to restore this app to Factory Default?". No, I don't I want to Restore it to Factory Default - I want to DISABLE it. I do understand that the PRIV's supposed to be secure & yes that's a Good Thing. I also understand that most users LIKE to be kept informed. I am NOT 'social' - Let ME decide what I want to be informed about & when. I didn't even get a choice of what subscription (?) I wanted (which is NONE). There's a bunch of apps that I can only Restore to Factory default. That, too me, means I CANNOT Remove or Disable them. I call that bloatware. Un-wanted bloatware. If I could remove them without Rooting, then I would not be looking to do so! I have an 'Essential Tremour' & I NEED a physical keyboard or I'd look elsewhere.
OK: I managed to get BBM to stop shouting at me (as noted: I make mistakes, but I do learn from them); it's just down to wanting to get rid of apps I don't want taking-up space. Rooting a PRIV appears to be dicey, with no firm info from Oct/2016, onwards, regarding 'safe' rooting of my device. I'm running 6.0.1 & Bell is my provider. If it makes any difference, I do not have 'Secure Start-Up' turned-on. As noted, if I didn't need a physical keyboard, I probably would not have chosen this make/model. Guess I'll live with it & keep looking for ways to put my phone on diet (& the battery barely lasts a day, unfortunately). I basically use it as a PDA - no games, few calls, occasional checking notes & calendar - it should last longer.
Bootstrap69 said:
There's enough bloatware that I'd like to remove, such as "Hang-Outs" & BBM is eating data with stupid pics of available 'stickies' & other crap I don't want to see/read about & my ONLY choice for disable is "Do you want to restore this app to Factory Default?". No, I don't I want to Restore it to Factory Default - I want to DISABLE it. I do understand that the PRIV's supposed to be secure & yes that's a Good Thing. I also understand that most users LIKE to be kept informed. I am NOT 'social' - Let ME decide what I want to be informed about & when. I didn't even get a choice of what subscription (?) I wanted (which is NONE). There's a bunch of apps that I can only Restore to Factory default. That, too me, means I CANNOT Remove or Disable them. I call that bloatware. Un-wanted bloatware. If I could remove them without Rooting, then I would not be looking to do so! I have an 'Essential Tremour' & I NEED a physical keyboard or I'd look elsewhere.
OK: I managed to get BBM to stop shouting at me (as noted: I make mistakes, but I do learn from them); it's just down to wanting to get rid of apps I don't want taking-up space. Rooting a PRIV appears to be dicey, with no firm info from Oct/2016, onwards, regarding 'safe' rooting of my device. I'm running 6.0.1 & Bell is my provider. If it makes any difference, I do not have 'Secure Start-Up' turned-on. As noted, if I didn't need a physical keyboard, I probably would not have chosen this make/model. Guess I'll live with it & keep looking for ways to put my phone on diet (& the battery barely lasts a day, unfortunately). I basically use it as a PDA - no games, few calls, occasional checking notes & calendar - it should last longer.
Click to expand...
Click to collapse
In order to disable some of the apps on this device they must be restored to factory default. I have hangouts and BBM disabled. My battery life is pretty good. You have to figure out what's killing yours. Do you use a case that has the preview window on the front?
On non rootable devices I use AdGuard to have a firewall and adblocker. It works by routing everything through a local vpn server. Great concept and working fine for me.

How to get rid of LeEco Spyware?

1.
I would like to get rid of as many LeEco apps as possible because I am convinced that they phone home and steal my personal data. Have you successfully installed any LeEco apps without triggering any issues and, if yes, please let me know the names of the system apps that can be safely uninstalled with an unintaller having root access.
2.
Does anyone know where I can download AOSP dialer/sms/contacts? Thanks.
Just replace the launcher, install Google Camera and disable the LeCloud services
-Tiz- said:
1.
I would like to get rid of as many LeEco apps as possible because I am convinced that they phone home and steal my personal data. Have you successfully installed any LeEco apps without triggering any issues and, if yes, please let me know the names of the system apps that can be safely uninstalled with an unintaller having root access.
2.
Does anyone know where I can download AOSP dialer/sms/contacts? Thanks.
Click to expand...
Click to collapse
Sorry but lmao really. If you are sure they steal your data, why the hell did you buy the phone, i dont understand
Veidas said:
Sorry but lmao really. If you are sure they steal your data, why the hell did you buy the phone, i dont understand
Click to expand...
Click to collapse
Why not? Hardware is good and phone is cheap. Once CM or a clean ROM is installed, the LeEco software doesn't matter. Do you understand or shall I explain in more detail. It's not really that complicated.
-Tiz- said:
Why not? Hardware is good and phone is cheap. Once CM or a clean ROM is installed, the LeEco software doesn't matter. Do you understand or shall I explain in more detail. It's not really that complicated.
Click to expand...
Click to collapse
Dont be smartass for me buddy, im not the one unable to debloat a rom, so maybe i should explain it to you in more details? Its really not that complicated. For someone trying to teach me about custom roms you sure know little. Whats even more funny, is you acting like you know anything about leeco or their software stealing your data, then acting as if your personal data is reaaaally important to you, and then still buying the phone dispite it having zero development so far. Amusing, please continue
Veidas said:
Dont be smartass for me buddy, im not the one unable to debloat a rom, so maybe i should explain it to you in more details? Its really not that complicated. For someone trying to teach me about custom roms you sure know little. Whats even more funny, is you acting like you know anything about leeco or their software stealing your data, then acting as if your personal data is reaaaally important to you, and then still buying the phone dispite it having zero development so far. Amusing, please continue
Click to expand...
Click to collapse
Sorry that I bruised your ego. You are a hero and to the god of custom roms for sure
-Tiz- said:
Sorry that I bruised your ego. You are a hero and to the god of custom roms for sure
Click to expand...
Click to collapse
Lol, my ego has nothing to do with anything here. Its the way you are thinking, or the complete lack of logic. And ofcourse you resort to insults, when have nothing else clever to say.
If you are still sure leeco is stealing your data(which is complete nonsense and you have exactly zero facts to back you up) and you dont know how or what to delete(despite being so clever and knowning so much about custom roms) you could just block all leeco IP's in hosts file. Im sure being the pro you are, you know how to get these ip adresses and what hosts file is
Joms_US said:
Just replace the launcher, install Google Camera and disable the LeCloud services
Click to expand...
Click to collapse
Thanks Joms. I already did and, moreover, I blocked LeeCo apps with a firewall. However, I would like to completely uninstall them and I am sure that other users want this, too.
In fact, I already did uninstall a few of them and - so far - I did not get any error messages. It might be nice to have a list of LeEco apps that can be safely uninstalled because there are so many of them.
Veidas said:
Lol, my ego has nothing to do with anything here. Its the way you are thinking, or the complete lack of logic. And ofcourse you resort to insults, when have nothing else clever to say.
Click to expand...
Click to collapse
You laughed at me (re-read your first post) and now your are whining and complaining. I did not insult you at all. You did this all to yourself.
-Tiz- said:
You laughed at me (re-read your first post) and now your are whining and complaining. I did not insult you at all. You did this all to yourself.
Click to expand...
Click to collapse
I laughed at your non existing logic, not you personally. And you did try to insult me with your smartass expressions and 100% sarcasm replies, which implies you were the one with hurt ego lol. And im not whining and not complaining, not sure what you are talking about lol. Anyways, not gonna waste my time (or yours) here anymore, goodluck fighting against SPYware lol
Veidas comes off as the ass in this scenario....
I used this app to uninstall most of the LeEco system apps: https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp&hl=de It comes with a restore function.
I need to check in more detail/need a few more days in order to confirm that there are really no issues. (Uninstalling the dialer/contacts app was not a good idea though.)
-Tiz- said:
I used this app to uninstall most of the LeEco system apps: https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp&hl=de It comes with a restore function.
I need to check in more detail/need a few more days in order to confirm that there are really no issues. (Uninstalling the dialer/contacts app was not a good idea though.)
Click to expand...
Click to collapse
Hi Tiz
Do you see any clashes in rom after uninstalling system apps?
Hi!
If you want you can additionally add the LeEco servers to your hosts file to prevent that any app can contact them. I collected a list of all hostnames I found in the system applications and/or logcat in this posting here.
Additionally here a list of (system) apps I have disabled (via "pm disable") command:
Code:
[email protected] ~> adb shell pm list packages -d
package:com.letv.android.FuseWire
package:com.letv.android.quicksearchbox
package:com.letv.android.agent
package:com.letv.android.zxing
package:com.letv.android.account
package:com.letv.android.wallpaper
package:com.letv.android.wallpaperonline
package:com.letv.leui.sdk.data
package:com.letv.android.letvlive
package:com.lesports.glivesports
package:com.letv.android.note
package:com.le.android.webview
package:com.letv.android.usermanual
package:com.letv.letvshop
package:com.android.browser
package:com.le.share.zl1
package:com.letv.android.personalized
package:com.baidu.input_letv
package:com.letv.app.appstore
package:com.stv.stvpush
package:com.android.mms
package:com.letv.android.backup
package:com.letv.android.client
package:com.letv.android.setupwizard
package:com.android.calendar
package:com.letv.android.backupclient
package:com.letv.walletbiz
package:com.android.VRAdmin
package:com.letv.gallery3d.syncservice
package:com.lvr.wizzard
package:com.android.gallery3d
package:com.letv.agnes
package:com.letv.games
package:com.letv.wihd
package:com.letv.lesophoneclient
package:com.letv.android.fannation
package:com.letv.android.bugreporter
package:com.letv.android.accountinfo
package:com.letv.wallet
package:com.letv.android.filemanager
package:com.letv.android.cloudservice
package:com.android.music
package:sina.mobile.tianqitongletv
package:com.letv.android.videoplayer
package:com.sohu.inputmethod.sogou.leshi
The only limitation I noticed so far, is that the media control buttons (Previous/Play/Next) in the control center stop working, when you disable/remove the LeTv Music player (package name "com.android.music") because the buttons do not broadcast Android standard media Intents but instead LeEco-specifiic ones (which are only received by LeEco Music player which then performs the desired actions - even controlling 3rd party players).
I changed the behaviour of the media buttons with this Xposed module here: Xposed-module-EUI-MusicControls.
xsystem1 said:
Hi Tiz
Do you see any clashes in rom after uninstalling system apps?
Click to expand...
Click to collapse
Not yet. (Except for the dialer/contacts app.) It's probably best to freeze apps first and take androchecks list as a guideline.
i dont understand why you suspect that the phone ( lepro3) steals your data? i have been using the phone for banking, share trading, etc, and i never found any issues. i also install a 360 antivirus on day 1 , and let it to run in the background to secure the phone. when i first bought the phone, it had customer rom 019s, when i first run 360 antivirus, there was one virus found. had it removed, since them, no more trouble. later i re-flashed the factory rom ( chinese version 018s), plus google play, etc. i have no issues at all. for those phone apps which you dont need them to access internet ( such as LeEco's apps) , you can also disable them from the phone's manager ( no access in both data and wifi). leEco is a company on stock list ( Hong Kong). i wont think it will risk its reputation adding some spywares in the phone. as it can be found easily. unless you have 3rd party app with virus....
can try
from here http://bbs.ydss.cn/thread-711361-1-1.html
Based on the original system to streamline official 18s, first download the following unloader, showing sequential streamline my list is the same
Security system program uninstaller .apk 832.48 KB,
Open unloader, remove the hidden core application of the hook, and restart the unloader, the effect is as follows
cacimbo said:
from here http://bbs.ydss.cn/thread-711361-1-1.html
Based on the original system to streamline official 18s, first download the following unloader, showing sequential streamline my list is the same
Security system program uninstaller .apk 832.48 KB,
Open unloader, remove the hidden core application of the hook, and restart the unloader, the effect is as follows
Click to expand...
Click to collapse
Is this a debloater (does this remove all of the unnecessary apks that LeEco installs, and would probably release some ram)? Thanks for showing us this, I can only browse those forums with google translate, and that leaves a lot to be desired.
masterofstuff124 said:
Veidas comes off as the ass in this scenario....
Click to expand...
Click to collapse
In only this scenario????
just ordered Le Eco S3, not the Pro, haven't received it yet, but do you need to have this phone rooted (is it even possible??) in order to disable/uninstall apps?

Rooting and Fixing Samsung Galaxy Tab E (SM-T560NU) (and fixing -504 issue)

Disclaimer: I know this should go in the correct subforum for my device, but I'm having trouble navigating this site, altogether. I only see subforums for a handful of devices. So if there is a better place for this thread, I apologize
Oh, where to begin. My wonderful girlfriend got me this tablet back in october, since i said it'd be nice to have a linux based tablet so i wouldn't have apple telling me what i can and cannot do with my device (she saw that as a hint, even though it was more social commentary, but I'll take it). Anyway, I found the 16GB limitation problematic, so I decided to root it so i could use some sort of sshfs app to create a slow multi-terabyte harddrive space to steam small files (like music) from. Seeing as i had the thing for only a week and it's kind of expensive, even for a nurse, to buy for me, i chickened out and made due with a small 8GB microSD card which i just happened to have laying around.
Fast forward to a few days ago, I ordered from Amazon a 128GB microSD card (also from samsung), and decided to try to make due with that. Only to find out (and, if you're able to help me you've probably met the following issues yourselves) that the seemingly largest apps refuse to let you move them to external storage. Even better, there's some apps like Star Wars KOTOR (2.5GB) that say they let you move them, but in reality they stay on internal storage and create empty folders on the external medium. And then many apps cannot write and read to and from SD cards (like DOSbox Turbo), for reasons that completely stump me (which leads to me having to move dos games back and forth when i want to play one that saves). I then read about this wonderful feature called "Adoptable Storage," and promptly go through all sorts of things to try to enable it, only to find out that, since I have Android Version 6.0.1 from Samsung, that feature was disabled by them. After using the email support to berate them (they don't have a suggestion box), decided to try to come here and figure out how to properly root this device and figure out how to solve my space issue (I have 128GB of space that I need to use, but have no idea how to use it for what i need to use it for). By the way, a small shoutout to Samsung support, despite my very terse response, there clearly was a human being at the other end and this human was very, very civil and said that they'll pass it on as feedback (I got the impression that the employee either had the same issue or at least wanted me to know that there have been alot of complaints about this issue).
Anyway, now that that wall of text is over, this is how far i've gotten.
I know that XDA is reliable, they've had problems in the past with malware, but it was unintentional and the ship has been cleaned. I don't know about anywhere else, so the rooting instructions i find elsewhere i assume are probably correct, but i don't know where to get files for the process that i can trust, outside of XDA (and i'm having trouble finding the files i need, here).
I have a nice little article from techbeasts.com ( techbeasts.com/install-twrp-and-root-samsung-galaxy-tab-e/ ), but I don't know where their downloads came from and how many people checked them out for windows and android trojans and such.
So...
1. Is that article accurate for android 6.0.1?
2. Are those files safe (free from corruption and viruses)?
3. If they're not safe, where can I get safe files?
4. I like to develop programs, and I want to be able to develop apps for android as well. Once rooted, how does one test how their app would work on an unrooted device to ensure the app follows the "proper procedures?"
5. How do I deal with apps that are root sensitive? The point of all this is so that I can keep using my apps, so if they all break because i'm rooted that defeats the purpose.
6. Other than having to be careful with what i do (I've used Linux for years, and I occasionally like to code in assembly), that it voids my warranty, and that screwing up can make for a really bad day, is there anything else that I should know? This is, indeed, my first touch screen device outside of Nintendo products, because my V3xi is fine for me as a phone.
EDIT:
7. Forgot the most important question: How would I go about getting adoptable storage working on this device once it is rooted?
Forward: Given the nature of my question, the URL is absolutely necessary. After I've gotten my "10 useful posts" I'll fix the URL for future viewers.
EDIT2: Decided to take a chance. Ran into some issues finding the "stock firmware" which I ended up having to do. For those that have problem getting TWRP to stick, you gotta flash the stock firmware of the version you have currently installed. I tried to flash the original that it came with, which, for some reason, it didn't like at all.
Oh, and don't turn off OEM mode after everything's done. I assumed that after everything was installed it wouldn't second guess it and i could safely turn it off for added security if any app went rogue or something. Nope, must keep it on, so do regular backups. Turn off auto-updating, etc. I hear there's some sort of app that lets you "update safely." Not sure what it is, but unless you *NEED* it, don't do it.
And as a bonus note (so it shows up in the archives), some apps didn't install right (either google or the app developer's fault, but these apps weren't tied to this process [pokemon go and just about all the final fantasy games]). The kicker about this is is that you will not notice this UNTIL you uninstall the app, and reinstall it. Deleting the data before uninstalling the app will make it unstable. To find the data, i used
Code:
du / | grep "pokemon" > pokesearch.log
, since i knew that there should not have been a pokemon related directory on my droid at the time, since i needed to reinstall pokemon go because it was acting really fruity. Deleting the folders (actually, the last entry contains the rest, so it's easier just to delete the last one) allowed me to avoid the -504 issue (not to be confused with 504).
Code:
[email protected]:/data/data/com.termux/files/home # cat pokesearch.log
4 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/cache
1192 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/code_cache
12 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/shared_prefs
4 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo/files
1220 /mnt/expand/07aa2c40-4a8f-428c-afb9-7495df69eb26/user/0/com.nianticlabs.pokemongo
Message me if have the same tablet on a system root
Sent from my SM-S907VL using Tapatalk
denakor said:
Message me if have the same tablet on a system root
Sent from my SM-S907VL using Tapatalk
Click to expand...
Click to collapse
We can talk here for the benefit of the community. Any problems you might have should be documented for the sake of the community. But, yes, the -504 error i mentioned above can only be solved through root, so, yes, i was successful.
Kohlrak said:
We can talk here for the benefit of the community. Any problems you might have should be documented for the sake of the community. But, yes, the -504 error i mentioned above can only be solved through root, so, yes, i was successful.
Click to expand...
Click to collapse
I have the same tablet
---------- Post added at 09:32 PM ---------- Previous post was at 09:28 PM ----------
keith thibodeau said:
I have the same tablet
Click to expand...
Click to collapse
Tablet just updated itself after I tried to root it .. MM 7.0.1 but I didnt ask it to
I disabled automatic updates (from settings and google play, 'cause it's in both places) to prevent this problem. There might be a new firmware for the tablet, but i'm sticking to this version. I'm not sure you can downgrade after you upgrade, though. You can take a shot, though, if you're not afraid of loosing data. I doubt this process will brick as long as you can get the official firm ware on backup incase something goes wrong.
Kohlrak said:
We can talk here for the benefit of the community. Any problems you might have should be documented for the sake of the community. But, yes, the -504 error i mentioned above can only be solved through root, so, yes, i was successful.
Click to expand...
Click to collapse
Now it seems impossible to root without pc

Samsung Galaxy note 20 ultra Europe exynos sm-986b debloat/decrapify

Hi,
Samsung Galaxy note 20 ultra Europe exynos sm-986b debloat/decrapify (Switzerland/Swisscom).
I'm starting my journey to debloat that phone which is entirely unusable for me, due to the unwanted presence of hundred of junk apps.
After realizing that I was not using a data cable but only a charging cable (computer not having usbc, I had to use another cable than the official one). I manage to get my bearings a bit.
So the connection is sorted out (out of topic), now start the actual decrapifying:
1) I used/will use this program, to list all programs:
https://forum.xda-developers.com/an...easy-management-android-applications-t4147837
Note: I could have used adb directly but this seems easier, especially as we talk about hundred of lines.
Note 2: each time I installed "ACBridge" which appears to show nice icons for that program.
2) I have compiled a list of applications currently installed. I did not install anything manually myself yet, not even connected to Android Play:
442 apps by default.
https://gofile.io/d/xGHoff
Note: Are some of these apps only specific to my seller and my region? It's possible, since the phone clearly had some of the FYI operator branded options installed.
3) I'm going to factory reset now. Again, nothing was really installed, just official rom updates done. But I want to start from fresh.
4) After I will reinitiate the phone, I will redo the list of applications capture, and start trimming down.
5) After the factory reset, it seems I had a new screen (unless I skipped it by mistake last time) proposing me to install additional apps like spotify, linked in... I refused this time. Last time I had the apps installed maybe a mistake click, or something new thanks to newer firmware.
6) Use the program again, I now have 429 apps only instead of 442.
7) I tried the list mentioned a starting point, I will look into this user list, allegedely 109 apps removed from a S20 (which is a different phone, I know):
https://forum.xda-developers.com/t/tool-windows-adb-appcontrol-v1-4-5.4147837/post-83980273
First that only has 104 apps over 109.
Second, I found a few items I wanted to keep and a few I wanted to remove.
Customization Work required here...!
Caution: the list of 109 items contains what is described elsewere as dangerous:
com.samsung.android.authfw ; Not Recommended: Used for password autocompletion, can be removed if you don't use it. This app is sometimes called by the system and might cause battery drain if removed
com.serv.android.preloadinstaller : App that install other application, do not remove!
I will check each non-obvious items.
This list seems more pro:
Samsung full apps list
Feuille 1 LAST UPDATED 01/09/2022,Reinstall an app using pm install-existing [the app package],Enter in shell using adb -d shell before running the command,Enter in shell using adb -d shell before running the command,<a href="https://docs.samsungknox.com/CCMode/G988B_Q.pdf">https://docs.samsungk...
docs.google.com
I made a custom preset with the 85 items in the list of " Safe to uninstall ". Only 71/86 where showing, some I wanted to keep like Android Auto.
--> I seems to have to choice but start from a bigger list and go through it myself.
After checking each items of that 109 list, vs the spreadsheet and sometimes google, I actually ended up reducing the list, or keeping more items. My final list is currently 68 applications to remove.
I also removed additional things like Netflix.
FINAL LIST:
Samsung SM-N986B_[All]_presetJSDec2020.txt
In the process I learned that this list seems rather personal to do. Yet, some items are marked not to be removed due to battery drain, so the initial list of 109 seems risky. I would say some manual work is mandatory.
8) Moving on, time to uninstall. Done.
9) Time to configure the basics again (basically language, etc...). Done.
10) Time to migrate data from old phone to new phone, I used "Samsung smart switch" app, installed it on both phone, used wifi, and unselected unwanted things. Done after some 1-2 hours (not so much data but it was slow and I interrupted twice).
11) Now the phone looks ok, a few apps had to be manually reinstalled like MCDonald's crapp.
12) Time to recover authenticator, relogin to apps, etc...Some apps I can't do now like RSA token, needs to regenerate a token elsewhere. GoogleAuth was simple, I could easily export from old phone/import new phone..
13) Phone works for now. I see I missed to remove some stuffs like "My files" which was basically simply like file explorer but from Samsung. That was indicated as "not remove" but probably can be ( com.sec.android.app.myfiles ).
Edit: day +1 after the step 13. Phone works properly. No visible impact on battery drain (seems high, as usual and with little usage overnight, same as before any intervention from my side). Unable to continue anything for now, being ill. Everything seems to work, even without the stuffs I removed.
On that note, I got rid of youtube and yt music, and installed YoutubeVance.
I tested the basics (phone, camera...) looks ok.
Note: this is WIP and more sharing the journey, as well as learning. Usually I would unlock bootloader, root, and install a decent ROM from XDA; but not happening this time.
Thanks for sharing cyber.cat thread ! Used it and removed 20+ useless app
ouroukai90 said:
Thanks for sharing cyber.cat thread ! Used it and removed 20+ useless app
Click to expand...
Click to collapse
Glad that could help- The tool from Cyber Cat and the threads are useful. Yet I saw quite a few tools/options around.
The idea was to share the experience of using one, do some sort of decrapifying/debloating and comment.
For me even if I expected a bit that, I was a bit surprise that this operation needs a lot of customization.
Let's say it was easier to start from a fresh Android ROM and add some selected Google apps, rather than trimming down that Samsung junk (That something I usually do with custom roms, here I stayed with official Samsung ROM, so I did not have that possibility to start fresh).
I see Android 11 update should come soon (around January 2021?).... I take it that they will reinstall all their garbage in the OTA update... And we will have to decrapify again!?
Yes I guess for a major update it will maybe reinstall crap like "tips" from Samsung. But i've done this using beta4 OneUI3.0 and it work very well
Is it possible to uninstall the google app? And then install it again? I have problems with hey google not working
Anskjer said:
Is it possible to uninstall the google app? And then install it again? I have problems with hey google not working
Click to expand...
Click to collapse
Yes, which app specifically?
Not sure what is "hey google", are you talking about "Google Assistant"?
Anyway, usually clear cache, not uninstall/reinstall...(then clear data when sure what you doing...)
htchd2sucks said:
Yes, which app specifically?
Not sure what is "hey google", are you talking about "Google Assistant"?
Anyway, usually clear cache, not uninstall/reinstall...(then clear data when sure what you doing...)
Click to expand...
Click to collapse
The assistant is inside the google app. Clear cache I have try but didn't work. Thanks for the help
The phone shown me an update yesterday (01/01/2021), OneUI3, Android 11.
It updated without any issue, and all my apps and things are properly there after.
One strange thing is it was allegedely updating 470 apps on my phone, I don't remember having so many.
Another thing to notice, is that I did not notice any new garbage apps after the update. For example, some emoticons junk was not reinstalled. Also, the default keyboard remains Gboard, like I set myself before the update.
Anyway, time to check now, in details.
Verdict: # Total applications: 421
Some junk have been installed again during the update. (after my previous cleaning, I was at:
# Total applications: 361)
I don't see the same type of junk as it was before, like Netflix apps, Bixby...etc... So it's rather strange.
One horrible app I found is "eBay Partner Attribution". What is it? Affiliate marketing is a referral program where sites pay commissions to affiliates who send traffic to their site that results in a sale.
Well done Samsung, installing junk to get additional money...
App killed on sight (com.ebay.carrier).
I also removed com.google.android.videos.
That will be all for now, don't have the time to do better.
Is it really safe to debloat all knox related stuff? just asking if it helps anything?
jirka607 said:
Is it really safe to debloat all knox related stuff? just asking if it helps anything?
Click to expand...
Click to collapse
I think knox junk tripping is only if you replace your bootloader:
Knox
I think removing the apps only is not tripping it (anyway, if it is, my phone is fine without it).
It depends what you mean "safe" anyway, if you are talking about some features that might not work, or a broken phone for example.
Thanks, im not sure if you should put the Knox app in the safe list.
danterape said:
Thanks, im not sure if you should put the Knox app in the safe list.
Click to expand...
Click to collapse
Try to delete it then u'll see xD

Categories

Resources