Activation Codes and Methods, Hardware Details, Sniffing
Post Reply
fernandezm22
Posts: 2
Joined: 27 Apr 2009, 21:32
Contact:

Alcatel One Touch x030 code missing in usb_modeswitch.conf

Post by fernandezm22 » 27 Apr 2009, 21:53

Hi, today I got working the Alcatel One Touch x030 3g modem, following the instructions on this site (in spanish).

The thing is, the usb_modeswitch.conf doesn't include config info for switching this modem.

The vendor/product id to look for is:
Vendor id: 0x1c9e
Product id: 0x1001

The target vendor/product are:

Vendor id: 0x1c9e
Product id: 0x6061

The message endpoint 0x05 and the message content is "55534243123456780000000000000606f50402527000000000000000000000".

This is the complete working command:
usb_modeswitch -v 0x1c9e -p 0x1001 -V 0×1c9e -P 0x6061 -m 0x05 -M "55534243123456780000000000000606f50402527000000000000000000000"

I'd like this 3g modem to be included in the usb_modeswitch.conf file you provide in this site. :-)

Thank you!
Marcelo

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

Post by Josh » 30 Apr 2009, 18:48

Cool, thanks!

I'll revise the config file this weekend, and of course I will include the Alcatel!

hsdpafever
Posts: 42
Joined: 05 Jun 2008, 09:52

Post by hsdpafever » 29 May 2009, 12:09

Isn't the same as

########################################################
# Alcatel OT-X020 (aka MBD-100HU, aka Nuton 3.5G), works with Emobile D11LC
#
# Contributor: Aleksandar Samardzic

;DefaultVendor= 0x1c9e
;DefaultProduct= 0x1001

;TargetVendor= 0x1c9e
;TargetProduct= 0x6061

;MessageEndpoint=0x05
;MessageContent="55534243123456780000000000000606f50402527000000000000000000000"

This confi has been around since last year.

fernandezm22
Posts: 2
Joined: 27 Apr 2009, 21:32
Contact:

Post by fernandezm22 » 29 May 2009, 12:25

Yes, you're right, the last version of usb_modeswitch.conf reflects this:

[...]
########################################################
# Alcatel One Touch X020 (aka OT-X020, aka MBD-100HU, aka Nuton 3.5G), works with Emobile D11LC
# Alcatel One Touch X030 (aka OT-X030, aka Nuton NT36HD)
#
# Contributor: Aleksandar Samardzic, Marcelo Fernandez

;DefaultVendor= 0x1c9e
;DefaultProduct= 0x1001

;TargetVendor= 0x1c9e
;TargetProduct= 0x6061

;MessageEndpoint=0x05
;MessageContent="55534243123456780000000000000606f50402527000000000000000000000"
[...]

Regards

Post Reply