[android-porting] compilation error with froyo 2.2 with rowboat repo

2011-02-22 Thread Ananthapadmanaban
Hi all, When i compile froyo with dsp version of image i end up with this error. Any one came across this type of error ? target Jar: core-tests (out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar) 'out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/classe

[android-porting] Compiling froyo 2.2.2 for sholes

2011-02-22 Thread jason
ok so i have tried on two different machines and get the same errors on both... make: *** No rule to make target `out/target/product/sholes/system/lib/ libaudio.so', needed by `out/target/product/sholes/system/lib/ libaudioflinger.so'. Stop. something wrong with the froyo branch? or what. -

[android-porting] Re: pppd hangs after CONNECT response from modem

2011-02-22 Thread John Michelau
Modify chat and pppd to reroute the syslog logs to logcat and post the output here. Your posted log doesn't even show the ATD or the connect. On Feb 21, 7:26 am, tiwari wrote: > I have an android tablet and i am trying to connect a CDMA modem to go > online using pppd command from terminal emula

[android-porting] Re: Android HAL code debug

2011-02-22 Thread Srikant
On Feb 21, 1:13 pm, Leon Gao wrote: > Hi guys, > > I want to achieve the Camera HAL (libcamera.so), but the sequence of my > method is : > step 1: change the code > step 2: make to generate the libcamera.so > step 3: copy the libcamera.so to my sdcard > step 4: insert my sdcard to my board ,and

[android-porting] Re: Android HAL code debug

2011-02-22 Thread Srikant
What are your adb logs? what is the actual problem? What's happening? Which location you're copying the libcamera.so to sdcard? Should it be in the /system/lib/ ? On Feb 21, 1:13 pm, Leon Gao wrote: > Hi guys, > > I want to achieve the Camera HAL (libcamera.so), but the sequence of my > method i

Re: [android-porting] RIL Issue for Making GSM call

2011-02-22 Thread animesh arora
Hi i applied AT+CSCS=\"UCS2\"", NULL); than also i am just getting dialing screen,but other side i am not able to receive call. But i think AT channel is responding because by standalone c program i am able to call after booting of android. is there any possibility of java application side some

答复: [android-porting] Re: Android HAL code debug

2011-02-22 Thread Edward Qin
Please change methord with 1) Adb remount 2) adb push libcamera.so /system/lib -邮件原件- 发件人: android-porting@googlegroups.com [mailto:android-porting@googlegroups.com] 代表 Srikant 发送时间: 星期三 2011年2月23日 0:11 收件人: android-porting 主题: [android-porting] Re: Android HAL code debug What are your a

[android-porting] Disable battery service

2011-02-22 Thread Nicola La Gloria
Hi all, I've ported Android on iMX28. I've no battery on board and the system after booting notifies that battery is getting low. Anybody knows how disable the battery service (or the battery check) in such systems where battery is not present ? I find a property, hw.nobattery but setting it to tru

Re: [android-porting] RIL Issue for Making GSM call

2011-02-22 Thread Rajesh Kadhiravan Nagaiah
Hi, That TE character set AT command was just an example, but anyways thats not blocking it because as it returned ERROR immediately. Can you share both the Apps side logs and the Ril logs ? BR, Rajesh On Tue, Feb 22, 2011 at 8:41 AM, animesh arora wrote: > Hi > > i applied AT+CSCS=\"UCS2\"", N

[android-porting] Re: pppd hangs after CONNECT response from modem

2011-02-22 Thread John Michelau
You should also check to make sure that your kernel has the proper CONFIG items enabled for PPP. After the chat script is finished and you get CONNECT, pppd changes the line discipline of ttyUSB0 to N_PPP and starts talking PPP with the CDMA modem. If the PPP driver is not enabled, this will obvi

[android-porting] Drawing procedure in Android (unlock the screen the activity is relayouting

2011-02-22 Thread kismeter
Hi, I met a problem, when I unlock the screen, the activity is relayouting (E.G camera activity, settings activity) I want to the keyguardview don't remove so quickly, just wait this kind activity drawing complete. anyone have ideas? I add a thread sleep at hide()@KeyguardViewManager.java /*

Re: [android-porting] Disable battery service

2011-02-22 Thread Amit Pundir
On Wed, Feb 23, 2011 at 12:04 AM, Nicola La Gloria wrote: > Hi all, > I've ported Android on iMX28. I've no battery on board and the system > after booting notifies that battery is getting low. Anybody knows how > disable the battery service (or the battery check) in such systems > where battery i