How do I check what vermagic # I should be using for cm-10 when I hex-edit the .ko modules?
Do I use the number that is in the boot image (Mali.ko) I am using (stock boot image with init and *.rc files from cm-10)?
android_device_ainol_elf2 # Wifi WIFI_DRIVER := bcm40181 WIFI_DRIVER_MODULE_PATH := /system/lib/modules/dhd.ko WIFI_DRIVER_MODULE_NAME := dhd WIFI_DRIVER_MODULE_ARG := "firmware_path=/etc/wifi/40181/fw_bcm40181a2.bin nvram_path=/etc/wifi/40181/nvram.txt" WIFI_DRIVER_FW_PATH_STA :=/etc/wifi/40181/fw_bcm40181a2.bin WIFI_DRIVER_FW_PATH_AP :=/etc/wifi/40181/fw_bcm40181a2_apsta.bin WPA_SUPPLICANT_VERSION := VER_0_8_X BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_wext BOARD_WPA_SUPPLICANT_DRIVER := WEXT
android_device_ainol_elf2 # Wifi WIFI_DRIVER := bcm40181 WIFI_DRIVER_MODULE_PATH := /system/lib/modules/dhd.ko WIFI_DRIVER_MODULE_NAME := dhd WIFI_DRIVER_MODULE_ARG := "firmware_path=/etc/wifi/40181/fw_bcm40181a2.bin nvram_path=/etc/wifi/40181/nvram.txt" WIFI_DRIVER_FW_PATH_STA :=/etc/wifi/40181/fw_bcm40181a2.bin WIFI_DRIVER_FW_PATH_AP :=/etc/wifi/40181/fw_bcm40181a2_apsta.bin WPA_SUPPLICANT_VERSION := VER_0_8_X BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_wext BOARD_WPA_SUPPLICANT_DRIVER := WEXT
#!/system/bin/sh # # network insmod /system/lib/modules/tun.ko insmod /system/lib/modules/tcp_veno.ko echo veno > /proc/sys/net/ipv4/tcp_congestion_control # usb serial insmod /system/lib/modules/cp210x.ko insmod /system/lib/modules/pl2303.ko # gamepads insmod /system/lib/modules/xpad.ko insmod /system/lib/modules/hid-gaff.ko insmod /system/lib/modules/hid-pl.ko insmod /system/lib/modules/hid-sony.ko # misc insmod /system/lib/modules/uinput.ko
There are currently 1965 users online. 1 members and 1964 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment