SLVR L7e

From Moto4Lin

Jump to: navigation, search

Vendor and Product codes are the same as for the SLVR_L7. moto4lin currently requires a small fix to work with the SLVR L7e.

This same fix needed for the SLVR L9 is needed for the L7e (and probably the L7i and L71). Checkout the sources and apply the following one-line patch:

--- moto_ui/p2kproc.cpp.orig    2008-03-20 03:41:10.000000000 -0700
+++ moto_ui/p2kproc.cpp 2008-03-20 03:41:18.000000000 -0700
@@ -1023,7 +1023,7 @@
        if (dir==DIR_OUT) showArr((unsigned char *)bytes, size);
 #endif
 
-       ret=usb_control_msg(dev, requesttype, request, value, index, bytes, size, timeout);
+       ret=usb_control_msg(dev, requesttype, request, value, 0x02, bytes, size, timeout);
        lastControlStatus=ret;
 
        if (ret<0)

Recompile and you're off to the races. I didn't test if the app still works for other Motorola phones after this patch.

Personal tools