Flashing and hacking the android phone for Japanese Softbank network.

[en]
So, i went to Google Developer Day 2009 last tuesday and got free HTC Magic GDD2009 phone – limited edition.
It’s very cool toy, has everything i need, but as usual here, MMS/Mail does not work when using normal cellphone SIM card.

The Story:

Here, in Japan, people use E-mails to communicate (more popular than SMS), but these are not ‘real’ emails – these are MMS’s converted to emails on the fly by provider.
So, by sending email to addres xx@softbank.ne.jp, their server will find who is recipient and convert it to MMS, sending to this person.
Vice-versa, by sending email from phone, it actually is MMS that you send, and provider will convert it to e-mail outside the network.

The way MMS receiving works: special SMS comes to the phone, it contains first 1024 bytes of message and some data instructing it to download the rest – this remaining part is being downloaded via standard HTTP protocol, but this is when problem starts – Softbank blocks HTTP User-Agent of unknown phones (not being sold by them).

Another (and the most annoying) problem i encountered, is the android device itself, the edition i have, does not support sending MMS at all.

Solutions:

Step 1:

Make backup of your current device (you can skip it if you’re too lazy or confident ;-) ):

Please follow these instructions: http://android-dls.com/wiki/index.php?title=Magic_Rooting

(You can download fastboot from HTC page given in step 2).

You just need to download Magic modified recovery image,

http://www.droiddeveloper.com/hrbuilds/recovery-new.img.zip

unzip it, copy to device and boot your device using it:

adb push recovery-new.img /sdcard/recovery-new.img
adb shell sync

Then, once you have the file on SD card, reboot your android, and while it starts keep “BACK” and “POWER” pressed – android will enter fastboot mode, then type:

fastboot boot recovery-new.img

Your android will run this recovery image which allows you few things, like update from sdcard, make backup etc.

Choose the option to backup nandroid.
It will place backup of your current device onto the SD card – might be worth keeping :-).

YOU DO NOT need to ‘root the magic’ or do any other steps from this instructions – these steps are for other purposes, not applicable here.

Step 2:

Making android support MMS (if your provider does not block user agent this is the only and final step):

This will flash your device to the same version as Google IO event, you get few features like Voice synthesis (voice search and voice dial), Amazon MP3 access – these are not present in Japanese version.
But, the drawback is – You will not have Japanese language support anymore.

First, make sure you really need to enable MMS, go to Messaging application, start typing, and press menu, if you DO NOT have options lile ‘add subject’, ‘attach’ – then you DO need it.

Flash it using these instructions from HTC website: http://www.htc.com/www/support/android/google-io-device.html

You DO NOT need worry that instructions is for Google IO edition and not GDDC09 – these phones are in fact different but there are ways around it.

I recommend using fastboot method (its not at all hard),

You will need to downlaod fastboot binary (available at HTC), and 2 of these images: Radio Image and System Image.

Follow instructions for Radio Image installation, most likely your device will boot after it completes but you will get permanent android starting logo,
please have your USB cable connected and adb showing logging – you will see that it tries to boot all over again – THIS IS OK – no need to panic.

Place radio image onto your card by typing:

adb push <radio-image-package>.zip /sdcard/update.zip
adb shell sync

Boot into recovery mode by holding HOME while it reboots, Then choose ALT+s on the screen, next HOME+BACK, device should reboot, it might not start at this point by just showing you android logo – this is ok, no need to panic…

Once you have radio package downloaded and flashed , time to flash it with system image – this is little tricky:

Push the image onto SD card:
adb push <system-image-package>.zip /sdcard/update.zip
adb shell sync
Boot into Fastboot (BACK+POWER while you start it) – MAKE NOTE OF ‘hboot’ version – you will need it very shortly.

You can safely try to flash system image, but it will fail due to incompatible HBOOT version (they require 1.33.3004, and you have probably 1.33.3005).
No need to worry here, we can make it happen :-).

So, what you need to do, is to UNPACK your system image to a folder, edit the file android-info.txt, change the require version-bootloader to your hboot version (1.33.3005 most likely), save it, and compress all the files in this directory into new zip file (all of them need to be in the ‘root’ of zipfile).

