[Kernel Patch] Enable Dex desktop with any HDMI adapter - Samsung Galaxy Note 8 ROMs, Kernels, Recoveries, &

*** For kernel developers only! *** Users please read post #2 ***
One of the coolest features of the new Samsung flagships is the Dex desktop, which transforms our phone in a basic desktop. The only annoyance is that it works only with the official Dex dock, which is too expensive (retails at $100-150).
After some kernel hacking we found a way in the S8 forum to disable the check for the Dex dock. Now our phones display the Dex desktop with any USB-C to HDMI adapter!
So here we bring you the kernel patch to enable the Dex desktop on any HDMI adapter! With love from the S8/S8+ development team!
Download it here!
Note that I don't own the Note 8 so I couldn't test this patch. However looking at the sources, this part didn't change from the S8 kernel so normally there's no need for additional modifications. I still release it as UNTESTED, and I'm waiting for feedback.
I repeat: this is for kernel developers, not for normal users. This patch has to be integrated in a custom kernel and flashed on a rooted phone.
So NO, you can't have it before there'll be custom kernels for the Note8. And NO, you can't have it if you don't want to root your phone!
Credits go to @karatekid430 and @kbarni
Some personal notes at the end: I think the Dex desktop won't do miracles at it's actual state, but it gives you a pocket-sized chromebook-level computer. It won't be a workhorse, but for simple tasks at home or while traveling (browsing, email, videos, music, text processing) it's perfectly ok.
I prefer to use a multiport adapter which can be bought on ebay for less than $10, which provides HDMI and USB output as well as a USB-C charging port. Here you can see it in action: https://forum.xda-developers.com/showpost.php?p=73780850&postcount=878
I think this solution has lots of advantages over the official dock:
- It's more compact for traveling
- It doesn't block the phone's speaker and the jack port
- It works with any charger
- It's 10x cheaper than the official dock.

For users: If you want thus feature, it's included in the Notorious kernel and IronKernel.

Thanks for making the patch, @kbarni - I might be good at code and logic, but I am not good with practical skills like Git.
My latest thoughts would be to 3D print a case and embed an adapter inside the case, which connects to the USB-C port and gives all of the extra ports from the sides of the case. It would be chunky, but convenient.
I am getting a Galaxy Note 8 (Exynos) but will not be rooting - if you want this for your Note 8, I can assist in you compiling a kernel with it, or you can wait for somebody to apply the patch into a maintained custom kernel.

Wow, I didn't know someone is actually providing the resources (to Android kernel devs) to allow this to be done with just a regular USB C to multi adapter (with HDMI).
Wait... actually, I can imagine that a mod like this could theoretically allow someone to make a DeX laptop without taking apart the official dock.
(Edit: I also agree with the advantages you stated at the end of your post. It reminds me of the Switch dock mods, but with less hassle and wasted plastic.)
Actually, I just feel like replying because, here in Singapore, a lot of DeX docks were given out with Galaxy Note8 pre-orders (along with coupons for discounts on a Samsung curved monitor and Microsoft wireless combo), so they turn up on the local classifieds for anywhere between S$50 to S$150. After reading this post, I'm clued as to the fact that the DeX Dock pre-order bonus isn't in all countries, but at least it was here. I can post a screenshot of the classifieds search page if you want.

I want this! Or a cheap DeX[emoji16]
Sent from my SM-G950U using Tapatalk

I have Microsoft Continuum. And connected Note 8 N950F to the same and display. Screen was mirrored directly to the Monitor. Desktop like display was not shown.

dineshh said:
I have Microsoft Continuum. And connected Note 8 N950F to the same and display. Screen was mirrored directly to the Monitor. Desktop like display was not shown.
Click to expand...
Click to collapse
Did you install a compatible kernel, like Notorious?

kbarni said:
Did you install a compatible kernel, like Notorious?
Click to expand...
Click to collapse
No I didn't my Phone is just 7 days old, don't want it out of warranty so soon

