Saturday, August 29, 2009

When A Sinus Infection Feels Like A Toothache

MMS with Android G1 and E-Plus/BASE/Blau O2/Fonic/Simply

At long last working settings Android Help :

For E-Plus/BASE/Blau:

###############
APN # 1 for Internet ...
###############

Name: internet
APN: internet.eplus.de
Proxy: Not set
Port: Unspecified
Username: eplus
Password: eplus
Server: Not set MMSC
: Not determined
MMS Proxy: Not set
MMS port: Not Set
MCC:
262 MNC: 03
APN-Type: default

###############
APN # 2 for MMS ........
###############

Name: mms
APN:
proxy mms.eplus.de: Not determined
Port: Unspecified
Username: mms
Password: eplus
Server: Not set MMSC
: http://mms/eplus
MMS proxy: 212.23.97.153
MMS port: 8080
MCC:
262 MNC: 03
APN-Type: mms

For O2/Fonic/Simply (thanks raudi!)

########## #####
APN for Internet and MMS
###############

Name: internet
APN:
internet.interkom.de Proxy: Not set
Port: Unspecified
Username: mms
Password: eplus
Server: Not set MMSC
: http://10.81.0.7:8002
MMS proxy: 82.113.100.6
MMS port: 8080
MCC:
262 MNC: 07
APN-Type: mms

Tuesday, August 25, 2009

What Does The Vexilar Do

GWT compiler

The GWT compiler generates the Java source code for different browsers, JavaScript and one for each language a separate file. The browser with IDs are:
  • ie6: IE 6 and 7
  • ie8: IE 8
  • Gecko: Mozilla
  • gecko1_8: Firefox
  • safari: Safari
  • opera: Opera
one has now 5 languages, then the compiler generates 6 * 5 = 30 JavaScript files. This will take quite a while. During normal development, it usually tests only with a browser and a language. . About the module-specific gwt.xml, this can be set:
  1. make the following entry:
    \u0026lt;set-property name="user.agent" value="gecko1_8">
  2. Options
    \u0026lt;extend- property name = "locale" value = "en" comment out>
    .
For my GWT project build instead in 1.5 minutes in 15 seconds worth So. Just before a release not forget, all held back, otherwise users look to the wrong browser into the tube.