Security-wise, what are my options? - Nexus 7 (2013) Q&A

Hey,
I'm 100% new to doing any sort of custom stuff with my Android devices, so please forgive my dumb questions.
I've known for a while now that my Nexus 7 was vulnerable since it stopped receiving security updates in August 2016, but I wasn't terribly concerned at the time since I use it so casually. With this recent WPA2 news, though, I'm kinda anxious.
Is there any way at all to make my device secure? Google doesn't give a **** so I know there's no chance in hell it gets an official patch, so I assume I have to go with a custom ROM, but I have no idea where to start.
If I went with a custom version, will I still be able to use the apps I own? Will I still be able to use stuff like Chrome and Drive as well? Also, if I'm using a custom ROM, is there actually any guarantee that it is actually secure? How do I ensure it receives security updates in an unofficial setting?
tl;dr version: Just hoping for a way to use my Android device mostly in the same way I already do, but with actual security updates going forward, since Google are a-holes.

Be aware that some apps will refuse to run on a rooted device. You also won't be able to use Google Pay.
You can mitigate the security issue somewhat by using a VPN service; all your communications will be encrypted, so a MITM attack should fail unless they can also decrypt your communications stream.
I use PrivateInternetAccess myself; one of their app's features is the ability to bypass VPN for selected apps, so for example I can run Pokemon Go (which won't run on VPN) and avoid running video streams through VPN (I don't really care if they can see me watching Hill Street Blues on Hulu and I'd rather avoid the performance hit). YMMV and I'd recommend doing your own research, and VPN isn't a magic bullet. But it makes the WPA2 problem less urgent without a lot of work and without having to root your device.
Mind you, I'm saying all this while perusing the forums to discover what custom ROMs are available for my Nexus 7, as I'm considering rooting it.
---------- Post added at 07:49 PM ---------- Previous post was at 07:36 PM ----------
To address a different part of your question, aside from the "some things won't run rooted" issue I already mentioned, the rest of your apps should run fine. You'll want to install some version of Open GApps to get Google functionality. That's probably covered in the instructions for the custom ROM.
Two favorites are LineageOS, which has a lot of neat features added, and AOSP, which is the bare Google Android experience with neither bells nor whistles.
Keep in mind that if you don't like what you get, you can always change. So if LineageOS isn't for you, you can try AOSP, or something else if you find it. I'm assuming that somebody has the base ROM available; it should even be possible to put the stock ROM back and unroot the device. Know that I'm speaking from inexperience, sorta... I haven't done this with a Nexus yet, but I've done it lots of times with a Galaxy S4. So I'm not really an authority but I figured I could get you started in the right direction, at least. Just remember to back up everything on your device before you start.
Really, really be sure you back up before you start.

I'm having this conundrum as well. I currently use MM on my Nexus 7 2013 due to better idle time and more reliable WiFi. It seems like there is no way to fix this vulnerability without moving to Nougat.

Lineage OS is a good rom to start with. It receives security updates OTA, and it doesn't come with root binaries, so most apps should work.

anzianzi said:
Lineage OS is a good rom to start with. It receives security updates OTA, and it doesn't come with root binaries, so most apps should work.
Click to expand...
Click to collapse
+1

Related

[Q] Antivirus, Rooting, and Gingerbread questions

