2024, 04 16, 07:56:11

Szerző Téma: OnePlus 5 - ROM-ok, kernelek, custom recovery, root  (Megtekintve 51908 alkalommal)

0 Felhasználó és 1 vendég van a témában

Nem elérhető sonyz7

  • TOPIKGAZDA
  • ****
  • Hozzászólások: 2487
  • Nem: Férfi
  • PDA: Oneplus 5
  • PDA ROM: Oreo
Re: OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #150 Dátum: 2018, 10 02, 18:49:13 »
You are not allowed to view links. Register or Login
Akik hasdnsljak az Adaway-t azoknak ez hasznos lehet. Par napja eszrevettem, hogy nem ftissul a host file, illetve hiaba frissitem ujrainditasnal ha megnyitom az slkalmazast megint jelzi, hogy frissites van. Ma raneztem az Adaway XDA topikjara es lattam a hozzaszolasoknal, hogy nem egyedi az eset. Hozza kell adni uj host forrast. Erre is talaltam XDA topicot: One 'hosts file' to Block them All - 1Hosts.cf
You are not allowed to view links. Register or Login
En a fullos szervert adtam hozza: 1hosts.cf

Adaway buildek innen tolthetok le: You are not allowed to view links. Register or Login
A legfrissebb van legalul.
Köszi Rizsi, én azt vettem észre, hogy jönnek a reklámok, és nem értettem miért. Akkor ez a megoldás.  :ok:

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
Re: OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #151 Dátum: 2018, 10 03, 13:06:20 »
You are not allowed to view links. Register or Login
Köszi Rizsi, én azt vettem észre, hogy jönnek a reklámok, és nem értettem miért. Akkor ez a megoldás.  :ok:
Igy van. Szivesen.

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #152 Dátum: 2018, 10 21, 06:12:36 »
[2018.10.20] Magisk v17.3
You are not allowed to view links. Register or Login

Changelog
Magisk

v17.3
- [MagiskBoot] Support boot image header v1 (Pixel 3)
- [MagiskSU] No more linked lists for caching su_info
- [MagiskSU] Parse command-lines in client side and send only options to daemon
- [MagiskSU] Early ACK to prevent client freezes and early denies
- [Daemon] Prevent bootloops in situations where /data is mounted twice
- [Daemon] Prevent logcat failures when /system/bin is magic mounting, could cause MagiskHide to fail
- [Scripts] Switch hexpatch to remove Samsung Defex to a more general pattern
- [Scripts] Update data encryption detection for better custom recovery support

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #153 Dátum: 2018, 10 25, 22:32:33 »
OxygenOS 5.1.6 OTA for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog:

System

Supported Project Treble

Supported IDEA India VoLTE (Default On)

Improved Bluetooth stability for phone calls

Updated Android security patch to 2018.10

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #154 Dátum: 2018, 11 30, 09:17:26 »
OxygenOS 5.1.6(5.1.7 Hotfix) OTA for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog:

System

Supported Project Treble

Supported IDEA India VoLTE (Default On)

Improved Bluetooth stability for phone calls

Updated Android security patch to 2018.10

Note: please make sure you are on OxygenOS 5.1.5 before updating to 5.1.6.

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #155 Dátum: 2018, 12 10, 15:32:22 »
[2018.12.8] Magisk v18.0
You are not allowed to view links. Register or Login

Changelog
Magisk

v18.0
- [General] Migrate all code base to C++
- [General] Modify database natively instead of going through Magisk Manager
- [General] Deprecate path /sbin/.core, please start using /sbin/.magisk
- [General] Boot scripts are moved from <magisk_img>/.core/<stage>.d to /data/adb/<stage>.d
- [General] Remove native systemless hosts (Magisk Manager is updated with a built-in systemless hosts module)
- [General] Allow module post-fs-data.sh scripts to disable/remove modules
- [MagiskHide] Use component names instead of process names as targets
- [MagiskHide] Add procfs protection on SDK 24+ (Nougat)
- [MagiskHide] Remove the folder /.backup to prevent detection
- [MagiskHide] Hide list is now stored in database instead of raw textfile in images
- [MagiskHide] Add "--status" option to CLI
- [MagiskHide] Stop unmounting non-custom related mount points
- [MagiskSU] Add FLAG_INCLUDE_STOPPED_PACKAGES in broadcasts to force wake Magisk Manager
- [MagiskSU] Fix a bug causing SIGWINCH not properly detected
- [MagiskPolicy] Support new av rules: type_change, type_member
- [MagiskPolicy] Remove all AUDITDENY rules after patching sepolicy to log all denies for debugging
- [MagiskBoot] Properly support extra_cmdline in boot headers
- [MagiskBoot] Try to repair broken v1 boot image headers
- [MagiskBoot] Add new CPIO command: "exists"

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #156 Dátum: 2018, 12 12, 10:08:48 »
OxygenOS Open Beta 22 for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Updated system to Android™ 9.0 Pie™