So, now you have compatible system image that will work well on your device, try flashing it now, DO NOT FORGET to select options to clean userdata and cache – this is required, without it, your device will boot only to android logo and keep hanging there.

Step 3:

Modifying User-Agent string in the MMS client (this *MAY* be enough to complete only this step and it might as well make your device support MMS’s – i have done all steps though):
(GGDC09 version has MMS disabled, and i am not sure whether just changing MMS app is enough to enable this).

Geeky version:

Download android source, follow instructions to compile it, apply this patch:

--- packages/apps/Mms/src/com/android/mms/transaction/HttpUtils.java  2009-06-12 23:56:28.000000000 +0900
+++ packages/apps/Mms/src/com/android/mms/transaction/HttpUtils.java  2009-06-12 23:47:20.000000000 +0900
@@ -220,7 +220,7 @@
 
     private static AndroidHttpClient createHttpClient() {
         AndroidHttpClient client
-                = AndroidHttpClient.newInstance("Android-Mms/0.1");
+                = AndroidHttpClient.newInstance("SoftBank/1.0/705NK/NKJ002/SN001 Android-Mms/0.1 Profile/MIDP-2.0 Configuration/CLDC-1.1");
         HttpParams params = client.getParams();
         HttpProtocolParams.setContentCharset(params, "UTF-8");
         return client;

(It will only change your User-Agent string reported to MMS gateway, will not touch the one in web browser).

Compile the source again, and install new Mms app using adb:

adb install -r ./out/target/product/generic/system/app/Mms.apk

Lazy version:

Download this file, and install using adb:

adb install -r Mms.apk

Do not forget to configure your APN (you will find instructions and passwords on the internet), remember NOT TO set apn type to “mms” – didn’t work for me this way.

All the files you need, are also mirrored Here:https://kubatyszko.com/filez/

Useful links:

Rooting HTC Magic – creating backup

HTC Google IO device support page

Android source

Further work: change more of android source, to have nice settings under MMS app, to edit UserAgent :-D.

Enjoy :-)

——-

UPDATE!!!

Thanks to Roberto Jung Drebes , now i know that there’s no need to flash GGDC09 with anything to get MMS working, all it takes is to use my MMS.app (or compile your own) – just the way i suspected.

Also, he found that setting apn type as ‘mms’ – doesn’t work unless you already have other apn with type ‘default’ – this way it works very well. Good way to ensure you don’t end up with huge phone bill due to data transfer…

[/en]

[pl]

Niedawno uczestniczyłem w Google Developer day 2009 w Yokohama, i dostałem za darmo telefon HTC Magic z Google Android – edycja limitowama.
Bardzo fajne i ciekawe urządzonko, ma wszystko czego potrzebuję, ale niestety jak to zwykle w japonii bywa, nie działają w nim MMS’y gdy używam zwykłej karty Sim z mojej komórki.

Historia:

Tutaj, w Japonii, używa się e-maili zamiast SMS, ale to nie są “prawdziwe” maile – to tylko MMS’y ukryte pod postacią emaili i konwertowane w locie przez operatora.
Więc, wysyłając email na adres xx@softbank.ne.jp, serwer skonwertuje go automatycznie do MMS i wyśle do odbiorcy,
i odwrotnie, wysyłając e-mail z telefonu, w efekcie wyślemy MMS’, a serwer skonwertuje go w locie to e-maila i wyśle na swiat.

Odbieranie MMS działa tak: przychodzi specjalnie skonstruowany SMS, zawiera pierwsze 1024 bajty wiadomośći i oprócz tego informacje dla telefonu jak pobrać resztę – poprzez zwykłe HTTP, i tutaj zaczyna się problem, Softbank(moj operator w Japonii) blokuje telefony inne niż sprzedawane przez nich.

Jakby tego bylo mało – oprogramowanie w moim telefonie miało całkowicie wyłączoną obsługę MMS.

Rozwiązanie:

Krok 1:

Robimy kopię zapasową urządzenia (możesz pominąć krok jak jesteś leniwy lub pewny że wszystko się uda ;-) ):

Podążaj za instrukcją na tej stronie:http://android-dls.com/wiki/index.php?title=Magic_Rooting

