RE: 回复: Re: [android-developers] 找工作

2012-02-12 Thread TU QINGHONG
我们公司在找人,有兴趣,可以聊聊啊,专做Android平台开发 From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of 微μ漫岭云天 Sent: Monday, February 13, 2012 2:22 PM To: android-developers Subject: 回复: Re: [android-developers] 找工作 先找个公司,不给钱也给他干。 等干2月熟悉了。 钱自然就来了、 ---

[android-developers] problem of compiling Opencore to enable BUILD_STREAMING_MANAGER_NODE=y

2009-12-16 Thread tu
Hi everybody, I am re-compiling opencore from the software stack of Eclair, my modification likes the following: 1) eclair/external/opencore/build_config/opencore_dynamic/ pv_config_selected.mk, set BUILD_STREAMING_MANAGER_NODE=y 2)eclair/external/opencore/build_config/opencore_dynamic/pv_config.h

[android-developers] Re: Android 2.0 (eclair) source

2009-10-28 Thread tu
Yes, I also entered the same error message, some body can help us ASAP? thanks and best regards. On 10月29日, 上午2时53分, Doug wrote: > Any idea when theeclairsourcewill be available via git? > If I try to init a repo with "-beclair" I get an error stating that > the manifest is missing. > If I init

[android-developers] Re: Programatic download, install, remove apk??? Who know???

2008-05-13 Thread tu
Main Bundle should be put into assets\bundles directory and should be defined in assets\appini.xml 2008/5/13 Wesley <[EMAIL PROTECTED]>: > hi tu, > > I try your project... it say cannot find Main bundle.. means??? > > > Wesley. > > > On Tue, May 13, 2008 at 11:23

[android-developers] Re: Programatic download, install, remove apk??? Who know???

2008-05-12 Thread tu
TECTED]>: > is a great project... but too many files... which files/folder I should > refer to??? > any more direct example??? > > thanks. > > Wesley Sagittarius. > > > On Mon, May 12, 2008 at 10:29 PM, tu <[EMAIL PROTECTED]> wrote: > > > My solution is

[android-developers] Re: Programatic download, install, remove apk??? Who know???

2008-05-12 Thread tu
My solution is for sub-apk. see http://code.google.com/p/rcpandroid/ 2008/5/12 Wesley Sagittarius <[EMAIL PROTECTED]>: > > Anyone know how to download apk, auto install apk, auto remove apk > using coding??? > any example??? > Thanks... > > wesley sagittarius. > > > --~--~-~--~~-

[android-developers] RCP for Android is open source now

2008-05-11 Thread tu
http://code.google.com/p/rcpandroid/ --~--~-~--~~~---~--~~ 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,

[android-developers] Re: Protecting data and application from illegal use

2008-05-11 Thread tu
RCP for Android is open source now. http://code.google.com/p/rcpandroid/ 2008/4/20 CAT <[EMAIL PROTECTED]>: > > > > On Apr 19, 10:09 am, Jackkk <[EMAIL PROTECTED]> wrote: > > Hi! > > > > I was wondering about some real world issues about commercial > > applications: > > > > - Will there be a poss

[android-developers] Re: Load a class from another .apk file dynamic?

2008-04-22 Thread tu
See tips in http://blog.luminis.nl/luminis/entry/osgi_on_google_android_using I got the idea from this blog. 在08-4-22,Macro <[EMAIL PROTECTED]> 写道: > > > There are none code at SVN? > I want to reference how to use DexFile correctly... > > > > On 4月21日,

[android-developers] Re: Load a class from another .apk file dynamic?

2008-04-21 Thread tu
I have a solution based on android.dalvik.DexFile. see my project http://code.google.com/p/rcpandroid/ 2008/4/21, frankl <[EMAIL PROTECTED]>: > > > Hi chris.p, > > Have you resolved the issue of classloader.getResource? I met the same > problem. Please let me know if any updates. that will be high

[android-developers] Re: Protecting data and application from illegal use