First of all, let me apologize for being very ignorant about most of the stuff on here, even though I am very interested. I have looked and can not find a definitive answer, although I believe I should have antivirus, I have no idea what to use. I have Norton Systemworks on my PC. I also want to root my phone to be able to get rid of some of the factory installed garbage on it. I have been told that it is not wise to delete some of the installed apps because android uses parts of some to make others work. Is there anyway to do a total recovery image of my stock phone so if I totally screw it up, I can fall back on it? I think so, based on what I have read here---but honestly, I got a headache yesterday reading on here and trying to learn. I am not a super-techy guy, I just want my phone to do what I want it to, and none of the extra crap that I don't want. And lastly, should I wait to root my phone until Gingerbread comes out, or will it really matter? While I do know what a rom does and is, I do not understand kernels or most of the other things on here, so i actually need 'hand-holding' through some of this. Thank you for your help...anything you can tell me will help out.
hey man. i am willing to help you thorugh this entire thing. pm me for any more questions, but here is a start. it seems you have a baisic computer working knowledge, so this wont be too hard. first, a kernel is the scripts that let the hardware communicate with the software. the nice thing about this is it can easily be modified and built upon. a few devs have added scripts and stuff to the stock kernels to make them much more powerful and battery efficiant.
this recovery image you are talking about wont fix you phone if you screw it, but it will take you back in time to when you made the backup. you can also unroot to take off any mods you have applied. always remember to MAKE A NAND BACKUP WHENEVER YOU DO ANYTHING WITH YOUR PHONE THAT COULD REMOTELY BE CONSICERED A MODIFICATION. otherwise, you can end up with a very expensive paperweight.
there are partitions on the phone's memory. there are things like userdata and cache, but there are three main ones that we will mess with: system, recovery, and hboot. system is the rom of the phone. it is the software. it si obvious why this would be altered: to get better, more efficiant, or cooler software. then, we have the recovery. this is a factory tool for resetting and manual updating. this is packed with security, but there is no security that keeps us from changing the recovery. get where i'm going? if we change the recovery to one that has been heavily cracked and maybe built from scratch by a very talented dev (i reccomend amonra's recovery) then we can make the phone believe it is being updated when we are really modifying it.
the hboot is a developmental factory partition that is used for total firmware updates and google/android development. removing the security from this is the first stage in rooting.
i would highly reccomend rooting, and would be happy to 'hold your hand' along the way. i hope this helps and does not just confuse you more.
dk
oh, almost forgot. dont wait for gingerbread. the devs will make some roms that will include gingerbread packed in. i actually reccomend you root before gingerbread so you dont have to wait for a root method for that.
lookout antivirus can be found in the market.
Guys no offense. My galaxy doesn't even have froyo so I have no room to talk but I wouldn't get to worried about gingerbread yet. LOL it hasn't even been officially announced
Sent from my SCH-I500-Fascinate using XDA App
ksizzle9 said:
Guys no offense. My galaxy doesn't even have froyo so I have no room to talk but I wouldn't get to worried about gingerbread yet. LOL it hasn't even been officially announced
Sent from my SCH-I500-Fascinate using XDA App
Click to expand...
Click to collapse
agreed. cyanogen will probably port it in about january or february. long time, no need to wait.
dkdude36 said:
hey man. i am willing to help you thorugh this entire thing. pm me for any more questions, but here is a start. it seems you have a baisic computer working knowledge, so this wont be too hard. first, a kernel is the scripts that let the hardware communicate with the software. the nice thing about this is it can easily be modified and built upon. a few devs have added scripts and stuff to the stock kernels to make them much more powerful and battery efficiant.
this recovery image you are talking about wont fix you phone if you screw it, but it will take you back in time to when you made the backup. you can also unroot to take off any mods you have applied. always remember to MAKE A NAND BACKUP WHENEVER YOU DO ANYTHING WITH YOUR PHONE THAT COULD REMOTELY BE CONSICERED A MODIFICATION. otherwise, you can end up with a very expensive paperweight.
there are partitions on the phone's memory. there are things like userdata and cache, but there are three main ones that we will mess with: system, recovery, and hboot. system is the rom of the phone. it is the software. it si obvious why this would be altered: to get better, more efficiant, or cooler software. then, we have the recovery. this is a factory tool for resetting and manual updating. this is packed with security, but there is no security that keeps us from changing the recovery. get where i'm going? if we change the recovery to one that has been heavily cracked and maybe built from scratch by a very talented dev (i reccomend amonra's recovery) then we can make the phone believe it is being updated when we are really modifying it.
the hboot is a developmental factory partition that is used for total firmware updates and google/android development. removing the security from this is the first stage in rooting.
i would highly reccomend rooting, and would be happy to 'hold your hand' along the way. i hope this helps and does not just confuse you more.
dk
Click to expand...
Click to collapse
Like mhoodie, I, too, am a newbie in need of hand-holding. How do I make a nand backup? My EVO is rooted 2.1 with XDA- WiFi Tether, no 147.651.~.~. How to upgrade to Froyo and maintain root? How can a friend with brand new Evo root and load XDA- WiFi Tether? AFTER these I'd like to know how to flash a ROM. You can communicate with me through this forum or [email protected] or 908-251-3532. Of course I'll contact you any way you like.
Dsims6465
sounds good. i would love to help. i have finals coming up, so i might be a bit busy the next few days, but i will try to help as much as possible. gtalk seems like the way to do it.
these forums helped me when i was a noob, so i'm trying to help out now. next on to do list: pay back for all the roms. (i wish)
mhoodie said:
First of all, let me apologize for being very ignorant about most of the stuff on here, even though I am very interested. I have looked and can not find a definitive answer, although I believe I should have antivirus, I have no idea what to use. I have Norton Systemworks on my PC. I also want to root my phone to be able to get rid of some of the factory installed garbage on it. I have been told that it is not wise to delete some of the installed apps because android uses parts of some to make others work. Is there anyway to do a total recovery image of my stock phone so if I totally screw it up, I can fall back on it? I think so, based on what I have read here---but honestly, I got a headache yesterday reading on here and trying to learn. I am not a super-techy guy, I just want my phone to do what I want it to, and none of the extra crap that I don't want. And lastly, should I wait to root my phone until Gingerbread comes out, or will it really matter? While I do know what a rom does and is, I do not understand kernels or most of the other things on here, so i actually need 'hand-holding' through some of this. Thank you for your help...anything you can tell me will help out.
Click to expand...
Click to collapse
I wouldn't worry about using an anti-virus on android, they're pretty much useless and will do nothing but eat up your battery. Once you root you can install a custom recovery that you have to reboot the phone in and that can create backups of all your partitions. Those are called nandroids and are basically a snap shot of how your phone is set up at that moment. You must be rooted to do any of this though.
Ok, just because I do not quite understand....why is it that I do not need antivirus on my Evo since I surf the web, download apps, and open emails.....on a PC, the same things without protection against virus, trojans, etc... will get my pc and life screwed in a very short time? And, by 'screw my phone up', I mean if I delete something that I need.....can I just go back---also, is there anywhere a list of the apps that android uses to run other things. Specifically, I want to get rid of the exchange mail, amazon mp3,qik, peep, friendstream, nascar, stocks, news, news and weather. I have no need for these apps, and as most of you know for whatever reason, evo will run them whenever it wants.
i have no idea about antiviruses, but you can delete anything that is either a widget or an app in your launcher. everything else is proceed with caution.
definitely root...antivirus is a personal thing...I do use lookout and its free in the market.
after you root...I suggest using titanium backup to uninstall most if not all of those apps you mentioned.
you could also go the custom ROM route...most ROMs out there already have most of those apps removed already.
mhoodie said:
Ok, just because I do not quite understand....why is it that I do not need antivirus on my Evo since I surf the web, download apps, and open emails.....on a PC, the same things without protection against virus, trojans, etc... will get my pc and life screwed in a very short time? And, by 'screw my phone up', I mean if I delete something that I need.....can I just go back---also, is there anywhere a list of the apps that android uses to run other things. Specifically, I want to get rid of the exchange mail, amazon mp3,qik, peep, friendstream, nascar, stocks, news, news and weather. I have no need for these apps, and as most of you know for whatever reason, evo will run them whenever it wants.
Click to expand...
Click to collapse
Antiviruses being useless, so far, on android is just my opinion. If you feel better having one then by all means go for it.
There is a thread around here somewhere that has a list of all the apps you can safely delete, I don't have a link to it atm but you should be able to find it with a quick search.
Imo root now, nothing is holding us back with unrevoked forever, as for bloatware, have you tried flashing a rom? VirusRom Anthrax B4 is my poisen, and its bloat free¡
mhoodie said:
Ok, just because I do not quite understand....why is it that I do not need antivirus on my Evo since I surf the web, download apps, and open emails.....on a PC, the same things without protection against virus, trojans, etc... will get my pc and life screwed in a very short time? And, by 'screw my phone up', I mean if I delete something that I need.....can I just go back---also, is there anywhere a list of the apps that android uses to run other things. Specifically, I want to get rid of the exchange mail, amazon mp3,qik, peep, friendstream, nascar, stocks, news, news and weather. I have no need for these apps, and as most of you know for whatever reason, evo will run them whenever it wants.
Click to expand...
Click to collapse
For me, personally, I never have and never will use antivirus programs on my computer. As long as you are knowledgeable, you shouldn't ever get viruses or anything. You just have to know what you are doing.
always willing to help
im no genius but i have been messing with rooting and android since the tmobile g1 and i had to learn all on my own. what everyone is telling u makes absolute sence but the main thing to stress is tell your friend to not update using sprints update firmware because all they do is patch the loophole to gain root access. dont wait for gbread. jump on team douche and cyanogen and enjoy the real power of android and the evo. any quetions [email protected]
Ok, so does it matter what procedure I use to root or do they all do basically the same thing, and then differences begin when I start changing the kernels and Rom around? I am going to try to root in a couple of weeks. Maybe next saturday, and I want to get as much understanding as I can before I jump in. I am sure once I play around with this for a bit I will have no problem, but I am very much a hands-on learner and its hard for me to learn something that is new to me just by reading, especially when most of what I am reading makes very little sense to me. So, thanks to everyone for their patience and help!
Myn's WarmTwopointTwo
Hi there. I was in the same boat as you are. I learned all by trail and error and by reading forum after forum. There is a ton of info out there and it can be a little too much and there are a lot of contradicting statements... I just rooted about 3 weeks ago using unrevoked3. It's the easiest way to root your phone and the safest, at least I believe that. There are other ways, but it include using the command line and things like that. With unrevoked its a very simple user friendly, 3 step process. I would highly recommend rooting your phone, once you do you will never look back. It bring out the full potential in the EVO. The best thing I like about it is I can get about double the battery life of the stock version. Check this ROM out - although it is the only one I tried I am so in love with it, I have absolutely no urge to try another ROM. Here is the second release of this ROM - the third one is in beta testing, which I am doing right now and it is 100% amazing. In order to become a beta tester, all you have to do is donate, or wait until this friday when the final version is released - FOR FREE! Here is the link for the release #2: http://forum.xda-developers.com/showthread.php?t=793471#. You can read the thread if you have any questions about it - I know there are 600+ pages. Check out the first page and all the features that are included in this ROM. All the bloatware you speak of are not installed with this ROM. You have the option to install them. Then the other thing is the kernel. With the release 3 of WarmTwoPointTwo it comes with an HTC kernel, which I found to actually be the best out there for this ROM. I have been getting about 29 hours with moderate use with a single charge on the battery!! Pretty good huh? Please let me know if you have any more questions....You can send me a private message if you wish...I'm here to help you. Everyone on this site has been great with helping me and it seems they are willing to help anyone. I hope this helps. Oh you I just remembered you might wait until saturday to root. If you do that, I would def. recommend release #3, but if I were you I would not wait that long!
Here's a screen shot of just my home screen. Notice how much you can customize EVERYTHING. I will post more screen shots when I get time tomorrow.
I am getting ready to root my phone and when I connected to the pc, it was the first time. Drivers installed except for ADB. Is this something that I should skip, or do I need to get a driver from htc for this?
adb is very neccesary. it is obtainable from android's dev page. sorry no link (ipad) just google android go to dev section and hit download sdk.

[Q] Un-Root My aftv?

I bought two rootable FireTVs the day after xmas at Staples, and promptly rooted one. The other is safely tucked away in my *doomsday bunker* still sealed, waiting for armageddon.
During the rooting process I determined that I lack the attention span / ambition to install the necessary boot menu / rom manager and manually update the firmware in order to have an up-to-date stb. So, my question is twofold:
1) If I re-enable updates and remove the dns blocking, will my aftv gracefully update itself? I've already uninstalled SuperSU as I don't believe I need it.
2) Assuming the box is running the latest official rom, will the following (sideloaded) apps still work?
MXPlayer
FiredTv
DirecTV App
Android Terminal Emulator
I have also built my own simple smb folder navigation app, so obviously the ability to run apps from unknown sources is needed also. Correct me if I'm wrong, but I believe that's available on all FireOS versions.
I guess I have low standards, but this is really all I need for the box to be useful to me. I absolutely love the thing, save for the fact that the DirecTV App doesn't like the android version presumably because I never applied any updates.
spfautsch said:
I bought two rootable FireTVs the day after xmas at Staples, and promptly rooted one. The other is safely tucked away in my *doomsday bunker* still sealed, waiting for armageddon.
During the rooting process I determined that I lack the attention span / ambition to install the necessary boot menu / rom manager and manually update the firmware in order to have an up-to-date stb. So, my question is twofold:
1) If I re-enable updates and remove the dns blocking, will my aftv gracefully update itself? I've already uninstalled SuperSU as I don't believe I need it.
2) Assuming the box is running the latest official rom, will the following (sideloaded) apps still work?
MXPlayer
FiredTv
DirecTV App
Android Terminal Emulator
I have also built my own simple smb folder navigation app, so obviously the ability to run apps from unknown sources is needed also. Correct me if I'm wrong, but I believe that's available on all FireOS versions.
I guess I have low standards, but this is really all I need for the box to be useful to me. I absolutely love the thing, save for the fact that the DirecTV App doesn't like the android version presumably because I never applied any updates.
Click to expand...
Click to collapse
Be careful with the doomsday bunker firetv. If that is Series 2 in serial, you may not be able to root it. If its series 3. Ex (70900305 or 303) then you can do the Ethernet trick and root it. I'd say remove that out, root it as soon as possible and put it back in the safe. I've done just that.
Now to answer your question. I doubt you need root for what you are doing but someone else may clarify. I highly recommend keep and follow up with root. Android Rom is around the corner and features like quick support for remote desktop etc have immense benefits.
navigates said:
Be careful with the the doomsday bunker firetv. If that is Series 2 in serial, you may not be able to root it.
Click to expand...
Click to collapse
Not sure how much more careful I can be with it than setting on a shelf above my bourbon collection.
But seriously, its serial starts w/ 70900201XXXXX, are you saying its too old of firmware? If so, it sounds to me like I should let it update and put the rooted one on the shelf.
navigates said:
I highly recommend keep and follow up with root. Android Rom is around the corner and features like quick support for remote desktop etc have immense benefits.
Click to expand...
Click to collapse
I'm not sure we're on the same page w/ this. I'm very much wanting to "set it and forget it". Periodically flashing roms seems to me like the polar opposite. Reminds me of the good old days of the h-card. Life is too short to run in that exercise wheel again.
spfautsch said:
Not sure how much more careful I can be with it than setting on a shelf above my bourbon collection.
But seriously, its serial starts w/ 70900201XXXXX, are you saying its too old of firmware? If so, it sounds to me like I should let it update and put the rooted one on the shelf.
I'm not sure we're on the same page w/ this. I'm very much wanting to "set it and forget it". Periodically flashing roms seems to me like the polar opposite. Reminds me of the good old days of the h-card. Life is too short to run in that exercise wheel again.
Click to expand...
Click to collapse
Agreed with your point of view, but for my needs, I primarily need root as I use Kodi all the time. I also use quick support for remote support for my family and friends so that wouldn't work without root. Once you've got it setup with root, it stays there unless you mess it up or forgot the block or disable step. I've made a total of 22 firetv's and not one has gotten updated after I've disabled the com update.
As for the Series 2, If you try to update, it will take you to the latest version of the firmware. In old days, it would increment one. Secondly, you cannot do the removal of the Ethernet trick to make it think there is no update. If you block the updates, it will give you an error but will enforce the update. Last week, I had to make 3 firetv's for family. I had a combination of series 2 and 3. I couldn't do any of the 2's. All 3's so far were good.
The good news is that bestbuy versions are mostly series 3. The downside to series 3 is that you have to downgrade first and then go up.
Sounds like I was on base w/ the notion of letting my untouched box update and benching the rooted one until I know how my needs are served w/o superuser.
I've toyed with xbmc since well, the days when my I had to fight my kids to use their original xboxes. While I can't scoff at the quality and sheer amount of work that's been put into it, for my tastes it's always come across as an application consisting of a ton of fluff, a pound of functionality, and a half ounce of useability. I just want to watch movies. It shouldnt take 7 button presses to get to them. :-/

