[android-porting] LayerBase::drawWithOpenGL()

2009-12-03 Thread android-newbie
Hi I have been looking at LayerBase::drawWithOpenGL() and trying to figure out if the scaling being done in this function is performing a "stretch" or "crop", but not able to figure that out yet. Can someone please let me know if LayerBase::drawWithOpenGL() is doing "stretching" or "cropping" fo

[android-porting] SurfaceView of type PUSH_BUFFERS and Surface Flinger memory allocation

2009-12-08 Thread android-newbie
Can someone please help me to understand this? When my CameraSurfaceView is of type SURFACE_TYPE_PUSH_BUFFERS, does Surface Flinger actually allocate 2 buffers for this surface? Thanks an -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/androi

[android-porting] build phone without cell capabilities

2013-09-17 Thread Android Newbie
We are designing a device that is a wi-fi phone, i.e same as a cell phone, but without cellular support. Is there a way to tell Android "I don't have cell support, so automatically remove cell phone related stuff"? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http:/

[android-porting] remove GPS support from build?

2013-09-29 Thread Android Newbie
starting from the freescale i.MX6 saber BSP. I want to remove GPS support since my device doesn't have one, Android still seems to thin kit has a GPS, at th every least it shows a GPS checkbox in the location access sub-menu, looking at the code it seems that this is built dynamically only whe

[android-porting] Re: remove GPS support from build?

2013-10-06 Thread Android Newbie
So doing the above does remove GPS support as far as I can tell (the low level drivers and the Orion service are not longer running), but I've been going round and round in the location_provider logic in the settings providers. I removed gos from the list of default location providers (removed

[android-porting] still respond to volume up/down while screen is off`

2013-12-23 Thread Android Newbie
Our platform has a SIP app that turns the screen and touchscreen off when the user is holding the phone to their face. this is triggered by the proximity sensor. Physical volume buttons don;t seem to be recognized when the screen is off, so you can't change the volume in that state. Anyone can p

[android-porting] display message from system service

2014-02-25 Thread Android Newbie
I am adding additional battery properties that require a shutdown under certain conditions. I have a requirement that the user be notified of the shutdown reason Basically I am adding additional checks like shutdownIfOverTemp() in BatteryService, so I can use that function as an example of wher

[android-porting] USER_BOOTANIMATION_FILE is "/data/local/bootanimation.zip" but user can't write there?

2014-03-10 Thread Android Newbie
I want my used to be able to override the default boot animation. based on the code in BootAnimation.cpp: (Android 4.1.2 if it matters) #define USER_BOOTANIMATION_FILE "/data/local/bootanimation.zip" #define SYSTEM_BOOTANIMATION_FILE "/system/media/bootanimation.zip" I would expect the user to p

[android-porting] pico-tts can I ship the language files?

2014-05-29 Thread Android Newbie
The TTS engine appears to get built in and working in our device, however you need to manually download and install the voice data before using it. I can't figure out the right (and legal!) way to include language file with the shipping device. any pointers? -- -- unsubscribe: android-porti