[ROM] atvX v4 - AndroidTV 9.0 (S905X)

MiBox, X96 to name a few...
Post Reply
zalizny
Posts: 3
Joined: Mon Feb 01, 2021 5:58 pm
Answers: 0

#641

em3ka wrote: Tue Feb 02, 2021 2:06 pm
[mention]zalizny[/mention]
Choose, according to the wi-fi chip built in (if you dont know, open chassis and take photos of) your device.
You do not have the required permissions to view the files attached to this post.
zalizny
Posts: 3
Joined: Mon Feb 01, 2021 5:58 pm
Answers: 0

#642

zalizny wrote: Wed Feb 03, 2021 8:52 pm X96
You do not have the required permissions to view the files attached to this post.
User avatar
em3ka
Moderator
Posts: 1835
Joined: Sun Jul 15, 2018 11:43 am
Answers: 0
Has thanked: 108 times
Been thanked: 370 times

#643

[mention]zalizny[/mention]
Realtek/SSV build contains driver for 8189 wifi chip.
gummlex
Posts: 4
Joined: Tue Jan 26, 2021 12:21 pm
Answers: 0

#644

Does really no one has the same problem With NordVPN on x96?

If someone knows a fix would be really nice.
dirtyprogg
Posts: 7
Joined: Sat Jan 09, 2021 3:30 pm
Answers: 0
Has thanked: 5 times
Been thanked: 2 times

#645

em3ka wrote: Wed Feb 03, 2021 9:55 pm [mention]zalizny[/mention]
Realtek/SSV build contains driver for 8189 wifi chip.
I’ve installed that version on the exact box from the picture and had problems with SPDIF out. It worked on stock rom, other custom rom based on android 9 but it did not worked on atvx. Everything else was working fine.

Regarding the question for VPN service, I also had trouble with PIA VPN on another custom rom when I was connected over Ethernet; didn’t find the solution. I never tried VPN service on atvx rom, because of spdif problems (removed the rom in about two days).
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#646

dirtyprogg wrote: Fri Feb 05, 2021 4:18 pm I’ve installed that version on the exact box from the picture and had problems with SPDIF out.
That was fixed a long time ago, I just don't have time to update the images. But I'll upload the fix a little later
dirtyprogg
Posts: 7
Joined: Sat Jan 09, 2021 3:30 pm
Answers: 0
Has thanked: 5 times
Been thanked: 2 times

#647

bumerc wrote: Sat Feb 06, 2021 7:15 pm
dirtyprogg wrote: Fri Feb 05, 2021 4:18 pm I’ve installed that version on the exact box from the picture and had problems with SPDIF out.
That was fixed a long time ago, I just don't have time to update the images. But I'll upload the fix a little later
Thanks in advance. :D
xijunw
Posts: 4
Joined: Sat Jan 23, 2021 6:33 pm
Answers: 0
Been thanked: 3 times

#648

@Nayam

Bug report: Within current ROM, in /vendor/usr/keylayout/Generic.kl, "Key 16 Q" is missing.
Same issue with atvX v4.2 for S905W ROM.
ROMs other than the above 2 have not been checked.

Consequence: You are not be able to type "q" with a physical keyboard. You will also be getting trapped into vi without being able to quit with "q!". :')

The Generic.kl under /system/usr/keylayout is good. Users may do the following override copying with root as a solution:

Code: Select all

$ su
$ mount -o remount,rw /vendor
$ cp /system/usr/keylayout/Generic.kl /vendor/usr/keylayout  
$ mount -o remount,ro /vendor
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#649

xijunw wrote: Sun Feb 07, 2021 8:29 am @Nayam

Bug report: Within current ROM, in /vendor/usr/keylayout/Generic.kl, "Key 16 Q" is missing.
Same issue with atvX v4.2 for S905W ROM.
ROMs other than the above 2 have not been checked.

Consequence: You are not be able to type "q" with a physical keyboard. You will also be getting trapped into vi without being able to quit with "q!". :')

The Generic.kl under /system/usr/keylayout is good. Users may do the following override copying with root as a solution:

Code: Select all

$ su
$ mount -o remount,rw /vendor
$ cp /system/usr/keylayout/Generic.kl /vendor/usr/keylayout  
$ mount -o remount,ro /vendor
It's strange that I worked days and nights on these builds alone, but the bug reports goes to Nayam :grin: 👍

I am aware of this bug and has already been fixed. However, I haven't had time for the general IMG updates because, as already mentioned, I work alone
bumerc
Administrator & Developer
Posts: 1551
Joined: Tue Oct 02, 2018 6:19 pm
Answers: 0
Has thanked: 211 times
Been thanked: 334 times

#650

[mention]dirtyprogg[/mention]
1. Download the new dtb partition
_aml_dtb.PARTITION

2. Copy the dtb into the /sdcard directory

Code: Select all

adb connect xxx.xxx.xxx.xxx:5555
adb push 'path/to/new/_aml_dtb.PARTITION' '/sdcard'
3. Update dtb partition

Code: Select all

dd if=/sdcard/_aml_dtb.PARTITION of=/dev/block/dtb bs=512 count=512; sync
reboot your device

Alternatively - repack IMG with this dtb
Post Reply