Google Play "Certified" and custom roms

So I've browsed through the Lineage rom thread to gather some information on it, my new Z Play is sitting at home waiting for me. I've been flashing Cyanogenmod/Lineage since the Nexus One days, and I haven't ever used a phone with stock firmware.
But the times, they are a-changing! It's getting harder and harder to have a rooted/customized phone and justifying the benefits gained while losing a lot of functionality with DRM & copyright nonsense. Motorola does a great job with their stock firmware too, so I'm actually considering skipping Lineage and custom roms this time. So some questions:
I use Lineage on my Moto X 2014, but I had to keep root off for it to show as "Certified" in the app store. Not so much for stuff like Android Pay that I can go without, but for Netflix. While you can sideload the Netflix apk, you can't use the download option, which is big for me because I travel a lot for business. So a rom that will show up "Certified" is a big one for me. Is this the case with Lineage? Or any stock-based rom?
If it's not, I know stuff like Magisk exists & I can figure out how to get it set up, but what worries me is how much time I'll have to spend constantly updating and trying to stay one step ahead of Google every time they patch or fix the exploits used by that stuff. How long can you usually go with a Magisk fix? And how long after it quits working are updates released?
Any other insight you folks might have specific to the Moto Z Play would be helpful, hoping to contribute as best I can here, thanks!

