Questions tagged [lg]

LG is a multi national brand that sells electronic goods

LG has many products like mobile phones, Televisions, other Home Appliances etc

Developer site

219 questions
7
votes
2 answers

Manual Focus using android camera2 API

I want to develop an Android Camera App for myself (can share it if there are interested people) that has a manual focus while video recording. I've added a SeekBar to the google sample Camera2 app but I can't find the way to implement the manual…
Raphaël
  • 117
  • 1
  • 1
  • 10
7
votes
2 answers

ares-inspect luna-send command failed

I'm trying to debug my webos3 tv but I keep getting the following error: ares-inspect --device web30 com.starz.lgtv.app_0.0.1_all.ipk ares-inspect ERR! ares-inspect: Error: luna-send command failed (not exist) It doesn't say anywhere in the…
Dr.Knowitall
  • 10,080
  • 23
  • 82
  • 133
5
votes
1 answer

How to disable MDM for infrared on LG S3

I'm trying to send an infraRed pattern from my application on an LG G3. Apparently, LG doesn't use the existing ConsumerIrManager so I've added LG's own QRemoteSDK to my project. But calling mIR.sendIRPattern((int)frequency,…
Marc Van Daele
  • 2,856
  • 1
  • 26
  • 52
5
votes
1 answer

J2ME / MIDP - How to detect connection type (2G / 3G / 4G / Wi-Fi)?

I've seen this question asked many times all over the web but there does not appear to be a comprehensive answer anywhere. I have created a J2ME app which needs to detect the network connection type (so it can connect to a different resource if…
ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253
4
votes
2 answers

SIM state detection issue on LG-P500

My app needs to check SIM card status before performing an action. So for that I use the TelephonyManager.getSimState () . If app see state as SIM_STATE_READY then it proceeds else show error to the user. This so far has worked well, but recently I…
Tushar
  • 1,607
  • 1
  • 16
  • 27
4
votes
1 answer

Get number of gps fix satellites?

I got the GPS_Location: double lo=gps_loc.getLongitude(); double la=gps_loc.getLatitude(); I got the Horizontal_Accuracy: int horiAcc=(int)(gps_loc.getAccuracy()); I got the HDOP: int hd= (int) (horiAcc/5); But I can't got the number of…
haythem souissi
  • 3,263
  • 7
  • 50
  • 77
4
votes
1 answer

How to launch App on LG webOS based Pro:Centric Device

I am developing applications for various Smart TV platforms and the client is asking about LG Pro:Centric device. Is there anyone who can help me launch the app on Pro:Centric platform. Please refer to proper guidance or authentic links. Suggestions…
Vikas
  • 419
  • 3
  • 13
4
votes
1 answer

Integrate C++ on webOS project

I'm developing a project for webOS 3.0 and I want to know if it's possible to integrate a C++ lib binary on a webOS aplication. I am tying to use nodejs addons and require the addon.node file into a JSservice like a module, but, according to this…
4
votes
6 answers

LG WEBOS : Could not connect to the device, please check the device connection

I've followed everything here step by step : App Testing on webOS TV But I still can't seem to connect using either the webOS CLI or the webOS IDE. I get the following error: Via the IDE : Could not connect to the device "name", please check the…
Fabii
  • 3,820
  • 14
  • 51
  • 92
4
votes
1 answer

Android: Zoom not effecting preview frame data passed to onPreviewFrame()

I'm building a camera app which access the preview frame by implementing android.hardware.Camera.PreviewCallback#onPreviewFrame(byte[] data, Camera camera). When I change my camera zoom by calling the…
OfriM
  • 121
  • 5
3
votes
2 answers

Receive LG Simplink signals with PC

Is it possible to receive LG simplink signals on PC? I have an LG TV connected to PC with HDMI, and I want to manage jetaudio with the remote controller of the TV. I think the TV behaves like a "simplink server" and sends the button press events to…
inf3rno
  • 24,976
  • 11
  • 115
  • 197
3
votes
1 answer

ssh in LG WebOS tv with pty allocation request failed on chanel 0

I can access my lg web OS server through SFTP, But I want to access the server from terminal in ssh, It will raise the error ssh -i .ssh/tv43_webos prisoner@192.168.1.2 -p 9922 …
Jwtiyar
  • 43
  • 7
3
votes
1 answer

How to Install .IPK file in LG WebOS TV?

I have created an Application using WebOS IDE and generated a .IPK build now I want to share this .IPK file to other developers for testing purposes. So how can I install this .IPK build to other WebOs Tv without using WebOS IDE or WebOS CLI ?
Nitin tiwari
  • 664
  • 1
  • 8
  • 23
3
votes
2 answers

How to get MAC address Of LG-WebOS smart-tv?

I want to get MAC address of my webOS smart-tv pragmatically to send on api request but i can not find how to get . please Help I used luna service api but it only gives device unique ID var request =…
Nitin tiwari
  • 664
  • 1
  • 8
  • 23
3
votes
1 answer

Install .ipk with usb on webOS TV (without IDE or CLI)

I'm currently developing a web application in webOS TV IDE, I've been testing it on the IDE emulator and it works fine. Now, I need to test it on a real TV, but I'm not able to connect any computer to the TV because the computer and the TV are in…
Rekete77
  • 33
  • 1
  • 8
1
2
3
14 15