[Module] OOS 11 ModPack - OnePlus 8T Themes, Apps, and Mods

Hey,
so I've made one for my 5T and since i switched to the 8T now i needed one for OOS 11 - how boring would a new phone be without some Magisk magic:
The module disables a bunch of apps (Oneplus testing and debugging stuff & that google crap you can always download via Play Store), replaces the Roboto font with Google's Product sans (so you can switch via the Settings app) and adds some notifications and ringtones.
FYI: I own the EU version of the 8T (KB2003) and thats the only device i can test the mod with. It probably works just fine with the other versions, but be careful and backup.
If you're interested, here you go (GitHub Repo):
niklas389/kb2003_R_modpack (github.com)
MODULE DOWNLOAD

Good job. I have followed you

niklas389 said:
Hey,
so I've made one for my 5T and since i switched to the 8T now i needed one for OOS 11 - how boring would a new phone be without some Magisk magic:
The module disables a bunch of apps (Oneplus testing and debugging stuff & that google crap you can always download via Play Store), replaces the Roboto font with Google's Product sans (so you can switch via the Settings app) and adds some notifications and ringtones.
FYI: I own the EU version of the 8T (KB2003) and thats the only device i can test the mod with. It probably works just fine with the other versions, but be careful and backup.
If you're interested, here you go (GitHub Repo):
niklas389/kb2003_R_modpack (github.com)
MODULE DOWNLOAD
Click to expand...
Click to collapse
Can we install individual module like just Google Sans ?

niklas389 said:
Hey,
so I've made one for my 5T and since i switched to the 8T now i needed one for OOS 11 - how boring would a new phone be without some Magisk magic:
The module disables a bunch of apps (Oneplus testing and debugging stuff & that google crap you can always download via Play Store), replaces the Roboto font with Google's Product sans (so you can switch via the Settings app) and adds some notifications and ringtones.
FYI: I own the EU version of the 8T (KB2003) and thats the only device i can test the mod with. It probably works just fine with the other versions, but be careful and backup.
If you're interested, here you go (GitHub Repo):
niklas389/kb2003_R_modpack (github.com)
MODULE DOWNLOAD
Click to expand...
Click to collapse
Great.
Can we add own ringtones to the module?

ram4ufriends said:
Can we install individual module like just Google Sans ?
Click to expand...
Click to collapse
You could modify it or simpler: there are already modules that just install the Font - google it - there are threads on XDA

epr said:
Great.
Can we add own ringtones to the module?
Click to expand...
Click to collapse
Yes you can, download the repository (first link) and unzip it. Add them in their respective folders under /system/product/media and zip it + install it.

niklas389 said:
Yes you can, download the repository (first link) and unzip it. Add them in their respective folders under /system/product/media and zip it + install it.
Click to expand...
Click to collapse
Thanks, I supposed that it would work this way but wanted to be sure.
I guess instead of using the repo (master), I can add them to the module too in the same way?

epr said:
Thanks, I supposed that it would work this way but wanted to be sure.
I guess instead of using the repo (master), I can add them to the module too in the same way?
Click to expand...
Click to collapse
Yeah sure, that's basically the same

Good Work

Can you add delete Netflix? In Europe version it trash pre installed.

Freeman909666 said:
Can you add delete Netflix? In Europe version it trash pre installed.
Click to expand...
Click to collapse
Ehm you could do it yourself - just add the folders in the "install.sh". I won't do it cause i use netflix alot

Small update:
-Added OnePlus Accessory (App for Oneplus Fitness Band) so will be removed (!)
-fixed BTTestmode not being disabled
-updated iOS Emoji
Download:
ModPack v7

Thanks for the mod,was looking for it from quite some time.

Combined with that other OOS modpack for the 8 and 8 Pro make phone go vroooom.

Thanks for the mod, very useful.

thanks for this mod. running great on my op8p I got min 7h sot. that's ok for a 9-10 month old device.
hopefully you will provide us with updates for a while.

Is there a list of all the apps that are disabled on the mod?

Amd4life said:
Is there a list of all the apps that are disabled on the mod?
Click to expand...
Click to collapse
Currently there is no list available, I will make one!

niklas389 said:
Currently there is no list available, I will make one!
Click to expand...
Click to collapse
Awesome. Would it be possible to add to the mod list the ability to force 120hz across the entire device, akin to the mod in the now dead XXx magisk rom? I don't know the code details, but the option looks like this in the profile text file. Thanks for the great mod, either way!
# ----------------------------------------------------------------------------------------
# Force a fixed low or high display refresh rate
# 2 = 120hz on OP8pro / 90hz on OP7T & OP7pro