(Fastboot możesz pobrać ze strony HTC wymienionej w punkcie 2).

W tym kroku jedynie musisz pobrać obraz ‘recovery image’,

http://www.droiddeveloper.com/hrbuilds/recovery-new.img.zip

rozpakować, skopiować do telefonu uzywając:

adb push recovery-new.img /sdcard/recovery-new.img
adb shell sync

Kiedy już plik będzie skopiowany, uruchom ponownie telefon, i w czasie startu trzymaj BACK i POWER wciśnięte – android uruchomi się w trybie fastboot, wpisz:

fastboot boot recovery-new.img

Android uruchomi się z tego obrazu, który pozwoli ci między innymi zrobic backup wszystkiego do karty SD.

Wybierz opcję ‘nandroid backup’ – pliki zostaną zapisane na karcie SD.

NIE MA potrzeby robienia innych krókow z tej strony “root the magic”, one są potrzebne do innych celów, tutaj je pomijamy.

Krok 2:

Jak sprawić aby android obsługiwał MMS (jeżeli twój operator nie blokuje nie-swoich telefonow – to jest jedyny i ostatni krok):

W tym kroku wymienisz całkowicie oprogramowanie urządzenia, ja użylem oprogramowania do urządzenia rozdawanego na Google IO, dzięki temu mam dostęp to kilku funkcji niedostępnych w normalnej wersji, takich jak polecenia i wybieranie głosowe, Amazon MP3 itp.
Niestety jest też i zła strona – to oprogramowanie nie ma obsługi jezyka japońskiego.

Najpierw, upewnij się czy twój android pozwala na wysyłanie MMS, otwórz aplikację Messaging, wpisz tekst, wciśnij menu, jeżeli NIE MASZ opcji “add subject”, “attach” – znaczy że android ma zablokowame MMS.

Podążaj za instrukcją ze strony HTC: http://www.htc.com/www/support/android/google-io-device.html

Nie przejmuj się tym co piszą ze oprogramowanie nie będzie kompatybilne itp. (częściowo mają rację – urządzenia różnią się, ale to żaden problem).

Ja polecam uzyć metody fastboot (nie takie trudne),

Musisz pobrać program ‘fastboot’ z ich strony i 2 obrazy: Radio Image i System Image.

Zgodnie z instruckjś, zainstaluj Radio Image – prawdopodobnie, twój telefon po restarcie nie wystartuje poprawnie, będzie widoczne logo android ale nic wieęcej (w adb logcat będzie widać że próbuje startować co chwilę) – nie ma co panikować, to normalne.

Wgraj obraz Radio Image na kartę SD poleceniem:

adb push <radio-image-package>.zip /sdcard/update.zip
adb shell sync

wejdz w tryb Recovery przytrzymując HOME podczas startu, potem wybierz opcję ALT+s na ekranie, późśniej HOME+BACK, urządzenie powinno się zrestartować – nie panikuj jeżeli się nie uruchomi.

Jak juz masz wgrany Radio Image – czas na System Image:

Wgraj obraz na kartę SD:

adb push <system-image-package>.zip /sdcard/update.zip
adb shell sync

Wejdź w tryb fastboot (BACK+POWER podczas restartu) – ZAPAMIETAJ wersję ‘hboot’ – będzie ci potrzebna.

Mozesz spróbować wgrać system image już teraz, ale dostaniesz błąd że wersja nie pasuje do twojej wersji hboot (wymagana 1.33.3004, ty masz pewnie 1.33.3005).
Żaden problem – mozemy to obejść :-) .

Co należy zrobić – rozpakować System Image do folderu, znaleźć plik android-info.txt i zmienić wartość opcji ‘require version-bootloader’ podstawiając tam wersję hboot która odczytałeś przy starcie fastboot.
Następnie spakować zawartość folderu do nowego pliku zip, wgrać ten system image na kartę SD.

Więc, już teraz masz wszystko gotowe, spróbuj wgrać ten obraz, NIE ZAPOMNIJ żeby wybrać opcję ‘clean userdata and cache’ – to jest wymagane, bez tego, dostaniesz logo android na ekranie i nic więcej.

fastboot update .zip -w