dineshh said:
No I didn't my Phone is just 7 days old, don't want it out of warranty so soon
Click to expand...
Click to collapse
Then you are at the wrong place, mate! This forum is about custom roms and kernels.
Anyway, you have three choices to use Dex:
- buy the official dock
- buy an unofficial but Dex compatible adapter (check the other Dex related forums)
- install a patched kernel, like Notorious and use any adapter.

I know just checking out the phone for any issues. Another week and I'll be Enlightened with all the mods

dineshh said:
I have Microsoft Continuum. And connected Note 8 N950F to the same and display. Screen was mirrored directly to the Monitor. Desktop like display was not shown.
Click to expand...
Click to collapse
can you explain the full process, how to make it work and what are the things needed?

raisqureshi said:
can you explain the full process, how to make it work and what are the things needed?
Click to expand...
Click to collapse
Simply connected the Note 8 to Continuum and display got copied to the Monitor

dineshh said:
Simply connected the Note 8 to Continuum and display got copied to the Monitor
Click to expand...
Click to collapse
any working link for that (Continuum)?

raisqureshi said:
any working link for that (Continuum)?
Click to expand...
Click to collapse
No link required. Just connect your Note 8 to continuum, power to the dock, HDMI between dock n monitor n you are good to go.
And this all with stock kernel. I'll flash the mod kernel in few days n will give you results for the same too.

Is anyone using this patch and then using a wireless charger when using desktop mode? How hot does the phone get?

Yep. On the S8 forum some users tested Dex with a patched kernel and wireless charging works.

Is there a way to manually patch the kernel while the system is running? I've got a snapdragon variant and now that we have root, it would be nice to be able to modify a system file to enable DEX mode on a generic hdmi hub.
Thanks!
Sent from my SM-N950U using Tapatalk

pyraxiate said:
Is there a way to manually patch the kernel while the system is running?
Click to expand...
Click to collapse
No. Patching the kernel means modifying the source code, recompile, package and flash the new kernel from TWRP.

kbarni said:
No. Patching the kernel means modifying the source code, recompile, package and flash the new kernel from TWRP.
Click to expand...
Click to collapse
I understand this. In Linux you can modify certain kernel components during runtime. Android runs on a Linux kernel. Therefore certain kernel configurations and modules can be modified while running.
I read through the patch and it looks like there's an alternate dock driver used. I'm wondering if instead, we could edit the one already in use while rooted, then reboot to make the modified driver take effect.
On a snapdragon note variant, we don't have an unlocked bootloader and therefore can't flash a kernel. I'm just looking for a work around either through ADB or using a terminal on the rooted device itself.
I do remember pushing files directly on a rooted device itself with a local terminal using "dd if= / of=". I doubt this is impossible for something like this, but I'm not that familiar with android itself as it's been a while since I've tinkered under the hood.
Looks like it's time to start tinkering again....
Sent from my SM-N950U using Tapatalk

Yes, I know that unfortunately you can't flash a new kernel on Snapdragon N8.
Indeed, we patched the Displayport and CCIC drivers, to bypass checking for the Dex dock product ID.
While in Linux you can have some kernel modules in separate files (*.ko), the Android kernel is built in a single image file which is copied to the boot partition. So you can't switch easily the kernel modules.
Anyway, I'm not a kernel expert, so maybe it can be hacked, I just won't be able to help you (except from providing the patch file).
With the Snapdragon Note8 the safest bet is to buy a cheaper Dex-compatible third party adaptor from Amazon or Alibaba (SMOS, Goodock, CF003 etc...).

Related

Using an external camera with 4.0

