[android-porting] Re: Jelly Bean Porting Issue: I/ServiceManager( 1337): Waiting for service SurfaceFlinger...

2013-07-07 Thread x1123
You need to check /system/lib/hw/hwcomposer.YourDevice.so rgds On Friday, May 10, 2013 1:16:36 PM UTC+7, Santosh Kadam wrote: > > Hi There, > > I am attaching the logs for any clues to be shared. > > Regards > Santosh > > On Wednesday, 8 May 2013 21:52:21 UTC+5:30, Santosh Kadam wrote: >> >> Hi

[android-porting] bootanimation.zip

2013-07-07 Thread Puneet B
once i copied the bootanimation.zip file data/local of sd card. and boot it. then it is showing boot log of images of zip folder , in android home screen. but once i decompress that file and compress as bootanimation.zip and copied to same folder. Then it is not showing any logo . i did not

[android-porting] Re: RIL issue

2013-07-07 Thread Sumit Sharma
hi Prabu Sorry for late reply I'm using librefrence-ril.so and libril.so from the vendor Neoway M660 On Wednesday, 26 June 2013 19:11:41 UTC+5:30, Sumit Sharma wrote: > > hi all > i'm facing the issue regarding RILif u can help me > i the logcats i'm getting > > 01-01 00:00:16.124 D/RIL_MUXD(

[android-porting] Re: Problem in executing application program in Android

2013-07-07 Thread Puneet B
i solve this by adding libgcc.a instead of libgc.a in makefile On Tuesday, July 2, 2013 10:50:40 AM UTC+5:30, Puneet B wrote: > > i written an user level program which can access i2c devices. > > once i compile this by using arm cross compiler and port into debian file > system. > > which is ex

[android-porting] Re: How to set logcat file permission by init.rc service.

2013-07-07 Thread Chanmin Jung
2012년 12월 18일 화요일 오전 10시 3분 4초 UTC+9, Modem Bsp 님의 말: > > Hello. > > I use logcat, I extract log file(ex. main, radio, system, events) > So, I typed to below by init.rc > --- > service logcat-events /system/bin/logcat -v time -b events -f > /data/logger/events.log -n 4 -r 4096 > oneshot

[android-porting] Re: How to boot android from Nand..

2013-07-07 Thread Stephane Ancelot
Hi, I am also interested in creating an sdcard for an a10 board. How did you do this ? Regards On Saturday, June 15, 2013 10:00:00 AM UTC+2, Puneet B wrote: > > Hi guys, > > I have working sd card which boots android, > No i want to boot android from Nand. > i am using lychee kernel 3.0.8. > ki