awutils icon indicating copy to clipboard operation
awutils copied to clipboard

Tools for handling Allwinner images

Results 6 awutils issues
Sort by recently updated
recently updated
newest added

cc -Wall -o log2bin log2bin.c cc -Wall -o awimage awimage.c parsecfg.c twofish.c rc6.c awimage.c: In function ‘decrypt_image’: awimage.c:371:43: warning: variable ‘firmware_id’ set but not used [-Wunused-but-set-variable] awimage.c:371:30: warning: variable ‘hardware_id’...

root@ma-Vostro-1015:/home/ma/AndroidImage/awutils# make cc -Wall -o awflash awflash.c -lusb awflash.c: In function ‘fex_xfer’: awflash.c:140:2: warning: passing argument 1 of ‘usb_bulk_write’ from incompatible pointer type [enabled by default] /usr/include/usb.h:289:5: note: expected ‘struct...

With a freshly unpacked, not modified image I received as follows: ``` *** glibc detected *** ./awimage: double free or corruption (!prev): 0x0000000000bbc250 *** ``` After ``` export MALLOC_CHECK_=0 ```...

Hi, can you please explain what is the offset option for? while testing, some error logs :(using verbose mode) cmd write failed (-110/32) however device is found thank you !

The build require libusb-dev to avoid that: shine@shine:~/android/build/awutils$ make cc -Wall -o awflash awflash.c -lusb awflash.c:23:17: fatal error: usb.h: No such file or directory compilation terminated. make: **\* [awflash] Error...

``` awflash.c:115: error: expected ‘)’ before ‘*’ token awflash.c:178: error: expected ‘)’ before ‘*’ token awflash.c:315: error: expected ‘)’ before ‘*’ token awflash.c: In function ‘main’: awflash.c:338: error: ‘libusb_device_handle’ undeclared...