Basically, I want to connect a Microsoft webcam to my SGP 4.0, and probably using a custom made .apk, just record the video from the webcam. No preview display or anything.
My plan so far is to wait until TeamSuperNova finishes their ICS for the 4.0
http://forum.xda-developers.com/showthread.php?t=1712668
And I already have the webcam and I ordered a USB host-mode cable from Amazon (not sure if I would still need that with ICS though).
So the plan is to connect the webcam to the 4.0 with the cable, but I'm just curious if you guys think it'll work, or if any experiments have already been done in this field. I have seen the video of a webcam running on the Nexus, but I really dont care about a preview, just recording. Imagine the most ghetto Go-Pro possible, that's what I'm shooting for.
Thanks guys
no suggestions/ tips/ etc?
Frogman9 said:
no suggestions/ tips/ etc?
Click to expand...
Click to collapse
Make sure you can get it working with desktop Linux. That'll give you the added benefit of knowing what driver it needs. From there you can find/port a program that'll read your /dev/video* devices, something like gstreamer, ffmpeg, mencoder, or an Andriod app.
jlyo said:
Make sure you can get it working with desktop Linux. That'll give you the added benefit of knowing what driver it needs. From there you can find/port a program that'll read your /dev/video* devices, something like gstreamer, ffmpeg, mencoder, or an Andriod app.
Click to expand...
Click to collapse
thanks for the help bro, also, why do i need a linux system? how does that show me what driver it uses?
Frogman9 said:
thanks for the help bro, also, why do i need a linux system? how does that show me what driver it uses?
Click to expand...
Click to collapse
Because Android is a Linux system, though the userspace is mostly different. You don't necessarily need to have a Linux system, but I imagine it'd be harder to do Android work on another system. Though chances are good that you'd be able to do it on another kind of UNIX, such as Mac OS X being the most popular.
jlyo said:
Because Android is a Linux system, though the userspace is mostly different. You don't necessarily need to have a Linux system, but I imagine it'd be harder to do Android work on another system. Though chances are good that you'd be able to do it on another kind of UNIX, such as Mac OS X being the most popular.
Click to expand...
Click to collapse
okay, this makes sense, but what about using eclipse? that can handle android development and all, so would i be able to determine the driver using windows/ eclipse? and also do those terminal commands and such you also posted?
ps: sorry for my ignorance, the best ive done in android so far is a fallout soundboard....
Frogman9 said:
Basically, I want to connect a Microsoft webcam to my SGP 4.0, and probably using a custom made .apk, just record the video from the webcam. No preview display or anything.
My plan so far is to wait until TeamSuperNova finishes their ICS for the 4.0
http://forum.xda-developers.com/showthread.php?t=1712668
And I already have the webcam and I ordered a USB host-mode cable from Amazon (not sure if I would still need that with ICS though).
So the plan is to connect the webcam to the 4.0 with the cable, but I'm just curious if you guys think it'll work, or if any experiments have already been done in this field. I have seen the video of a webcam running on the Nexus, but I really dont care about a preview, just recording. Imagine the most ghetto Go-Pro possible, that's what I'm shooting for.
Thanks guys
Click to expand...
Click to collapse
I bought a USB OTG cable for my Nexus and it worked perfectly. I then tried it on my 5.0 and it didn't work. I think USB host mode is not compatible with the player range (the 5.0 anyway) as the micro USB port is not powered. But who knows, maybe it works on the 4.0
Sent from my Nexus 7 using XDA Premium HD app
Frogman9 said:
okay, this makes sense, but what about using eclipse? that can handle android development and all, so would i be able to determine the driver using windows/ eclipse? and also do those terminal commands and such you also posted?
ps: sorry for my ignorance, the best ive done in android so far is a fallout soundboard....
Click to expand...
Click to collapse
You can find out what driver you need (if it exists) from the camera's datasheet and some Googling. If you want to test it on a more well known platform before you test it on the device, that platform would be an x86_64 linux. It's just a good refernce is all, and would come in handy in case the plug and pray method doesn't work.
Those commands only coincidentally take the name of their project, of which I was referring. See:
* http://gstreamer.freedesktop.org/
* http://www.mplayerhq.hu/design7/news.html
* http://ffmpeg.org/
Supermaster34 said:
I bought a USB OTG cable for my Nexus and it worked perfectly. I then tried it on my 5.0 and it didn't work. I think USB host mode is not compatible with the player range (the 5.0 anyway) as the micro USB port is not powered. But who knows, maybe it works on the 4.0
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
yeah i got the OTG cable too, and it didnt work with the 4.0, but I believe thats because its not getting powered due to the 4.0 not having true 4.0 host mode, which powers the usb, so either i splice in the required 3-5v in the usb line or i wait for Team SuperNova to complete their port of CM9 (4.0.4) for my player (the 5.0 actually already has it so you should be good to go).
Frogman9 said:
yeah i got the OTG cable too, and it didnt work with the 4.0, but I believe thats because its not getting powered due to the 4.0 not having true 4.0 host mode, which powers the usb, so either i splice in the required 3-5v in the usb line or i wait for Team SuperNova to complete their port of CM9 (4.0.4) for my player (the 5.0 actually already has it so you should be good to go).
Click to expand...
Click to collapse
I tried it on my 5.0 running my CM9 rom, but no luck. I'm not sure if the player series supports USB Host seeing as the GT-I9000 does not have this feature. As far as I'm aware, USB Host started appearing on devices in the same generation as the GT-I9100 so about a year later.
EDIT:
USB Host appears to be a kernel feature:
http://www.xda-developers.com/android/samsung-galaxy-s-i9000-gains-usb-host-functionality/
Supermaster34 said:
I tried it on my 5.0 running my CM9 rom, but no luck. I'm not sure if the player series supports USB Host seeing as the GT-I9000 does not have this feature. As far as I'm aware, USB Host started appearing on devices in the same generation as the GT-I9100 so about a year later.
EDIT:
USB Host appears to be a kernel feature:
http://www.xda-developers.com/android/samsung-galaxy-s-i9000-gains-usb-host-functionality/
Click to expand...
Click to collapse
damn, i wonder if we need usb host mode, i mean if its powered externally with 3-5v, and then the proper drivers are installed in a custom app, wouldnt we be able to at least display what the camera sees?
Frogman9 said:
damn, i wonder if we need usb host mode, i mean if its powered externally with 3-5v, and then the proper drivers are installed in a custom app, wouldnt we be able to at least display what the camera sees?
Click to expand...
Click to collapse
kinda a side question, but do you guys think this app would work with a galaxy player 4.0?http://forum.xda-developers.com/showpost.php?p=22884164&postcount=3
i dont know much about android, but as far as i know, as long as its android, it might be able to run, right? does the transformer use jellybean? < thats probably where my idea would fall flat if it does...

