[android-porting] how to disable JIT/AOT make ART run it the pure C++ interpreter mode

2020-05-07 Thread stephen xi
I just wonder if there have a way can config ART do C++ interpeter mode insteand of JIT or AOT ? THanks -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Goog

Re: [android-porting] Strange AVC Denial

2016-07-13 Thread Stephen Smalley
On 07/13/2016 12:22 PM, Roman Mazur wrote: >>No, the denial is caused by the fact that the app is running with >>categories (c512,c768) and the file is not labeled with the same >>categories. You can allow this by adding the mlstrustedobject attribute >>to your type: > > Got it, thanks! > But spea

Re: [android-porting] Strange AVC Denial

2016-07-12 Thread Stephen Smalley
On 07/12/2016 11:57 AM, Roman Mazur wrote: > I'm working on a custom build based on Android 6.0.1 for Nexus 7. This > custom build adds a special daemon that is started from init.rc and > exposes some API to applications. Particularly, one of available methods > creates a new file at /data/daemon_d

[android-porting] Re: 3.1 Kernel for Tegra 2

2014-03-02 Thread Stephen Proffitt
The github for this kernel is here: https://github.com/4ptiv4/Thrive-3.1_kernel/tree/jb_mr0 This is the specific branch. I have commented out the light sensor in my for now to move past it and work out other errors so you will see that. On Thursday, February 27, 2014 1:17:17 PM UTC-5, Stephen

[android-porting] 3.1 Kernel for Tegra 2

2014-02-28 Thread Stephen Proffitt
I know that there isn't an official 3.1 kernel for a Tegra 2 however, I've started working on getting one ported, but I'm running into a snag with drivers. After working out GPIO issues, I'm having a problem with the light sensor (isl29018 specifically). Every time I've tried to build, I get th

[android-porting] Building a Galaxy S3 kernel for another S3 variant

2013-04-08 Thread Stephen Proffitt
Basically what I am trying to do is build a kernel that has configs for one variant of the Galaxy S3 (d2usc) for another Galaxy S3 (d2cri) which they are both essentially the same model, but the kernels are not inter changeable. My question is, what device specific code needs to be added or cha

[android-porting] Porting a GS3 kernel to another GS3

2013-04-08 Thread Stephen Proffitt
Basically what I am trying to do is build a kernel that has configs for one variant of the Galaxy S3 (d2usc) for another Galaxy S3 (d2cri) which they are both essentially the same model, but the kernels are not inter changeable. My question is, what device specific code needs to be added or cha

Re: [android-porting] Problem with removing stock android applications from Android code

2013-02-06 Thread Stephen Smalley
On 02/04/2013 11:31 PM, Phani A wrote: Hi, I am trying to customize android build by removing few stock android applications from code and recompile the code. When I try to remove the Calculator application (by renaming Android.mk in packages/apps/Calculator/ folder), I am getting the following

[android-porting] Re: Debugging Dalvik start-up / JarVerifier problem on x86-64 Linux build

2011-07-12 Thread Stephen Kell
> The debugger support in the VM will wait a second or two for the > debugger to "settle" before continuing if you use > android.os.Debug.waitForDebugger(). That's not enough to enter > breakpoints by hand, but if you use a more sophisticated program like > Eclipse it gives the debugger enough tim

[android-porting] Re: Debugging Dalvik start-up / JarVerifier problem on x86-64 Linux build

2011-07-07 Thread Stephen Kell
emory at address 0x0 I'll keep digging on this one... I can confirm that at the same point when not in non-stop mode, all the function pointers look sane. The pause hack will probably be enough to get me going anyway. But as always, thanks for any suggestions! Stephen -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Debugging Dalvik start-up / JarVerifier problem on x86-64 Linux build

2011-07-06 Thread Stephen Kell
dalvikvm build from the current-ish Android tree (checked out in May) . Thanks for any suggestions! Let me know what extra information I can provide Stephen -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Porting a WiFi Driver for android

2009-05-26 Thread stephen
Hi I port new wifi driver for android. I get error message from console when turn on wifi on android. ifconfig: page allocation failure. order:6, mode:0x20 [] (dump_stack+0x0/0x14) from [] (__alloc_pages_internal+0x3bc/0x3dc) [] (__alloc_pages_internal+0x0/0x3dc) from [] (cache_alloc_refill+0x2b

[android-porting] Re: why in emulator, "/dev/eac" is connected with the audio?

2009-04-30 Thread Stephen
hi Max have you find the answer? how "/dev/eac" is connected with host linux's sound system? I am trying to add my own device driver to android On Apr 18, 4:02 pm, max wrote: > Hi David, > > Thanks for your reply. > > When I study the code in frameworks\base\libs\audioflinger > \AudioHa