Krok 3:

(Jeżeli twój operator blokuje nie-swoje telefony):

Musimy zmodyfikować klienta MMS żeby przedstawial sie w sposób bardziej lubiany przez operatora (Jest niewielka szansa ze ten krok rozwiąże twój problem w całości – nie jestem pewny czy wgranie nowej aplikacji MMS odblokuje wysyłanie czy nie – ja przeszedłem przez wszystkie 3 kroki):

Wersja hardkorowa:

Pobierz źrodło android ze strony google, skompiluj, i zainstaluj ten patch:

--- packages/apps/Mms/src/com/android/mms/transaction/HttpUtils.java  2009-06-12 23:56:28.000000000 +0900
+++ packages/apps/Mms/src/com/android/mms/transaction/HttpUtils.java  2009-06-12 23:47:20.000000000 +0900
@@ -220,7 +220,7 @@
 
     private static AndroidHttpClient createHttpClient() {
         AndroidHttpClient client
-                = AndroidHttpClient.newInstance("Android-Mms/0.1");
+                = AndroidHttpClient.newInstance("SoftBank/1.0/705NK/NKJ002/SN001 Android-Mms/0.1 Profile/MIDP-2.0 Configuration/CLDC-1.1");
         HttpParams params = client.getParams();
         HttpProtocolParams.setContentCharset(params, "UTF-8");
         return client;

(Ten patch zmeni tylko UserAgent w kliencie MMS, nie zmieni przegladarki WWW).

Skompiluj źrodło jeszcze raz (jedynie aplikacja MMS zostanie przekompilowana), i zainstaluj swieżą aplikację Mms do androida poleceniem:

adb install -r ./out/target/product/generic/system/app/Mms.apk

Wersja dla leniwych:

Pobierz Ten plik i zainstaluj uzywając adb:

adb install -r Mms.apk

Nie zapomnij skonfigurować APN do MMS, jako ‘apn type’ NIE WPISUJ ‘mms’ – to nie działa.

Wszystkie pliki jakie są potrzebne wgrałem na swoja strone tutaj:
https://kubatyszko.com/filez/

Linki:

Rooting HTC Magic – creating backup

HTC Google IO device support page

Android source

Co dalej: zmienić źrodło jeszcze bardziej – żeby miec ładne menu z edycją UserAgent w aplikacji Mms :-D.

Powodzenia :-)
[/pl]