[Q] G-Tablet hacking without screen

Hi all,
The backlight on my G-Tablet failed today, the LCD itself still works but without the backlight its pretty much useless as a tablet.
So I am trying to figure out if I can salvage it for other uses, mainly 'headless' (no screen) ARM Linux development. Tegra 2 should still pack a punch, without having to buy a Beagleboard or similar.
So, I want to know:
1. Will a HDMI cable/dock display everything on screen from bootup onwards? (i.e does CWM work with HDMI-out). Are there any kernel-level dependencies on having HDMI out working?
2. Are there any serial, jtag or the like pads on the PCB? Serial would be very useful, but it seems no one has looked for either..
Tremere said:
2. Are there any serial, jtag or the like pads on the PCB? Serial would be very useful, but it seems no one has looked for either..
Click to expand...
Click to collapse
If you just want to do development--ie. you just want to use the gTab as a headless computer--you can setup and use ADB and/or a ssh/telnet server on the tablet.
True, I would be looking to natively boot a Linux distribution rather than use Android, I would have to put ADB support into the system ( at least we have a capable kernel already). That probably won't give me any kernel boot messages.
I'll just order the HDMI cable and see if that does the trick.
Tremere said:
True, I would be looking to natively boot a Linux distribution rather than use Android, I would have to put ADB support into the system ( at least we have a capable kernel already). That probably won't give me any kernel boot messages.
I'll just order the HDMI cable and see if that does the trick.
Click to expand...
Click to collapse
Any updates on this? My backlight went out as well and would like to know if you got the hdmi to display on a monitor or TV?
truvoo said:
Any updates on this? My backlight went out as well and would like to know if you got the hdmi to display on a monitor or TV?
Click to expand...
Click to collapse
1. Have you checked the cable(s) to the LCD?
2. HDMI via the dock should work, not certain if only the cable alone will do the job on all ROMs.
3. If the HDMI cable does not work, then running a VNC server on the gTablet (after install using: adb install ... ) should work too.

