[android-porting] Beaglebone black software rendering

2019-02-01 Thread mindentropy
Hi, Is there a way I can boot Android with only software rendering and HDMI support in Beaglebone black? I do not want to use the SGX driver. Currently my HWCompositor is not able to load the framebuffer device and fails. Logs as follows: 01-01 00:00:24.846 289 289 D libEGL : Emulator

[android-porting] Setting route using ip fails.

2018-08-21 Thread mindentropy
Hi, When netd starts with setting of route it fails with a Netlink error message. While manually trying to set the route it fails. Setting an IP addresses passes. I tried debugging net/route.c in the kernel but to no avail. What seems to be the problem? Thanks, Gautam. -- -- unsubscribe:

[android-porting] binder_alloc_buf, no vma

2018-08-06 Thread mindentropy
Hi, I am porting Android Marshmallow to my beaglebone black with 512MB of RAM. During boot-up I see a binder transaction failing and after sometime I get a binder_alloc: 369: binder_alloc_buf, no vma After sometime all the services crash and I am in a boot loop. I am not sure whether this

[android-porting] Selinux 'syntax' error in policy.

2018-07-18 Thread mindentropy
Hi, I am trying to port AOSP Marshmallow for Beaglebone black. I get a lot of AVC denied errors. When I tried to write a allow policy I get syntax error while the build checks the policy. Following is the avc denied error: ##avc: denied { open } for pid=630 comm="zygote"

[android-porting] Re: unable to find boot partition to modify init.rc file

2016-12-26 Thread mindentropy
On Friday, September 23, 2016 at 7:52:19 PM UTC+5:30, Cyber Satish wrote: > > im unable to find which is boot partition. > when i run the commands > > 1|root@generic_x86_64:/ # cat /proc/partitions > major minor #blocks name > > 253 0 1310720 vda > 253 16 67584 vdb > 253 32 563200 vdc > 253

[android-porting] Re: Android 6.0.1 cannot detect external SD card on iMX6Q board

2016-12-24 Thread mindentropy
On Wednesday, December 14, 2016 at 1:13:05 AM UTC+5:30, Phi Nguyen wrote: > > Hi all, > > i have problem with mount external SD card on my iMX6q board. When i > insert or remove SD card, it can be detected and on debug console shows as: > > when inserted: > > mmc1: mmc_rescan_try_freq: trying

[android-porting] Custom product profile.

2016-12-24 Thread mindentropy
Hi All, I want to customize Android for a medical device and want to have a bare bones Android with most of the unneeded apps removed. For this I want to create a new build product in build/target/product/. Is this the right way to go? Is there any other way to configure the PRODUCT_PACKAGES?