You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool is working wonderfully but it's downloading latest versions of assets, LOS21 that is based on android 14 and not compatible with boot image
it's also based on your 0.5.0 github branch for the kernel files and that version doesn't work, it gives a "no ramdisk found to unpack"
the precedent experience was with files that have been compiled through this command line : uv run builder bundle --build-env=local--base=los --codename=dumpling --lkv=4.4 --package-type=slim
on Ubuntu 24.10 running on VMware
I ended up downloading lineage-20.0-20240130-nightly-dumpling-signed from the official archives and used Zero4.4 from your github releases without KSU (I use magisk), and there I observed :
native 5T Wlan turn into monitor mode successfully but unable to inject it only can go promiscuous and scan
other chipset that are supposed to be supported by the kernel 4.4 aren't working like : ar9271, mt7601u and RT2870/RT3070 (I do not have any rtl8812au to test) the dongles were listed via lsusb successfully but not listed for ifconfig, they're set with icnss driver instead of their specific
there's a sleeping wlan1 even without any other dongle connected, with anyof the dongles in if I try to turn wlan1 to monitor mode it crashes everything and ends up turning wlan0 to monitor mode
and finally, I would be pleased to give a hand on those fixes as soon as I understand how your tool is working, and would be more than honored to collaborate and I speak french🫡 can be emailed at syn@crashlogs.com
The text was updated successfully, but these errors were encountered:
!!- UPDATE - !!
After further investigation by comparing my compiled zip with the one from the 4.4Release I've found a difference in many files but mainly here :
on ak3-core.sh
I unzipped my compiled version and replaced my ak3-core file with the one from the release and zipped it back, flash and worked, I put both files here for further investigation on what's causing this issue
Hey amazing work there ! I abandoned
however :
the precedent experience was with files that have been compiled through this command line :
uv run builder bundle --build-env=local--base=los --codename=dumpling --lkv=4.4 --package-type=slim
on Ubuntu 24.10 running on VMware
I ended up downloading lineage-20.0-20240130-nightly-dumpling-signed from the official archives and used Zero4.4 from your github releases without KSU (I use magisk), and there I observed :
and finally, I would be pleased to give a hand on those fixes as soon as I understand how your tool is working, and would be more than honored to collaborate and I speak french🫡 can be emailed at syn@crashlogs.com
The text was updated successfully, but these errors were encountered: