• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 15
Solved SONY AF9 w/ AndroidTV Oreo - Installation via Play Store fails with Error Code -506
#31
(2018-11-02, 20:32)supertoto1977 Wrote: Debug mode seems to be the default.
To compile the Beta4 source in release mode, i did some change in tools/depends/configure.ac
Modify the line 29 from [use_debug=yes] to [use_debug=no]
Quote:AC_ARG_ENABLE([debug],
  [AS_HELP_STRING([--enable-debug],
  [enable debugging information (default is yes)])],
  [use_debug=$enableval],
  [use_debug=no])

then you can execute :
/configure --with-tarballs=$HOME/android-tools/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r18 --with-toolchain=$HOME/android-tools/arm-linux-androideabi-vanilla/android-21 --prefix=$HOME/android-tools/xbmc-depends

I had some error with gradel when building the apk, but the package named debug is built.
This package is installed successfully.

For information, the first beta4 apk provided by me is compiled in debug mode.
I can provide the same in release mode if there's a request.   
 
I've got same 96M debug application, original release build(from kodi page) has about 60M
Reply
#32
And what's the issue with that? The vendor you bought this device does not want you to have kodi at all ... let's see how they sabotage it with next update ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#33
(2018-11-03, 09:25)fritsch Wrote: And what's the issue with that? The vendor you bought this device does not want you to have kodi at all ... let's see how they sabotage it with next update ...
 Depends if is it release with debug information only or non optimized debug build.
Reply
#34
(2018-11-03, 22:40)tchabada Wrote:
(2018-11-03, 09:25)fritsch Wrote: And what's the issue with that? The vendor you bought this device does not want you to have kodi at all ... let's see how they sabotage it with next update ...
 Depends if is it release with debug information only or non optimized debug build. 
Upcoming beta and RC / final version will be release builds anyway so no point it doing all this hassle yourself.
Regardless Sony sucks.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#35
(2018-11-03, 08:37)tchabada Wrote: I've got same 96M debug application, original release build(from kodi page) has about 60M

https://kodi.tv/article/kodi-v18-binary-...repository is the reason.
Reply
#36
(2018-11-03, 22:46)Rechi Wrote:
(2018-11-03, 08:37)tchabada Wrote: I've got same 96M debug application, original release build(from kodi page) has about 60M

https://kodi.tv/article/kodi-v18-binary-...repository is the reason.   

Thank you. So my application contains all binary addons and Kodi release is delivered without them(with possibility to install them as you need)?
Reply
#37
Hi, Team Kodi members.

Should android build guide be updated to exclude binary addons?

Thanks.
Reply
#38
Anybody in for a debug log? Curious to see which passthrough formats are supported for their eARC capable HW. Probably only works for HDMI?
Reply
#39
Can someone build kodi 18 beta 5 with a new package ID ?
Reply
#40
Beta 5 release mode with addons

https://mega.nz/#!uX5RlYCb!lZEKfYIYAIEOh...h2XcosnhJE

I confirm that it works by changing only the version.txt.
The command to change the package id sent before is useless.