Enough of Google for me.

I'm really pissed of with Google, it seems that their ways to stop us from using what they doesn't want is by killing what we use...
My Nexus 5X already died into the bootloop issue, and today I've just seen that the Nexus 6P is having the exact same issue, which they say as a faulty hardware (Really? 2 completely different brands, with the EXACT SAME ISSUE? You must to be kidding me..).
This is not the first time that Google is killing what we use.
I'm a user of Miracast technology, since marshmallow it wasn't present, but you could activate via a build.prop tweak if you are rooted, in nougat they introduced a bug (yes, intentionally), that the phone will crash If you this tweak and connect to the tv, forcing me to buy their Chromecast 2.
This is not the only thing, have you ever wondered why the hell it doesn't has QI charging? To make us to use their "Fast charging USB C solution..
The Nexus 6 has also had something similar with it's notification LED, which can be activated only If rooted..
Now I really don't know what to do, I'm thinking of downgrading to Marshmallow before my phone got into bootloop, and not having another paper weight on my desk.
The only thing i can assure is that my next phone will be an Galaxy S8, and not another Google Crap phone.
rcoliveirajr said:
I'm really pissed of with Google, it seems that their ways to stop us from using what they doesn't want is by killing what we use...
My Nexus 5X already died into the bootloop issue, and today I've just seen that the Nexus 6P is having the exact same issue, which they say as a faulty hardware (Really? 2 completely different brands, with the EXACT SAME ISSUE? You must to be kidding me..).
This is not the first time that Google is killing what we use.
I'm a user of Miracast technology, since marshmallow it wasn't present, but you could activate via a build.prop tweak if you are rooted, in nougat they introduced a bug (yes, intentionally), that the phone will crash If you this tweak and connect to the tv, forcing me to buy their Chromecast 2.
This is not the only thing, have you ever wondered why the hell it doesn't has QI charging? To make us to use their "Fast charging USB C solution..
The Nexus 6 has also had something similar with it's notification LED, which can be activated only If rooted..
Now I really don't know what to do, I'm thinking of downgrading to Marshmallow before my phone got into bootloop, and not having another paper weight on my desk.
The only thing i can assure is that my next phone will be an Galaxy S8, and not another Google Crap phone.
Click to expand...
Click to collapse
So that's why Miracast no longer works. ?
Sent from my Nexus 6P using Tapatalk
I agree. It is getting ridiculous. All of the reasons we love the Nexus line are becoming blurry. Miracast is a huge one. Smart tv, Xbox One, and now I have to have a damn Chromecast as well. I'm starting to feel like Apple users must feel. Poor souls.
I don't understand. My Miracast works perfectly fine with Panasonic TVs and LG.
mihovil13 said:
I don't understand. My Miracast works perfectly fine with Panasonic TVs and LG.
Click to expand...
Click to collapse
Are you on stock 7.1? Also did you enabled in build.prop and it worked?
My device won't work with my Samsung TV JS7200 or Windows 10 Miracast receiver.
rcoliveirajr said:
Are you on stock 7.1? Also did you enabled in build.prop and it worked?
My device won't work with my Samsung TV JS7200 or Windows 10 Miracast receiver.
Click to expand...
Click to collapse
I am on stock 7.0.1 (latest). I didn't change anything in build.prop. I just go to Settings -> Display -> Cast
I've read online that it works with older Miracast (first, second gen) TVs. For e.g. it works with Roku 3 but not 4.
rcoliveirajr said:
This is not the only thing, have you ever wondered why the hell it doesn't has QI charging? To make us to use their "Fast charging USB C solution..
.
Click to expand...
Click to collapse
Given that the 6P has a metal build and that no other metal phones(from the top of my head) have Qi charging, I would assume it was due to the the metal build. And in regards to saying that they are just trying to sell "Fast Charging USB C solution", wouldn't you think that they would generate more revenue from implementing a convenient way to charge a phone?
Based on your opinion and what you had said, it sounds like the S8 is the perfect device for you. It's so great to have a plethora of device choices!
Sent from my Nexus 6P using Tapatalk
richii0207 said:
Given that the 6P has a metal build and that no other metal phones(from the top of my head) have Qi charging, I would assume it was due to the the metal build. And in regards to saying that they are just trying to sell "Fast Charging USB C solution", wouldn't you think that they would generate more revenue from implementing a convenient way to charge a phone?
Based on your opinion and what you had said, it sounds like the S8 is the perfect device for you. It's so great to have a plethora of device choices!
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Well, my dead Nexus 5X has a plastic body and Google removed QI Charger from it too, something I found really useful, which I was using since Nexus 4 and had to stop on the new ones..
mihovil13 said:
I am on stock 7.0.1 (latest). I didn't change anything in build.prop. I just go to Settings -> Display -> Cast
I've read online that it works with older Miracast (first, second gen) TVs. For e.g. it works with Roku 3 but not 4.
Click to expand...
Click to collapse
Oh, didn't know that.
But I totally understand you.
Google played a "good guy" comparing to Apple for a few years now, and I really saw this coming. Basically they're just the same. Profit, profit, profit.
You want to cast? Buy a Chromecast.
I really wouldn't be surprised if their Project Fi gains success, and they decide to lock their future devices to their own network.
Nokia years ago was really something else, but it was in the way of the American capitalism so they had to remove it from their perfect market picture.
mihovil13 said:
I am on stock 7.0.1 (latest). I didn't change anything in build.prop. I just go to Settings -> Display -> Cast
I've read online that it works with older Miracast (first, second gen) TVs. For e.g. it works with Roku 3 but not 4.
Click to expand...
Click to collapse
I can confirm that miracast works on my Roku 3. I am stock 7.1.1. not rooted.

DeX mode on PC

Does the Tab S6 have the same ability as the Note 10? Specifically I am asking if you can plug it in to any PC and launch Dex and LoD. Has anyone tried this yet? I am not sure if the companion app has been released officially yet, but, if you have it would you mind trying?
Any and all information is welcome.
Thanks
Edit:
This is a future question.
Not working sadly. I hope they enable it
I can only agree
I've just found this out today too
Shame on Samsung for touting Dex as one of the S6's selling points but not fully allowing the service due to the USB drivers needing updating
This is killing me I would really need that option for working purposes. I have just tested and Dex is not working as shown for the Note series...
PFC Hudson said:
I've just found this out today too
Shame on Samsung for touting Dex as one of the S6's selling points but not fully allowing the service due to the USB drivers needing updating
Click to expand...
Click to collapse
Mind expanding on that.
I hope that Samsung extends this DeX Desktop app to work with the Tab S6 too.
And, I would also like the ability to have multiple DeX desktops instead of just the one single DeX desktop on my Tab S6. Like for example, a simple swipe to the left in DeX mode and I have another blank DeX desktop that I can deposit whatever applications I choose to deposit on it.
Sent from my SM-T860 using Tapatalk
Hi folks. I don't know if you are still on the lookout for Dex from the Tab S6 to your pc, laptop and e.t.c. From my standpoint, we still have to wait a lot for Samsung to enable this function for us. Right now it's a selling point for the Tab S7 and S7+. So I don't think this greedy lot will release it anytime soon. Anyways, I have been using the following software as alternatives for a while now, and the two are very good. Make your pick:
Github
AnLink
Besides if you happen to stumble across custom ROMs for the Tab S6 please let me know. Take care

Is it possible to enable DisplayPort in XZ1

