mirror of
				https://github.com/topjohnwu/Magisk.git
				synced 2025-10-31 18:29:33 +00:00 
			
		
		
		
	Disable boot vbmeta patch when found vbmeta.img
This commit is contained in:
		| @@ -218,6 +218,8 @@ abstract class MagiskInstallImpl protected constructor( | ||||
|                 ByteBuffer.wrap(rawData).putInt(120, 3) | ||||
|                 tarOut.putNextEntry(newTarEntry("vbmeta.img", rawData.size.toLong())) | ||||
|                 tarOut.write(rawData) | ||||
|                 // vbmeta partition exist, disable boot vbmeta patch | ||||
|                 Info.patchBootVbmeta = false | ||||
|             } else if (entry.name.contains("userdata.img")) { | ||||
|                 continue | ||||
|             } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 topjohnwu
					topjohnwu