Re: [android-developers] about gtalk service and Google's winter cleaning

2012-12-17 Thread alex kyo
THX Niko, I read this post http://www.engadget.com/2012/12/14/google-winter-cleaning/ and guess it should be some google-related apps on non-android devices stuff. On Tuesday, December 18, 2012 12:20:02 PM UTC+9, Nikolay Elenkov wrote: > > On Mon, Dec 17, 2012 at 6:32 PM, alex kyo >

[android-developers] Re: about gtalk service and Google's winter cleaning

2012-12-17 Thread alex kyo
Does Anyone has any info? -- 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

[android-developers] about gtalk service and Google's winter cleaning

2012-12-17 Thread alex kyo
Hi everyone! Google has announced a winter cleaning recently. http://googleblog.blogspot.jp/2012/12/winter-cleaning.html They only support those for business, government and education use from 20130130. As far as I know, Google sync android devices via C2DM and local Gtalk service. e.g. You m

[android-developers] Re: try to simulate install button on google play

2012-11-08 Thread alex kyo
that seems not possible On Thursday, November 8, 2012 9:35:57 PM UTC+9, alex kyo wrote: > > Guys, I am trying to simulate the click of install button in google play > store on a android device. > > I 've already got token via GoogleAuthUtil.getToken(context, mailAddre

[android-developers] try to simulate install button on google play

2012-11-08 Thread alex kyo
Guys, I am trying to simulate the click of install button in google play store on a android device. I 've already got token via GoogleAuthUtil.getToken(context, mailAddress, "oauth2:https://www.googleapis.com/auth/drive";) and got device id , feature, xhr, offerType everything required for a in

[android-developers] Re: Is it legal to implement APK's silent installation for commercial use?

2012-10-28 Thread alex kyo
y. > > On Thursday, 25 October 2012 16:00:50 UTC+5:30, alex kyo wrote: >> >> Download and install apps from google play without prompt. >> I know there are only 2 ways to achieve that, sign the 3rd party app with >> a system signature or root the device. >> But I think

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-28 Thread alex kyo
id something along > these lines at some point? > > -Kevin > > On Friday, October 26, 2012 4:54:28 AM UTC-5, alex kyo wrote: >> >> Thanks, Mark >> >> One thing I can definitely confirm is that they are not >> device manufacturer. >> >> Suppose t

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-28 Thread alex kyo
stalled and hopefully users are weary of typing their Google password >> into apps. It's likely that such a setup would violate one or more Play >> Store policies, but I do not know. I think App Brain did something along >> these lines at some point? >> >> -Kevin

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-26 Thread alex kyo
Thanks, Mark One thing I can definitely confirm is that they are not device manufacturer. Suppose there is a google account(*ga*) which contains several apps. My guess is that they might register a stock device with the *ga* by AccountManager and then call the sync api (I don't know exactly wh

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-25 Thread alex kyo
thanks for your reply, TreKing That's a question for a lawyer if I could afford one. On Friday, October 26, 2012 2:51:03 AM UTC+9, TreKing wrote: > > On Thu, Oct 25, 2012 at 5:30 AM, alex kyo > > wrote: > >> Is it LEGAL to implement APK's silent installation for

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-25 Thread alex kyo
o it. thanks again On Friday, October 26, 2012 3:17:58 AM UTC+9, Kristopher Micinski wrote: > > On Thu, Oct 25, 2012 at 6:30 AM, alex kyo > > wrote: > > Download and install apps from google play without prompt. > > I know there are only 2 ways to achieve that, s

[android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-25 Thread alex kyo
Download and install apps from google play without prompt. I know there are only 2 ways to achieve that, sign the 3rd party app with a system signature or root the device. But I think both will cause security trouble and neither will be acceptable to the end user. My question is Is it LEGAL to

[android-developers] Re: Data signature for Android images

2011-07-05 Thread Kyo
mark, do you mean http://groups.google.com/group/android-platform? On Jul 5, 7:43 pm, Mark Murphy wrote: > On Tue, Jul 5, 2011 at 7:41 AM, salyer wrote: > > I'm looking for a solution to authenticate all of the system images , > > included xload,uboot,boot.img,system.img recovery...via a data si

[android-developers] Re: Data signature for Android images

2011-07-05 Thread Kyo
is http://groups.google.com/group/android-platform? On Jul 5, 7:43 pm, Mark Murphy wrote: > On Tue, Jul 5, 2011 at 7:41 AM, salyer wrote: > > I'm looking for a solution to authenticate all of the system images , > > included xload,uboot,boot.img,system.img recovery...via a data signature. > > Is

Re: [android-developers] How can I disable the "HOME" key in my activity?

2009-11-03 Thread kyo xiaoyi
But I do see some screensavers diable it, I just wondering how can they do that? 2009/11/3 Romain Guy > You can't. > > On Mon, Nov 2, 2009 at 6:51 AM, kyo xiaoyi wrote: > > I try to rewrite the method onKeyDown, like this: > > > > @Override > >p

[android-developers] How can I disable the "HOME" key in my activity?

2009-11-02 Thread kyo xiaoyi
I try to rewrite the method onKeyDown, like this: @Override public boolean onKeyDown (int keyCode, KeyEvent event){ if((keyCode == KeyEvent.KEYCODE_MENU) ||(keyCode == KeyEvent.KEYCODE_POWER)){ super.onKeyDown(keyCode, event);

[android-developers] Re: how to build adb.exe for windows.

2009-08-29 Thread Kyo Yin
CATC USB Chief Bus & Protocol Analyzer. With this equipment, i catch the 0 length packet when the host is ubuntu. 2009/8/29 Tejas : > > Not sure. What usb analyzer are you using ? > > On Aug 27, 11:37 pm, Kyo Yin wrote: >> "old framework of adb in target" ===&

[android-developers] Re: how to build adb.exe for windows.

2009-08-27 Thread Kyo Yin
mean by.. "BTW, For > linux host, i use old framework of adb in target" ? Are you saying > that the usb transfer seen when using windows is same as linux, except > the 0 length packet ? > > On Aug 27, 12:21 am, Kyo Yin wrote: > > thank you for help.i have built the adb

[android-developers] Re: how to build adb.exe for windows.

2009-08-27 Thread Kyo Yin
umgaertner > Sr. SW Engineer-OSDC > ·T· · ·Mobile· stick together > The views, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Aug 18, 9:38 pm, Kyo Y

[android-developers] Re: how to build adb.exe for windows.

2009-08-18 Thread Kyo Yin
hi roman1.How do you try to compile? i just use "make HOST_OS=windows" in ubuntu. 2.Are you doing this on Cygwin? no.i use ubuntu. do you mean i should use cygwin to build adb.exe for windows? kyo 3273 2009/8/19 Roman ( T-Mobile USA) > > How do you try

[android-developers] how to build adb.exe for windows.

2009-08-18 Thread Kyo
to build my adb.exe? thanks kyo --~--~-~--~~~---~--~~ 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 thi