v8
Added more apps to Kill-List
Updated media
Updated Readme on GitHub
There is a list with all disabled apps in GitHub now!
Release v13.1 · niklas389/kb2003_R_modpack
Removed OnePlus Camera
github.com

Related

[MOD][MAGISK MODULE][8.x-9.0] Pixel Mod v3

Requirements
Any 8.x-9.0 ROM (Not guaranteed to work properly on stock-based ROMs)
Terminal/ADB (depends on the ROM)
Features
Round icon support
Circle adaptive icon mask
Pixel color scheme
Google Sans headline font (Oreo 8.1 and up only)
Always On Ambient Display
Pixel corner radius (Pie only)
Downloads
Android File Host
Changelog
v3.0
Pie 9.0 support
Dropped Night Light support (since most ROMs enable it now by default)
Added Pixel corner radius mod
Converted Pixel theme overlay to static (now it is automatically enabled)
Fixed AOD preventing unlocking the screen
v2.0
Oreo 8.1 support
Include two new versions: Default and Classic
Include Magisk module variants
Force-show AOD option under Settings > Display
Added Google Sans headline font (Default)
v1.0
Initial release
Oreo 8.0 support
Notes
v1.0 is optimized for 8.0, v2.0 for 8.1, and so on. Expect bugs when you're not using the right versions for your ROM.
Starting with v2.0, I'm switching entirely to Magisk modules since they're more convenient, and ROMs can get very picky when making changes in the overlay folder (e.g. Omni). Also, I've made two versions of the mod: Default and Classic version. The Default version contains all features mentioned above while the Classic version doesn't include the Google Sans headline font.
(For v2 and below only) To enable the Pixel color scheme, enter the following command through ADB for non-root users:
Code:
adb shell cmd overlay enable com.google.android.theme.pixel
As for those with root, open a terminal app and enter the following commands:
Code:
$ su
# cmd overlay enable com.google.android.theme.pixel
Sidenote: You may have to set SELinux to Permissive using "setenforce 0" if the 'cmd overlay' command returns an error.
Reboot afterwards.
Screenshots
(see attachments)
Can you add screenshots? Thanks and good work!!!
An amoled version of this will be sweet
Screenshot in case anyone want to see
ibaii said:
Can you add screenshots? Thanks and good work!!!
Click to expand...
Click to collapse
OP updated.
[email protected] said:
Screenshot in case anyone want to see
Click to expand...
Click to collapse
Can you provide the zip of the font? Thanks
ibaii said:
Can you provide the zip of the font? Thanks
Click to expand...
Click to collapse
It's magisk module something with Tuskus..... In the download section of magisk
How to revert to normal theme/UI Colors?
Looks promising! But I can't find any 8.0 roms to test this.
dreams.sri said:
How to revert to normal theme/UI Colors?
Click to expand...
Click to collapse
Use the cmd overlay command under Notes section but instead replace 'enable' with 'disable'.
Greatness_GH said:
Looks promising! But I can't find any 8.0 roms to test this.
Click to expand...
Click to collapse
It works for the unofficial LineageOS 15.0.
All Android 8.0 Compatible?
elmkzgirxp said:
Use the cmd overlay command under Notes section but instead replace 'enable' with 'disable'.
Click to expand...
Click to collapse
Great, thanks for the clarification. Is this OnePlus 3/3T exclusive? Or will this work on any Android 8.0 ROM?
dreams.sri said:
Great, thanks for the clarification. Is this OnePlus 3/3T exclusive? Or will this work on any Android 8.0 ROM?
Click to expand...
Click to collapse
In theory, yes, this should work with any 8.0 ROM. I wouldn't recommend it for heavily-skinned ROMs though such as H2OS and OOS.
If there a version for 7.1.2?
Misfit77 said:
If there a version for 7.1.2?
Click to expand...
Click to collapse
Unfortunately, no. These are only overlays that only 8.0 officially supports. This makes the mod compatible with any 8.0 ROMs, while in Nougat, the system files have to be modified manually.
Can we get pixel nav bar as well ? With animation ?
cpt.macp said:
Can we get pixel nav bar as well ? With animation ?
Click to expand...
Click to collapse
That can't be done with overlays unfortunately. The SystemUI would have to be modified manually for each ROM and build, thus losing the point of this mod, which offers compatibility for any 8.0 ROMs that support it.
[email protected] said:
Screenshot in case anyone want to see
Click to expand...
Click to collapse
fontt ???
M.Dinesh said:
fontt ???
Click to expand...
Click to collapse
Tsukus... From magisk module
Only overlay is the pixel Color theme , rest is the modification in framework res. .-.