Brand new UI for Android Pie

Brand new navigation gestures (this is only for 5T)

Updated Android security patch to 2018.11

Optimizations for background app process handling

Do Not Disturb mode

New Do Not Disturb mode with adjustable settings

Communication

UI Improvements for emergency rescue

Optimized UI for speed dial and calling interface

Now able to assign a specific SIM for a specific contact or group of contacts when using dual SIM

Parallel Apps

Added support for more apps (Telegram, Discord, IMO, Uber, OLA) in parallel apps

Weather

Now able to switch dynamically to your current location

Display more suggestions when the search function is used

Fixed an issue that prevented the app from refreshing when the location is changed

Fixed an issue that resulted in some users being unable to find certain locations

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #157 Dátum: 2018, 12 21, 00:47:55 »
OxygenOS Open Beta 23 for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Updated Android security patch to 2018.12

Fixed issues with custom accent color not getting applied every second try

Optimizations for Face Unlock

Launcher

Fixed UI issues with scroller in the app drawer

Improved color adaptation for the navigation bar


Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #158 Dátum: 2018, 12 24, 18:26:00 »
OxygenOS Open Beta 24 for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog
System
Fixed random audio tuner crashes
General bug fixes and system stability improvements

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #159 Dátum: 2018, 12 26, 15:54:04 »
OxygenOS 9.0.0 OTA for OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

System

Updated system to Android™ 9 Pie™

Brand new UI for Android Pie

Brand new navigation gestures (Available for OnePlus 5T only)

Updated Android security patch to 2018.12

Other new features and system improvements

New Gaming mode 3.0

Added text notification mode

Added notification for 3rd party calls

Do Not Disturb mode

New Do Not Disturb (DND) mode with adjustable settings

Camera

Integrated Google Lens mode


Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #160 Dátum: 2019, 01 02, 23:29:54 »
OxygenOS 9.0.1 OTA for OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Improved stability for Wi-Fi connection

Optimized sRGB display mode

Optimized Reading mode

Fixed issue with 4G VoLTE toggle missing

Fixed random reboots when Screen Casting

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #161 Dátum: 2019, 01 11, 16:56:38 »
OxygenOS 9.0.2(Hot Fix)OTA for OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

Hot Fix

Fixed WiFi connectivity issue with certain third-party Apps
Fixed issue with physical/capacitive navigation buttons not working at times(OnePlus 5 only)

System

Improved stability for Wi-Fi connection
Optimized sRGB display mode
Optimized Reading mode
Fixed issue with 4G VoLTE toggle missing
Fixed random reboots when Screen Casting

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #162 Dátum: 2019, 01 23, 14:00:17 »
OxygenOS 9.0.3 OTA for OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog:
Hot Fix (Added Since 9.0.3)
• Fixed connectivity issue with certain third party Apps
• Improved stability for Sound settings
• Stability Improvements for system upgrade

System (Available Since 9.0.1)
• Improved stability for Wi-Fi connection
• Optimized sRGB display mode
• Optimized reading mode
• Fixed issue with 4G VoLTE toggle missing
• Fixed random reboots when screen casting

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #163 Dátum: 2019, 01 29, 14:10:48 »
OxygenOS Open Beta 26 for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Optimizations for the screenshot function

Support for quick reply in landscape mode, now easier to reply to new messages when watching videos

Gaming mode enhancement

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #164 Dátum: 2019, 02 04, 12:38:06 »
2019.2.4] Magisk v18.1
You are not allowed to view links. Register or Login

Changelog
Magisk

v18.1
- [General] Support EMUI 9.0
- [General] Support Kirin 960 devices
- [General] Support down to Android 4.2
- [General] Major code base modernization under-the-hood


Magisk Manager

v7.0.0
- Major UI redesign!
- Render Markdown natively (no more buggy WebView!)
- Support down to Android 4.1 (native Magisk only support Android 4.2 though)
- Significantly improve Magisk log disply performance
- Fix post OTA scripts for A/B devices
- Reduce memory usages when verifying and signing boot image
- Drop support for Magisk lower than v18.0

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #165 Dátum: 2019, 02 28, 10:51:33 »
OxygenOS Open Beta 27 for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Gaming mode enhancement

