PINE64
Android 6.0 Tablet and TV (release candidate, maintained) - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5)
+--- Thread: Android 6.0 Tablet and TV (release candidate, maintained) (/showthread.php?tid=2861)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


RE: Android 6.0 Tablet and TV (release candidate, maintained) - ayufan - 12-15-2016

wappi: any reason for doing that?


RE: Android 6.0 Tablet and TV (release candidate, maintained) - wappi - 12-15-2016

I have two devices connected to my TV. Somehow when both deviced are on, the CEC does not work for my rasberry pi based media center anymore. As long as CEC does not work for all TVs properly I would prefer to have it disabled.


RE: Android 6.0 Tablet and TV (release candidate, maintained) - ayufan - 12-15-2016

wappi: I will reconsider this


RE: Android 6.0 Tablet and TV (release candidate, maintained) - ayufan - 12-16-2016

wappi: here is your requested option: https://jenkins.ayufan.eu/job/android-6.0-pine-a64/21/


RE: Android 6.0 Tablet and TV (release candidate, maintained) - wappi - 12-17-2016

It is working! Thank you for this quick fix. Now I am 100% satisfied. :-)


RE: Android 6.0 Tablet and TV (release candidate, maintained) - clarkss12 - 12-17-2016

Been awhile since I have run your Android TV versions, but today I installed and ran your newest Android TV 6.0 and as usual, it is fantastic.

There is one problem, that I can't seem to resolve. All my boxes connect through my Denon AVR so I get surround sound. With this version, there is no setting to make sure the audio uses the "HDMI" mode, so everything plays in stereo. All my other Android boxes have a setting to select, PCM, auto or HDMI, but missing from this build.

So, if you can bring back the setting for the audio output, that would be awesome.

thanks.


RE: Android 6.0 Tablet and TV (release candidate, maintained) - Nittola - 12-17-2016

After I burned the image (6.0 TV) on the SD and then put it on the Pine64 (2 GB), the red led lights for some seconds and then turn off. Tried several times to turn on, but I obtain the same result everytime. No problem with Android 5.1.1. Possibly soultions?


RE: Android 6.0 Tablet and TV (release candidate, maintained) - Bluphire - 12-17-2016

Check the "uEnv.txt" file, "disp_mode=1080p60" may be missing the space just before "disp". It should read:
" disp_mode=1080p60"


RE: Android 6.0 Tablet and TV (release candidate, maintained) - Nittola - 12-17-2016

console=ttyS0,115200n8
selinux=permissive
enforcing=0
optargs=no_console_suspend
kernel_filename=kernel
initrd_filename=ramdisk.img
hardware=sun50iw1p1

# INFO:
# To enable one of below options,
# uncomment them by removing # in front of name

# To use android recovery:
# initrd_filename=ramdisk-recovery.img

# To enable LCD:
# pine64_lcd=on

# Configure contiguous memory allocation
# This maybe required to be enlarged for 4K displays
cma=384M

# To change HDMI display mode:
# disp_mode=480i
# disp_mode=576i
# disp_mode=480p
# disp_mode=576p
# disp_mode=720p50
# disp_mode=720p60
# disp_mode=1080i50
# disp_mode=1080i60
# disp_mode=1080p24
# disp_mode=1080p50
disp_mode=1080p60
# disp_mode=2160p30
# disp_mode=2160p25
# disp_mode=2160p24

# To enable DVI compatibilty:
# disp_dvi_compat=on

# To enable CSI camera:
# camera_type=s5k4ec
# camera_type=ov5640

# Configure ethernet speed
eth0_speed=auto
# eth0_speed=1000
# eth0_speed=100
# eth0_speed=10

# Disable HDMI CEC
# hdmi_cec=0

# Enable experimental HDMI CEC driver
hdmi_cec=2

This is my uEnv.txt. Where is the problem?


RE: Android 6.0 Tablet and TV (release candidate, maintained) - Bluphire - 12-17-2016

This part:
disp_mode=1080p60

Add a space just before "disp"