[android-developers] My own Android source repository server and REPO question

2012-11-15 Thread Kimi
Hello,

I am porting and building Android for a custom hardware, many people will 
be working on this version. We would like to have our own repository server 
in order to simplify the development of this porting. What it is the best 
way to archive this? Copying the source to a SVN or GIT server? With a 
special REPO command?

The other question is: once I have this setup done, how to integrate 
changes on the main Android trunk into main release.

Thanks very much!

Ezequiel

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Every time got zero value when fetch / receive data from external USB Device to Android 3.1 USB Host tab device ?

2011-08-30 Thread Kimi
Hello, 

I'm working on the same project but with a Motorola Xoom with 3.2 and the 
FT232R version of the chip.

I would like to share experiences with you. Please write me.

Thanks,

Ezequiel

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Every time got zero value when fetch / receive data from external USB Device to Android 3.1 USB Host tab device ?

2011-08-30 Thread Kimi
Hello, 

I'm working on the same project but with a Motorola Xoom with 3.2 and the 
FT232R version of the chip.

I would like to share experiences with you. Please write me.

Thanks,

Kimi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] getting sensor information from native code (C or C++)

2010-10-12 Thread Kimi
Hello,

Is this possible to access a sensor data form native code without
using Java at all? I need to access to the sensor as fast as possible,
but it seems like the DELAY_FASTEST parameter when registering an
event change is not fast enough.

Thanks

Kimi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: getting sensor information from native code (C or C++)

2010-10-12 Thread Kimi
So if I see that the event does not arrive so quickly it's a hardware
or software (¿May be Android version?) problem.

I'm trying to get light sensor information as far as possible in order
to do an app. for my physics class at university.

Thanks


On Oct 12, 10:00 am, Mark Murphy mmur...@commonsware.com wrote:
 On Tue, Oct 12, 2010 at 8:52 AM, Kimi ezequiel.ac...@gmail.com wrote:
  Is this possible to access a sensor data form native code without
  using Java at all?

 I do not believe so.

  I need to access to the sensor as fast as possible,
  but it seems like the DELAY_FASTEST parameter when registering an
  event change is not fast enough.

 The other DELAY_ parameters introduce an actual delay, on the order of
 such-and-so milliseconds. DELAY_FASTEST is a 0-millisecond delay, so
 it is as fast as you are likely to get.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Android 2.2 Programming Books:http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] WiFi Driver error?

2010-02-25 Thread Kimi
Hello to everybody,

I'm testing an app that handles automatically a connection to WiFi
using WiFi Manager on a Motorola Milestone (Android OS 2.0).

I happens to me a lot of times to see this error:

ERROR: - wpa_driver_tista_send - error sending Wext private IOCTL to
STA driver (ioctl_cmd = 8000306, res = -1, errno = 95).

Also, is there anyway to detect if the WiFiManager is scanning
networks in order to not start a new scanning? May be this problem
appears because on startScan is launched before anotherone ends.

Thanks

Ezequiel

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Export logcat from the device

2010-02-03 Thread Kimi
Hello to everybody,

Is there any way to get the file where logcat logs, and export it? I
have tried running logcat and redirecting the output, but really
it's not what I'm looking for.

Thanks very much

Ezequiel

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Remote Log

2010-02-01 Thread Kimi
Hello everybody,

I have used Android's log all around my app to trace some important
events. As for development porpuse only, I would like to do one of the
following things:

1) redirect that log to a specific file in a SD-Card
2) locate the log file, if already exist

I both cases I will create another app that uploads the Log to a
server, using FTP or something.

Thanks very much,

Kimi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en