Last edited by GRB on 2016/3/23 21:12
I tried, modfied the udev rules:
# udev rule to detect android devices
# These rules refer to http://developer.android.com/tools/device.html
# Intel
#SUBSYSTEM=="usb", ATTR{idVendor}=="8087", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTRS{idVendor}=="8087",ATTRS{idProduct}=="07e6", MODE="0666"
Downloaded the T K.'s fastboot binary:
Fri, 11/21/2014 - 02:25
Sure here you go. works on all intel devices, i have tried it on, you need to add user rules for your user if they don't have access to fastboot, root can use no problem.
http://www.mediafire.com/download/pbr4b2x2ig9b2m5/fastboot
Ran it and got:
jl-Asus_Laptop Downloads # fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
-S <size>[K|M|G] automatically sparse files greater than
size. 0 to disable
jl-Asus_Laptop Downloads # fastboot devices
jl-Asus_Laptop Downloads # fastboot devices
jl-Asus_Laptop Downloads #
and got essentially nothing.
Other than that, I can easily address the Zenfone with the Linux file manager. Can the files simply be transfered with that or is ADB and fastboot absolutely required? An end user should not have to obtain a degree in software engineering just to have a phone that works properly. This last remark is more directed at Intel and ASUS, not to the help you are trying to offer me.
|