[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread venkat k raju
Hi Chaitanya & Devindrappa, thanks for your suggestions. finally i am able to establish GPRS and GSM individually. if i tried both at time then my usb (modem) was disconnecting. i have been trying it... ! On Mon, Jan 16, 2012 at 5:23 PM, Sai Chaitanya Chitneedi < chaitanya.nom...@gmail

Re: [android-porting] libusb-1.0.8 on Android 2.3.5

2012-01-17 Thread Maxime Ripard
Hi, On 16/01/2012 08:22, arpan...@gmail.com wrote: > I wanted to port libusb-1.0.8 on Android 2.3.5. So I tried below links: > http://android.serverbox.ch/wp-content/uploads/2010/01/android_industrial_automation.pdf > > https://github.com/hirokuma/libusb_for_android > > Now, the libsub.so and

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread Devindrappa Handraki
Hi venkat and Chaitanya, 1. I am not able to access Internet, i am getting the below mentioned error E/pppd( 1799): Connect script failed I/pppd( 1802): # pppd exited with 8 2. Do we need to configure mux driver for internet access and telephone services. If so please give me so

[android-porting] Difference between 3.0 and 4.0

2012-01-17 Thread Johnny Yang
I would like to discuss that what are the differences between 3.0 and 4.0 of porting them on the android devices? For example, Kernel, HAL, Framework... etc. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread venkat k raju
sorry without rild interface i am connecting internet On Tue, Jan 17, 2012 at 2:35 PM, venkat k raju wrote: > Hi Devindrappa Handraki, > > i had been trying it... for me both are not working at time... > here i am using mux concept also.. > > i don't know what happen in your cas

[android-porting] Frame Buffer Issue

2012-01-17 Thread Pawan
Hi, I am working on Mistral DM3730 board, and have already ported Android 2.3.4 on it. I am trying to run Android VNC server(fbvnc) on it and VNC client on x86 Linux Machine. But facing some issue, I am getting Android Boot Screen only at VNC client side eventhough android homescreen is displa

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread venkat k raju
Hi Devindrappa Handraki, i had been trying it... for me both are not working at time... here i am using mux concept also.. i don't know what happen in your casebut with rild interface i have been connection the net .. see once again... 1) i written code for manually enter at

Re: [android-porting] Interface GPRS8000 to Devkit8000

2012-01-17 Thread Sai Chaitanya Chitneedi
HI devindrappa, When pppd calls the script it passes these arguments. The comment is to tell you to pass them if you are invoking this script manually. Note that this script will be called only after connection is established and first IP packet is sent. So we are not there yet. The error "Connect

Re: [android-porting] Interface GPRS8000 to Devkit8000

2012-01-17 Thread Sai Chaitanya Chitneedi
And i never used mux. I think it is bcoz venkat is working on the t63i modem and it has a mux feature which gives 3 serial ports. I don't think it applies here. On Tue, Jan 17, 2012 at 9:08 PM, Sai Chaitanya Chitneedi < chaitanya.nom...@gmail.com> wrote: > HI devindrappa, > When pppd calls the sc

Re: [android-porting] Interface GPRS8000 to Devkit8000

2012-01-17 Thread Sai Chaitanya Chitneedi
When i see your ppp-log it is expecting "AT" as a response and not as what is to be sent. So that's why your chat script is wrong and is failing and that's why you are getting error. I will correct the chat script syntax and send it to you. On Tue, Jan 17, 2012 at 9:10 PM, Sai Chaitanya Chitneedi

Re: [android-porting] Interface GPRS8000 to Devkit8000

2012-01-17 Thread Sai Chaitanya Chitneedi
Hi Devindrappa, Either of the attached 4 scripts should work. If you still get error check the chat log :- /etc/ppp/connect-errors for what the error is. The syntax mistake was that, the script starts with what to expect and not what to send. if you are not expecting anything give 2 apostrophes

[android-porting] Porting from GSM to CDMA.

2012-01-17 Thread rayman
How to porting custom rom like cm7 for zte blade GSM to zte blade CDMA ? Thx. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Frame Buffer Issue

2012-01-17 Thread Sam Berro
This is because you are using the hardware composer driver to draw images directly to the lcd not the framebuffer device. The frame buffer is used until the hwc is initialized through SurfaceFlinger. -- Sam Berro On Tue, Jan 17, 2012 at 7:11 AM, Pawan wrote: > Hi, > > I am working on Mistral DM