Very seriously considering getting this phone but I need ask some questions first...

I have an old mediatek based redme note4, so very much due an upgrade. The cameras on this look pretty decent and good enough for my youtube vid work...
But I have one issue i want to address...
On my old Note4 using MiUi ive noticed that A LOT of system programs dial home to aliexpress servers... I assume to Xiaomi controlled servers... Ive noticed this quite regularly when doing certain tasks like using Chrome or email, or installing apps...
Now I want to get this phone, I kinda need to know that there will be some roms going around that will strip all this crap out. Annoyingly though I like MiUI as an interface. I just dont like this phone dialing home as much as it is.
So got the few questions.
As its snapdragon, i realise in all likely hood there will be custom roms. What will my likely options be? Lineage? Will there likely be a MiUi with the nastiness stripped?
And I also, when I root the phone to do all this is there anyway to mask the root? I use banking apps that wont run if the phones been rooted...
Anyway I realise its early day. Just thought I should ask. I might be getting the phone around december or january...
We can expect that there would be xiaomi eu rom support which is debloated miui with additional languages. (Also with their shi**y roboto font)
Custom roms may not be your favor cuz they usually give you same boring aosp experience whatever you install.
Magisk has a "hide" feature that allows to have root and still use Bank apps.
e.miron said:
Magisk has a "hide" feature that allows to have root and still use Bank apps.
Click to expand...
Click to collapse
This typically doesn't work anymore, or it works with very high efforts for a short period.
Mine is arriving today and I will be unlocking the bootloader ASAP.
Xiaomi usually let you unlock the bootloader although you have to wait and the custom ROM scene for past Xiaomi devices has been good (I've had both a Mi 5 and Mi 9 and can testify to this).
So long as someone builds for this device, you'll probably end up with a fair selection of ROMs to choose from including customised / debloated versions of MIUI which aren't too bad either

Question i want a custom ROM for samsung galaxy z fold , want a private custom rom with no google or google free rom

I want a private rom or custom rom
I have some function or features to add
google free rom , or no google app in it.
will pay 1k usd ,who can customize it contact me. skype:sudhir.jatrana
There's only 2 models of the zfold3 that can be rooted the rest are locked with no ability to root period because Samsung locked it down. There's a guide in this section of the forum for rooting that has both models listed and if yours isn't one of those you are **** out of luck
Also, Google makes the Android ROM base. So are you wanting to install a ROM that lacks the Google apps? There is a thread that shows how to remove system apps, but you might remove things that are required for Android to run.
I can understand the idea you have, but you may not be in luck for a working result.
it's definitely possible
I'm also looking for a way to get privacy on my Z Fold 3
Been pretty successfull so far with getting suckerberg out with modded insta and whatsapp, but Google is deep in the system and I desperetely need a rom without it
Well you can remove gapps with adb app control app on windows and using debugging settings. But you'd lose out on getting security updates from Google. And no telling how much it would break Samsung stuff. No clue how it would turn out. But it wouldn't be a custom ROM. It would be a severely stripped down Samsung stock ROM. If you try it and don't like it, just wipe it and start over. Keep us in the loop and let us know how it works.
learnermind said:
I want a private rom or custom rom
I have some function or features to add
google free rom , or no google app in it.
will pay 1k usd ,who can customize it contact me. skype:sudhir.jatrana
Click to expand...
Click to collapse
Just use your 1000 dollars, and buy a pixel 6 pro and install graphene os, that's about as good as your going to get, unless you decide to build your own room based on lineage os, but with a phone this expensive, your not gonna find custom ROMs. Or look into gsi's and have a play with those, pretty much your only option or choice im afraid, unless you want a crippled stock Samsung ROM, which would be pointless
Honestly man, if you are wanting to De-Google your phone and be able to do a lot of things like this, the LAST thing you should have done is go with such a new phone. Especially if you know ANYTHING about Android and Rooting. You should know that rooting is not always a thing and in the case of new phones, it can take a while to get it to where you want/need. Like YEARS.
What you SHOULD have done is gone with an older, more customizable phone that has a TON of ROM's and support in this regard.
In short, RESEARCH. Buying a phone that you want and then going out to the modding community and making a request like this is going to get you... well... pretty much what you're getting...
Good luck, but I can promise you that you are not going to get what you want 100%, but, I hope that the suggestions offered here get you close to what you want, but you're not going to get what you want with a Z Fold 3.

Categories

Resources