[android-porting] Re: Android display driver without a framebuffer device.

2011-03-28 Thread mytharak
Sounds to me like you need to either talk to the manufacturer about getting the chip to work with Android or find another manufacturer. Unless of course you feel like reengineering Android. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/androi

[android-porting] Re: How to make Secure SDCard

2011-03-28 Thread mytharak
Sdcards typically use the fat32 file system which has no permissions support and is therefore not considered to be secure. Even with a better fs anyone can remove the card and read/write at will. There is an experemental project that adds full disk encryption to android. It all depends on what yo

[android-porting] Video Capture and Embed Data Into frames at real time in Android 2.1

2011-03-28 Thread Nilay
Is this possible to implement, an application which can Capture Video and Embed Data Into frames at real time in Android 2.1. If possible then tell me. I really need it as soon as possible. Thanks so much in advance.. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http:/

[android-porting] android players that use opencore and stagefright

2011-03-28 Thread CW
Hi, I would like to know which player uses OpenCore and which one use StageFright? Are they all use OpenMax as a means to talk to hardware layer (driver)? Thanks, -Charlie -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] cant port android into ema-3530 stalker board

2011-03-28 Thread omap geek
Hi guys, i used the MLO, uboot uimage and ubifs binaries given by my vendor and tried to boot android on ema3530 stalker board, i loaded the images into nand, and redirected the booting from nand.. following is the boot log.. please help me in booting.. U-Boot 2009.11 (Feb 18 2011 - 12:08:32) O

[android-porting] SDK support for new Services

2011-03-28 Thread Dudero
Hey, I want to add new Hardware Services to the Application Framework of my Android port. What must I do to get SDK support for this new Services in Eclipse? Build and add a new android.jar? Greetz dudero -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goo

[android-porting] Re: battery charging strategy

2011-03-28 Thread Pavan Savoy
what is the most often used battery charging strategy on android phones? I want to know things like, 1. when I have powered off the phone - which mode is it in ? Completely powered-off ? 2. when I power-off the phone and plug in the charger - How does it detect the USB-based charger in the 1

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

2011-03-28 Thread Maffiou
On Mar 27, 6:04 pm, animesh arora wrote: > i dont think the service provider side will be any issue,its working in my > mobile.So is there any problem on JAVA (RIL.java) in framework any problem? If you don't receive any end of call notification from the modem (I think that what you said, but c