Activation Codes and Methods, Hardware Details, Sniffing
Post Reply
The Solutor
Posts: 29
Joined: 29 Dec 2008, 12:04

Vodafone K3760, built by option, (ZCOption HSUPA Modem)

Post by The Solutor » 12 Jan 2009, 04:12

This device is recently sold by Vodafone here in Italy and I suppose also in other Vodafone countries, It looks almost the same as the Huawei E180/Voda K3715, and often is sold with a Huawey picture and model number printed on the box.

But is built by Option and is identified by the string ZCOption HSUPA Modem.

It was a true tragedy to get it working on windows (at least windows seven), but I managed to get it working in linux at the second attempt.

The devices switches with the command

Code: Select all

./usb_modeswitch -v 0af0 -p 7501 -m 0x01 -M 55534243785634120100000080000601000000000000000000000000000000

So the usb_modeswitch.conf entry should be something like

Code: Select all

########################################################
# Vodafone K3760, made by Option, HSO driver, (ZCOption HSUPA Modem)
#                                                         
# Contributor: The Solutor                       

DefaultVendor=  0x0af0
DefaultProduct= 0x7501

;target class should be optional
;TargetClass=    0xff

MessageEndpoint=0x01
MessageContent="55534243785634120100000080000601000000000000000000000000000000"

Josh
Site Admin
Posts: 6593
Joined: 03 Nov 2007, 00:30

Post by Josh » 13 Jan 2009, 21:32

Thanks a lot, I just posted the updated config file!

The TargetClass/Device/Product entries are all optional, but I prefer to add them with every device because in one of the next versions I plan to add an optional success check, and we obvously need those values for that purpose.

Post Reply