Re: [android-porting] Re: android 2.1 screen resolution and orientation

2011-05-24 Thread Jacky.Seraph Mun
. thanks and regards Manoj On May 24, 12:36 pm, Jacky.Seraph Mun jackyser...@gmail.com wrote: Hi Manoj, If you made it by changing in framebuffer device, you may also have to change the touch pad abs size accordingly. So you have to take a look at the driver of touchscreen, which is usually

Re: [android-porting] android 2.1 screen resolution and orientation

2011-05-23 Thread Jacky.Seraph Mun
Hi, You need to modify the file of the framebuffer in the kernel. You have to find the related framebuffer driver that is for your device and then change the screen resolution accordingly. And you don't need to consider the orientation. Android system will determine if it is landscape or portrait

Re: [android-porting] Re: android 2.1 screen resolution and orientation

2011-05-23 Thread Jacky.Seraph Mun
that touch gets aligned to the screen thanks Manoj On May 23, 10:01 pm, Jacky.Seraph Mun jackyser...@gmail.com wrote: Hi, You need to modify the file of the framebuffer in the kernel. You have to find the related framebuffer driver that is for your device and then change the screen resolution

Fwd: [android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc

2011-05-11 Thread Jacky.Seraph Mun
-- Forwarded message -- From: Jacky.Seraph Mun jackyser...@gmail.com Date: 2011/5/11 Subject: Re: [android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc To: jehangir parvereshi jehangir.parvere...@avagotech.com First of all From adb shell: $chown

Re: [android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc

2011-05-10 Thread Jacky.Seraph Mun
Are you sure it's the permission problem that resulted in the failure of enabling RIL daemon? What's the radio log saying? And maybe you can try chown radio /dev/... instead. Jack 2011/5/10 JP j...@avagotech.com: Hi All, I'm new to Android and am confounded with this RIL/phone services issue

[android-porting] Re: Unable to send AT cmd to gsm modem to disconnect gprs on eclair

2011-03-13 Thread Jacky.Seraph Mun
Anyone has ideas? Basically, the question is why I cannot write data to the device /dev/pts/1 after this device is taken by PPP daemon. Thanks 2011/3/11 Jacky.Seraph Mun jackyser...@gmail.com: Hello, I use the virtual channel daemon and the multiplex mode to create 2 channels to connect

[android-porting] Re: Unable to send AT cmd to gsm modem to disconnect gprs on eclair

2011-03-13 Thread Jacky.Seraph Mun
2011/3/14 Jacky.Seraph Mun jackyser...@gmail.com: Anyone has ideas? Basically, the question is why I cannot write data to the device /dev/pts/1 after this device is taken by PPP daemon. Thanks 2011/3/11 Jacky.Seraph Mun jackyser...@gmail.com: Hello, I use the virtual channel daemon

[android-porting] Unable to send AT cmd to gsm modem to disconnect gprs on eclair

2011-03-11 Thread Jacky.Seraph Mun
Hello, I use the virtual channel daemon and the multiplex mode to create 2 channels to connect to GSM modem. One is for AT command and the other one is for gprs connection. The moment the APN is set, it will try to switch to data mode on the GPRS channel by sending some related AT commands and