问题标签 [lg]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
750 浏览

javascript - LG 智能电视音量控制

我正在为 LG 智能电视制作应用程序,需要控制音量。APP的主要目的是使iPad或手机能够远程控制。媒体播放器插件没有控制音量的方法。声音插件只有方法sound.play()

我已经使用 . 成功完成了三星智能电视的这项任务plugin.setVolumeWithKey(volume)

如果您有任何想法,请帮助。

0 投票
1 回答
1106 浏览

macos - MacOS Mountain Lion 中的 Wi-Fi Direct

有没有办法在 MacBook Pro 2011 Late 中配置 Wifi Direct?如果是这样,是哪些步骤。我正在尝试配置 wifi 直接连接以在我的电脑上工作,但使用我的智能电视屏幕。我的 LG 是 Smart Cinema 42LA6600

提前致谢。

0 投票
1 回答
331 浏览

lg - 如何在智能电视联盟 sdk 中获取键盘

我正在使用智能电视联盟 sdk 为 lg 和松下智能电视创建应用程序。我需要的是我希望我的用户输入详细信息。我不知道如何获得键盘。任何人都可以在这方面帮助我。

0 投票
0 回答
735 浏览

c# - C# 控制 LG TV COM PORT CONNECTION

我从别人上传的谷歌获得了一些 Kit-Starter 代码。

我挂上我的 USB 串行电缆并将我的 COM 端口设置为 COM1。

当我构建并运行它时,它在这条线上给了我错误,我不确定发生了什么。

“String Naco = partes[1];”出现错误

0 投票
5 回答
7305 浏览

android - 在 Eclipse 中未检测到电话

我有一台运行 Android 4.2.2 的 LG G2。我已尽我所能确保它处于可以在其上运行我的 Android 应用程序的适当位置。但是,每次我尝试运行我的应用程序时,它都不会检测到我的设备。

我已经完成了从访问 LG 网站到手动下载驱动程序的所有工作(它也在手机本身上)。我已经在开发者模式下在我的手机上启用了 USB 调试,并且我设置了 android:debuggable = "true"。我不确定这是否意味着什么,但我的手机通过 MTP 连接到我的计算机,每当我尝试进入我的 eclipse 目录中的 usb_drivers 时,我的笔记本电脑会自动确定所有驱动程序都是最新的。

老实说,我不知道这里发生了什么。如果这很重要,我已经在我的运行配置中设置了让我选择设备,但出现的只是模拟器,而不是我的手机本身。我还尝试了两种不同的 USB 电缆。有什么我在这里想念的吗?

任何帮助表示赞赏!谢谢!

0 投票
1 回答
1056 浏览

android - getlastknownlocation 在某些设备中返回 null

GetlastknownLocation 在 LGE615 上返回 null,但它在 Galaxy Pocket 上运行良好,尽管两者都运行相同版本的 android

0 投票
1 回答
3212 浏览

upnp - How to get description of LG Smart TV through rootservice.xml?

On searching for LG TV through UPnP/SSDP, I get below response:

After this, using LOCATION URL provided above when I try to get the LG Smart TV description to know device info, services & commands supported, I get a "404 - Not Found" error.

Here is my code for getting decription:

Why am I getting "404 - Not Found" error when I am trying to access a URL returned by UDAP service?

Thanks in advance

0 投票
2 回答
744 浏览

android - Android 通知未在 LG 和其他一些设备中显示

我使用以下代码在前台启动服务时显示通知。

该通知显示在除 LG-E450 和三星设备之外的所有设备的通知栏中。不仅是这个,我的应用程序的任何通知都没有显示在栏中。

0 投票
1 回答
239 浏览

android - 让我的手机成为 Android 设备选择

我有一个 Sprint 的 LG G2 (LS980),我在这里下载了驱动程序:
http ://androidxda.com/download-lg-usb-drivers

  • 我已经重新启动了手机和计算机。
  • 我还在手机上打开了 USB 调试模式。
  • 我也试过adb kill-server了。

我一生都无法弄清楚为什么我不能将应用程序从 Eclipse 运行到我的手机上。
这是我的 Android 设备选择器窗口的样子:

在此处输入图像描述

有谁知道我能做什么?

解决了它:该设备通过一个我从未见过的弹出窗口请求您与计算机通信的许可,所以我必须接受许可,所以它现在可以工作了。

0 投票
1 回答
5726 浏览

facebook - Facebook login from Samsung SmartTV

I have been experimenting with Samsung and LG smartTV specially for Facebook based login.

After searching rigorously over LG and Samsung dev forum and StackOverflow, I couldn't come up with any solution. Later I created a prototype app with the following strategy -

  • I have a simple application, with a welcome screen and a big "Connect with Facebook" button
  • Once user click over "Connect with Facebook" it redirects to Facebook login page.
  • Later user enters email and password
  • After successful login Facebook redirects back to our online hosted application page with access_token
  • Then we have an angularjs based app which just do some Facebook graph call and show as proof of success.

I have integrated the above strategy in both LG and Samsung TV. LG seems to be working with Emulator, If I use window.NetCastSystemKeyboardVisible(true); which shows the native keyboard on redirected (Facebook login page).

But I couldn't find anything similar to window.NetCastSystemKeyboardVisible(true); for Samsung Smart TV.

So my question is,

Am I doing it right ? Or Am I missing something obvious that someone knows already ?

Regards