84 thoughts on “Flashing and hacking the android phone for Japanese Softbank network.”

  1. for info :
    Some user-agent string can be found here :
    http://creation.mb.softbank.jp/terminal/

    the user-agent for X01T seems to be :
    Softbank/1.0/X01T/TJ001 = softbank/1.0/mobilenumber+MakerLetter/MakerLetter+J001

    Sometimes I still don’t receive the mms properly :-(
    (Several mms from friends where lost)

  2. for the over-lazy: there is an app in the market called handcentsms which enables you to set the user-agent.
    I’m currently trying that out but haven’t found the correct APN-info so far… Kuba, couldn’t you help me out with the softbank mms settings? Thanks in advance

  3. Kuba-san, Amazing post thank you so much.

    Here is my story:
    I own an Android Dev Phone (currently running CyanogenMod 4.2.4) and I am using my Docomo sim card on it. I tried to use the APN settings from the HT-03 to connect to the BizHodai apn but was unsuccessful. When I try to connect to the non-mopera apn, it works fine (but that service is very expensive). The mopera-u apn simply refuses to work. If I’m not mistaken at first the mopera-u apn sends you some data but then stops working after the first few bytes.

    I am not interested in SMS, only Data! Here are my questions:

    1) How is Docomo blocking data access to non-docomo devices? Via IMEI? Is the UA string relevant to Data access or just MMS? i.e. Any chance for it to work on the mopera-u apn if I change my UA string?

    2) Assuming the answer to 1) is no, Could I use a fixed-price data plan with the Android Dream if I move to softbank? I’m pretty sure softbank sell sim-card-only, I have asked them. If the APN setting change all the time, how will I know the new settings? Could I use my ADP instead of the magic?

    3) If I DO use the magic with softbank after all, will I need to do this UA change if I need JUST data? (not mms)?

    Thanks in advance for all the help.

  4. Hi, sorry for so late reply,

    1) UA String matters only for MMS (but could also matter for http access depending on provider – but for that they would have to intercept all of your http traffic)
    Do you have correct user/password etc for the mopera-u APN ? – try setting it up while having logging enabled via adb – it might hint you what is the rejection reason.
    It will also help you to determine whether UA matters or not (wrong UA will most likely cause 403 error)

    2)Yes, you can use iPhone card and iPhone data plan from softbank (i use it), but you will NOT be able to buy just the card with iphone data plan without buying iphone itself. The ordinary sim cards you can buy without a phone also provide data plan but it will cost you twice as much montly.
    ADP will work the same as Magic.
    3) No need to touch UA for data only, UA is ONLY for MMS (because it uses HTTP to send/receive messages).

    4) I don’t think that’s possible, IMEI is usually hidden deeply in phone internal firmware – which is NOT the same as android itself. In some countries changing IMEI if possible is illegal – it’s equal to changing serial numbers on your cars engine etc etc.
    Speaking of docomo blocking imei – yes, that is technically possible, but i don’t really think any operator would use it for that matter.
    It’s being used for example to block stolen phones from working.

  5. Thank you so much for the detailed information. So you think DOCOMO isn’t blocking me with IMEI (製造番号)? hmm… The manual for the HT-03 does not specify a username or a password for the APN settings (I have seen it with my eyes). You think some password exists? I have to investigate further. Thank you!

  6. Hi, although blocking imei is technically possible, it’s pretty unlikely they would have gone that far – afterall you’re the one are making money on…
    What docomo card are you trying to use ? maybe the card youre using just doesnt work with this apn –
    softbank has special (black) cards for iphone and its unlimited data apn – which doesnt work on normal (silver) cards, the black ones also have some block which prevents using them on normal softbank phones.
    Indeed there are no username/password for docomo apn, i will mail you settings i know (for docomo’s android card).
    It is also possible that password mighe be hidden from showing to user – this should be possible to retrieve via backup etc.

  7. Indeed my sim card might be unsuitable for that APN because I tried those APN settings (i thought my MCC/VC was wrong but the settings you sent me are the default after all and I have already tried with those settings. It doesn’t work). I might try again to debug it with the adb logger. Thanks again for all the help.

  8. Here’s the output from adb:

    D/NetworkLocationProvider( 97): onDataConnectionStateChanged 3
    D/GpsLocationProvider( 97): state: DISCONNECTED apnName: null reason: null
    D/NetworkLocationProvider( 97): onDataConnectionStateChanged 3
    D/GpsLocationProvider( 97): state: CONNECTING apnName: mpr2.bizho.net reason: gprsAttached

  9. Hi Kuba,

    I’d like to ask, have you ever gotten message headers but when you download them, they become empty? I’m getting the message headers but when I download the message (manually – it doesn’t download automatically for some reason) a “Sender address hidden” notification shows up and the message appears to be from Anonymous with no message.

    Do you mind telling me the exact settings you have to get it fully working?

    Regards,

    Zul

  10. Hi, unfortunately it does happen to me once in a while, i get mms, then when i download it , all content disappears,
    i am able to reproduce this problem (for example by sending email from my corporate account), but simply didn’t bother and didn’t have time to investigate more on this – but i certainly will.

    Stay tuned.

  11. Thanks for the reply. Seems like I was able to receive from my Yahoo Japan email but not Gmail, Hotmail, and my friend’s Docomo mail.

    So I decided to just open a new Gmail account for the phone and let people send emails to me through that. I hope the unlimited data plan (packet teigaku) kicks in and I won’t end up with a huge phone bill next month.

    Just to be sure, as long as I set open softbank as the primary APN, I should be able to use the unlimited data plan, right? I do have a subscription for it.

    Regards,

    Zul

  12. Kuba, how do I contact you for the APN information? I just got charged over 1000 USD for five days of light internet browsing! I think I used the wrong APN info, so how do I do it the right way? I was on the flat rate packet discount, do I need to get on the iphone plan?

  13. Hi Kuba,

    Quick question. Are you able to select to send MMS to contacts from the phonebook, or do you have to enter their mail address manually? Currently I have to enter the addresses manually and I was wondering if there was a way around this. I tried looking for some phonebooks that allowed this, and even MMS apps, but no luck so far.

  14. yes, you either need APN set as defualt or with NO tyle set.

    I can send MMS to phonebook contacts and don’t understand why would this ever be a problem…

    Wraithxt1, you don’t contact me :-), i contact you :-).
    So, packet flat rate which you get with normal silver SIM card and ordinary phone DOES NOT guarantee you unlimited data transfer – even if it did, it would have cost twice as much as the same service with iPhone black SIM card.
    I sent you mail with settings.
    Softbank must have sent you warning SMS when you breached 30000 or 50000 JPY of the bill – if they haven’t you can even sue them.
    Cheers.

  15. Hmm, what i do is tap “text message” – then your mms client will send sms by default, but when you add subject, attachment or anything that’s beyond sms capability it will switch to MMS.

  16. Ah right.. but it will still send to the number, not the MMS address (eg. someone@softbank.ne.jp). It’s fine if I’m sending MMS to Softbank users (since I’m also on Softbank) but no go with other providers like Docomo.
    Just to be clear, when you say you can send MMS, basically you’re talking about sending MMS to the recipient’s phone number, not their Softbank/Docomo/AU phone mail address, right? I think I might have misunderstood the whole MMS thing.

  17. Thanks for the great guide Kuba!
    I’m aaaaalmost there…
    But MMS just doesn’t seem to be working.
    I used the lazy method, and have tried all manner of User Agents, although I can’t find one for my specific phone (the Softbank X01T).
    Using logcat, there seems to be an HTTP error (Forbidden) not long after the User Agent string is invoked.
    Any tips?

  18. Dzul1983 – Theoretically, MMS should work using just a number between operators, but i suspect they use normal e-mail protocol for this communication, so it may not work – i would have to send some to non-docomo people and see what happens.

    Naginagi – UserAgent string has absolutely nothing to do with the phone, it is only between mms client and server, are you sure you entered correct UA ? (upper/lower case matters) – i think softbank only requires to see SoftBank at the beginning of the string, i will send you some UA samples later.

  19. After lots of consultation with DOCOMO it appears that they indeed DO IMEI filtering on their BizHoudai service. No luck for my dev phone unless I can change the IMEI which, from what I’ve seen up to this point, looks impossible.

  20. I just tried the 705NK UA and I can now send and receive to email addresses it seems :)
    But sending or receiving to Japanese phone numbers (also Softbank) seems to force the mms app to crash!
    The message I sent got through, but I couldn’t receive any of the messages.
    I currently have the data and mms settings all in the same apn (named “default”) this isn’t connected by any chance is it?

  21. Ok, everything seems to be working now!
    I got this app from the Market called Handcent SMS… it made things a lot simpler. A huge improvement over the default MMS app, and it even has some pre-set UA’s to choose from!
    Now it’s just a case of waiting for the next Softbank bill update to make sure my apn is for the right plan >_<
    Thanks again for the great help!

  22. Hi Kuba,
    Sending MMS to different operators using the phone number doesn’t work in Japan. I’ve tried. However, if I manually insert the contact’s email address in the To field on the Messaging app, it sends the message just fine (provided it’s set up with the correct UA), and most messages that I get from my contacts show up fine (provided they use their phone mails eg. @docomo, @softbank, etc). The contact’s name shows up properly in the Messaging app to indicate who sent the message, and I can reply to this. Messages from web mails are kinda hit and miss. Gmail doesn’t work. Neither do Hotmail. Yahoo Japan mail works though.
    The only thing I can’t do is select a contact from the Contacts app and send a message to their email using the Messaging app, and not Gmail.
    I was thinking about modifying the Contacts.apk to allow sending a text message to an email address, but I’m a total noob to the android source and it would take some time to figure out stuff. Maybe you can point me in the right direction?

  23. Still having various problems here… mostly similar to what otiasj seemed to be having.
    Could somebody send me an example of working APN settings so I can see if there’s an error there?
    Also when I reboot the system, the User Agent option disappears from the options menu and I have to adb install again every time… weird.

  24. hey naginagi, did handcent sms work for you? i was able to recieve but it still forbids when sending mms

  25. Yeah, I did, but it seemed to behave exactly the same as the proprietary messanger app.
    For example, even if I set the user agent in the options menu it still only works if I install Kuba’s MMS.apk … but this seems to get reset every time I restart the handset :(
    Sometimes I could receive, sometimes I could send, sometimes I couldn’t do either. I couldn’t isolate what was making it erratic.

  26. Hello,
    Could you please help me with setting MMS.
    I am using HTC Hero. When trying to isntall the “lazy” mms.apk – I am getting an error saying – “42.0px could not be installed on this phone.”
    Please let me know if someone knows a solutions to this.

    PS. I have allowed non-market applications to be installed and there is 120Mb free on the Phone.

  27. Hello Kuba
    > yes, you either need APN set as defualt or with NO tyle set.

    Could you please let me know how to set APN to default – I did not find such an option in my APN settings.

    thanks

  28. I need help with MMS.

    I have a new HTC Magic and I don’t really understand most of the things you are talking about.

    I do, however, APN edited to work with internet. I just can’t get it to get MMS. Send or receive. This is what I have.

    NAME->set,
    APN->set,
    Proxy->not set,
    proxy port->not set,
    username->set,
    password->set,
    server->not set
    MMSC->not set (don’t know what to set)
    MMS Proxy->not set (don’t know what to set)
    MMS port->not set (don’t know what to set)
    MCC-> set to default 440
    MNC-> set to default 20
    APN TYPE->not set

    Please help. You can email the info to me if you’d like. Thank you.

    P.S. Nice pics

  29. Kuba, I’m a new user and live in Hawaii and Tokyo. Have a few questions for U?

    I’m about to receive a SB 3GS 16GB on the new iPhone for Everybody price plan.

    Packet Flat Rate-Full Plan 5985 yen per month.

    1. Will I be able to take the SB SIM and insert into my unl**ked ATT iPhone and take full advantage of the unlimited data? I hear different conclusions.

    2. Is it possible to unl**k the SB iPhone?

    3. A HKG company sells a sleeve for a SIM which they indicate will allow use of my ATT sim in the SB iPhone. Are u able to confirm the availablility of such devices?

    Mahalo & Arigato

  30. Sorry guys for such late reply, starting with comment 72…

    @Jubei, Changing IMEI is illegal in many countries, so be careful even if it was possible.

    @naginagi, data and mms in one apn should not matter, if your app crashes, try using adb to figure out why (you should receive some error code when it does).
    I didn’t have time to try and investigate why does the app disappear yet, but i will give it a shot soon.
    (What i suspect at the moment, the app has been compiled on 1.5 sdk, if you’re using 1.6 maybe during startup it figures it out and overwrites the mms app.

    @dzul1983, I think what operators did in Japan, is they couldn’t (or didn’t want to) agree on inter-operator MMS connections, so each had set up ms-email gateways which also gives advantage of interoperability with ‘normal’ email. This means there may be no way to send MMS between operators.
    What i believe the phone’s MMS client does is when you select a contact it establishes connection to MMSC and submits MMS message using email address (of phone number if possible) of recipient.

    @umka83, The MMS app i have doesn’t seem to work on Hero at all, and i don’t have proper source to compile it.
    I’ve also tried running Hero on my Magic with no luck, so can’t work on anything Hero-related :( Sorry.
    There should be a field for “apn type”, just enter “default” there.

    @SpW, look into your mailbox, i’ve sent you the MMS settings you need.

    P.S. Thanks :)

    @ alohamark,
    1. You will have to confgure APN on the unl**ked iPhone, it should work just the same way as we do it with Android.
    2. Y let mE leave thiS without comment :P
    3. Nope :P

  31. Hi kuba!
    I got my, non rooted, HTC Magic using prepaid softbank with Handcent (allows me to use custom User Agent) my apn for mms is correctly settled and I got MMS messages but just can read subject, can’t download it or send… any idea on how to fix this problem?
    The phone I bought with USIM card is a 730SC.

    Thanks!

Leave a Reply