2008-04-19 Thread tu
ROTECTED]>: > > > This is of course obvious that we can never get full protection for > apps that the program files have been given away. For server based > things this is rather simple. > > Tu, your work seems to be very interesting… Combined with other > methods and technic

[android-developers] Re: Protecting data and application from illegal use

2008-04-19 Thread tu
Yeah, the framework is mostly transparent. You can generate your own private key and encrypt or sign your bundle. The main-apk has public key. You can try to download my project and extract sources packed in apk to study how to bundle programming. I will upload my security solutions some days later

[android-developers] Re: Protecting data and application from illegal use

2008-04-19 Thread tu
Yeah, the framework is mostly transparent. You can generate your own private key and encrypt or sign your bundle. The main-apk has public key. You can try to download my project and extract sources packed in apk to study how to bundle programming. I will upload my security solutions some days later

[android-developers] Re: Protecting data and application from illegal use

2008-04-19 Thread tu
I am working on this topic recently, base on my project RCP for Android. http://code.google.com/p/rcpandroid/ Now bundles (sub-apks) can be loaded after encrypted. 2008/4/19, Jackkk <[EMAIL PROTECTED]>: > > > Hi! > > I was wondering about some real world issues about commercial > applications: >

[android-developers] Re: Announcing: RCP for Android & Unify-Message Open Platform

2008-04-15 Thread tu
I found that there is much more download for RCPAndroid.pdf than RCPAndroid.apk. But I packed many source code and client libary into apk's assets directory. So I recommend download the apk too. I hope RCP for Android is useful to developers wether they submitted to ADC or not. --~--~-~--

[android-developers] Re: Announcing: RCP for Android & Unify-Message Open Platform

2008-04-15 Thread tu
RCP for Android introduce some OSGI's bundle features to android. Maximally supports various building blocks of Android and the operation of multi processes. Take advantages of both OSGi and Android. Unify-Message Open Platform is a message center for Andorid, based in RCP for android. --~--~

[android-developers] Announcing: RCP for Android & Unify-Message Open Platform

2008-04-15 Thread tu
I have summited two framework projects for developers to ADC. 1. RCP for Android http://rcpandroid.googlecode.com/files/RCPAndroid.pdf http://rcpandroid.googlecode.com/files/RCPAndroid.apk 2. Unify-Message Open Platform http://unifymessage.googlecode.com/files/UnifyMessage.pdf Comments and suge

[android-developers] Re: Logcat stopped working

2008-04-09 Thread tu
I also encountered the problem several times. When it happens, I just restart eclipse and click the emulator item in device view in DDMS perspective. It works again in most time. In few times I have to kill adb process and restart eclispe, and it works again. 2008/4/10, Anil <[EMAIL PROTECTED]>:

[android-developers] Re: Getting e-mail of selected person in Contacts

2008-04-05 Thread tu
I also meet the similar problem with Contacts.ContactMethods.CONTENT_EMAIL_URI, but it works fine with Contacts.ContactMethods.CONTENT_URI. My code is: Uri uri = Contacts.ContactMethods.CONTENT_URI; String selection = Contacts.ContactMethods.KIND + "=" + Contacts.ContactMethods.EMAIL_KIND Cursor c

[android-developers] GTalk Data Send parse error!

2008-04-03 Thread tu
I found when I put string like "name <[EMAIL PROTECTED]>" in the intent sent by gtalk data send service. I got an "invalid-xml" error tagged by "Smack/Packet". I think it just because there is '<' and '>' in the string. So I think it maybe a bug for gtalk data send service --~--~-~--~---

[android-developers] Re: PackageManager.installPackage() ?

2008-03-24 Thread tu
try something later today- I can define my own > Context.getResources() method, so rather than launching activities, > I'll have an alternate entry point called MyActivity.load(), called > from within a Context with getResources overwritten to use that apk's > resources. > >

[android-developers] Re: PackageManager.installPackage() ?

2008-03-23 Thread tu
ontext packageContext = > > > > context.createPackageContext(mclassname.substring( > mclassname.lastIndexOf(". ")), > > > > Context.CONTEXT_IGNORE_SECURITY); > > > > intent = new Intent(); > > > >