[App] [Pixel 2 launcher] [Original-unmodified] [flashable] [user app] [Nougat] [Oreo]

Pixel-2-Launcher apk & flashable zip from Google pixel 2 (either ftom Android Oreo 8.0 or Android Oreo 8.1 DP1)
Flashable zip will enable Google now integration & simple apk will not include Google now integration.
How to..
Flash Pixel-2-Launcher zip from TWRP (as system app)
Or install Pixel-2-Launcher apk as user app.
Download:
From attachments
Any of following
Pixel 2 Launcher from Android Oreo 8.0
Pixel 2 Launcher from Android Oreo 8.1 DP1
Note: All features are working only in android oreo based ROMs. I tested all files in Nougat & Oreo based custom ROMs. Some users are reporting that app is crashing in marshmallow based ROMs. You need to give location permission manually to get weather data as launcher is not asking location permission but by default all permission are set off.
Sources: APKMIRROR
How to uninstall?
Flash Pixel-2-launcher-uninstaller (file from attachment) using TWRP or other custom recovery.
Magisk module of original Pixel 2 launcher for systemless installation is available here:
https://forum.xda-developers.com/apps/magisk/module-t3689509
Enjoy!
Screenshots from nougat based custom ROM..
Screenshots from oreo based custom ROM..
Thanks man! I didn't want to root my phone again just for make this launcher working as a system app. I've installed it in my OPO with Oreo ?
Excellentooo
Great work Doc
Pleased to use this launcher.
dr.bathman said:
Pixel-2-Launcher apk & flashable zip.
Flashable zip will enable Google now integration & simple apk will not include Google now integration.
How to..
Flash Pixel-2-Launcher zip from TWRP (as system app)
Or install Pixel-2-Launcher apk as user app. (If Pixel-2-Launcher apk fails to get installed, install Pixel-2-Launcher-modified apk)
Download from attachments
Sources: APKMIRROR
Click to expand...
Click to collapse
Is there a way to uninstall it once flashed?
Has anyone managed to get the weather working?
Is there any way to get notification count/badges working on this launcher ?
dr.bathman said:
Pixel-2-Launcher apk & flashable zip.
Flashable zip will enable Google now integration & simple apk will not include Google now integration.
How to..
Flash Pixel-2-Launcher zip from TWRP (as system app)
Or install Pixel-2-Launcher apk as user app. (If Pixel-2-Launcher apk fails to get installed, install Pixel-2-Launcher-modified apk)
Download from attachments
Sources: APKMIRROR
Click to expand...
Click to collapse
What the modified version has? downloaded it and I did not see a difference Compared to original.
Anderson_ARS said:
What the modified version has? downloaded it and I did not see a difference Compared to original.
Click to expand...
Click to collapse
It's same as original. Use it only if original version can't be installed. Like in some custom ROMs. So if original version is working, no need to install modified one.
prakhar__01 said:
Is there a way to uninstall it once flashed?
Click to expand...
Click to collapse
Reflash current ROM or
Go to system/priv-app & delete folder nexuslauncherprebuild. It'll get removed.
Sufisticated said:
Is there any way to get notification count/badges working on this launcher ?
Click to expand...
Click to collapse
It's notification dot working only in oreo.
dr.bathman said:
It's notification dot working only in oreo.
Click to expand...
Click to collapse
Thanks for letting me know.
I only asked because the notification dots were working in the Pixel Launcher 7.1.2.
I have a Nokia 8. I guess I will have to wait for Android O update to get this feature back.
dr.bathman said:
It's same as original. Use it only if original version can't be installed. Like in some custom ROMs. So if original version is working, no need to install modified one.
Click to expand...
Click to collapse
I have the original installed on my current ROM (current unofficial DU for Galaxy Nexus). While I don't have the Oreo-style notifications, it's actually cleaner than the original Pixel Launcher. I will likely swap the flashable version to gain Google Now integration - and I definitely like the cleaner approach this launcher takes compared to the launcher from the original Pixel.
Doesn't work on my Galaxy S8+
It keeps crashing at launch :/
But thanks for sharing !
Good Job OP! See what I got for you.Most famous tech channel Android Authority follows/borrows your apk from here and showed it to the world.He put this thread's link in the youtube video too.You became famous kind of ??.Good Job Again.
Link Of The Video-->>https://youtu.be/CxUSfUfx4Ls
And I'm really impressed seeing that Android Authority peoples follows XDA community.It's a great opportunity.
Albe96 said:
Good Job OP! See what I got for you.Most famous tech channel Android Authority follows/borrows your apk from here and showed it to the world.He put this thread's link in the youtube video too.You became famous kind of ??.Good Job Again.
Link Of The Video-->>
And I'm really impressed seeing that Android Authority peoples follows XDA community.It's a great opportunity.
Click to expand...
Click to collapse
I actually first saw about the launcher on Android Authority and downloaded this few mins ago.. and now using it?
Not working for me sony xperia Z2 6.1mm
I flashed by recovery
Not working neither in my Blackview R6 (Mediatek chip) with Android 6.
When I open the launcher, it crashes.
But the idea it was good, so, ny other option is continue using the older version Pixel Launcher that works good in my device
Thanks Dr. bathman, Flashable zip works fine on Oneplus one Nougat Tugapower 50.

