Tag Archives: Android

Trying to get Android runs on Omnia

Yeah!
I have nothing to write out yet..
Just following the former hacker without any contribution to the community -
http://twitpic.com/bbe50
http://twitpic.com/bbe43
http://twitpic.com/bbcgz
Well yeah, nothing special

GSM serial

Last time, i tried to connect serial GSM modem. The modem is working well with PC, try to send sms and dial a number using AT command. this website (http://www.developershome.com/sms/) covers very well tutorial about AT standard command.
simply, my assumption is that, android must recognize the modem, generally in linux, it is stored in file. [...]

m5-patches set

last time, i ported m5 and i use 2.6.22 kernel version. as we know, there are a lots differences between m3 and m5, especially in binder driver. to get android running i did modification with kernel source.
runtime complained that some function, or DEFINED value missing in 2.6.22, try to do little investigation in which [...]

Android vs GSM

yet take a look into radio log, there are lots of interesting thing. Here is what i got :
^DRILJ
Connected to radio-interface socket
^CRILJ
[UNSL]< RADIO_STATE_CHANGED RADIO_UNAVAILABLE
^CGSM
Broadcast PHONE_INTERFACE_ADDED : GSM
^CRILJ
[0000]> GET_CURRENT_CALLS
I tried to make a call, -not too serious, i just did not plug any GSM module yet- the log look like this
^CGSM
ServiceState pollState done old state: OUT_OF_SERVICE [...]

strace log::SurfaceFlinger

After successfully porting the m5-rc14 last week, i just curious why is it not as stable as m3. Then i try to port the m5-rc15. I was interested to this just because of curious whether pppd is running or not. I have tried to make such ppp connection to USB modem with m3, but the [...]