[Q] Boot up direct HDMI out tv ? - Gen8, Gen9, Gen10 Q&A, Help & Troubleshooting

My Archos 70it just broken LCD...
I won't think about change lcd because no one ship to Vietnam (price to change lcd from dealer here up to 120us)
So I want to plug it in my TV LCD via HDMI and use as a video box.... Anyone can tell me how to connect it with TV without select Switch to TV in the setting ???
I can do everything with adb, my A70 had been rooted !
Someone help me plz !

I don't think it's possible with original Android, maybe $auron can help you to see if UrukDroid can boot directly to the HDMI out.
Good luck

Note: This is speculation, I don't know if this will work for your problem.
I don't know about doing it from boot, but I know you can launch apps from adb with the "am start" command, so maybe if you can find the name of the intent for the switch to tv app, you can do it through adb. The resource I found this from is http://www.android.pk/blog/general/launch-app-through-adb-shell/
Not sure if it will work, but good luck, I hope it does!

Yea...! "am start" run app... kool
... but "switch to TV" look like not an app... maybe an internal command.
Any else help me ??? or some one ship LCD to me !?

I don't have hdmi cable so I can't test, but you may try this in adb:
echo 1 > /sys/devices/omapdss/display1/enabled

Related

[Q] Evo 3D HDMI (MHL) resolution change - partial success

