|
I think I'm getting somewhere. I can open Flashtool now.
Now I can't open the SDK manager, even I've had it open before. Java not found. I think I already downloaded what I needed to though (I have the fastboot and ADB files).
More problems: using lsusb, the output is the same when in fastboot and flash modes.
I already have the 99-android.rules file, with: SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"
What do I do with: SUBSYSTEMS==”usb”, ATTRS{idVendor}==”0fce″, ATTRS{idProduct}==”aaaa″, MODE=”0666″ ...etc...?
Overwite what I already have or add to it?
Just noticed something (SYSFS{idProduct}=="*"); do I need to replace the * with something?
|