OnePlus Clock

Added weather information in the world clock module( not the clock widget as mentioned in the device changelog )

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #166 Dátum: 2019, 03 01, 09:41:39 »
OxygenOS 9.0.4 OTA for OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Updated Android security patch to 2019.1

Improved stability for OTA upgrade

General bug fixes and system improvements

Phone

Deep integration with Google Duo

Networks

Improved network stability

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #167 Dátum: 2019, 03 19, 10:59:52 »
OxygenOS Open Beta 28 for the OnePlus 5
Full ROM zip; You are not allowed to view links. Register or Login

Changelog

System

Updated Android security patch to 2019.03

New animation for Airplane mode

Optimized notifications for quick settings

Optimized battery consumption

Messages

Now able to select contact groups for sending SMS

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #168 Dátum: 2019, 03 26, 08:53:44 »
OxygenOS Open Beta 29 for the OnePlus 5
Full ROM zip; You are not allowed to view links. Register or Login

Changelog

System

Screenshot UI optimizations

Launcher

Improved color adaptation for cards in the shelf

OnePlus Switch

Supported permissions migration for applications

Weather

More details added to weather warnings

Weather timeline now follows system time format

General bug fixes

Phone

UI optimizations

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #169 Dátum: 2019, 04 18, 08:39:05 »
[2019.3.28] Magisk v19.0 - Root & Universal Systemless Interface [Android 4.2+]
You are not allowed to view links. Register or Login

Changelog
Magisk

v19.0
- [General] Remove usage of magisk.img
- [General] Add 64 bit magisk binary for native 64 bit support
- [General] Support A only system-as-root devices that released with Android 9.0
- [General] Support non EXT4 system and vendor partitions
- [MagiskHide] Use Zygote ptracing for monitoring new processes
- [MagiskHide] Targets are now per-application component
- [MagiskInit] Support Android Q (no logical partition support yet!)
- [MagiskPolicy] Support Android Q new split sepolicy setup
- [MagiskInit] Move sbin overlay creation from main daemon post-fs-data to early-init
- [General] Service scripts now run in parallel
- [MagiskInit] Directly inject magisk services to init.rc
- [General] Use lzma2 compressed ramdisk in extreme conditions
- [MagicMount] Clone attributes from original file if exists
- [MagiskSU] Use ACTION_REBOOT intent to workaround some OEM broadcast restrictions
- [General] Use skip_mount instead of auto_mount: from opt-in to opt-out

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #170 Dátum: 2019, 04 18, 09:01:16 »
TWRP v3.3.0-0
You are not allowed to view links. Register or Login

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #171 Dátum: 2019, 04 29, 16:46:47 »
OxygenOS 9.0.5 OTA for OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Updated Android security patch to 2019.4

Phone

Improved stability for the Phone app

Parallel Apps

Fixed issue with parallel apps showing primary account

Fixed issues with download pictures in parallel WhatsApp

Gaming mode

Fixed couldn't receive third-party apps video call issues

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #172 Dátum: 2019, 05 02, 06:15:25 »
[2019.5.1] Magisk v19.1
You are not allowed to view links. Register or Login

Changelog
Magisk

v19.1
- [General] Support recovery based Magisk
- [General] Support Android Q Beta 2
- [MagiskInit] New sbin overlay setup process for better compatibility
- [MagiskInit] Allow long pressing volume up to boot to recovery in recovery mode
- [MagicMount] Use proper system_root mirror
- [MagicMount] Use self created device nodes for mirrors
- [MagicMount] Do not allow adding new files/folders in partition root folder (e.g. /system or /vendor)


Magisk Manager

v7.1.2
- Support patching Samsung AP firmware
- Much better module downloading mechanism

Nem elérhető Rizsi

  • TOPIKGAZDA
  • Örökös tag
  • ****
  • Hozzászólások: 9699
  • Nem: Férfi
  • Navigáció / Navigation: Google Maps
  • PDA: OnePlus 11
  • PDA ROM: Stock + Magisk
OnePlus 5 - ROM-ok, kernelek, custom recovery, root
« Reply #173 Dátum: 2019, 05 16, 11:00:35 »
OxygenOS Open Beta 32 for the OnePlus 5
Full ROM zip: You are not allowed to view links. Register or Login

Changelog

System

Updated Android security patch to 2019.05

OnePlus Switch

More accurate remaining time for completion