I have just bought MHL adapter for my Evo 3D GSM.
At first, I tested it on an older LG 720p TV - everything was perfect - the display was cloned on the TV by just connecting the cable.
The games were perfectly playable, etc.
I'm not sure if the stock ROM supports cloning, but it does not matter - I'm using latest CoolSense.
However, on my Panasonic 42" LCD TV it sets the resolution to [email protected], which introduces considerable amount of lag between the phone's screen and the TV. This makes almost all games unplayable on the TV.
I've found that running the following command as root can change the resolution on the TV to [email protected] (and everything looks fine), but after a second, something reverts it back to [email protected]:
Code:
echo 4 > /sys/devices/virtual/graphics/fb1/video_mode
I think that the following command lists the available video modes:
Code:
cat /sys/devices/virtual/graphics/fb1/edid_modes
After some experimenting, I've come to this:
Code:
echo 4 > /sys/devices/virtual/graphics/fb1/video_mode ; sleep 1 ; killall hdmid
This changes the resolution to 720p, and kills hdmid before it's able to restore the previous resolution. And there is no lag at all when playing games (Dead Space, Need for Speed, etc...)
I'm sure it's not very OK to kill the hdmid service (I suppose it manages the HDMI connection/detection etc), but after I kill it I can still disconnect the MHL cable, and when reconnect it the picture is still cloned.
However, the "HDMI" notification icon stays even when the HDMI cable is disconnected (I suppose the HDMI port is still powered and draining battery because the hdmid is not running)
Btw, I'm not Android developer, I'm just using my linux skills here
I am wondering why the resolution gets restored to [email protected]?
Also, how can I safely start/stop this hdmid (or other) service?
If there are some developers here, I would like to hear some thoughts...
Maybe this will be my first android app
lokster said:
Code:
echo 4 > /sys/devices/virtual/graphics/fb1/video_mode
I think that the following command lists the available video modes:
Code:
cat /sys/devices/virtual/graphics/fb1/edid_modes
After some experimenting, I've come to this:
Code:
echo 4 > /sys/devices/virtual/graphics/fb1/video_mode ; sleep 1 ; killall hdmid
Also, how can I safely start/stop this hdmid (or other) service?
If there are some developers here, I would like to hear some thoughts...
Maybe this will be my first android app
Click to expand...
Click to collapse
Excellent work! I'm interested in doing the same thing on the galaxy s iii. Does your ROM have init.d support? hdmid may be a daemon that starts with Android. On some Linux distros, a bash script may be present with the "stop" and ”start" commands. I'm not in front of a computer right now to dig deeper, but you might be able to do something like "hdmid stop" as root.
Yes, my rom has full init.d support, but unfortunately I've already tried "hdmid stop", and it does not do anything (it just hangs after executed).
This is frustrating - the problem is common, with different phones from different manufacturers, and yet, there is so little information (and no real solution)...
How hard is to just put a simple app to change the resolution... The chinese Android TV sticks all have it!
I believe killall sends a SIGTERM signal to hdmid. Is the daemon open source? If so, you could check to see whether or not the daemon handles SIGTERM. It may be appropriately cleaning up before exiting. If so, running killall hdmid wouldn't be that big of a deal.
On the galaxy s iii, I don't have an hdmid daemon running before or after the mhl is connected. Some other process handles it.
Sent from my SCH-I535 using xda premium
Does HDMI work on JB ROMS ?
wolfu11 said:
Does HDMI work on JB ROMS ?
Click to expand...
Click to collapse
I didn't finad that rom... Only ICS. If exist, I am interest too
---------- Post added at 02:40 PM ---------- Previous post was at 02:26 PM ----------
Another question, is it possible to have a picture on monitor, but a sound in mobile onr headset? When I plug a pc monitor with HDMI, which have no repro, I lose a sound...
1080p 24
hi folks interesting thread. i want to change the hdmi output on my s4 to 1080p24 with the samsung mhl 2.0 adapter. by default its 1080p60.
i'm rooted and using root explorer have found the relevant files, and sure enough the video_mode files has 16 in it - 1080p60. when i try to change this to 32 (1080p24) using a text editor (its mounted as r/w), the changes don't stick even though it says the file is saved ok. am i doing something wrong here? i noticed that you said "running the following command as root" - could you explain what this means please? i presume its in reference to using a terminal emulator?
I'm curious as to why the topic of HDMI has so little interest. It just baffles me. We need to find a way to stir more interest in this topic. I have a Galaxy Note 3 and I am having similar problems. Mine is that when using MHL I only get 720p (I have two different brands, same result) but on my Note 2 MHL works at 1080p just fine. Using an AllShareCast dongle works at 1080p fine. I prefer MHL to the compression artifact laden AllShareCast so this is frustrating me. There simply must be a relatively easy way to just select output resolutions using an app. Why does none exist? MHL has been around for some time now (2 years?). Come on! We have powerful PC's in our hands now! Let's get them desktop friendly!
i_guana said:
I'm curious as to why the topic of HDMI has so little interest. It just baffles me. We need to find a way to stir more interest in this topic. I have a Galaxy Note 3 and I am having similar problems. Mine is that when using MHL I only get 720p (I have two different brands, same result) but on my Note 2 MHL works at 1080p just fine. Using an AllShareCast dongle works at 1080p fine. I prefer MHL to the compression artifact laden AllShareCast so this is frustrating me. There simply must be a relatively easy way to just select output resolutions using an app. Why does none exist? MHL has been around for some time now (2 years?). Come on! We have powerful PC's in our hands now! Let's get them desktop friendly!
Click to expand...
Click to collapse
Turns out I'm not alone! Check my thread: http://forum.xda-developers.com/showthread.php?p=49180834#post49180834
lokster said:
I have just bought MHL adapter for my Evo 3D GSM.
At first, I tested it on an older LG 720p TV - everything was perfect - the display was cloned on the TV by just connecting the cable.
The games were perfectly playable, etc.
I'm not sure if the stock ROM supports cloning, but it does not matter - I'm using latest CoolSense.
However, on my Panasonic 42" LCD TV it sets the resolution to [email protected], which introduces considerable amount of lag between the phone's screen and the TV. This makes almost all games unplayable on the TV.
Click to expand...
Click to collapse
FIX!!!!!
To change the resolution and make games and all apps lag free (with the method I found) you MUST be rooted.
If rooted, download a root terminal/cmd and type ru in prompt and hit enter. Then type wm size 720x1280. ***Will stay on indefinitely until reverted back with command ru then wm size 1080x1920***
Now your device will be 720p, but you will notice that your icons are huge. To fix that in CM12.1 go to setting/look and feel/DPI and change from 440 to 320. If you don't have CM12.1 download a DPI changer and change to 320, or find corresponding root cmd to change DPI... I don't know it because CM12.1 has one stock.
Now everything should be lag free and awesome for gaming! I use sixasis and screen standby and have been playing Zelda on the couch the last few evening.
Hope this helps at least one person.