@CiNcH,
for the eARC, i have this line with MrMc (didn't try with Kodi 18).
an MDR-HW700DS is connected via hdmi arc, this device is not eARC but it can read the format below.
Quote:16:31:08.410 T:18446744072925837680  NOTICE:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD,STREAM_TYPE_DTS_512,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTSHD
Reply
#41
According to the code, MrMc doesn't properly enumerate audio capabilities (MrMc vs. Kodi18).

We probably need this PR for proper capabilities anyway...
Reply
#42
with Kodi 18 beta 5 :
Quote:20:19:15.059 T:18446744072875407728  NOTICE: Float is supported
20:19:15.059 T:18446744072875407728  NOTICE: Multi channel Float is supported
20:19:15.059 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 32000 supported
20:19:15.059 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 44100 supported
20:19:15.060 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 48000 supported
20:19:15.060 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 88200 supported
20:19:15.060 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 96000 supported
20:19:15.060 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 176400 supported
20:19:15.060 T:18446744072875407728   DEBUG: AESinkAUDIOTRACK - 192000 supported
20:19:15.072 T:18446744072875407728   DEBUG: Firmware implements AC3 RAW
20:19:15.089 T:18446744072875407728   DEBUG: Firmware implements EAC3 RAW
20:19:15.105 T:18446744072875407728   DEBUG: Firmware implements DTS RAW
20:19:15.123 T:18446744072875407728   DEBUG: Firmware implements DTS-HD RAW
20:19:15.135 T:18446744072875407728  NOTICE: Found 1 Lists of Devices
20:19:15.135 T:18446744072875407728  NOTICE: Enumerated AUDIOTRACK devices:
20:19:15.136 T:18446744072875407728  NOTICE:     Device 1
20:19:15.136 T:18446744072875407728  NOTICE:         m_deviceName      : AudioTrack
20:19:15.136 T:18446744072875407728  NOTICE:         m_displayName     : android
20:19:15.136 T:18446744072875407728  NOTICE:         m_displayNameExtra: audiotrack
20:19:15.136 T:18446744072875407728  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
20:19:15.136 T:18446744072875407728  NOTICE:         m_channels        : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
20:19:15.136 T:18446744072875407728  NOTICE:         m_sampleRates     : 32000,44100,48000,88200,96000,176400,192000
20:19:15.136 T:18446744072875407728  NOTICE:         m_dataFormats     : AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW
20:19:15.136 T:18446744072875407728  NOTICE:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA
20:19:15.136 T:18446744072874371440    INFO: CActiveAESink::OpenSink - initialize sink
20:19:15.136 T:18446744072874371440   DEBUG: CActiveAESink::OpenSink - trying to open device AUDIOTRACK:AudioTrack
20:19:15.136 T:18446744072874371440   DEBUG: CAESinkAUDIOTRACK::Initialize requested: sampleRate 44100; format: AE_FMT_FLOAT; channels: 2
20:19:15.136 T:18446744072874371440   DEBUG: Updated SampleRate: 32000 Distance: 108900
20:19:15.136 T:18446744072874371440   DEBUG: Updated SampleRate: 44100 Distance: 0
20:19:15.136 T:18446744072874371440  NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
20:19:15.147 T:18446744072874371440   DEBUG: Minimum size we need for stream: 30208
20:19:15.147 T:18446744072874371440   DEBUG: Created Audiotrackbuffer with playing time of 171.247166 ms min buffer size: 60416 bytes
20:19:15.151 T:18446744072874371440  NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 60416 m_frames: 3776 m_frameSize: 8 channels: 2
20:19:15.151 T:18446744072874371440   DEBUG: CActiveAESink::OpenSink - AUDIOTRACK Initialized:
20:19:15.151 T:18446744072874371440   DEBUG:   Output Device : android
20:19:15.151 T:18446744072874371440   DEBUG:   Sample Rate   : 44100
20:19:15.151 T:18446744072874371440   DEBUG:   Sample Format : AE_FMT_FLOAT
20:19:15.151 T:18446744072874371440   DEBUG:   Channel Count : 2
20:19:15.151 T:18446744072874371440   DEBUG:   Channel Layout: FL, FR
20:19:15.151 T:18446744072874371440   DEBUG:   Frames        : 3776
20:19:15.151 T:18446744072874371440   DEBUG:   Frame Size    : 8 
Reply
#43
Interesting. So they seem to have added DTS and DTS HD RAW support. No True HD RAW and IEC61937 though.

Guess Sony added DTS support because of the IMAX Enhanced program that they are part of.
Reply
#44
Hi, 

I finally got Kodi built again, the trick is to clean up previous generated files. 
I also skipped "make -C tools/depends/target/binary-addons", so final apk didn't include binary addons.

I uploaded apk file to mega, please test if you want.
https://mega.nz/#F!IRUSRI4B!Krs1c8A91S8F8iB4qdxihg
https://app.box.com/v/kodi4sonytv [new builds will upload to box every 2 days if no error occurs  Cool ]

Besides changed package id, I made light grey and grey subtitle color darker to reduce blooming with HDR content (works only for srt/cc subtitles).
And I increase subtitle delay adjustment step size to 0.5s from 0.1s.

That's all.
Reply
#45
Indeed, I just installed this version on my KD65-AF9 and it is installing OK.

It is also working. If I play a movie with DTSHDMA or DOLBY HD then it passthrough is only giving PCM sound (had to switch of the DTS HD setting or I didn't get sound at all). My AMP can handle both format's, but is only having ARC (not E-ARC).

If I select the "NORMAL" DTS or AC3 track, then I have normal DTS and AC3 audio. Maybe time for a new AMP nowHuh
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 15

Logout Mark Read Team Forum Stats Members Help
SONY AF9 w/ AndroidTV Oreo - Installation via Play Store fails with Error Code -5063