[ROM][H850] H-ROM V30 FULL V1.0 [BETA][UX6+][v20s][v10g]

Please remember that this version is still BETA
H-ROM V30 FULL PORT v1.0 BETA
Full UX6+ ported from V30 H930 10g
V30 Framework and SystemUI. SDK 25 (7.1.2)
v20s 7.0 G5 base. Modem and bootloader included
Added some missing apps and hidden features
Debloated and removed MLT
Stock kernel in permissive. Removed rtcd
Rooted with Magisk. Thanks to @topjohnwu
Call recording enabled
Knock code with 3 taps minimum
All weather animations in lockscreen
Init.d and busybox support
Disabled signature verification
Added some popular apps to Extended Capture
VoLTE should be supported
KNOWN BUGS
Webview content render bug lead to an ANR for apps that use it. For example, Chrome, LGCamera when selecting picture resolution or grid mode. Just need a new render like for example pull down quick settings.
LGCamera FC when taking selfie pictures with effects on
Some V30 AoD types are not shown in full screen (just limited to G5 boundaries)
Youtube doesn't sound in web browser
Some advanced V30 features are impossible here due to kernel/libs limitation (voice and face recognition, screen resolution change, screen color modes, etc)
Strength setting for film effect in camera doesn't work and never will work
Signature option in camera doesn't work (and probably never will work)
FLASHING INSTRUCTIONS
UNLOCKED BOOTLOADERS!
ONLY H850!
ONLY CLEAN INSTALL!
I recommend to make a proper backup first
In lastest TWRP:
Wipe system, data, dalvik&cache, cache
Flash rom zip
First boot will take much time, have patience!
DOWNLOAD LINK v1.0 BETA
Mega: https://goo.gl/EDcDyS
MD5: 2c2d7d1945a554697ef2713d1bec25b5
No mirror links please!
THANKS
@renzetti.s, for V30 Home mod with blur in app drawer
DONATIONS
I don't need them, I don't need coffees or beers. I really hate see here people that don't need money asking for donations but you can still donate money to charity. Donate money to people that really need them. If you like this port you can make me very happy just pushing THANKS.
SCREENSHOTS
I am not responsible on brick and so on
DON'T USE ANY PART, SCRIPT OR FILE OF THIS ROM WITHOUT MY PROPER PERMISSION
XDA:DevDB Information
H-ROM V30 FULL PORT, ROM for the LG G5
Contributors
Astrako
Source Code: http://opensource.lge.com/osSch/list?types=ALL&search=h850
ROM OS Version: 7.x Nougat
Version Information
Status: Beta
Current Beta Version: 1.0
Created 2018-01-11
Last Updated 2018-01-11
Reserved
Reserved 2
Great job
Unique rom...
Congratulate yourself that you have invested many hours in this work.
Extraordinary work
Thank you and regards
Enviado desde mi LG-H850 mediante Tapatalk
h830!h830!h830!:crying::crying::crying::crying::crying::crying::crying::crying::crying::crying:
I just thought the next version will support h830:crying:
Ok,I will wait patiently...
thanks u are unique.is this the same beta you send us by mail.or it's different
toribio68 said:
Congratulate yourself that you have invested many hours in this work.
Extraordinary work
Thank you and regards
Enviado desde mi LG-H850 mediante Tapatalk
Click to expand...
Click to collapse
Thank you my friend
strit20deco said:
thanks u are unique.is this the same beta you send us by mail.or it's different
Click to expand...
Click to collapse
It is the same, but with Snapchat crash and bluetooth media player bugs solved. I am trying to solve main bug since it will solve all the others, but this requires a lot of time :good:
thanks for your answer.i wait for the next.take your time.i know that is a hard work
Found 2 more bugs if aplying new theme icons do not change and installing certain apk with es file explorer pro button is greyed out fault is due to google package installer please try another version thanks
Manhas said:
Found 2 more bugs if aplying new theme icons do not change and installing certain apk with es file explorer pro button is greyed out fault is due to google package installer please try another version thanks
Click to expand...
Click to collapse
Tell me what theme and what apk are those to try here :good:
What's the difference between this version and the version un the other thread (V2.0)?
Astrako said:
Tell me what theme and what apk are those to try here :good:
Click to expand...
Click to collapse
The themes are from lg smartworld they aplly fine but the icons dont change stay always the same independently of the theme.The apk button greyed out i tried with google package installer from fullmics rom and everything works fine no more install greyed out so theres some problem with yours google package installer
Manhas said:
The themes are from lg smartworld they aplly fine but the icons dont change stay always the same independently of the theme.The apk button greyed out i triedwith google packake installer from fullmics rom and everything works fine no more install greyed out so theres some problem with yours google package installer
Click to expand...
Click to collapse
About themes maybe is due to be not designed for new V30 theme engine.... Could yo try with one theme made and available for V30?
About packageinstaller is the included in V30 GAPPS. I haven't changed anything and if you use this from 7.0, if you enable floating bar and one app request you for some permission you can't grant it unless you disable floating bar (overlay). Can you tell me which apk fails to install?
Astrako said:
About themes maybe is due to be not designed for new V30 theme engine.... Could yo try with one theme made and available for V30?
About packageinstaller is the included in V30 GAPPS. I haven't changed anything and if you use this from 7.0, if you enable floating bar and one app request you for some permission you can't grant it unless you disable floating bar (overlay). Can you tell me which apk fails to install?
Click to expand...
Click to collapse
Ill try a v30 theme about apk failing to install is titanium backup and neutron mp thats greyed out with this rom package installer unless i turn off and on screen if i use package installer from fullmics everything works fine there s no need to turn off and on screen for the apk button it happens using es file explorer pro mixexplorer etc but filemanager from lg this doesnt happen dont know why also i m not using floating bar
Manhas said:
Ill try a v30 theme about apk failing to install is titanium backup and neutron mp thats greyed out with this rom package installer unless i turn off and on screen if i use package installer from fullmics everything works fine there s no need to turn off and on screen for the apk button it happens using es file explorer pro mixexplorer etc but filemanager from lg this doesnt happen dont know why also i m not using floating bar
Click to expand...
Click to collapse
Seems not so big issue
suenky91 said:
What's the difference between this version and the version un the other thread (V2.0)?
Click to expand...
Click to collapse
This BETA release has full V30 framework, adapted of course to boot in our phone. SDK in build.prop has been upgraded to 25. Some features of 7.1.2 are now working, like app shorcuts; or some from V30 like nice battery saving modes, extended game options, partial support to V30 AoD, etc. Other features never will work since they need 7.1.2 libraries and we have 7.0 in G5.
My other release has also UX6+, but its framework uses G5 as base, with some patches from G6 and V30, but for all is 7.0
Astrako said:
This BETA release has full V30 framework, adapted of course to boot in our phone. SDK in build.prop has been upgraded to 25. Some features of 7.1.2 are now working, like app shorcuts; or some from V30 like nice battery saving modes, extended game options, partial support to V30 AoD, etc. Other features never will work since they need 7.1.2 libraries and we have 7.0 in G5.
My other release has also UX6+, but its framework uses G5 as base, with some patches from G6 and V30, but for all is 7.0
Click to expand...
Click to collapse
So this version should give more V30 like experience than the other one, right? Does the G5 camera zip from the other thread work?
suenky91 said:
So this version should give more V30 like experience than the other one, right? Does the G5 camera zip from the other thread work?
Click to expand...
Click to collapse
Yes and yes
Astrako said:
Yes and yes
Click to expand...
Click to collapse
Ok, thanks, just another question, I noticed that the H-ROM from the other thread drains a lot more battery than stock rom, Is something changed with this version?

