How to open port 7011 on Samsung Orsay Smart TV - samsung-smart-tv

I've been developing on Samsung Smart TV for years and I've recently had to modify a project for Orsay (ie pre-Tizen) devices. Remote Web Inspector is normally available for debugging on port 7011 but after being unable to connect to the debugger, I ran an nmap scan and it seems the port is now closed.
A couple of others have reported the same issue on the Samsung Developer Forums and 1:1 QA no longer offer tech support on pre-2014 devices.
Has anyone else encountered this problem and how did they solve it?

Related

Unable to connect Samsung S10 to charles proxy

With device manual proxy to my Charles IP address, not seeing any traffic or prompt to allow traffic in Charles Proxy. S10 device appears to load all traffic when navigating to various URLs.
Even charlesproxy.com/ssl loads website but doesn't initiate a certificate to download.
All other android devices tested on same setup works fine. Issue seems specific to Samsung S10
So what seemed to have worked for me just now, with my mac (I assume it would be something similar for Windows) I just opened a regular browser, went to chls.pro/ssl and download the certificate file.
From there I sent it to my S10+ and opened it, which then installed it properly.
If you're trying to hook up to Android devices then beware that Google introduced security measures to not allow proxy monitoring in I believe Android 6 or 7. If the other devices you had worked fine on Android then it's probably because you were using an earlier version of Android, or, you had a debug build that allowed for proxy monitoring. I know there's a SO post somewhere that talks about this "pinning" and I know our company does this as well with debug apk's. If neither of those solutions work then it's probably a matter of getting the Charles certificate installed correctly on that phone but without more information it is hard to diagnose. Hope this helps you

Debugging a website on iPhone Safari

I have a website that loads perfectly on various browsers on Windows Laptop, Android and Fire OS. The same site refuses to load on a Safari on an iPhone.
It is an angular application. While I see the index.html load, the angular does not load. I need to debug to figure out what is happening. I only have a Windows 10 laptop. How can I debug the website running on Safari on an iPhone from my Windows 10 laptop?
If you only have a windows laptop, you will need an online service like browserstack. There is no way around this. Physical Iphones can only be debugged with Safari, running on physical Mac desktops or laptops. Browserstack is a subscription service, but it will be a lot cheaper than buying the hardware. (No affiliation)
Follow below link
Building and debugging websites and web applications for mobile devices can be a hassle. On the desktop we have powerful debugging tools; most browsers have a web inspector of some kind. But we don’t have those tools for devices like the iPhone and iPad … that is, until now!
https://webdesign.tutsplus.com/articles/quick-tip-using-web-inspector-to-debug-mobile-safari--webdesign-8787

VS 2017 RC - No Internet in Hyper-V Android Emulator

I am having a strange problem in VS 2017 RC, I know it's still quite buggy but maybe someone here can shed some light on my problem.
I have configured 2 devices in VS Emulators, one is for "Windows 10 Phone 14393.0" which runs fine and I have internet access but the other one for Android doesn't have internet access. The only settings I found different (apart from processor and RAM and such) were the network adapters.
Windows Phone emulator uses two network adapters, one is for data transfer which is used internally in both of the emulators and is common for them but the other one is a NAT switch which I believe is used for internet access.
The problem is Android emulator only creates the first adapter for data pass-through and doesn't create the 2nd one for internet. Now I am able to create 2nd adapter and save the settings but as soon as I try to deploy any app it asks me to configure the network settings on emulator and I have to choose yes or it doesn't start the emulator. Now if I choose yes it replaces the configuration and removes the 2nd adapter and I guess that is why I am not able to access internet.
So can someone help me on this so it doesn't replace settings and let me use the emulator with modified settings?
Thanks.

How to install application to new samsung Smart tvs

Hello I want to develop basic application for samsung smart tv for picture gallery. But im having troubles connecting the tv to my local server. As far as I red the information on the topics like this one I should have a local server and my developing machine and tv to be connected to same WIFI. This done. I have donwloaded SDKs with Eclipse from http://www.samsungdforum.com/devtools/sdkdownload .
I was using this video tutorial :
http://www.youtube.com/watch?v=HppJHKwCGCo
But tv im using is model 2014 and is with new tizen OS it has no button "More apps". So Im not able to reach the dialog where I should put my local server IP address.
I have already set my "develop" account, but cant go forward to next step.
Any of you know how to make it. Thanks in advance and hope this is not duplicate problem.
Follow Samsung official guide to install Smart TV apps on Smart TV 2014 models:
Testing Your Application on a TV for 2014
Check if you're missing this step:
"Long press the Enter button on remote control to any application. And enter the IP Setting."
Those are the links with guidance for testing the following Samsung TV versions:
Testing Your Application on a TV for 2011
Testing Your Application on a TV for 2013
Testing Your Application on a TV for 2014

Does Bonjour networking work on ppc running 10.4?

I developed an application for Mac 10.5 desktop which communicates with iPhone over wifi using Bonjour service, and it is working fine on Mac 10.5 and able to do required syncing with iPhone over wifi using bonjour.
But same desktop app (although I recompiled for ppc 10.4 and there were some changes in coding like #property needed to be removed, etc.) doesn't work on ppc running 10.4.
I tried in both scenario:
1. Let Desktop be the server and iPhone will find service, published by desktop
2. Let iPhone be the server and desktop will find service, published by iPhone
but in both case I don't get success, either desktop not able to publish service or not able to find service.
Please let me know, if you also faced this type of bug and found some solution in this.
Also if you need more explanation, just ask me.
Thanks,
Sanniv
Bonjour does work in 10.4, even PPC, so it seems like you have a Tiger-specific bug in your code.