Open bitrvmpd opened 6 years ago
Please dont fork the vendor repository, just remove the apk and jar references in proprietary-files.txt
then rerun halium devices setup, it'll regenerate the vendor makefiles.
I will update the manifest when theMuppets have the vendor tree for this device, as of now they don't.
It doesn't has to be from TheMuppets, just take the original repository, you've forked: https://github.com/Nikesh001/android_vendor_xiaomi_santoni/tree/cm-14.1.
halium-boot doesn't boot a different rootfs.
Tree: halium-7.1
usb: Manufacturer: GNU/Linux Device
appears indmesg
on host.Troubleshooting:
libnativehelper/include/nativehelper
download here. Maybe I'm missing a project in my manifest.xml?, I know there must be a better way to fix this.~~ It was, Halium/android was missing android_libcore repo https://github.com/Halium/android/pull/17proprietary-files.txt
in device tree https://github.com/bitrvmpd/android_device_xiaomi_santoni/commit/28243c1320d737208d4a528854ce565ad96a7136 https://github.com/bitrvmpd/android_device_xiaomi_santoni/commit/4d16924cff4d61c6777565e3aabf9874f02d7a0cerror: ext4_allocate_best_fit_partial: failed to allocate "X" blocks, out of space?
fixed after using this patch https://github.com/Halium/halium-scripts/pull/4/var/lib/lxc/android/rootfs Input/output error
fixed after removing f2fs support in device tree https://github.com/bitrvmpd/android_device_xiaomi_santoni/commit/07c073bc46bf3e716f61d5618559fabd3dcf038dkernel: IPC_RTR: msm_ipc_router_bind: pm-service Do not have permissions
fixed by applying this patch to the kernel https://github.com/Halium/android_kernel_lge_bullhead/compare/a34bb3a905...0b64b0cd08 and addingpm-service
tonet_raw
group https://github.com/bitrvmpd/android_device_xiaomi_santoni/commit/46d44235491fdf83b40446cea4f5fe5f3cddeaafecho sta > /sys/module/wlan/parameters/fwpath
echo "transfering rootfs tarball ... "
inhalium-install
scriptThen add these inside
cleanup_device
function to remove the swap file.Sources