Question How to Pixelify the original android 12 ROM?

Hi guys,
I've used several of the ROMs that are available for the OnePlus 9, and the feature that i miss the most is the ability to spoof the name of the phone to make it work as a pixel. Is there a way to make this happen in the original android 12 rom with root?
The reason for this is the unlimited space in the google photos.
Thanks
Tepes4 said:
Hi guys,
I've used several of the ROMs that are available for the OnePlus 9, and the feature that i miss the most is the ability to spoof the name of the phone to make it work as a pixel. Is there a way to make this happen in the original android 12 rom with root?
The reason for this is the unlimited space in the google photos.
Thanks
Click to expand...
Click to collapse
There are magisk modules for both tasks your asking about. One for photos and one to change fp
Did you figure it out? The Pixelify Magisk module is what you're looking for if not.
GitHub - Kingsman44/Pixelify: Magisk module to enables pixel exclusive features and ui
Magisk module to enables pixel exclusive features and ui - GitHub - Kingsman44/Pixelify: Magisk module to enables pixel exclusive features and ui
github.com
Works on stock and custom ROMs.
EtherealRemnant said:
Did you figure it out? The Pixelify Magisk module is what you're looking for if not.
GitHub - Kingsman44/Pixelify: Magisk module to enables pixel exclusive features and ui
Magisk module to enables pixel exclusive features and ui - GitHub - Kingsman44/Pixelify: Magisk module to enables pixel exclusive features and ui
github.com
Works on stock and custom ROMs.
Click to expand...
Click to collapse
Unfortunately it says it doesn't work in oxygenos 12.
Tepes4 said:
Unfortunately it says it doesn't work in oxygenos 12.
Click to expand...
Click to collapse
I would try it but I'm on a custom ROM and happy with it for now. It works flawlessly on 11.2.10.10 as well as a custom ROM that's using OOS12 firmware.
If you use the Magisk bootloop protector it should be relatively safe to try but I understand now wanting to risk it. Having to restore is a tedious process.
Pixelify isn't supported (yet?). You can however install Lsposed and use the Pixelify GPhotos module for that functionality.
EtherealRemnant said:
I would try it but I'm on a custom ROM and happy with it for now. It works flawlessly on 11.2.10.10 as well as a custom ROM that's using OOS12 firmware.
If you use the Magisk bootloop protector it should be relatively safe to try but I understand now wanting to risk it. Having to restore is a tedious process.
Click to expand...
Click to collapse
Hii what custom tom are you currently using? and i wanna try custom roms too what rom is overall stable mainly for camera use and gaming.
eliasdeejay said:
Hii what custom tom are you currently using? and i wanna try custom roms too what rom is overall stable mainly for camera use and gaming.
Click to expand...
Click to collapse
I am using Nameless. It's pretty good but my fast charging broke. It starts off fast and then slows down. Hoping a fix is coming. Also beware that the stock camera hasn't been sorted so you will have to use a GCam mod.
Tepes4 said:
Hi guys,
I've used several of the ROMs that are available for the OnePlus 9, and the feature that i miss the most is the ability to spoof the name of the phone to make it work as a pixel. Is there a way to make this happen in the original android 12 rom with root?
The reason for this is the unlimited space in the google photos.
Thanks
Click to expand...
Click to collapse
I'd just go to the custom rom, OOS 12 is pretty bad
Can anyone help me? I installed pixelify (via lsposed) module & Universal safety net fix by kdrag0n however since I have rooted, my phone keeps getting hacked. Like last time all my gmail accounts got hacked in the midnight & morning my phone was hot. I thought it was bcz of mod apk so I uninstalled. Tbh my insta & Twitter also got hacked many times & it posted some bitcoin stuff even before root. Does any brother here know what's happening to my device? Would be thankful.

