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
3
votes
2 answers

angular4 application is not working in smart tv's web browser(WebOSBrowser)

I tried to deploy my angular4 application in server and its working fine in desktop browsers as well as in mobile browser.Now I want to browse the application from a smart Tv , But its showing a blank page instead of application, what could be the…
vinod j
  • 83
  • 1
  • 12
3
votes
3 answers

How to install Android app on LG smart TV?

I have android app apk on my USB, I inserted it in my LG smart tv, it shows me USB device, but apk is not visible... Any ideas what's the issue with it?
joe
  • 1,341
  • 4
  • 21
  • 32
3
votes
1 answer

How to open "home screen" from webos

I'm fresh in webos development, I'm trying to open home screen (picture attached at the end) once user press back on my application home page. The issue is I'm not able to find an example for this by googling. I have as an example how to increase…
rramiii
  • 1,156
  • 6
  • 15
  • 29
3
votes
1 answer

App crashes in native code in libicuuc.so on LG phones with Android 6.0

My app crashes in libicuuc.so file. It only occurs on LG phones with Android 6.0. I searched but I didn't find any similar problems. This is the stack trace from Google Play: Build fingerprint:…
Salih Erikci
  • 5,076
  • 12
  • 39
  • 69
3
votes
1 answer

Capturing logcat on LG Android 6

I need to record the log on LG phone running Android 6. The recording should happen in the background for a few hours while the phone is not plugged to USB. What I used to do in other phones was simply pipe the logcat to a file on the device: logcat…
m.hashemian
  • 1,786
  • 2
  • 15
  • 31
3
votes
2 answers

Is there a way to enumerate the video devices on a Java ME phone?

I recently downloaded a barcode reading application for my phone, an LG KU990i (AKA the Viewty) However, there's a problem that renders the application nearly useless: the Viewty has 2 cameras -- the main one, and a secondary camera located on the…
Ken Keenan
  • 9,818
  • 5
  • 32
  • 49
3
votes
1 answer

Android BluetoothGatt not receving Characteristic Notifications BluetoothGatt#writeDescriptor(desc) return false

I am working on an application which needs to communicate with a Bluetooth LE device. This is the code I use to set the CharacteristicNotification public boolean setCharacteristicNotification( BluetoothGattCharacteristic characteristic, boolean…
3
votes
1 answer

Lg-H500f Magna USB Debugging Android Studio

I'am using Android Studio 1.2 and OS X Yosemite to develop Android applications, I have turned on USB Debugging and the phone has the Media Device (MTP) option selected. When I run adb devices no devices attached are listed. I have seen some answers…
Dazt
  • 103
  • 8
3
votes
1 answer

Support LG G3, limit to handsets only

I have an Android app which is only to be available on handsets. Currently I've used the example from the Google Docs where I set the compatible-screens elements in the manifest. Recently a user has complained that the play store says the app is…
Phil
  • 4,029
  • 9
  • 62
  • 107
3
votes
3 answers

how come my android devices are not visible on my Mac?

I'm new to android development so apologies if this is a stupid question. I'm having trouble seeing my android devices in Eclipse. I've switched on USB debugging, configured them to connect as a camera not mass storage, but when I run ./adb devices,…
mdarwin
  • 1,684
  • 7
  • 28
  • 72
2
votes
1 answer

Using RingtoneManager.getRingtone on LG optimus

I'm currently trying to play raw file as ringtone on LG optimus. Uri uri = Uri.parse("android.resource://" + curContext.getPackageName() + "/" + R.raw.alert); mDefaultRingtone = RingtoneManager.getRingtone(curContext,…
MaTriXy
  • 1,659
  • 1
  • 20
  • 27
2
votes
1 answer

Can't find latitude longitude in LG Optimus S

Hey guys i am building a geolocation application. The following is the code which i use to get latitude and longitude :- LocationManager lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE); android.location.Location loc =…
abhishek
  • 1,434
  • 7
  • 39
  • 71
2
votes
2 answers

How to create WebOs SmarTV App Using Angular8?

I want to create an LG smart TV application using Angular8. I Have created an angular app using CLI but when I import this application on WebOS IDE it is not working. And if I create an app using IDE then I don't know how to install Angular on this…
Nitin tiwari
  • 664
  • 1
  • 8
  • 23
2
votes
0 answers

WebOS : API to read Content of USB stick on a LG TV

I am developing a WebOS application and have to access data which is stored an UBS Stick. As far as I can see WebOS does not provide an Api (see http://webostv.developer.lge.com/api/webos-service-api/) for accessing data on a filesystem so they…
2
votes
1 answer

Get all App IDs of all installed Apps on LG webOS TV

i am trying to get some information about LG webOS TVs. For some home automation i would need these two information. Maybe someone can tell me where I should look for that or how to get these information: 1) I would need all the app ids from all…
workoutseven
  • 21
  • 1
  • 3
1 2
3
14 15