**** BEGIN LOGGING AT Thu Mar 04 02:59:56 2021 Mar 04 04:11:28 @jmpf_bmx [Do you know which LCM use that device? … Probably i can help on making kernel sour …], I reversed LCM driver mostly, but no idea which one does it use Mar 04 04:12:19 @jmpf_bmx https://github.com/NotKit/cosmo-linux-kernel-4.4/commit/474899d82f05fe788d02476f00094ef24d46ff01 Mar 04 04:12:54 @jmpf_bmx [Do you know which LCM use that device? … Probably i can help on making kernel sour …], [Edit] I reversed LCM driver mostly, but no idea which actual controller/panel does it use Mar 04 06:18:51 @NotKit [I reversed LCM driver mostly, but no idea which actual controller/panel does it …], Okay later will take a look and will tell you Mar 04 06:19:20 next problem is touchscreen basically Mar 04 06:19:34 they use something from Synaptics, which is uncommon for MTK devices Mar 04 08:32:44 @NotKit [they use something from Synaptics, which is uncommon for MTK devices], Wew no … I have seen devices with synaptics and mtk Mar 04 10:32:22 @NotKit which is the touchscreen used by your Uniheartz? Mar 04 10:33:00 @jmpf_bmx [@NotKit which is the touchscreen used by your Uniheartz?], Synaptics is the touchscreen Mar 04 10:34:17 @NotKit [Synaptics is the touchscreen], Do you know if use a specific synaptics model or just the generic? Mar 04 10:35:12 If you can do this at stock rom: … Root the device, then adb shell cat /proc/cmdline Mar 04 10:35:29 [Edit] If you can do this at stock rom: … Root the device, then adb shell … su … cat /proc/cmdline Mar 04 10:35:39 not sure of exact controller right now Mar 04 10:35:42 I am sure that you will get the whole info about lcm and touch Mar 04 10:36:00 @NotKit [not sure of exact controller right now], Ohk no problem … When you can you tell it to me and I take a look Mar 04 10:37:17 @NotKit [I reversed LCM driver mostly, but no idea which actual controller/panel does it …], The same for get touch, when you have the /proc/cmdline we will can know it exactly Mar 04 10:37:41 console=tty0 console=ttyS1,921600n1 vmalloc=496M slub_max_order=0 slub_debug=OFZPU androidboot.hardware=mt6771 firmware_class.path=/vendor/firmware loop.max_part=7 has_battery_removed=0 maxcpus=8 androidboot.verifiedbootstate=orange skip_initramfs rootwait ro init=/init root=PARTUUID=a4da8f1b-fe07-433b-95cb-84a5f23e477b androidboot.veritym Mar 04 10:37:41 ode=enforcing bootopt=64S3,32N2,64N2 buildvariant=user veritykeyid=id:7e4333f9bba00adfe0ede979e28ed1920492b40f androidboot.atm=disabled androidboot.meta_log_disable=0 androidboot.dtbo_idx=0 printk.disable_uart=1 bootprof.pl_t=1853 bootprof.lk_t=6979 bootprof.logo_t=872 boot_reason=4 androidboot.serialno=TITANNEA00003375 androidboot.bootreason=reboo Mar 04 10:37:41 t gpt=1 usb2jtag_mode=0 mrdump_ddrsv=yes mrdump_cb=0x11e000,0x2000 Mar 04 10:38:21 nothing interesting there, but I can check within stock kernel later Mar 04 10:41:30 @NotKit [nothing interesting there, but I can check within stock kernel later], look around /sys/class/input/ Mar 04 10:42:16 @NotKit [console=tty0 console=ttyS1,921600n1 vmalloc=496M slub_max_order=0 slub_debug=OFZ …], You can try to use DeviceInfoHW app, you will need to enable root for get more values Mar 04 10:42:46 @bengris32 [look around /sys/class/input/], I was gonna tell him the same haha Mar 04 10:43:47 And take a look at /proc/config.gz … If you have config.gz you will be lucky because there it is the stock defconfig **** BEGIN LOGGING AT Thu Mar 04 10:49:14 2021 Mar 04 10:49:34 synaptics_dsx and synaptics_dsx_pad Mar 04 10:53:10 @NotKit [synaptics_dsx and synaptics_dsx_pad], I have synaptics_dsx driver for mtk Mar 04 10:53:44 @NotKit [synaptics_dsx and synaptics_dsx_pad], [Edit] I have synaptics_dsx driver for mtk … Now will send it Mar 04 11:58:11 Sulu1415 was added by: Sulu1415 Mar 04 15:12:17 @jmpf_bmx [I have synaptics_dsx driver for mtk … Now will send it], is it different from https://github.com/ferhung-mtk/android_kernel_Xiaomi_HM2014011/tree/master/kernel-3.10/drivers/input/touchscreen/mediatek/synaptics Google finds? Mar 04 15:14:44 (Document) https://irc.ubports.com/vvbfnF1c.7z Mar 04 15:14:45 This is from kernel 4.4. Mar 04 15:14:48 [Edit] This is from kernel 4.4 from ALPS Mar 04 15:15:03 [Edit] This is from kernel 4.4 from ALPS … And yeah looks different Mar 04 16:38:57 @jmpf_bmx btw is there 4.4 ALPS kernel for mt6771? Mar 04 16:39:08 I used Cosmo kernel as base, which boots, but has issues later on Mar 04 16:39:27 @NotKit [@jmpf_bmx btw is there 4.4 ALPS kernel for mt6771?], If i don't remember bad yeah Mar 04 16:39:30 Will wear h it Mar 04 16:39:43 [Edit] Will search it Mar 04 18:31:08 @NotKit Unihertz Titan has 9 stock rom true? Mar 04 18:31:15 yes Mar 04 18:31:17 [Edit] @NotKit Unihertz Titan has Android 9 as stock rom true? Mar 04 18:31:19 and upgrade to 10 Mar 04 18:31:30 At 4PDA someone upload something about mt6761 ALPS 9 Mar 04 18:31:39 [Edit] At 4PDA someone upload something about mt6761 ALPS 9 … But i don't find the link and i don't know russian Mar 04 18:32:13 can you link to the post? I should be able to see it if the link is still alive Mar 04 18:32:16 https://4pda.ru/forum/index.php?showtopic=583114&st=16080#entry78193854 … Probably he will give you the link at private Mar 04 19:07:58 disty_0 was added by: disty_0 Mar 04 19:58:32 anyone here knows about openvpn on linux? Mar 04 19:59:57 this isn't really the place to ask about that though :) Mar 04 20:01:53 i just tried my chance Mar 04 20:02:30 this group is about https://halium.org Mar 04 20:02:35 why not try over at #ubuntu :3 Mar 04 20:04:46 Merazzi was added by: Merazzi Mar 04 20:07:18 Hello everyone Mar 04 20:07:45 This is my first time doing a port 😳🤓 … I'm quite excited **** ENDING LOGGING AT Fri Mar 05 02:59:57 2021