- flash latest factory image
- use canary version of magisk to patch
boot.img
fastboot flash boot magisk_boot.img
- get
devinfo.img
C:\ $ adb shell
raven:/ $ su
boot.img
fastboot flash boot magisk_boot.img
devinfo.img
C:\ $ adb shell
raven:/ $ su
FROM ubuntu:latest AS build | |
WORKDIR /build | |
RUN apt update -qq && apt install --yes -qq unzip curl | |
RUN curl -fSsL https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.30.04.zip --output bedrock-server-1.19.30.04.zip | |
RUN unzip bedrock-server-1.19.30.04 -d ./bin/ |
PS > Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Keep Tapping on BuildNo
using Microsoft.AspNetCore.Mvc; | |
using System.Net.Sockets; | |
namespace SimpleSocket.Controllers; | |
[ApiController] | |
[Route("[controller]")] | |
public class WeatherForecastController : ControllerBase | |
{ | |
[HttpGet(Name = "GetWeatherForecast")] |