[Guide] Cracked Screen? Give that beast new life on your TV with XBMC.

Hello all! My first attempt at any type of guide or help, so give me pointers if you notice a better way to go about this than what's here.
This was done by me on my Ultra that broke, but I would imagine the same works for any other device that has a Snapdragon 800, and probably earlier chipsets as well. SPMC and XBMC have documentation about the supported hardware.
Doesn't it suck when you crack the screen on your baby and she no longer responds to touch input? We've probably all been there with one device or another. But don't let that busted phone gather dust, turn it into a full fledged media center! These quad core beasts can do so much more than the phones of a few years ago. I take no credit for anything here, as I'm just passing along my experience so others can make use of a disabled phone.
I have used Plex, Chromecast, etc, but no combination of those gives me the control of XBMC, and the ability to play mostly any codecs without the need for transcoding.
A few things before I get into the steps:
1. I started with a rooted phone, but you don't necessarily need one. It just helps later on if you want more control over the device functions.
2. I recommend using the most up to date firmware possible, I am on 4.4.4 myself, using this rom here:
http://forum.xda-developers.com/showthread.php?t=2800414
3. You'll want a usb OTG cable like the one I used here, along with a cheapo wired usb mouse so you can control the phone until it is set up to work with a remote.
http://www.amazon.com/gp/product/B00871Q5PI/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1
4. You'll also need an MHL adapter. I used this one here:
http://www.amazon.com/gp/product/B00KPXI4S2/ref=oh_aui_detailpage_o03_s00?ie=UTF8&psc=1
5. You'll need wifi, assuming you have moved the sim to your next device.
6. You will want some form of controlling XBMC remotely. I use Yatse for Android, installed on my replacement phone and it's a godsend.
https://play.google.com/store/apps/details?id=org.leetzone.android.yatsewidgetfree&hl
Here we go.
1. Clean that busted phone up. Reset to factory settings, flash a new rom, OR just remove any non-essential apps. I only have my phone signed into Google so I can access the Play store, which you will want to do as well.
2. Install this if you are rooted. It will allow the phone to disable the screen when the MHL adapter is plugged in, saving battery and keeping it nice and dark around your TV. The wizard should guide you through a fairly simple set up. What you are looking for is for the app to disable/suspend/standby the screen when it detects MHL.
https://play.google.com/store/apps/details?id=com.nkahoang.screenstandby&hl
3. Install SPMC. This is a forked version of XBMC for Android, and frankly, it's better suited for this application. It has more features, and takes better advantage of the hardware.
https://play.google.com/store/apps/details?id=com.semperpax.spmc
4. After installing SPMC, you can use it as a launcher, meaning the phone will boot directly into SPMC. Just press home and you'll be given the option.
5. Launch SMPC, go into Settings-Services-Webserver and check Allow control of XBMC via HTTP.
6. At this point, you can now control SPMC with Yatse or another similar XBMC remote app on another device. Depending on your situation, you may still want that mouse to do a few more things before you connect to the TV.
Options Options Options
I use XBMC in my living room on a dedicated PC. My media resides on a NAS, wired via gigabit ethernet to an AC wireless router. Since I wanted to use this broken phone as a sort of satellite system in the bedroom, I set up a MySQL server on the same NAS. It can be daunting, but XBMC provides great documentation and this method makes getting your media onto the phone very easy.
http://kodi.wiki/view/MySQL
If you do not have another XBMC or do not wish to share the library between devices, skip this section.
1. If you have another instance of XBMC, give this a serious look, as both the library and the playback status will be synced among all devices. You can stop in one room and resume in another.
2. Running the current version of SPMC, and XBMC 13.2, I had no issues with MySQL, despite the warning to use the same build date.
3. If you have this type of setup, all you need to do is copy the advancedsettings.xml file you created from your original XBMC install, and paste it into the userdata folder deep inside the SPMC file structure. This is usually found inside sdcard/Android/data
4. Once you do this, launch SPMC and your existing library will be there.
5. I have not tried this, since I went through the trouble to set up MySQL before, but you can alternatively use Media Browser 3 to serve up your library, and it does appear
to be easier to set up. Download the XBMB3C plugin inside XBMC/SPMC to allow for this.
http://mediabrowser.tv/download/#server
Add Media
Alternatively, you can navigate to videos inside SPMC, select files, and then choose Add Source to add your media from wherever to your new library. There is lots of documentation over at the official XBMC site, so go there if this is your first foray into this type of thing.
I've found that I just have to turn the phone on when I walk into the bedroom, and it will boot directly into SPMC. From that point I can use Yatse on a different device to control the media center. When I am done watching content, the shutdown option inside Yatse will shut the phone off, and it just goes into a powered down charging state.
Mostly everything should play after the install, but you may need or want to adjust some settings inside SPMC/XBMC. Again, look to the official XBMC wiki for help if you need it.
If you're rooted, you can probably do without the USB OTG cable. You could use ADB to install packages and the shell (or a wrapper like this — worked well for me a few months back) to control the screen. This might also be useful if your screen is dead.
There is a new specific xbmc for android that comes preconfigured with the most important repositories for those that really don't want to dabble with all of that kind of stuff. Just install and all the main plugins are automatically installed for you. You can find it here http://www.tvaddons.ag/tvmc-android/
Is TVMC anything more than XBMC 13.2 with preconfigured settings? Seems redundant slightly because SPMC (version 13.3.2) actually contains fixes to XBMC 13.2 to enable hardware acceleration on more devices. With the Z Ultra specifically, under XBMC 13.2 official, even though hardware acceleration was enabled in the settings, it was not working. SPMC is built by official XBMC team members and contains "fixes" that were left out of the official spin for whatever reason. The settings are also mostly preconfigured, at least the defaults are different than regular XBMC, and for me at least, everything worked right away.
What are the possibilities for a phone that does not support MHL? (Oppo Find 5) I had the same idea after I broke my screen, but I am not sure now what to do. A mediacenter seemed great to me. A webserver is possible too, but I don't like how it won't use it's media capabilities anymore.
The device supports wireless screen (Miracast?) but I don't think that works great and I can't get it to work really.
Well, Android Lollipop will support Chromecast Mirroring, so if you are able to find a rom for that device when Lollipop makes its way around, that would work. There seems to be a good amount of development for that phone on XDA, so you might just need to wait it out a bit.
HaTeNL said:
What are the possibilities for a phone that does not support MHL? (Oppo Find 5) I had the same idea after I broke my screen, but I am not sure now what to do. A mediacenter seemed great to me. A webserver is possible too, but I don't like how it won't use it's media capabilities anymore.
The device supports wireless screen (Miracast?) but I don't think that works great and I can't get it to work really.
Click to expand...
Click to collapse
mailme45 said:
Well, Android Lollipop will support Chromecast Mirroring, so if you are able to find a rom for that device when Lollipop makes its way around, that would work. There seems to be a good amount of development for that phone on XDA, so you might just need to wait it out a bit.
Click to expand...
Click to collapse
This may be worth a look if you are interested in chromecast mirroring.
http://forum.xda-developers.com/har...experimental-enable-mirroring-device-t2812193
mailme45 said:
Hello all! My first attempt at any type of guide or help, so give me pointers if you notice a better way to go about this than what's here.
This was done by me on my Ultra that broke, but I would imagine the same works for any other device that has a Snapdragon 800, and probably earlier chipsets as well. SPMC and XBMC have documentation about the supported hardware.
Doesn't it suck when you crack the screen on your baby and she no longer responds to touch input? We've probably all been there with one device or another. But don't let that busted phone gather dust, turn it into a full fledged media center! These quad core beasts can do so much more than the phones of a few years ago. I take no credit for anything here, as I'm just passing along my experience so others can make use of a disabled phone.
I have used Plex, Chromecast, etc, but no combination of those gives me the control of XBMC, and the ability to play mostly any codecs without the need for transcoding.
A few things before I get into the steps:
1. I started with a rooted phone, but you don't necessarily need one. It just helps later on if you want more control over the device functions.
2. I recommend using the most up to date firmware possible, I am on 4.4.4 myself, using this rom here:
http://forum.xda-developers.com/showthread.php?t=2800414
3. You'll want a usb OTG cable like the one I used here, along with a cheapo wired usb mouse so you can control the phone until it is set up to work with a remote.
http://www.amazon.com/gp/product/B00871Q5PI/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1
4. You'll also need an MHL adapter. I used this one here:
http://www.amazon.com/gp/product/B00KPXI4S2/ref=oh_aui_detailpage_o03_s00?ie=UTF8&psc=1
5. You'll need wifi, assuming you have moved the sim to your next device.
6. You will want some form of controlling XBMC remotely. I use Yatse for Android, installed on my replacement phone and it's a godsend.
https://play.google.com/store/apps/details?id=org.leetzone.android.yatsewidgetfree&hl
Here we go.
1. Clean that busted phone up. Reset to factory settings, flash a new rom, OR just remove any non-essential apps. I only have my phone signed into Google so I can access the Play store, which you will want to do as well.
2. Install this if you are rooted. It will allow the phone to disable the screen when the MHL adapter is plugged in, saving battery and keeping it nice and dark around your TV. The wizard should guide you through a fairly simple set up. What you are looking for is for the app to disable/suspend/standby the screen when it detects MHL.
https://play.google.com/store/apps/details?id=com.nkahoang.screenstandby&hl
3. Install SPMC. This is a forked version of XBMC for Android, and frankly, it's better suited for this application. It has more features, and takes better advantage of the hardware.
https://play.google.com/store/apps/details?id=com.semperpax.spmc
4. After installing SPMC, you can use it as a launcher, meaning the phone will boot directly into SPMC. Just press home and you'll be given the option.
5. Launch SMPC, go into Settings-Services-Webserver and check Allow control of XBMC via HTTP.
6. At this point, you can now control SPMC with Yatse or another similar XBMC remote app on another device. Depending on your situation, you may still want that mouse to do a few more things before you connect to the TV.
Options Options Options
I use XBMC in my living room on a dedicated PC. My media resides on a NAS, wired via gigabit ethernet to an AC wireless router. Since I wanted to use this broken phone as a sort of satellite system in the bedroom, I set up a MySQL server on the same NAS. It can be daunting, but XBMC provides great documentation and this method makes getting your media onto the phone very easy.
http://kodi.wiki/view/MySQL
If you do not have another XBMC or do not wish to share the library between devices, skip this section.
1. If you have another instance of XBMC, give this a serious look, as both the library and the playback status will be synced among all devices. You can stop in one room and resume in another.
2. Running the current version of SPMC, and XBMC 13.2, I had no issues with MySQL, despite the warning to use the same build date.
3. If you have this type of setup, all you need to do is copy the advancedsettings.xml file you created from your original XBMC install, and paste it into the userdata folder deep inside the SPMC file structure. This is usually found inside sdcard/Android/data
4. Once you do this, launch SPMC and your existing library will be there.
5. I have not tried this, since I went through the trouble to set up MySQL before, but you can alternatively use Media Browser 3 to serve up your library, and it does appear
to be easier to set up. Download the XBMB3C plugin inside XBMC/SPMC to allow for this.
http://mediabrowser.tv/download/#server
Add Media
Alternatively, you can navigate to videos inside SPMC, select files, and then choose Add Source to add your media from wherever to your new library. There is lots of documentation over at the official XBMC site, so go there if this is your first foray into this type of thing.
I've found that I just have to turn the phone on when I walk into the bedroom, and it will boot directly into SPMC. From that point I can use Yatse on a different device to control the media center. When I am done watching content, the shutdown option inside Yatse will shut the phone off, and it just goes into a powered down charging state.
Mostly everything should play after the install, but you may need or want to adjust some settings inside SPMC/XBMC. Again, look to the official XBMC wiki for help if you need it.
Click to expand...
Click to collapse
Im confused. How does the phone charge while its hooked into the TV?
Roseysdaddy said:
Im confused. How does the phone charge while its hooked into the TV?
Click to expand...
Click to collapse
The mhl adapter is powered.
http://ecx.images-amazon.com/images/I/71TmMtz9uIL._SL1500_.jpg
One port to rule them all
adfurgerson said:
The mhl adapter is powered.
http://ecx.images-amazon.com/images/I/71TmMtz9uIL._SL1500_.jpg
Click to expand...
Click to collapse
I have a Galaxy Note 2 with the same issue,
What is confusing me here is the phone has one MicroUSB into which three things need to plug into it
Power
OTG for Mouse and Keyboard
MHL adapter
ShiversZN said:
I have a Galaxy Note 2 with the same issue,
What is confusing me here is the phone has one MicroUSB into which three things need to plug into it
Power
OTG for Mouse and Keyboard
MHL adapter
Click to expand...
Click to collapse
1. The mhl is a Y cable with a male micro usb on the end of cord and a female at the end with hdmi that requires power which runs adapter and charges phone.
2. OTG is only for initial setup and will not be used with mhl ( OP states this is for screens that will display but not respond to touch) after setup control will be via a second device using yatse or another remote control app.
3. See #1.
This thread is great i ened up doing this very thing after destroying the digitizer on an s3 a while ago (I was one unlucky sap to try replacing a cracked screen) and the resultof having a usless phone was made better by having a perminant xbmc device connectd to my tv-way better than satellite or cable
Awesome!
I have a few devices that I keep around. Note 2, galaxy S2, nexus 1 (and my retarded/retired phones iphone 5S, ipad and blackberry playbook). I will definitely give it a try and let you guys know how it goes.
Have you tried on your S2?
Although I've touch screen working, but my gorilla glass is broken. I dont know some are saying that they've to replace whole assemble costing $125 here. While some people on the internet say that it can be done and on ebay I saw front panel(Gorilla) being sold in India.
I just came across this thread after my own experiences with getting this going yesterday! I have an LG Optimus G (E973) with a cracked digitizer, and I was about to buy an Android box, when I realized this phone would be more powerful, and have more features, than anything I could buy in the $100 range.
I made an OTG cable myself. Very easy to do, all you need is a microUSB cable male end, and a USB female end... except, problem #1, I found out my phone doesn't support OTG power. So I had to turn it into an OTG Y-cable so it can receive power (and charge the phone) simultaneously. Then, problem #2, my kernel doesn't support OTG. I wasn't able to figure this out. So I looked for another solution.
Maybe I could install VNC or one of those ADB viewers? Hook up my computer... problem #3, not authorized for adb. Can't authorize without touchscreen. (I later discovered the device keys are stored at /data/misc/adb/adb_keys, and could have added my computer in recovery.) Went to the gf's house and found my old MacBook Air, turns out that one was authorized!
Great! I'm in... now... after fiddling around trying to get it to work in Windows and OSX, problem #4 neither VNC or ADB viewers worked. I could SEE the screen, but interaction did nothing.
Eventually, I decided to just manually run touch events from the adb shell, a la adb shell input swipe 0 0 0 1280 to pull down the menu. Armed with this, I hacked together a script with JavaScript and PHP to have a web interface I could interact with my phone through. It's SLOW as hell at 768x1280 (max 1fps, I'd say), as it uses screenshots.
If anyone is interested, here's the script I made. https:// gist.github.com/shahyar/8d24815b54b8ca1c1d9c
...It didn't end there. I decided now that I have it working, I'll reset the data. Problem #5: I forgot that this also resets debug to off. I had to calculate, using a ruler, where to swipe and tap to enable developer mode, and then enable USB debugging. I wrote an init.d script which did this.
Now, I'm just waiting for my MHL cable and Bluetooth keyboard. Let's hope those go a little better than how the rest of this adventure did.
Screen cracked and not usable
I have a further issue in that my screen is cracked and I can't see what's happening on the screen.
Any thoughts on how to set it up in this case?
Great guide, thank you for taking the time to write it mailme45
tithij said:
I have a further issue in that my screen is cracked and I can't see what's happening on the screen.
Any thoughts on how to set it up in this case?
Click to expand...
Click to collapse
I was in a similar situation when I embarked on this little project, my screen was completely dead but i could hear sounds from the physical buttons so I knew the phone was on. There are a few solutions to get your phone setup, assuming you are still looking for a solution, if not I'll just mention it for the next person in this predicament. If you didn't buy your mhl adapter yet and your screen doesn't work at all, then I suggest buying a mhl cable with CEC function; this will allow you to control your phone with your tv remote when connected. These mhl adapters cost more than the ones found on ebay but also come with more features. The rocketfish RF-G1171($12 at bestbuy) for example will work with most phones including 11-pin samsung models so if you didn't buy a mhl yet, I would recommend getting one with CEC or one that comes as part of a hub, search ebay for the 5in1 mhl. If you already bought a cheap ebay one, continue reading below.
You will need a mhl cable, otg cable and usb mouse/keyboard; These steps are for people with a dead screen and digitizer. If your screen works but touch does not, just use a otg cable and mouse and if your screen doesn't work but touch does then use mhl cable and control using the touch screen.
Note** If you had USB debugging enabled already, skip to step 5
Step 1: connect the MHL cable to your phone and connect with your TV/Monitor and wait for your device to boot into the lockscreen
Step 2: Once at the lockscreen take out the mhl cable and use the otg cable to connect your mouse and swipe to unlock, switch back to mhl cable to make sure you got passed the lockscreen.
Note** If you had a password lock or pattern lock this will be very annoying, use the otg with keyboard if its a password and use mouse for pattern; might take awhile since you will be doing the pattern blind.
Step 3: use the keyboard to navigate to Settings > About Phone > scroll to "build number" and hit enter 7x to turn on developer options.
Note** As each phones menu, app layout and UI is slightly different, you may have to switch between mhl and otg just to see where you currently as you navigate. I suggest taking your time and switching between the two for each action you make, as we will only have to go through this process once.
Step 4: with developer options enabled, navigate to the "developer options" menu and turn on USB debugging.
Step 5: At this stage there are two methods, if you are lucky option 1 will work, if it does not, sadly you will have to go through the annoying mhl/otg switching to navigate one more time.
Option 1:
Install a google chrome app/extension called Vysor on your pc
Link: Vysor
This is an app developed by Koush that allows you to connect, view and control your android device on your PC through USB. The app is still in beta phase so might not work with every phone. Drivers will need to be installed for this app to work, which can be found at the Vysor homepage(I can't link to outsite sites so just google it) along with instructions. If the app works for you, I suggest the first thing you do is turn off certain features like lockscreen and sleep timer; next install a bluetooth keyboard/mouse/controller, something that will allow you to control the phone when connected to the tv/monitor through mhl. Finally you can also do all the required setups mentioned in this thread to get kodi running and when you are satisfied with the setup, connect the phone back to the tv/monitor.
Option 2:
If you were unlucky and Vysor did not work for you, navigate to the play store by switching between mhl and otg and install an app called Teamviewer Quicksupport. Install teamviewer on your PC; launch the app on your phone and you will be given an ID, use the ID on your PC to connect to the phone. When you try to connect from your PC, you will get a confirmation on your phone; make sure your phone is connected through mhl so you can see the confirmation. switch to otg to accept then switch back to mhl since you will be prompted to install an add-on, this add-on is necessary to view your phone screen on your PC. Once the add-on is installed, you will be able to see and control your phone from your pc, use your pc to setup your phone. As mentioned in option one, turn off certain features that are hindrance like lockscreen and install a bluetooth device that will let you control your phone wirelessly.
Hope this helps people with a completely dead screen but otherwise working phone, It can be very frustrating and time consuming but once you get past the initial stuff, you should be able to either link using vysor or wirelessly using teamviewer for feature setups.
So this is a great idea, except that it doesn't work for any other apps, since I do most of my watching on Netflix and HBO and I can't figure out a way to control the phone outside of Kodi.

TCL 32" Roku TV ADB ?

Hi,
I purchased a 32" TCL Roku tv for my children and was hoping to gain ADB access. I noticed that someone has succeeded with this on a 55" TCL model TV via port 8090 and a Chinese application. What they did was use an app called TCP&UDP and send the command 'start adbd' however the 32" inch model does not have this port open. It has port 8060 and 9080. 8060 is an XML page via http, 9080 is a page that state 'status=ok'. I have sent the command to both ports with no luck.
Does anyone have this TV and had success enabling ADB?
This is the one i ordered.
ports
Did a little checking, there are 2 ports on the TV.
Port 8060 which appears to be an XML page for the Roku side of things.
It also has A port 52113 which I am not sure of. I tried to send the command "start adbd" on 52113 with no success. Anyone else get one of these for Christmas? Would love to get some input on this.

External Sources through ADB

Hello guys.
I’m working on a new app for Android TV and I was wondering if anyone of you know a way to make the TV show the image via ADB when I go into a specifi source in the TV. At the moment as soon via the ADB I open YouTube or any other video app, the screen stays black and the same when I change source and I go for example into the HDMI 1-2-3 etc... there is a way to actually make the TV show the image via ADB also in these occasions?
Because I’m working on a porting of Hue Sync and my small app use the wireless ADB of the TV on a server winth Windows on it in order to sync the lights, and everything works great till the point I change source or I start any type of video...
Many thanks!

T95Z plus H618 (android 12) questions

I've just received my first android TV box, this one
https://banggood.onelink.me/zMT7/wda08nyk, and I was wondering if anyone knew where I can go to get alternative ROMs for it? I'm specifically looking for Android TV based ROMs, as it ships with standard android (pretending to be a pixel 3).
I haven't found any. It's still a very new device. There are updated stock FW, though. Not much of an improvement. Here are updated stock Images.
Hello
Same problem here, it is pretending to be Googlre pixel 3
Any idea when would someone make Android TV based ROM?
If you own one of these H618 devices, can you please run the following command on your device to see if it has malware similar to the T95 H616?
Code:
adb shell "getprop ro.product.device ; [ -d '/data/system/Corejava' ] && echo 'Corejava exists' ; ! [ -d '/data/system/Corejava' ] && echo 'Corejava not present'"
Thanks!
Hi I am trying to connect my android box T95z plus to a Samsung tv, but when I try the signal is not getting though, although the hdmi connection is found there is a red cross symbol by the hdmi icon on TV.
However I can connect the Bix to my other fire tv with no issue and same cable!
This is really driving me mad.
And advice greatfully received thanks in advance
Jonnybourne said:
Hi I am trying to connect my android box T95z plus to a Samsung tv, but when I try the signal is not getting though, although the hdmi connection is found there is a red cross symbol by the hdmi icon on TV.
However I can connect the Bix to my other fire tv with no issue and same cable!
This is really driving me mad.
And advice greatfully received thanks in advance
Click to expand...
Click to collapse
this issue is common, the tvboxes don't support every possible resolution out there, your tv may have a specific resolution or refresh rate that isn't supported by the tv box, so the tv box can't switch to the correct resolution because it doesn't exist.
i'm not by my tv box now, but if i recall correctly, there is usually an option to disable automatic switching to the correct resolution, you can turn that off so the box doesn't automatically switch to a resolution the TV chooses. then plugin the box to a monitor or another tv, choose a resolution manually on the tv box, then plug it back to the samsung tv, if still no signal, repeat the process with a different resolution.
this worked for me with 2 tv boxes Q96+ and HiMedia Q5 or Q7 i can't recall, but also hasn't worked with every box that did that, so it's a hit or miss.
good luck
You may want to try something like THIS. I had similar issues with both h616 and h618 boxes. In the settings for display, the h616 had a toggle for TV HDMI control.

Categories

Resources