Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
3,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.37 KB | None | 0 0
  1. prop.version=53
  2. ### ----------------------------------------------------------------------------------------
  3. ### x X x - N O L I M I T S
  4. ### Fast - Snappy - Smooth - Stable - Battery
  5. ### ----------------------------------------------------------------------------------------
  6. ### Magisk Module ROM
  7. ### Developer: xXx
  8. ### Compatible with: OnePlus 7, 6, 5 device series
  9. ### Supported Devices: OnePlus 7 Pro only
  10. ### Supported ROMs: Oxygen or H2OS based on Android 10
  11. ###
  12. ### ----------------------------------------------------------------------------------------
  13. ### P R O F I L E I N S T R U C T I O N S
  14. ### ----------------------------------------------------------------------------------------
  15. ### This profile is used to configure xXx - NoLimits.
  16. ###
  17. ### Save Directory: /sdcard/xXx/
  18. ### If the profile is not stored in the above directory, the default profile will be used.
  19. ###
  20. ### This profile must be edited in Plain Text.
  21. ###
  22. ### For editing this file on Windows OS you MUST use Notepad++ for this.
  23. ###
  24. ### ----------------------------------------------------------------------------------------
  25. ### H O W T O
  26. ### ----------------------------------------------------------------------------------------
  27. ### Example 1: For binary selection.
  28. ### 0 = Stock/Ignore (do nothing)
  29. ### 1 = Do this
  30. ###
  31. ### Everywhere you don't find value options listed, you need to set either 0 or 1
  32. ###
  33. ### -----------------------------
  34. ###
  35. ### Example 2: For multi-options.
  36. ### 0 = don't change AnimationScale values
  37. ### 1 = Fastest - No Animation: 0
  38. ### 2 = Very Fast Animations: 0.25
  39. ### 3 = Fast Animations: 0.5
  40. ### 4 = Faster Animations: 0.75
  41. ### 5 = Android Stock Animations: 1
  42. ###
  43. ### For example to get "Faster Animations: 0.75" simply set AnimationScale = 4
  44. ###
  45. ### ----------------------------------------------------------------------------------------
  46. ### E N D O F I N S T R U C T I O N S S E C T I O N
  47. ### ----------------------------------------------------------------------------------------
  48.  
  49.  
  50.  
  51. # ----------------------------------------------------------------------------------------
  52. # S Y S T E M T W E A K S
  53. # ----------------------------------------------------------------------------------------
  54. # Windows Animation Scales
  55. # The lower the number, the faster the animation scales.
  56. # Attention! Some apps like gaming apps don't support animation speeds other than android default
  57. # also, horizon light or edge notification lights require a minimum animation speed.
  58. #
  59. # 0 = don't change AnimationScale values
  60. # 1 = Fastest - No Animation: 0
  61. # 2 = Very Fast Animations: 0.25
  62. # 3 = Fast Animations: 0.5
  63. # 4 = Faster Animations: 0.75
  64. # 5 = Android Stock Animations: 1
  65.  
  66. AnimationScale = 0
  67.  
  68.  
  69. # ----------------------------------------------------------------------------------------
  70. # Google Play Wakelocks/Analytics (thanks to @MeggaMortY)
  71. # This tweak blocks all non-critical Google Play wakelocks
  72. #
  73. # 0 = Stock/Ignore
  74. # 1 = Standard blocking
  75. # 2 = Standard + Extended blocking (affect Google Pay and Google Fit functionallity)
  76.  
  77. DisableGooglePlayWakelocks = 1
  78.  
  79. # ----------------------------------------------------------------------------------------
  80. # Google Analytics
  81. # This tweak will block all non-critical Google analytics for all apps.
  82. # WARNING! A red framework will be displayed in the ads place due to lack of connectivity to the Google analytics API.
  83.  
  84. DisableGoogleAnalytics = 0
  85.  
  86. # ----------------------------------------------------------------------------------------
  87. # Universal GMS Doze - thanks to @gloeyisk
  88. # Helps to increase battery life, as your device will be dozing most of the time, rather than waking up all the time.
  89. # ATTENTION: Apps like Google Hangouts, Facebook Messenger, WhatsApp, Telegram, etc. might not notify in time anymore.
  90. # If you want to ensure real-time WhatsApp notifications for example, go to your WhatsApp notification settings and enable high priority notifications.
  91. # By default, "High priority" notifications like from Alarm clocks, SMS or incoming phone calls are not affected at all.
  92. # More explanations here: https://forum.xda-developers.com/apps/magisk/module-universal-gms-doze-t3853710
  93.  
  94. Universal.GMS.Doze = 0
  95.  
  96. # ----------------------------------------------------------------------------------------
  97. # Disable zram
  98. # zram is a kernel feature that uses on-the-fly compression to increase overall RAM.
  99. # OnePlus have set a swap disk to improve memory management.
  100. # By disabling these you may experience less battery consumption due to less CPU/Disk usage.
  101. #
  102. # 0 = Stock/Ignore (Recommended for 6GB RAM devices on Android 10)
  103. # 1 = Disable the OnePlus swap-disk (min. 8GB+ RAM on Android 10)
  104. # 2 = Completely disable zram (min. 8GB+ RAM on Android 10)
  105.  
  106. DisableZRAM = 0
  107.  
  108. # ----------------------------------------------------------------------------------------
  109. # LMK RAM Management
  110. # This setting will keep more apps in RAM longer.
  111. #
  112. # 0 = Stock/Ignore
  113. # 1 = Improved - More Apps are kept longer in RAM
  114. # 2 = Aggressive - Keep as many apps as long as possible in RAM
  115.  
  116. LMK_RAM_Management = 1
  117.  
  118.  
  119. # ----------------------------------------------------------------------------------------
  120. # b u i l d . p r o p T W E A K S
  121. # some tweaks to improve scrolling, add VoLTE/VoWifi options, more volume steps, etc.
  122. #
  123. # 0 = Don't apply tweaks
  124. # 1 = Applies all build.prop tweaks
  125.  
  126. TweaksMasterSelector = 1
  127.  
  128.  
  129. # ----------------------------------------------------------------------------------------
  130. # Kernel Tweaks
  131. # A carefully optimised set of kernel tweaks to increase the performance of your device.
  132.  
  133. KernelTweaks = 1
  134.  
  135. # ----------------------------------------------------------------------------------------
  136. # Force xXx - NoLimits Tweaks
  137. # This setting will force xXx - NoLimits tweaks to be used over any other tweaks on your device.
  138.  
  139. ForceTweakApplication = 0
  140.  
  141. # ----------------------------------------------------------------------------------------
  142. # Rebuild Dalvik Cache
  143. # Dalvik cache is cached odex files from installed apps on your device to prevent the app being optimised every time it runs.
  144. # This needs to be done in many circumstances to avoid issues.
  145. # Currently this is only rebuilt when the device is charging and reached 100%.
  146. # Enabling this will rebuild the cache upon rebooting. (one time action after flashing NoLimits, OOS, or wiping dalvik cache)
  147. #
  148. # Note: This can take up to 12 mins.
  149.  
  150. RebuildDalvikCache = 0
  151.  
  152.  
  153. # ----------------------------------------------------------------------------------------
  154. # Irreversible delete selected bloat from System Partition
  155. # Watch out! If you uninstall or reflash NoLimits with different debloat selection,
  156. # already debloated stuff will be gone until you reflash OOS or custom Rom
  157.  
  158. IrreversibleDebloat = 0
  159.  
  160.  
  161. # ----------------------------------------------------------------------------------------
  162. # Hide NoLimits Version in Settings > About
  163. # This will hide the NoLimits version info on the About screen
  164.  
  165. HideNoLimitsVersionInABOUTinfo = 1
  166.  
  167. # ----------------------------------------------------------------------------------------
  168. # 2.4GHz WiFi Channel Bonding
  169. # Useful if your router only support the 2.4GHz frequency but not the faster 5Ghz
  170. # Should theoretically double your wireless throughput (as long as your router supports channel bonding)
  171.  
  172. 2.4GHzWiFichannelbonding = 0
  173.  
  174.  
  175. # ----------------------------------------------------------------------------------------
  176. # BusyBox by osm0sis
  177. # Recommended
  178. # It's a set of powerful tools which are used by some root applications and don't affect battery life
  179.  
  180. BusyBox = 1
  181.  
  182. # ----------------------------------------------------------------------------------------
  183. # Fix SDcard permissions
  184. # Fix ownership & permissions of files and folders on the SDcard to Android OS's original state.
  185.  
  186. FixSDcardpermissions = 0
  187.  
  188.  
  189.  
  190. # ----------------------------------------------------------------------------------------
  191. # A P P L I C A T I O N S , T H E M E S & I M P R O V E M E N T S
  192. # ----------------------------------------------------------------------------------------
  193. # A P P L I C A T I O N S
  194. # ----------------------------------------------------------------------------------------
  195. # Launcher Selection
  196. #
  197. # Nova Launcher - One of the most popular launchers currently.
  198. # Action Launcher - Based on the Pixel Launcher and Android Oreo.
  199. # Pixel Launcher - The original Nexus Launcher packed full of features, including the Google Now side drawer
  200. # Lawnchair Launcher - Based on the Pixel launcher with increased functionality.
  201.  
  202. NovaLauncher = 0
  203. ActionLauncher = 0
  204. PixelLaucher = 0
  205. LawnchairLaucher = 0
  206.  
  207. # ----------------------------------------------------------------------------------------
  208. # Sound Mods
  209. #
  210. # Dolby Digital thanks to @repey6. - Will disable OnePlus Dolby and Tuner
  211. # Attention! On the OP7pro enabling Dolby will break the Proximity sensor functionallity
  212. #
  213. # JamesDSP - Thanks to james34602, ahrion, zackptg5
  214. # Stereo Speaker Mod (NOT for OP7 series) - Adds the earpiece as an additional speaker. Earpiece audio might not be as clear as main speaker.
  215. # Viper Profile Collection - Profile collection for Viper4Arise, thanks to @A.R.I.S.E. Team.
  216. # ViPER4Android - Thanks to Team Arise, Team DeWitt, Ahrion, Zackptg5, ViPER520, ZhuHang
  217. # 1 = Legacy Black/Red Themed Arise Version 2.5.x
  218. # 2 = Team DeWitt Version 2.7.x - default theme White/Purple, but also themeable by Swift Installer etc.
  219.  
  220. Viper4Android = 0
  221. ViperProfileCollection = 0
  222. DolbyDigital = 0
  223. JamesDSP = 0
  224. StereoSpeakerMod = 0
  225.  
  226.  
  227. # ----------------------------------------------------------------------------------------
  228. # AdAway
  229. # AdAway is an open source ad blocker for Android using the hosts file.
  230.  
  231. AdAway = 0
  232.  
  233.  
  234. # ----------------------------------------------------------------------------------------
  235. # YouTube Vanced (old 14.21.54 version)
  236. # This is a modded version of YouTube by the vanced team, which contains a lot of features like Ad Blocking, Background Playback and many more.
  237. #
  238. # Attention! This is the last single apk version 14.21.54 which DON'T require disabling apk signature verification
  239. # if you already manual installed the latest YT vanced ROOT version, you can use option 3 to detach Youtube to prevent Playstore from reverting it to the Google YT version.
  240. #
  241. # Note: By default, YouTube Vanced is white themed. To use the black theme you will need to change it in Vanced settings.
  242. # 0 = Stock/Ignore
  243. # 1 = White/Dark themed
  244. # 2 = White/Black themed
  245. # 3 = Debloats Google Youtube and detach it from Playstore, but without installing the Youtube vanced app
  246.  
  247. YouTubeVanced = 3
  248.  
  249.  
  250. # ----------------------------------------------------------------------------------------
  251. # Google Dialers
  252. # 0 = Ignore / Keep Stock Dialer
  253. #
  254. # (OOS Dialer REMOVED) - Improves your calling experience and gain control over calls with features like spam protection, caller ID, call blocking and more.
  255. # 1 = Latest Dialer App version with option for white or dark theming (white is default)
  256. # 2 = Old Dialer v22 with fixed white/blue theme)
  257. #
  258. # (OOS Dialer REMAINS) - Google Dialer experience, but several features are not working when combined with OOS Dialer. Native call recording still works with OOS dialer.
  259. # 3 = Latest Dialer App version with option for white or dark theming (white is default)
  260. # 4 = Old Dialer v22 with fixed white/blue theme)
  261.  
  262. GoogleDialer = 1
  263.  
  264.  
  265. # ----------------------------------------------------------------------------------------
  266. # Google Camera
  267. # A modded GCam version by @arnova.
  268. #
  269. # 0 = Ignore/uninstall previous installed version
  270. # 1 = Standard installation as user app
  271. # 2 = Ability to switch between the auxiliary back cameras which enables multi-lense switching between auxiliary back cameras.
  272. # Attention! Depending on Rom version, selecting 2 might break the android settings search function!
  273.  
  274. GoogleCamera = 0
  275.  
  276.  
  277. # ----------------------------------------------------------------------------------------
  278. # Always On Display
  279. # Simple AOD app by @domi04151309 keeps your screen on while the clock and battery percentage are displayed
  280. # Can be switched on/off via AlwaysOn QuickTile
  281. # Make sure to allow "Notification Access" in android special app settings to get a notification counter displayed
  282. # Attention! This will increase your standby battery drain by additional about 5%/hour
  283.  
  284. AlwaysOn = 0
  285.  
  286.  
  287.  
  288. # ----------------------------------------------------------------------------------------
  289. # T H E M I N G
  290. # ----------------------------------------------------------------------------------------
  291. # Substratum Theme Engine - A theme engine for theming your device.
  292. # Ozone Module(OREO Only) - A Substratum theme module.
  293. # K-Klock Module - A Substratum Theme Engine module for theming the Action Bar, QS backgrounds, etc.
  294. # Aether - A Substratum module for Center or Right statusbar clock, LTE/4G toggle and QS icon count changer
  295.  
  296. SubstratumThemeEngine = 0
  297. K-KlockModule = 0
  298. Aether = 0
  299.  
  300. # ----------------------------------------------------------------------------------------
  301. # Emoji Fonts
  302. # 0 = Keep stock Emojis
  303. # 1 = Android O Emoji's - Thanks to xda recognized contributor, linuxct.
  304. # 2 = iOS 13.2 Emoji's - Thanks to @tych_tych.
  305. # 3 = Emoji One - JoyPixels (formerly Emoji One).
  306. # 4 = Samsung Emoji's - Samsung device glossy emoji's.
  307.  
  308. EmojiFont = 0
  309.  
  310. # ----------------------------------------------------------------------------------------
  311. # Boot Animations
  312. # Assign the respective number to the "CustomBootanimation = " option below
  313. # 0 = Disable custom bootanimations - Base Rom Bootanimation will be used
  314. # 1 = xXx NoLimits Boot Animation - Thanks to Jay Jay @trapcoder666
  315. # 2 = Oxygen OS Stock Boot Animation
  316. # 3 = Boot Animation in xXx Folder - Copy a raw bootanimation.zip to the xXx directory on your internal SDcard
  317. # 4 = WatchDogs Boot Animation - Thanks to @Robdyx
  318. # 5 = McLaren Boot Animation - Thanks to @Mishaal Rahman
  319. # 6 = Google Pixel 1 Boot Animation - Thanks to xda Senior Member @niwia
  320. # 7 = Google Pixel 2 Boot Animation
  321. # 8 = Google Pixel 3 Boot Animation
  322.  
  323. CustomBootAnimation = 0
  324.  
  325.  
  326. # ----------------------------------------------------------------------------------------
  327. # I M P R O V E M E N T S
  328. # ----------------------------------------------------------------------------------------
  329.  
  330.  
  331. # Digital WellBeing (Pie only)
  332. # See a complete picture of your digital habits and disconnect when you want to.
  333. # Visible as a Settings tile.
  334.  
  335. DigitalWellBeing = 0
  336.  
  337. # ----------------------------------------------------------------------------------------
  338. # Ice Box Speedup System Plugin
  339. # Speed up Ice Box's freezing and defrosting.
  340.  
  341. IceBoxSpeedup = 0
  342.  
  343. # ----------------------------------------------------------------------------------------
  344. # MoreLocale
  345. # Morelocale can help you to enable your local language in HydrogenOS.
  346. # Does not work on Android itself, but all user apps will switch to the selected language.
  347.  
  348. MoreLocale = 0
  349.  
  350.  
  351.  
  352.  
  353.  
  354. ### ----------------------------------------------------------------------------------------
  355. ### D E B L O A T I N G S E C T I O N
  356. ### ----------------------------------------------------------------------------------------
  357. ### -- How to Debloat ------------
  358. ### 0 = No debloating / don't touch
  359. ### 1 = Debloat
  360.  
  361.  
  362. ### -- B U L K D E B L O A T O P T I O N S -----------------------------------------------
  363.  
  364. # ExtremeDebloating is a selection of 60+ items. The device will still run stable.
  365. # In case you miss apps you wanted to keep, better make use of the Individual Debloat Section to decide on item base what to debloat.
  366. ExtremeDebloating = 0
  367.  
  368. # OnePlus Analytics Disabler Light
  369. # Disable the OPDeviceManager which was rumored to send personal device information to OnePlus
  370. OnePlusAnalyticsDisablerLight = 1
  371.  
  372. # OnePlus Analytics Disabler Full
  373. # Might mess up usefull stuff. Disables more stuff which is rumored to send analytics or potentially open a backdoor.
  374. # Attention! This option will break secret codes menus like *#800# or *#801# etc. and OK Google.
  375. OnePlusAnalyticsDisablerFull = 0
  376.  
  377. # GApps Pico level
  378. # This will debloat the GApps Framework down to the GApps Pico level which is the absolut minimum to run the framework
  379. GAppsPicolevel = 0
  380.  
  381. # Total GApps removal
  382. # BEWARE!! This will completely remove the Google Framework. No GApps like Youtube, Chrome etc will work anymore
  383. TotalGAppsremoval = 0
  384.  
  385.  
  386.  
  387. # -- I N D I V I D U A L D E B L O A T O P T I O N S -----------------------------------
  388. #
  389. # Debloats are categrorized in 3 sections
  390. # - Light Debloating -> Safe to remove, but you might want to keep it
  391. # - Extreme Debloating -> Removes system apps and services which you might never want to use
  392. # - Experts only Debloating -> Debloating in this section could potentially remove important core system functionality
  393.  
  394.  
  395. # MASTER SWITCH for all individual debloat selections
  396. # 0 = Ignore all individual selections
  397. # 1 = Debloat all selections
  398. IndividualDebloatSelection = 1
  399.  
  400.  
  401. # -------------------------------------------------------------------------------
  402. # L I G H T D E B L O A T I N G (belongs to the individual debloating section)
  403. # Safe to remove, but you might want to keep it
  404. # -------------------------------------------------------------------------------
  405.  
  406. # india.img >
  407. # This is an image container with several india related apps which is mounted into /system/india
  408. # Debloating this image will be persistant and completely debloat all included apps and services at once
  409. # In order to get the image back, you need to set india.img = 0 and flash OOS and NoLimits again
  410. india.img = 0
  411.  
  412. # Google Chrome >
  413. # If you debloat Google Chrome, you might experience FCs and Black screens until you update Webview to latest version!
  414. GoogleChrome = 0
  415.  
  416. # AndroidPay >
  417. # Debloat this means remove ability to do transactions with AndroidPay
  418. AndroidPay = 0
  419.  
  420. # Amazon Prime Video >
  421. # atv.apk
  422. AmazonPrimeVideo = 0
  423.  
  424. # Amazon Kindl >
  425. # kindle.apk
  426. AmazonKindl = 0
  427.  
  428. # Amazon Appmanager >
  429. # mdip.apk
  430. AmazonAppmanager = 0
  431.  
  432. # Amazon Shop >
  433. # mshop.apk
  434. AmazonShop = 0
  435.  
  436. # OPMemberShip >
  437. # /india/app/OPMemberShip
  438. # Some users experience call issues when debloating this
  439. OPMemberShip = 0
  440.  
  441. # TVCast >
  442. # /india/app/TVCast
  443. TVCast = 0
  444.  
  445. # Nearme >
  446. # /india/app/Nearme
  447. Nearme = 0
  448.  
  449. # heytab_mcs >
  450. # /india/app/heytab_mcs
  451. # Some users experience call issues when debloating this
  452. heytab_mcs = 0
  453.  
  454. # HeytapIdProvider >
  455. # /india/app/HeytapIdProvider
  456. # Some users experience call issues when debloating this
  457. HeytapIdProvider = 0
  458.  
  459. # Device Health Service >
  460. # Device Health Service priodicts how long your phone's battery will last based on your usage
  461. DeviceHealthService = 0
  462.  
  463. # GooglePay >
  464. # Debloat this means remove ability to do transactions with GooglePay
  465. # Some 7T Series users experience no sound issues during calls when debloating this
  466. GooglePay = 0
  467.  
  468. # Google Space >
  469. # Google Space brings all your games together and provides relevant gaming optimization features
  470. GoogleSpace = 0
  471.  
  472. # Google ARCore >
  473. # Debloat this means remove ability to use AR Stickers & Playmoji on Google Camera
  474. ARCore = 0
  475.  
  476. # CalendarGoogle >
  477. # Debloat this means remove Google Calendar app
  478. CalendarGoogle = 0
  479.  
  480. # Drive >
  481. # Debloat this means remove Google Drive app
  482. Drive = 0
  483.  
  484. # Gboard - Google Keyboard >
  485. # Make sure you have any keyboard installed. Otherwise you will end up with NO keyboard available
  486. Gboard-GoogleKeyboard = 0
  487.  
  488. # Gmail2 >
  489. # Debloat this means remove Gmail app
  490. Gmail2 = 1
  491.  
  492. # Hangouts >
  493. # Debloat this means remove Hangouts app
  494. Hangouts = 1
  495.  
  496. # LiveWallpapersPicker >
  497. # Debloat this means remove ability to choose Live Wallpapers
  498. LiveWallpapersPicker = 0
  499.  
  500. # OPWallpaperResources >
  501. # OnePlus Live Wallpapers
  502. OPWallpaperResources = 0
  503.  
  504. # Maps >
  505. # Debloat this means remove Google Maps app
  506. Maps = 0
  507.  
  508. # Messages App >
  509. # Debloat this means you need an alternative app in place to receive SMS/MMS messages
  510. OPMms = 1
  511.  
  512. # Music2 >
  513. # Debloat this means remove Google Play Music app
  514. Music2 = 1
  515.  
  516. # OPDialer+Contacts >
  517. # Make sure you have an alternative dialer in place. Otherwise you can't do or take any calls
  518. OPDialer+Contacts = 1
  519.  
  520. # OnePlus Switch >
  521. # Debloat this means remove OnePlus Switch app. Usually used for transferring data from old to new phone
  522. OnePlusSwitch = 1
  523.  
  524. # OPFilemanager >
  525. # Debloat this means remove OnePlus default File Manager app. When debloating, make sure you have another File Manager app
  526. OPFilemanager = 0
  527.  
  528. # OPForum >
  529. # Debloat this means remove OnePlus Forum app
  530. OPForum = 1
  531.  
  532. # OPMusic >
  533. # Debloat this means remove OnePlus Music app
  534. OPMusic = 1
  535.  
  536. # OPPush >
  537. OPPush = 1
  538.  
  539. # OP Icons >
  540. # Debloat this means remove OnePlus Icons that's used in launcher
  541. OPIcons = 0
  542.  
  543. # OPGamingSpace >
  544. # OnePlus custom launcher for your Android games
  545. # Attention: Debloating this, breaks android settings > utility menu
  546. OPGamingSpace = 0
  547.  
  548. # OPWorkLifeBalance >
  549. # This help balance work and family life, with special focus on digital health and consciousness.
  550. # Whatever the author of this description is trying to tell us :-)
  551. OPWorkLifeBalance = 1
  552.  
  553. # Photos >
  554. # Debloat this means remove Google Photos app
  555. Photos = 0
  556.  
  557. # SoundRecorder >
  558. # Debloat this means remove the voice Recording app.
  559. SoundRecorder = 0
  560.  
  561. # SwiftKey >
  562. # Debloat this means remove SwiftKey Keyboard
  563. SwiftKey = 1
  564.  
  565. # talkback >
  566. # Talkback is used for guiding partial or total blind people to navigate the touchscreen
  567. talkback = 1
  568.  
  569. # Velvet - Google App >
  570. # Required for Google Assist, OK Google, Pixel Launcher…
  571. Velvet-GoogleApp = 0
  572.  
  573. # Videos >
  574. # Debloat this means remove Google Play Movies app
  575. Videos = 1
  576.  
  577. # Weather >
  578. # Debloat this means remove OnePlus Weather app
  579. Weather = 0
  580.  
  581. # YouTube >
  582. # Debloat this means remove YouTube app
  583. YouTube = 1
  584.  
  585. # OnePlus Card >
  586. # Debloat this means remove OnePlus Card app. Usually used for store your train card, prepaid card, etc
  587. Card = 1
  588.  
  589. # Google Backup Transport >
  590. GoogleBackupTransport = 0
  591.  
  592. # BackupRestoreRemoteService >
  593. BackupRestoreRemoteService = 1
  594.  
  595. # DeskClock >
  596. DeskClock = 0
  597.  
  598. # HTMLViewer >
  599. # Filters html to be more compatible, also enables to view files like html, txt etc.
  600. HTMLViewer = 0
  601.  
  602. # NVBackupUI >
  603. # OnePlus Backup solution. goes with OPBackup
  604. NVBackupUI = 1
  605.  
  606. # BackupRestoreConfirmation >
  607. BackupRestoreConfirmation = 1
  608.  
  609. # CallLogBackup >
  610. # helps to backup up your call logs. But there’s no good option to restore.
  611. CallLogBackup = 1
  612.  
  613. # GoogleRestore >
  614. GoogleRestore = 1
  615.  
  616. # ManagedProvisioning >
  617. # Work Profile Setup apk. Don't remove it if your company gave you this phone
  618. ManagedProvisioning = 0
  619.  
  620. # OPAppLocker >
  621. # Debloat this means remove ability to use app locker
  622. OPAppLocker = 0
  623.  
  624. # SharedStorageBackup >
  625. SharedStorageBackup = 1
  626.  
  627. # Calculator >
  628. # Debloat this means remove Calculator app. Safe to remove, but you most probably want to keep it
  629. Calculator = 0
  630.  
  631. # OPBreathMode aka Zen Mode>
  632. # This is the Zen Mode app which should help Cell Phone addicted users to concentrate
  633. # by turning screen pitch black and disable clock and notifications during defined schedule.
  634. OPBreathMode = 0
  635.  
  636. # OPCommonLogTool >
  637. OPCommonLogTool = 0
  638.  
  639. # OPLongshot >
  640. # Debloat this means remove ability to take long screenshots. Safe to remove, but you most probably want to keep it
  641. OPLongshot = 0
  642.  
  643. # OPRoamingAppRelease >
  644. # Debloat this means remove ability to use OnePlus roaming services
  645. OPRoamingAppRelease = 0
  646.  
  647. # OPRoamingServiceRelease >
  648. # Debloat this means remove ability to use OnePlus roaming services
  649. OPRoamingServiceRelease = 0
  650.  
  651. # OPSafe >
  652. # Debloat this means remove ability to see cellular data usage in Settings
  653. OPSafe = 0
  654.  
  655. # DocumentsUI >
  656. # Safe to remove, but you most probably want to keep it
  657. DocumentsUI = 0
  658.  
  659. # OnePlusCamera >
  660. # Debloat this means remove OnePlus camera app. Make sure you have another camera app like Google Camera. Safe to remove, but you most probably want to keep it
  661. OnePlusCamera = 0
  662.  
  663. # OnePlusCameraService >
  664. # Safe to remove, but you most probably want to keep it
  665. OnePlusCameraService = 0
  666.  
  667. # OnePlusGallery >
  668. # Debloat this means remove OnePlus Gallery app. Make sure you have another Gallery app like Google Photos. Safe to remove, but you most probably want to keep it
  669. OnePlusGallery = 0
  670.  
  671. # OPLauncher2 >
  672. # Safe to remove, but you most probably want to keep it
  673. OPLauncher2 = 0
  674.  
  675. # WallpaperCropper >
  676. # Safe to remove, but you most probably want to keep it
  677. WallpaperCropper = 0
  678.  
  679.  
  680.  
  681. # -------------------------------------------------------------------------------------
  682. # E X T R E M E D E B L O A T I N G (belongs to the individual debloating section)
  683. # Removes system apps and services which you might never want to use
  684. # -------------------------------------------------------------------------------------
  685.  
  686. # Account >
  687. # OnePlus Account login
  688. # !! Watch out! Debloating the Account might cause some weird issues on some devices like apps disappear and debloating don't work correct anymore
  689. Account = 0
  690.  
  691. # Android Auto >
  692. # Android Auto is your smart driving companion that helps you stay focused, connected, and entertained with the Google Assistant.
  693. AndroidAuto = 0
  694.  
  695. # AntHalService >
  696. # App allows to connect to, and make use of various other ANT or ANT+ devices like...
  697. # ...ANT+ sport/fitness/health devices such as heart rate sensors, fitness equipment, cycling products, weight scales and more
  698. AntHalService = 0
  699.  
  700. # BookmarkProvider >
  701. # App provides the list of installed apps to Market
  702. BookmarkProvider = 1
  703.  
  704. # bugreport >
  705. # Debloat this means remove ability to report bug to OnePlus
  706. bugreport = 1
  707.  
  708. # CNEService >
  709. # necessary in order to make VoWIFI work. Don't delete it if you're in the US and using it. I don't know
  710. CNEService = 0
  711.  
  712. # Duo >
  713. # Debloat this means remove Google Duo app
  714. Duo = 1
  715.  
  716. # DiracManager >
  717. # Debloat this means remove ability to use OnePlus default equalizer
  718. DiracManager = 0
  719.  
  720. # DiracAudioControlService >
  721. # Debloat this means remove ability to use OnePlus default equalizer
  722. DiracAudioControlService = 0
  723.  
  724. # datastatusnotification >
  725. # allows to cap data when you've reached the limit of your plan
  726. datastatusnotification = 0
  727.  
  728. # EmergencyInfo >
  729. # could break double tap power button to launch camera, as well as being the app necessary to setup emergency info (obviously)
  730. EmergencyInfo = 0
  731.  
  732. # Files - Google Document File Manager >
  733. # File Manager app on Android Q
  734. GoogleDocumentsUIPrebuilt = 0
  735.  
  736. # GoogleFeedback >
  737. # Debloat this means remove ability to report bug to Google
  738. GoogleFeedback = 1
  739.  
  740. # GoogleOneTimeInitializer >
  741. # This is setup wizard helping you to base setup after a clean flash
  742. GoogleOneTimeInitializer = 0
  743.  
  744. # GooglePartnerSetup >
  745. # This is required if you want to setup a Google account
  746. GooglePartnerSetup = 0
  747.  
  748. # GoogleTTS >
  749. # Debloat this means remove ability to use Google Text to Speech
  750. GoogleTTS = 0
  751.  
  752. # HotwordEnrollmentOKGoogleWCD9340 >
  753. # makes OK Google work.
  754. HotwordEnrollmentOKGoogleWCD9340 = 0
  755.  
  756. # HotwordEnrollmentXGoogleWCD9340 >
  757. # makes OK Google work.
  758. HotwordEnrollmentXGoogleWCD9340 = 0
  759.  
  760. # OnePlus Launcher >
  761. # Debloating this will, enable the old vertical recents view known from Oreo but will also break OP gestures
  762. # BEWARE! If you debloat this launcher, you MUST make sure that you have an alternative launcher in place, or you will end up with a black screen!
  763. OnePlus_Launcher = 0
  764.  
  765. # OPBackup >
  766. # System Updater for OOS Updates
  767. OPBackup = 0
  768.  
  769. # OPContacts >
  770. # OnePlus Contacts app.
  771. # Make sure you have an alternative Contacts app in place before you debloat this
  772. OPContacts = 1
  773.  
  774. # OpSkin >
  775. # apparently necessary for substratum and required to change OnePlus accents or themes without rebooting.
  776. OpSkin = 0
  777.  
  778. # OPAod >
  779. # Debloat this means remove ability to use ambient display feature
  780. OPAod = 0
  781.  
  782. # OPFaceUnlock >
  783. # Debloat this means remove ability to use Face Unlocking
  784. OPFaceUnlock = 0
  785.  
  786. # OPSimContacts >
  787. # Debloating this will remove the ability to switch to call history and contacts in the OOS dialer.
  788. OPSimContacts = 0
  789.  
  790. # OPCellBroadcastReceiver >
  791. # so you get alerts when there's a big issue like a natural disaster...
  792. OPCellBroadcastReceiver = 1
  793.  
  794. # PartnerBookmarksProvider >
  795. # App provides the list of partner installed apps to the Market
  796. PartnerBookmarksProvider = 1
  797.  
  798. # PicoTts >
  799. # Debloat this means remove ability to use Google Text to Speech
  800. PicoTts = 1
  801.  
  802. # PlayAutoInstallConfig >
  803. # basically allows the OEM or the carrier to download application behind your back, great feature :)
  804. PlayAutoInstallConfig = 1
  805.  
  806. # QdcmFF >
  807. # some Qualcomm software to make the screen better. I don't think it's used on the OP6 and it would probably make colors less accurate.
  808. QdcmFF = 0
  809.  
  810. # SeempService >
  811. # Solution from Qualcomm meant to possibly fight against Malware... Don't trust it.
  812. SeempService = 1
  813.  
  814. # SetupWizard >
  815. # This is a Setup Wizard which comes up when you create a new user account. Of course also your base account.
  816. SetupWizard = 0
  817.  
  818. # Stk >
  819. # Provides management of SIM provider contents on phone just as help etc. It’s useful if you want to use sim contents otherwise it’s not.
  820. Stk = 1
  821.  
  822. # Tag >
  823. # NFC Tags (it's not used by 99,9% of the population)
  824. Tag = 0
  825.  
  826. # tts >
  827. # Debloat this means remove ability to use Google Text to Speech
  828. tts = 0
  829.  
  830. # Turbo >
  831. # Device Health Services predicts how long your phone's battery will last based on your usage
  832. # Attention! On the OP7pro enabling this will break the Proximity sensor functionallity
  833. Turbo = 0
  834.  
  835. # uimremoteclient >
  836. # qualcomm bullshit
  837. uimremoteclient = 1
  838.  
  839. # usb_drivers.iso >
  840. # Debloat this means remove USB Driver installation popup when connecting to PC
  841. usb_drivers.iso = 1
  842.  
  843.  
  844. # Extreme Debloating options without description
  845. AutoRegistration = 1
  846. BasicDreams = 1
  847. BluetoothMidiService = 0
  848. BTtestmode = 1
  849. BuiltInPrintService = 1
  850. DMAgent = 1
  851. EasterEgg = 1
  852. EngSpecialTest = 1
  853. fmfactorytest = 1
  854. LogKitSdService = 1
  855. NFCTestMode = 1
  856. OemAutoTestServer = 1
  857. OpenWnn = 1
  858.  
  859. OPNotes = 1
  860. OPSesAuthentication = 1
  861. OPWidget = 1
  862. PhotosOnline = 0
  863. ProxyHandler = 0
  864. RFTuner = 0
  865. SecureSampleAuthService = 0
  866. SensorTestTool = 1
  867. SoterService = 0
  868. VrCore = 1
  869. WallpaperBackup = 0
  870. WapiCertManage = 0
  871. WifiLogger_app = 1
  872. WifiRfTestApk = 1
  873.  
  874.  
  875. # ------------------------------------------------------------------------------------------------
  876. # E X P E R T S O N L Y D E B L O A T I N G (belongs to the individual debloating section)
  877. # Caution! Debloating in this section could potentially remove important core system functionality
  878. # ------------------------------------------------------------------------------------------------
  879.  
  880. # ---- /system/app ----
  881. Bluetooth = 0
  882. BluetoothExt = 0
  883. CallFeaturesSetting = 0
  884. CaptivePortalLogin = 0
  885. CarrierDefaultApp = 0
  886. CertInstaller = 0
  887. CompanionDeviceManager = 0
  888. ConfURIDialer = 0
  889. ConfUrlDialer = 0
  890. CtsShimPrebuilt = 0
  891. DeviceInfo = 0
  892. DynamicDDSService = 0
  893. DynamicDSService = 0
  894. embms = 0
  895. GoogleContactsSyncAdapter = 0
  896. GoogleExtShared = 0
  897. GooglePrintRecommendationService = 0
  898. ims = 0
  899. imssettings = 0
  900. KeyChain = 0
  901. NxpNfcNci = 0
  902. NxpSecureElement = 0
  903. oem_tcma = 0
  904. OPIpTime = 0
  905. OPMmsLocationFramework = 0
  906. OPOnlineConfig = 0
  907. OPTelephonyDiagnoseManager = 0
  908. OPYellowpage = 0
  909. PacProcessor = 0
  910. PrintSpooler = 0
  911. QtiSystemService = 0
  912. QtiTelephoneService = 0
  913. QtiTelephonyService = 0
  914. remotesimlockservice = 0
  915. remotessimlockservice = 0
  916. SCardService = 0
  917. SdCardService = 0
  918. SimAppDialog = 0
  919. SimSettings = 0
  920. smcinvokepkgmgr = 0
  921. SmscPlugger = 0
  922. SmsPlugger = 0
  923. Traceur = 0
  924. uimlpaservice = 0
  925. WallpaperPicker = 0
  926. WAPPushManager = 0
  927. WebViewStub = 0
  928. app_Backup = 0
  929. app_colorservice = 0
  930. app_FidoCryptoService = 0
  931. app_Netflix_Activation = 0
  932. app_Netflix_Stub = 0
  933. app_OPSoundTuner = 0
  934. app_Qmmi = 0
  935. app_remoteSimLockAuthentication = 0
  936. app_uceShimService = 0
  937. app_workloadclassifier = 0
  938.  
  939.  
  940. # ---- /system/priv-app ----
  941. AndroidPlatformServices = 0
  942. BlockedNumberProvider = 0
  943. BlokedNumberProvider = 0
  944. CalendarProvider = 0
  945. CarrierConfig = 0
  946. com.qualcomm.location = 0
  947. ConfigUpdater = 0
  948. ContactsProvider = 0
  949. CtsShimPrivPrebuilt = 0
  950. DefaultContainerService = 0
  951. DownloadProvider = 0
  952. DownloadProviderUI = 0
  953. dpmserviceapp = 0
  954. ExternalStorageProvider = 0
  955. FusedLocation = 0
  956. GmsCore = 0
  957. GoogleExtServices = 0
  958. GoogleLoginService = 0
  959. GooglePackageInstaller = 0
  960. GoogleServicesFramework = 0
  961. IFAAService = 0
  962. InputDevices = 0
  963. MediaProvider = 0
  964. MmsService = 0
  965. MtpDocumentProvider = 0
  966. MtpDocumentsProvider = 0
  967. oneplus-framework-res = 0
  968. OnePlusWizard = 0
  969. OPAppCategoryProvider = 0
  970. OPConfigurationClient = 0
  971. OPNetworkSetting = 0
  972. OPSettingProvider = 0
  973. OPSettingsProvider = 0
  974. OPsystemUI = 0
  975. OPWifiApSettings = 0
  976. Phonesky = 0
  977. qcrilmsgtunnel = 0
  978. Rftoolkit = 0
  979. seccamservice = 0
  980. Settings = 0
  981. SettingsIntelligence = 0
  982. Shell = 0
  983. StatementService = 0
  984. StorageManager = 0
  985. Telecom = 0
  986. TelephonyProvider = 0
  987. TeleService = 0
  988. UserDictionaryProvider = 0
  989. VpnDialogs = 0
  990. WfdService = 0
  991. priv-app_daxService = 0
  992. priv-app_TSDM = 0
  993.  
  994.  
  995.  
  996. # -------------------------------------------------------------------------------
  997. # H y d r o g e n D e b l o a t i n g
  998. # Safe to remove, but you might want to keep it
  999. # HydrogenDebloating is a collection of 45+ items which only exist in H2OS
  1000. # but not in OOS. Most of them are Chinese apps.
  1001. # -------------------------------------------------------------------------------
  1002.  
  1003. # H2OS MASTER SWITCH
  1004. # 0 = Ignore all individual H2OS single debloat selections
  1005. # 1 = Debloat all selected items
  1006. HydrogenDebloating = 0
  1007.  
  1008. #---------------
  1009. H2OS_alipay = 1
  1010. H2OS_amap = 1
  1011. H2OS_baidushurufa = 1
  1012. H2OS_card = 1
  1013. H2OS_ctrip = 1
  1014. H2OS_douyin = 1
  1015. H2OS_EasterEgg_H2 = 1
  1016. H2OS_GameCenter = 1
  1017. H2OS_GaodeChuxing = 1
  1018. H2OS_hao123news = 1
  1019. H2OS_iqiyi = 1
  1020. H2OS_JD = 1
  1021. H2OS_Meituan = 1
  1022. H2OS_NearmeBrowser = 1
  1023. H2OS_NeteaseCloudmusic = 1
  1024. H2OS_NeteaseMail = 1
  1025. H2OS_NewsArticle = 1
  1026. H2OS_oneplusbbs = 1
  1027. H2OS_OPFindMyPhone = 1
  1028. H2OS_OPFindMyPhoneUtils = 1
  1029. H2OS_OPIconpackH2Default = 1
  1030. H2OS_OPIconpackH2Folio = 1
  1031. H2OS_OPIconpackH2Light = 1
  1032. H2OS_OPMarket = 1
  1033. H2OS_OposAds = 1
  1034. H2OS_OPSyncCenter = 1
  1035. H2OS_OPWallet = 1
  1036. H2OS_PhotosOnline = 0
  1037. H2OS_pinduoduo = 1
  1038. H2OS_QQBrowser = 1
  1039. H2OS_QQreader = 1
  1040. H2OS_Reader = 1
  1041. H2OS_SinaWeibo = 1
  1042. H2OS_taobao = 1
  1043. H2OS_TencentNews = 1
  1044. H2OS_TencentVideo = 1
  1045. H2OS_tmall = 1
  1046. H2OS_UCBrowser = 1
  1047. H2OS_XimalayaFM = 1
  1048. H2OS_YoudaoDict = 1
  1049. H2OS_youku = 1
  1050.  
  1051. # -------------------------------------------------------------------------------
  1052. # E N D of --> H y d r o g e n D e b l o a t i n g
  1053. # -------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement