Schurger.org

9 juin 2010

Android 1.6 on GW620 (LG Eve)

Filed under: Non classé — Jean Schurger @ 19:45

(with a title like this, i will have a lot of hits :p)

Well, i’ve just installed an custom Android 1.6 image on my LG GW620, thanks for Zacpod for his workl !!

But, this version dosn’t have the APN configuration tool to enter the parameter to let connect in 3G.

As this version seems to be based on a Korean image for the same phone, the only 3G provider filled in it is not very usefull,

and without the APN configuration tool, it’s not easy to edit the provider list.

Here is a method to make 3G works on the Roger network.

  • Install the Zacpod image
  • Freak about no APN configuration
  • Download the hacked Zacpod ADB (read it’s blog, it will be very usefull)
  • Run adb shell
  • Become superuser with su (and allow it on the phone screen)
  • Take a big breath
  • run sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db
  • INSERT INTO carriers (name, numeric, mcc, mnc, apn, user, server, password, proxy, port, mmsproxy, mmsport, mmsc, type) VALUES (‘Roger’, ’302720′, ’302′, ’720′, ‘internet.com’, ‘wapuser1′, ‘*’, ‘wap’,  »,  »,  »,  », ‘null’, ‘default’);

Reboot your phone, and it’s done :D

Laisser un commentaire

Powered by WordPress