Nestor,
Check following threads.
http://groups.google.com/group/android-porting/browse_thread/thread/84b363b2a4826d29/a1468920d25ef5d0
http://groups.google.com/group/android-porting/browse_thread/thread/e819c7db7052be87#
http://groups.google.com/group/android-porting/browse_thread/thread/a07a6a0d
HI Deepak,
"Use the tool diff to create a patch from a clean linux-2.6.25
kernel source and the android specific linux-2.6.25-android-1.0_r1
kernel source.
diff -Naur linux-2.6.25/ linux-2.6.25-android-0.9_r1/ --> android.patch "
Deepak , I have done the above step what u mentioned in u r
On Thu, Jan 15, 2009 at 7:11 PM, anand b wrote:
>
> Mathias,
>
> I would like to know if gyroscope sensor (mentioned in sensors.h) is
> already supported in android. Is there code using this in the android
> tree?
No. The constant is there so that a 3rd party could implement such a sensor.
Mat
thanks for the information..Android is really doing great on my board..
-vinay
On Thu, Jan 15, 2009 at 10:54 PM, dimitr...@android.com <
dimitr...@android.com> wrote:
>
> Hi,
>
> If you take a look on route utility you will find that it can only set
> values.
> To get route table just:
> cat /pro
Mathias,
I would like to know if gyroscope sensor (mentioned in sensors.h) is
already supported in android. Is there code using this in the android
tree?
Thanks,
Anand
On Fri, Jan 16, 2009 at 3:43 AM, Mathias Agopian
wrote:
>
> On Thu, Jan 15, 2009 at 1:04 PM, Ken Schultz wrote:
>>
>> Mathia
Hi,
On Thu, Jan 15, 2009 at 9:53 AM, F H wrote:
> I have a few questions regarding integration of an accelerated capability
> into Android.
Before we go further, I would like to point out that there are no
OpenGL ES driver model in Android 1.0. We're trying very hard to
finalize it for the cupc
Hi, Qingzhan
Thanks for your kind reply. And if you are also working on it or interestred
in it, I'd like to exchange and communicate more with you ^_^
That's for certainty that there are great difference between 2.6.24's sys
and 2.6.25's especially kobject/kset and related APIs, one example is
k
I think you should your kernel ,there are some difference between 2.6.24's
sysfs and 2.6.25's.
On Thu, Jan 15, 2009 at 5:36 PM, Android Groups wrote:
>
> Hi, all
>
> I'm porting Android 1.0 (2.6.25 based) to Marvell PXA9xx board with
> 2.6.24 kernel. Considering the workloads of drivers porting,
You need to implement an OMX encoder and add it to the OMX registery
in OpenCore. You'll also probably have to tweak a few things because
right now it's hardcoded for the Qualcomm encoder library.
On Jan 15, 1:31 am, "forest...@gmail.com" wrote:
> when release sample OMX video encoder node,ths,i
On Thu, Jan 15, 2009 at 4:09 PM, Dianne Hackborn wrote:
> Multiple screen support has really not been implemented at all, so you
> probably have a fair amount of work ahead of you. Mathias can probably help
> you some more, but one thing to think about is you probably want to have the
> window m
Multiple screen support has really not been implemented at all, so you
probably have a fair amount of work ahead of you. Mathias can probably help
you some more, but one thing to think about is you probably want to have the
window manager being the one deciding when the switch is to occur, since i
Can anyone share or provide a link to Android ready .config for the
OMAP35X EVM? I would like to get Android (Cupcake) running on this
board.
Does anyone know of an available porting guide that includes support
for the EVM?
Regards,
Nestor
--~--~-~--~~~---~--~~
On Thu, Jan 15, 2009 at 1:04 PM, Ken Schultz wrote:
>
> Mathias,
>
> I am looking to use the cupcake version of sensors.h for the sensor
> HAL
> layer.
>
>>In "theory", all you need to do is implement a sensor HAL module
>>properly (as documented in sensors.h. pay extreme attention to the
>>defin
Mathias,
I am looking to use the cupcake version of sensors.h for the sensor
HAL
layer.
>In "theory", all you need to do is implement a sensor HAL module
>properly (as documented in sensors.h. pay extreme attention to the
>definition of the axis and units). Unfortunately, in the current git
>rep
On Jan 15, 4:47 am, bazookier wrote:
> [...] Can any tell us all the IPC mechanism supported by
> the android dalvik api. Like pipe, message, share memory, semaphore,
> mutex etc api expose?
For native code, you have most everything Linux 2.6 provides.
For code written in Java, you have the typ
On Jan 14, 5:11 pm, fadden wrote:
> The VM is calling create_contiguous_mspace_with_name(), which in turn
> is calling ashmem_create_region(). So it sounds like the ashmem
> driver is unhappy about something.
Check the errno value after ashmem_create_region() fails. If it's
ENFILE or EMFILE th
I have a few questions regarding integration of an accelerated capability
into Android.
I understand that Android must draw to surfaces in Software. In our
environment we can create a buffer that can be drawn to both by Hardware and
software, but it is one of our components that must allocate the m
Note that the docs reference here refer to a very different version of the
Binder. What we have in Android is similar in concept, but shares none of
the same code (we had to rewrite everything because the OpenBinder
implementation is MPL and our code needs to use the Apache 2.0 license), and
is ve
Hi,
If you take a look on route utility you will find that it can only set
values.
To get route table just:
cat /proc/net/route
Dmitry
On Jan 14, 10:32 pm, vinay wrote:
> hi ,
>
> I am making custom wifi driver up in android. After installing the
> wifi driver I am able to run wpa_supplicant a
Hi Bazookier,
Android uses binder for IPC. Hackbod has been kind enough to publish
some documentation for binder here:
http://www.angryredplanet.com/~hackbod/openbinder/docs/html/index.html
Try searching for binder in the other groups like framework, internals
and developers for more info.
On
at the moment, things work as follows:
userdata-qemu.img is the persistent partition image for /data
userdata.img is the *initial* version of /data that gets copied into
userdata-qemu.img when you do -wipe-data
sdcard.img, if present or specified with -sdcard , corresponds to
/sdcard
cache.img i
Use the same size for /cache as you do for /system and it'll be enough
but not too much.
JBQ
On Thu, Jan 15, 2009 at 7:51 AM, twebb wrote:
>
>> for the record, a future release of the SDK will feature "virtual machines",
>> where each VM corresponds to a directory holding persistent disk images
> for the record, a future release of the SDK will feature "virtual machines",
> where each VM corresponds to a directory holding persistent disk images,
> including a cache.img disk image.
>
Could you add some detail to the "virtual machines" feature and to
what you mean by persistent disk image
In the AudioFlinger.cpp i found some lines saying (Fix Me)
Are they fixed Can any one help me figuring out my issue
if (__builtin_expect(result!=NO_ERROR, false)) {
LOGW( "obtainBuffer timed out (is the CPU pegged?) "
"user=%08x, server=%08x", u, s);
Try this out:
For windows user goto "http://android.git.kernel.org/
and click on 'tree' link of the package then 'snapshot' link. This will give
you a tar ball.
Cheers,
Manish
On 1/15/09, Madi wrote:
>
>
> Hi All,
>
> For downloading the source code of android, we need ubuntu linux or
> Mac OS
hi,please check my web :www.top-ugg.com
we have a lot of nice products at low price and PAYPL accept.
sneaker,clothes,bags,and so on
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porti
These days, we start to research the dalvik vm and find a lot of
interesting materials. One thing interesting is the multiprocess
support for the virtual machine api. As we don't have much time to
read every piece of the framework of the library. For now, we only
find the traditional signal suppor
Thanks for refreshing my memory :)
JBQ
On Thu, Jan 15, 2009 at 3:23 AM, David Turner wrote:
> it still is re-created empty, unless you use the -cache option
> (in this case, the file is re-used, and created if it doesn't exist yet).
>
> On Thu, Jan 15, 2009 at 12:18 PM, Jean-Baptiste Queru
>
it still is re-created empty, unless you use the -cache option
(in this case, the file is re-used, and created if it doesn't exist yet).
On Thu, Jan 15, 2009 at 12:18 PM, Jean-Baptiste Queru wrote:
>
> Is it still re-created empty? I thought we had made it persistent so
> that I could test the d
You might have better success asking this question on the repo-discuss
mailing list.
Cheers,
JBQ
On Thu, Jan 15, 2009 at 1:46 AM, Madi wrote:
>
> Hi All,
>
> For downloading the source code of android, we need ubuntu linux or
> Mac OS.
> Is there a way I can get the source downloaded in windows
Is it still re-created empty? I thought we had made it persistent so
that I could test the download manager's ability to resume downloads
across reboots...
JBQ
On Wed, Jan 14, 2009 at 11:25 PM, David Turner wrote:
> for the record, in the current emulator, the /cache partition is re-created
> e
You might want to install git for windows (Git on MSys) or browse the git
web interface of Andriod and get snapshots.
Regards,
Midhun.
On Thu, Jan 15, 2009 at 3:16 PM, Madi wrote:
>
> Hi All,
>
> For downloading the source code of android, we need ubuntu linux or
> Mac OS.
> Is there a way I ca
Mathias,
I'd like to asking how the sensors will be emulated in cupcake
emulator as the sensors_trout.c and sensors_stub.c are gone in
cupcake.
- Vettey
On 1月10日, 上午6时35分, Mathias Agopian wrote:
> On Fri, Jan 9, 2009 at 1:26 AM, pramod gurav wrote:
>
> > On Fri, Jan 9, 2009 at 12:56 PM, Mathi
Hi All,
For downloading the source code of android, we need ubuntu linux or
Mac OS.
Is there a way I can get the source downloaded in windows XP (I Don't
require to build it now)?
Thank you
Regards
Madhav
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr
Hi, all
I'm porting Android 1.0 (2.6.25 based) to Marvell PXA9xx board with
2.6.24 kernel. Considering the workloads of drivers porting, I degrade
the android to 2.6.24. At present, Many necessary features (ASHMEM,
BINDER...) and drivers have been ported successfully and Android
homescreen and a
when release sample OMX video encoder node,ths,if enable
HARDWARE_OMX,compile failed
On 2008年12月4日, 上午7时00分, Dave Sparks wrote:
> I believe theOMXdecoder node is an adapter class that wraps anOMX
> decoder to make it look like a native PV decoder. I think you need to
> do something similar for t
getprop is displaying network setting, route table and all four DNS
nameserver ip address.
thanks,
-vinay
On Jan 15, 11:32 am, vinay wrote:
> hi ,
>
> I am making custom wifi driver up in android. After installing the
> wifi driver I am able to run wpa_supplicant and dhcpcd to get the IP
> add
when i did a logcat i get
Starting input on non-focused client
com.android.internal.view.iinputmethodclient$stub$pr...@4)
D/InputManagerService( 554):
hide the small icon for the input method
W/InputManagerService( 554):
Ignoring focus gain of:
android.view.inputmethod.inputmethodmanage...@435b5
hi,
TOuch screen is not working for me on omapzoom. when i run pointer location
i don get any values there. when i touch only the top time & date bar slides
down and goes back. what has to be changed to get touch screen working in
android on omap3evm
On Tue, Jan 13, 2009 at 8:37 AM, Kai Wei wrot
NIMIT,
how did you get the touch screen working ?
On Thu, Jan 15, 2009 at 2:45 AM, vishal bhoj wrote:
> NIMIT,
>
>
> remove WAKE_DROPPED from the keys and try, worked for me . with the default
> mapping are you getting some characters when you press key ?
>
>
> On Thu, Jan 15, 2009 at 1:59 AM,
40 matches
Mail list logo