我们公司在找人,有兴趣,可以聊聊啊,专做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月熟悉了。 钱自然就来了、
---
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
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
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
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
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.
> >
>
--~--~-~--~~-
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,
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
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日,
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
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
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
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
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:
>
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.
--~--~-~--
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.
--~--~
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
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]>:
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
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
--~--~-~--~---
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.
>
>
ontext packageContext =
> > > > context.createPackageContext(mclassname.substring(
> mclassname.lastIndexOf(". ")),
> > > > Context.CONTEXT_IGNORE_SECURITY);
> > > > intent = new Intent();
> > > >
22 matches
Mail list logo