Question What else can I do with my Pixel 7 Pro?

Hey everyone. I have been out of the android scene for awhile. The last phone I was able to root and mess with was the Nexus 7. I have already unlocked the bootlaoder and rooted. I just don't know what else you can do with an android phone nowadays. Any help is appreciated.
AdAway - system wide ad block.. APK file to download
Safety net fix for Google wallet use
VPN tether without data limits or reprioritizing with magisk module or download app VPN tether with the VPN you use
mod to get unlimited storage of photos in Google photos and best quality.
Revanced to get YouTube premium features free.
rester555 said:
mod to get unlimited storage of photos in Google photos and best quality.
Click to expand...
Click to collapse
Wow. Tell me more about #4. ;-)
rester555 said:
4. mod to get unlimited storage of photos in Google photos and best quality
Click to expand...
Click to collapse
Hey, how do you do that? I thought none of the mods like this one worked anymore.
Ghisy said:
Hey, how do you do that? I thought none of the mods like this one worked anymore.
Click to expand...
Click to collapse
You might be right. It's been a while. Let me recheck
Here's the first link I found: https://nooberinfo.com/how-to-get-unlimited-google-photos-storage-in-android-for-free-root/
[edit] Hmm. Zygisk says "no" in my Magisk app.
wilberfan said:
Here's the first link I found: https://nooberinfo.com/how-to-get-unlimited-google-photos-storage-in-android-for-free-root/
Click to expand...
Click to collapse
I used a magisk module, but here's the link I had...https://techrechard.com/unlimited-google-photos-storage-free/amp/
rester555 said:
I used a magisk module, but here's the link I had...https://techrechard.com/unlimited-google-photos-storage-free/amp/
Click to expand...
Click to collapse
Is this kind of thing safe?
Manalow88 said:
Is this kind of thing safe?
Click to expand...
Click to collapse
Good question. I believe so. It just changes the profile of the phone too see it as an earlier pixel I believe until Google devices to discontinue unlimited forever.
Off topic, I also like modding Windows subsystem for Android on a windows computer to get Google play store on my windows 10/11 computer.
rester555 said:
Good question. I believe so. It just changes the profile of the phone too see it as an earlier pixel I believe until Google devices to discontinue unlimited forever.
Click to expand...
Click to collapse
Eh, the Magisk module doesn't seem to have worked for me just now....
wilberfan said:
Eh, the Magisk module doesn't seem to have worked for me just now....
Click to expand...
Click to collapse
There are other methods on the link...
I kept my Pixel XL, I have not done this although was tempted, probably will if I end up pushing towards the next tier of pricing for storage. This method is much easier than the Magisk one, if you have a Pixel or Pixel XL then...
https://www.androidpolice.com/2021/06/02/how-to-google-photos-pixel-free/
Just be careful with the unlimited Google Photos mod. On the p6p it removed magic erase and 6 specific features. I'd imagine it possibly could do the same on the 7.
zetsumeikuro said:
Just be careful with the unlimited Google Photos mod. On the p6p it removed magic erase and 6 specific features. I'd imagine it possibly could do the same on the 7.
Click to expand...
Click to collapse
It still works with the lsposed module, but it will also remove all pixel 7 and 6 exclusive features like unblur, magic erase etc.. in the photos app
SkylinesHD said:
It still works with the lsposed module, but it will also remove all pixel 7 and 6 exclusive features like unblur, magic erase etc.. in the photos app
Click to expand...
Click to collapse
I'm not able to get the lsposed module working. is it working for you on 7/pro?
there is magisk module for google photo unlimited backup i was using with oneplus 7 pro stock rom rooted and had no issues. following link is telegram link
•𝙒ᴇ𝘼ʀᴇ𝙍ᴀᴠᴇɴ𝙎•
#GooglePhotos #GPhotos #GooglePhotosBackup #WeAreRavenS Google Photos Backup Patch v1.6 | Magisk Module | Updated : 22 • March • '22 By : @WeAreRavenS ▪️Download ▪️Support Channel ▪️Check Video Upload Test ▪️How to Download and Extract Image / Video Using Mixplorer ▪️How to Extract Image /...
t.me
In addition I have Aosp mods, themer, substratum and swift backup all working on my rooted P7P so far. It's good to be back
rester555 said:
reprioritizing with magisk module
Click to expand...
Click to collapse
Where do I find this module?
rester555 said:
Off topic, I also like modding Windows subsystem for Android on a windows computer to get Google play store on my windows 10/11 computer.
Click to expand...
Click to collapse
I have a pixel 7 and I don't want to root my device because it requires a lot of tweaks and workarounds to get things working (eg. OTA updates). So i rooted my Windows Subsystem for Android and installed the magisk module that allows unlimited google photos. It works like a charm.

Categories

Resources