[android-developers] Does the count of download of a transferred application (from one developer account to another ) kept?

2014-07-10 Thread nemo
e. It won't start from 0 again, right? Thanks! BR, Nemo. -- 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 t

[android-developers] A question about action "ACTION_PACKAGE_INSTALL"

2011-07-05 Thread Nemo Chen
Hi This is an useful and interesting action. From the definition below, I know that this action would triggered when a package is being installed. /* * public static final String ACTION_PACKAGE_INSTALL * Broadcast Action: Trigger the download and eventual installation of a package. */ So

[android-developers] error when Get Android Source Code

2011-02-22 Thread Nemo Chen
Hi i'm trying to get android source code using git & repo. After running repo sync for a long time it give me an error message: $repo sync Fetching projects: 100% (153/153), done. Syncing work tree: 55% (85/153) error: Untracked working tree file 'Android.mk' would be overwritten by merge. Synci

[android-developers] Re: Component-wise program on android market?

2010-07-27 Thread nemo
Thanks for any comments. On 7月25日, 下午10時13分, RichardC wrote: > see: > >   Apps > Software libraries > > on the Market > > On Jul 25, 12:22 pm, nemo wrote:> Dear all: > > > Could developer upload 'component'/SDK  to android market? > > Now it se

[android-developers] Component-wise program on android market?

2010-07-25 Thread nemo
Dear all: Could developer upload 'component'/SDK to android market? Now it seems only have 2 type: 'application' and 'Game'. I just wonder if android market has the mechanism for developers to upload component-wise programs which can be used in others's application. Then developers may get benef

[android-developers] Component-wise program on android market?

2010-07-25 Thread nemo
Dear all: Could developer upload 'component'/SDK to android market? Now it seems only have 2 type: 'application' and 'Game'. I just wonder if android market has the mechanism for developers to upload component-wise programs which can be used in others's application. Then developers may get benef

[android-developers] Re: Pass Array from Java to C (over JNI) work in an activity but fail in a thread?

2010-01-17 Thread nemo
fadden: Thanks for the information! On 1月13日, 上午6時37分, fadden wrote: > On Jan 10, 3:53 pm, monocasa wrote: > > >   I'm not sure if this is your problem, but you're allocating a really > > big chunk of memory on the stack (it makes my embedded code senses > > tingle big time).  What are the sta

[android-developers] Camera Preview size and zoom

2010-01-12 Thread nemo
Hi! all Could I set camera preview size higher than the screen resolution? And Can I only show part of camera preview region on screen? I'd like to set higher resolution of camera preview size and only get center part of this camera preview data. It's simular to 'zoom in' function. I think I sho

[android-developers] Re: Pass Array from Java to C (over JNI) work in an activity but fail in a thread?

2010-01-11 Thread nemo
t you're allocating a really > big chunk of memory on the stack (it makes my embedded code senses > tingle big time). What are the stack size limits for android? > > Tristan Miller > > On Jan 10, 8:42 am, nemo wrote: > > > > > Hi! All: > > > I've st

[android-developers] Re: Pass Array from Java to C (over JNI) work in an activity but fail in a thread?

2010-01-10 Thread nemo
hi! all: I found that I need to use dynamically allocate for array. Then the crash problem is solved. However, I still don't know why it works when the native function is called in the main activity... Thanks in advance. On 1月10日, 下午9時42分, nemo wrote: > Hi! All: > > I'

[android-developers] Pass Array from Java to C (over JNI) work in an activity but fail in a thread?

2010-01-10 Thread nemo
Hi! All: I've stuggle of this problem few days, search many hours but not sure what's I should try. Thanks in advance. I have a native c function which take jintarray as a parameter, and I wanna pass a int array to it. I use GetIntArrayRegion to copy out the content of jintArray. JNIEXPORT jstri

[android-developers] Re: Could not fine HelloAndroid.apk when lauching the HelloAndroid example

2008-09-13 Thread nemo
I try it but my problom is not solvved , always print [2008-09-12 21:05:10 - HelloActivity] -- [2008-09-12 21:05:10 - HelloActivity] Android Launch! [2008-09-12 21:05:10 - HelloActivity] adb is running normally. [2008-09-12 21:05:10 - HelloActivity] Could not find Hell