Apr 212012
 

The Huawei E352s-5 is being marketed as web’n'walk Stick Fusion III by German Telekom. This blog post describes how to use it on Linux systems with the distributions Ubuntu and OpenWrt.

The Features First

  • Supported Modem Standards: HSPA+, HSUPA, HSDPA, UMTS, EDGE, GPRS
  • Highest speeds with HSPA+: up to 21 MBit/s download and 5.76 MBit/s upload
  • Quad Band
  • Interface: USB 2.0
  • Includes a microSD card slot
  • Includes an external antenna connector (CRC9 type)
  • Includes a USB cable
  • Size (HBT in mm): ca. 68 x 26 x 12,3
  • Weight: ~ 30 g
Oct 222011
 

Specifications

The specifications can be found here.

Batteries

The battery that comes with the i9001 is the EB575152LU. It is stronger than the EB575152VU that came with the i9000 (you can use these too):

Type Energy
EB575152LU 1650mAh
EB575152VU 1500mAh

Installed Firmware ROM

When you enter *#1234# in the phone mode, it reveals information about the phone and the installed firmware ROM. This is what my phone showed when I bought it:

PDA: I9001XXKG3, PHONE: I9001XXKG3, CSC: I9001DBTKG1, Build Info: Mon Jul 25 15:15:05 KST 2011

Root the Phone

Check http://forum.xda-developers.com/showpost.php?p=17367364&postcount=1:

Jan 032011
 

*#1234# reveals the installed version: PDA: I9000ZSJF7, PHONE: I9000ZSJF7, CSC: I9000ZSJF7

Firmware Upgrade

resources as of 11/2011:

English:

German (links on android-hilfe.de):

resources as of 01/2011:

Jan 312010
 

update: now there is a .deb package! go to downloads and get the .deb

cd ~/Downloads
wget http://series60-remote.sourceforge.net/counter/getfile.php?id=12
sudo dpkg -i series60-remote*deb

original post:
http://series60-remote.sourceforge.net/
found here

sudo aptitude install python python-obexftp python-matplotlib python-bluez python-qt4 python-qt4-sql sqlite3 libqt4-sql-sqlite
cd ~/Downloads
wget http://downloads.sourceforge.net/project/series60-remote/series60-remote/0.3.90/series60-remote-0.3.90.tar.gz?use_mirror=ovh
tar -xf series60-remote-0.3.90.tar.gz
cd series60-remote-0.3.90/

You can test the installation before you install it:

cd pc
./series60_remote.py

If you want to install the application just run

./setup.py install

This will create the folders /usr/lib/pythonX.Y/site-packages/series60_remote and /usr/share/series60-remote and a wrapper script in /usr/bin/series60-remote on Linux.