Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.55 KB

install-Pmos.md

File metadata and controls

57 lines (43 loc) · 1.55 KB

Pmos-asus-me176c

My journey on pmos on tablet Asus memo pad 7 (manjaro)

  1. Requirements Install adb and fastboot $ sudo pacman -S android-tools Flash ths stock device following this guide https://wiki.postmarketos.org/wiki/ASUS_MeMO_Pad_7_(asus-me176c)

  2. Install me176c-boot (unlock bootloader) https://github.com/me176c-dev/me176c-boot#readme

  3. Install twrp https://forum.xda-developers.com/t/recovery-2019-06-09-unofficial-twrp-3-3-1-for-asus-memo-pad-7-me176c-x.3745190/

  4. Install pmbootsrap to install the pmos https://wiki.postmarketos.org/wiki/Installing_pmbootstrap

  5. Create boot and root prebuild images of the device https://wiki.postmarketos.org/wiki/Installation_guide

Run $ pmbootstrap install I cannot manage to install pmos on internal memory you will need a sdcard Using an adapter then run $ lsblk to find the block device before running $ pmbootstrap install --sdcard=/dev/mmcblk

  1. Flash boot partition $ pmbootstrap flasher flash_rootfs

  2. Create a pmos.conf file to boot on pmos

'title postmarketOS volume 80868086-8086-8086-8086-000000000007 linux /vmlinuz initrd /intel-ucode.img initrd /acpi-me176c.img initrd /initramfs //Comment this out to get more output on screen while booting options console=null'
  1. To boot by default on pmos change loader.conf file esp/loader/loader.conf Change andrdoid by pmos
default android auto-entries no

Uncomment this to always show the boot menu

#timeout 3 Then you can use adb push to move the the file in the internal storage