Hi, i have a Type-C to Hdmi adapter which is have DisplayPort Alt Mode support. When i plug in to my device, nothing happens. I searched for Hdmi, Dp, usb in root folders but couldnt find anything to activate it.
XZ1 doesn't support HDMI or DP output by a dongle. This was officially confirmed in the Sony-host forums.
beautiophile said:
XZ1 doesn't support HDMI or DP output by a dongle. This was officially confirmed in the Sony-host forums.
Click to expand...
Click to collapse
Xz1 supports Dp by the hardware but blocked by software. Please read carefully. I want to activate. Not get it by an update or official stuff.
Up! Be helpful!
ΒΕΓΑ said:
Xz1 supports Dp by the hardware but blocked by software. Please read carefully. I want to activate. Not get it by an update or official stuff.
Click to expand...
Click to collapse
Wait whaaat?
Nice!
Up!
Up!
Up!!!
ΒΕΓΑ said:
Xz1 supports Dp by the hardware but blocked by software. Please read carefully. I want to activate. Not get it by an update or official stuff.
Click to expand...
Click to collapse
In my opinion, they were using chromecast to mirror the display on that monitor. See the following screenshot:
ugopiemontese.eu/OLD/uploads/XZ1/chromecast.jpg
PS sorry, I cannot post direct links yet, I am new.
hackS1GN said:
In my opinion, they were using chromecast to mirror the display on that monitor. See the following screenshot:
ugopiemontese.eu/OLD/uploads/XZ1/chromecast.jpg
PS sorry, I cannot post direct links yet, I am new.
Click to expand...
Click to collapse
Hmh it's questionable issue...
I'm not sure but does that signature appears only when you use chromecast? Or it pop up when you start mirroring screen in every way including adapter?
BTW Someone on reddit found same video:
https://www.reddit.com/r/SonyXperia/comments/8jxmmq/hdmi_support_on_xperia_xz1/
I'm interested to connect multi function USB-C adapter (rj45, card reader, USB 3, VGA dsub, hdmi, minijack 3,5 mm) to my
XZ1C. I don't want to bring my heavy laptop when I have PowerPoint presentation
I have possiblity to test on either xz1 (someone form my family will borrow me that phone for test)
Both devices has unlocked bootloader and LOS16 installed with magisk flashed. That's why I'm interested to enable this function, with root I have possiblity to edit some system files.
(or it'll be just working, why lineageos developers may block this function?)
Here is my thread:
https://forum.xda-developers.com/xp...cessories/xz1-compact-micro-computer-t4005629
It'd be great if you join with your knowledge
Now I wait for extra money to buy advanced adapter, or someone to do instead of me.
BigBrother84 said:
I'm not sure but does that signature appears only when you use chromecast? Or it pop up when you start mirroring screen in every way including adapter?
Click to expand...
Click to collapse
This icon should appear only when using chromecast, if I remember well. I still have my Nexus 7 and a slimport adapter laying around, I will check if it is true.
To my knowledge, basically the XZ1 should have the functionality disabled in the kernel like Google did on its Pixel 4.
I am very interested in it too, but I had too little time to spend on this research. Hopefully, I should have some days off to investigate on this matter (thanks a lot, COVID-19) :angel:
HDMI out via DisplayLink Presenter app and a DisplayLink dongle
SGH-i200 said:
UndisputedGuy said:
Hello, I saw your post here about getting HDMI working on the XZ1 Compact and was just wondering if you could help?
You mentioned you got it working using "DisplayLink Presenter" and a DisplayLink dongle. I'm not sure what a DisplayLink dongle is.
Click to expand...
Click to collapse
You need an dongle or a docking station which includes a DisplayLink chip. I use this https://www.amazon.co.uk/Wavlink-Adapter-External-Supports-Resolution/dp/B076SX73LY/
Click to expand...
Click to collapse
„DISPLAYLINK CERTIFIED (dl-3500 chipset), you could Download the driver from this link: www.displaylink.com. If you have connected to USB3.0 devices, the resolution is adjustable and the maximum resolution can be up to 2048x1152 , if you have connected to USB2.0 devices Resolution 800x600 @ 60Hz.“
It‘s working on 1080p @ 30Hz for me!

Categories

Resources