please choosego to mobile | Continue to access the PC version
Author: adheybgz

Custom Rom Beelink X2 H3 quadcore

[Copy link]

0

threads

8

posts

68

credits

Registered member

Rank: 2

credits
68
Published in 2015-12-23 05:45:45 | Show all floors
alpek replied at 2015-12-20 15:29
Perhaps some apk solve:
https://play.google.com/store/search?q=screen%20calibration

Its not helping. Android force the 1280x720 minimum resolution... I dont know how to use smaller resolutions...

1

threads

23

posts

4215

credits

Forum patriarch

Rank: 8Rank: 8

credits
4215
Published in 2015-12-23 13:50:20 | Show all floors
Maxikose replied at 2015-12-22 22:45
Its not helping. Android force the 1280x720 minimum resolution... I dont know how to use smaller r ...

The DragonFace can modify the Android firmware settings.



This thread contains more resources

You need to Log in to download or view,No account?    Register

x

0

threads

8

posts

68

credits

Registered member

Rank: 2

credits
68
Published in 2015-12-24 00:43:43 | Show all floors
alpek replied at 2015-12-23 13:50
The DragonFace can modify the Android firmware settings.

I have modified those settings maybe 20 times. Its still 1280x720 minimum resolution output on hdmi...

1

threads

23

posts

4215

credits

Forum patriarch

Rank: 8Rank: 8

credits
4215
Published in 2015-12-24 02:15:41 | Show all floors
Maxikose replied at 2015-12-23 17:43
I have modified those settings maybe 20 times. Its still 1280x720 minimum resolution output on hdm ...

Instead of answering the lcd hdmi option.

5

threads

42

posts

331

credits

Intermediate member

Rank: 3Rank: 3

credits
331
Published in 2015-12-24 03:52:15 | Show all floors
I am using this on my OPI-PC and am very happy. Yes, I have 2 dead USB ports but that is not a problem for me. I would like to add Bluetooth. Does anyone know which BT chipsets/dongles will work? Also, if you have links to where I can buy one please post them or message me.

0

threads

8

posts

68

credits

Registered member

Rank: 2

credits
68
Published in 2015-12-24 21:43:25 | Show all floors
alpek replied at 2015-12-24 02:15
Instead of answering the lcd hdmi option.

I have used same options that works with debian. But not seems to work with Android. I will try more after chrismas since my laptop cant write draconface modifyied android images. There is two lines that i tried :

[boot_disp]
advert_disp = 0
auto_hpd = 1
output_type = 4
hdmi_channel = 0
hdmi_mode = 4
cvbs_channel = 1
cvbs_mode = 11
output_full = 1
hdmi_mode_check = 1

[disp_init]
disp_init_enable = 1
disp_mode = 0
screen0_output_type = 3
screen0_output_mode = 31
screen1_output_type = 3
screen1_output_mode = 31
fb0_format = 0
fb0_width = 0
fb0_height = 0
fb1_format = 0
fb1_width = 0
fb1_height = 0

[hdmi_para]
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
hdmi_cts_compatibility = 1

AND

[disp_init]
disp_init_enable = 1
disp_mode = 0
screen0_output_type = 3
screen0_output_mode = 4
screen1_output_type = 3
screen1_output_mode = 4
fb0_format = 0
fb0_width = 800
fb0_height = 480
fb1_format = 0
fb1_width = 800
fb1_height = 480

[hdmi_para]
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
hdcp_enable = 0
hdmi_cts_compatibility = 1

1

threads

8

posts

79

credits

Registered member

Rank: 2

credits
79
Published in 2015-12-25 00:24:25 | Show all floors
@Kortsen

Looking at the code ( http://lxr.free-electrons.com/source/drivers/bluetooth/btusb.c?v=3.9 ) from the 3.9 Linux kernel (which is the one used in all the android images for H3 at the time) I suspect that chips based on Boradcom BCM20702A0 chipset could work. I didn't test it though, so you would have to try it yourself.

If you search with google for BCM20702 you can find some dongles.

I stopped trying to enable bluetooth on my OPI-PC and bought a wireless keyboard/touch kombo with a dedicated wireless dongle and it works without any tweaking. Beelink X2 ROM of course.
This keyboard: http://www.gearbest.com/mice-keyboards/pp_178154.html

1

threads

23

posts

4215

credits

Forum patriarch

Rank: 8Rank: 8

credits
4215
Published in 2015-12-25 18:43:17 | Show all floors
Edited by alpek at 2015-12-25 11:46
Maxikose replied at 2015-12-24 14:43
I have used same options that works with debian. But not seems to work with Android. I will try mo ...


Use these options to try it.
I highlighted in red.
sysconfig1.lhs.txt
;----------------------------------------------------------------------------------
;dispinit configuration
;
;disp_mode             (0:screen0<screen0,fb0>;1:screen1<screen1,fb0>)
;screenx_output_type  (0:none; 1:lcd; 3:hdmi;)
;screenx_output_mode  (used for hdmi output, 0:480i 1:576i 2:480p 3:576p 4:720p50)
;                     (5:720p60 6:1080i507:1080i60 8:1080p24 9:1080p50 10:1080p60)
;fbxformat           (0:ARGB 1:ABGR 2:RGBA3:BGRA 5:RGB565 8:RGB888 12:ARGB4444 16:ARGB1555 18:RGBA5551)
;fbx_width,fbx_height(framebuffer horizontal/vertical pixels, fix to output resolution while equal0)
;lcdx_backlight       (lcd init backlight,therange:[0,256],default:197
;----------------------------------------------------------------------------------
[disp_init]
disp_init_enable         = 1
disp_mode                = 0
screen0_output_type      = 3
screen0_output_mode      = 2
screen1_output_type      = 3
screen1_output_mode      = 2
fb0_format               = 0
fb0_width                = 0
fb0_height               = 0
fb1_format               = 0
fb1_width                = 0
fb1_height               = 0
;----------------------------------------------------------------------------------


buildprop
ro.property.tabletUI=true



0

threads

8

posts

68

credits

Registered member

Rank: 2

credits
68
Published in 2015-12-26 00:44:16 | Show all floors
alpek replied at 2015-12-25 18:43
Use these options to try it.I highlighted in red.sysconfig1.lhs.txt;----------------------------- ...

i tried your setting with "hdmi_cts_compatibility = 1" because this display work only when use that settings. I tried orange pi pc default image and this beelink x2 image. Resolution still 1280x720 no change...

1

threads

5

posts

115

credits

Registered member

Rank: 2

credits
115
Published in 2015-12-26 02:50:52 | Show all floors
Kortsen replied at 2015-12-24 03:52
I am using this on my OPI-PC and am very happy. Yes, I have 2 dead USB ports but that is not a probl ...

Dongle ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) works fine on beelink android.

You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list