[ROM][13][wayne][Kernel 4.19][UNOFFICIAL]LineageOS 20.0

Search This thread

xiaoleGun

Member
May 23, 2022
31
15
Beijing, P.R.China
2okPze5.png

Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

Working:​

- Wifi
- Sound
- USB tethering
- RIL
- Sensors
- Bluetooth
- Wifi HotSpot
- MTP
- Camera
- GPS
- Fingerprint
- Dac(usb audio)

Flash guide:​

Before you start...​

- Be sure your partitions size is original, this is **IMPORTANT**, or you may brick your device.
- You need to backup your data, your data partition will be formatted.

Preparations​

- Android Debug Tools
- Dynamic Partition Supported Recovery. Download
- super_empty.img Download
- Connet your device to PC

Then...​

1. Flash Dynamic Partition Supported Recovery into your device

Bash:
fastboot flash recovery <RECOVERY_PATH>

2. Flash super_empty.img into your device

Bash:
fastboot wipe-super <super_empty_PATH>

3. Reboot to recovery

Bash:
fastboot reboot recovery

4. Format your data partiton in recovery

5. Install Dynamic Partition ROMS into your device by:

Apply update—>Apply from ADB

Now, be sure your device is connected to your PC, and run

Bash:
adb sideload <ROM_PATH>

6. Reboot and enjoy

Picture​

Screenshot_20230130-141004_Trebuchet.png
Screenshot_20230130-141000_设置.png


Download:​

Release

If you want to give me some money to support my work, please contact telegram @xiaoleGun

Source Code:​

device
vendor
kernel


ROM OS Version: Android 13
ROM Kernel: Linux 4.19.271
 
Last edited:

mouse723

Senior Member
Jul 1, 2017
52
13
Compared with A2, the A13 ROM of mi6x is very small. I can see this newly developed version, and I feel that my 6x can survive again. Thank you very much
 

mouse723

Senior Member
Jul 1, 2017
52
13
View attachment 5823351
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

Working:​

- Wifi
- Sound
- USB tethering
- RIL
- Sensors
- Bluetooth
- Wifi HotSpot
- MTP
- Camera
- GPS
- Fingerprint
- Dac(usb audio)

Flash guide:​

Before you start...​

- Be sure your partitions size is original, this is **IMPORTANT**, or you may brick your device.
- You need to backup your data, your data partition will be formatted.

Preparations​

- Android Debug Tools
- Dynamic Partition Supported Recovery. Download
- super_empty.img Download
- Connet your device to PC

Then...​

1. Flash Dynamic Partition Supported Recovery into your device

Bash:
fastboot flash recovery <RECOVERY_PATH>

2. Flash super_empty.img into your device

Bash:
fastboot wipe-super <super_empty_PATH>

3. Reboot to recovery

Bash:
fastboot reboot recovery

4. Format your data partiton in recovery

5. Install Dynamic Partition ROMS into your device by:

Apply update—>Apply from ADB

Now, be sure your device is connected to your PC, and run

Bash:
adb sideload <ROM_PATH>

6. Reboot and enjoy

Picture​

View attachment 5823361View attachment 5823365

Download:​

Release

If you want to give me some money to support my work, please contact telegram @xiaoleGun

Source Code:​

device
vendor
kernel


ROM OS Version: Android 13
ROM Kernel: Linux 4.19.271
I follow the installation steps, but the result cannot be installed smoothly. Is there any way to solve it, thank you
IMG_20230205_133943.jpg
 

demonoidmaster

Senior Member
Nov 19, 2015
1,035
331
The size of the system partition is 3221225472 bytes
Had your previous 19.1 build installed but tried flashing this one and it's giving me a liblp error about geometry magic signature being invalid

(Haven't flashed the super wipe zip yet because I wanted to know your opinion about my device type before doing that as mine isn't a oem Wayne model but rather a mi a2 converted into a Wayne model)
 

demonoidmaster

Senior Member
Nov 19, 2015
1,035
331
what about their same recovery under the v11 tag ? it's newer than v10.1

EDIT: flashed their v11 recovery and rebooted to fasboot for super-wipe zip flash, then flashed xiaomi firmware in recov, wiped data.cache.metadata tried flashing but still gave dynamic partition error so i just did a quick reboot to recov first to make sure and tried again and sure enough it flashed fine, about to reboot to OS now, gonna edit again if booted

EDIT2: booted, just gotta restart to recov to flash nikgapps
 
Last edited:

demonoidmaster

Senior Member
Nov 19, 2015
1,035
331
Use magisk module, because we use erofs
is there no way to remount as read-write (on my other phone i mount then do mount -o remount,rw /product or such to remount as read-write when needed) ? i don't want magisk on this phone because i'm setting it up to give to someone so i don't want to have it use gapps as a module, besides i don't think nikgapps supports installing as module
 

xiaoleGun

Member
May 23, 2022
31
15
Beijing, P.R.China
is there no way to remount as read-write (on my other phone i mount then do mount -o remount,rw /product or such to remount as read-write when needed) ? i don't want magisk on this phone because i'm setting it up to give to someone so i don't want to have it use gapps as a module, besides i don't think nikgapps supports installing as module
You can repackage the system image
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    2okPze5.png

    Code:
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    Working:​

    - Wifi
    - Sound
    - USB tethering
    - RIL
    - Sensors
    - Bluetooth
    - Wifi HotSpot
    - MTP
    - Camera
    - GPS
    - Fingerprint
    - Dac(usb audio)

    Flash guide:​

    Before you start...​

    - Be sure your partitions size is original, this is **IMPORTANT**, or you may brick your device.
    - You need to backup your data, your data partition will be formatted.

    Preparations​

    - Android Debug Tools
    - Dynamic Partition Supported Recovery. Download
    - super_empty.img Download
    - Connet your device to PC

    Then...​

    1. Flash Dynamic Partition Supported Recovery into your device

    Bash:
    fastboot flash recovery <RECOVERY_PATH>

    2. Flash super_empty.img into your device

    Bash:
    fastboot wipe-super <super_empty_PATH>

    3. Reboot to recovery

    Bash:
    fastboot reboot recovery

    4. Format your data partiton in recovery

    5. Install Dynamic Partition ROMS into your device by:

    Apply update—>Apply from ADB

    Now, be sure your device is connected to your PC, and run

    Bash:
    adb sideload <ROM_PATH>

    6. Reboot and enjoy

    Picture​

    Screenshot_20230130-141004_Trebuchet.png
    Screenshot_20230130-141000_设置.png


    Download:​

    Release

    If you want to give me some money to support my work, please contact telegram @xiaoleGun

    Source Code:​

    device
    vendor
    kernel


    ROM OS Version: Android 13
    ROM Kernel: Linux 4.19.271
    1
    I follow the installation steps, but the result cannot be installed smoothly. Is there any way to solve it, thank youView attachment 5828119
    You can try this recovery.img