gobi_loader load Verizon firmware failed

Bug #1279203 reported by kicer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gobi-loader (Ubuntu)
New
Undecided
Unassigned

Bug Description

I have a gobi2000 3g wwan card installed in a openwrt router, gobi_loader(http://www.codon.org.uk/~mjg59/gobi_loader/download/gobi_loader-0.7.tar.gz) download Verizon firmware always failed.

After do some usb monitor I found the magic4 package error when download apps.mbn file. This magic package(81bytes) less a byte than download firmare in windows(82bytes):
http://www.zimagez.com/zimage/screenshot-02122014-022251pm.php

With several attempts, I think should encode all magic package same with ppp protocol, use 0x7d as an escape character as this:
0x7e -> 0x7d 0x5e
0x7d -> 0x7d 0x5d

It works fine with my router and laptop even with CDMA or GSM service, hope it can helps for someone with same issue. Here is the github project of my fix: https://github.com/kicer/gobi_loader. Maybe this fix should commit to branch after review. Thanks!

Revision history for this message
kicer (joykicer) wrote :

7e 25 06 2c f0 2f 00 01 00 00 00 04 00 00 25 7e 7e
to:
7e 25 06 2c f0 2f 00 01 00 00 00 04 00 00 25 7d 5e 7e

Revision history for this message
kicer (joykicer) wrote :

Sorry for the target package should be gobi-loader.

affects: modemmanager (Ubuntu) → gobi-loader (Ubuntu)
kicer (joykicer)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.