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

Enabling Developer mode on a webos TV (LG)

Trying to enable developer mode on an LG TV with WebOS via these instructions so I can install the twitch.tv app for webos but I cannot find the Developer App anywhere on my smart tv. Not in Smart World or any other store page I could find. I've…
Ducktor
  • 337
  • 1
  • 9
  • 27
0
votes
2 answers

WebOS onComplete event or analog

I want call onclick event after form loaded. I not found onCompletion Event or any analog something like : kind: someUI, onComplete: "Init"
AC1D
  • 248
  • 5
  • 16
0
votes
1 answer

Cyanogenmod wants a firmware update every time I connect USB

So the title pretty much says it all and it's a pretty weird problem. Every time I connect my cyanogenmod via USB to my computer it reboots and wants a firmware update. As far as I can tell, this started happening while I was developing an app. I…
flooose
  • 499
  • 8
  • 25
0
votes
1 answer

MediaMetadataRetriever/MediaPlayer fails with .m4b files on LG device

I have an app that downloads m4b files. When I try to read the metadata of the file using MediaMetadataRetriever, I get null values. This only happens on LG devices. It doesn't matter if it is Android 4, 5, or 6. I can get around the problem by…
Hackmodford
  • 3,901
  • 4
  • 35
  • 78
0
votes
1 answer

different outcome in different phones

I have 2 phones: lg g3 that i bought from China and lg g3 that i bought from Israel i build an android app that gets a response from web according to a keysearch(key search can be in any language:russian,hebrew, arabic, english etc.) In english,…
Joe
  • 171
  • 2
  • 19
0
votes
0 answers

Interpretation of hex documentation for screen control

I am working on a project where I have to send a command via rs232 cable to an NEC screen in order to make it turn off as well as change its input. I have already done this same process with an LG TV, but the documentation on this NEC is much more…
Z Rev
  • 84
  • 1
  • 13
0
votes
1 answer

Android studio isn't recognizing LG G4

I've got new LG G4 and I've tried all these steps: *connected my phone with usb. *installed abd LG G4 driver. *usb is on PTP mode. *I've set my G4 to developers mode. And my Android Studio is still not recognizing my G4. My laptop is recognizing it.…
Gilad Neiger
  • 643
  • 1
  • 6
  • 15
0
votes
0 answers

What is the value of android.os.Build.MODEL on a LG G4 device?

Could someone please confirm what the value of android.os.Build.MODEL is on a LG G4 device? Log.v("foobar", android.os.Build.MODEL); I can't find the information anywhere...
0
votes
1 answer

Any info related to an LG API/SDK for their latest washers and dryers?

I've seen info related to smart TVs but nothing related to washing machines and dryers. I'm looking to prototype an app. FYI: I run the LG Smart Laundry apps on a Samsung Galaxy S6 and an iPhone 6. The Android app is more feature complete. My washer…
Mark Thibault
  • 23
  • 1
  • 6
0
votes
2 answers

LG internal GPS Timestamp is wrong

I am developing a J2ME GPS tracking software. I am testing it on LG Touch Screen and i get the wrong timestamp. it's 10 years and 5 days different than the current date(now it show 2000 not 2010). I have done some search and see some people say…
Chamroeun
  • 1
  • 1
0
votes
1 answer

Android Studio - Can't run Blank Activity on actual device (LogCat keeps the Logs coming and nothing show up on the device)

So i opened a new Blank Activity and tried to run it on my LG G3 API 5.0. And Android Studio keeps Logging messages (Infinite messages[They never stop]) but the application is never opened in the actual device. So the LogCat shows my device…
God
  • 1,238
  • 2
  • 18
  • 45
0
votes
2 answers

How do i get a RAM Dump from an LG G3 Smartphone?

i have to check an LG G3 for malware with Volatility. So i need a ram dump. Has anyone an idea how to get this? Thanks for your answers. Regards, Felix!
Felix
  • 13
  • 1
  • 1
  • 3
0
votes
0 answers

Sending IR code on LG G4

I developed a remote control app for android phones, it works well on all phones that have an IR blaster except the LG G4. The app does send a signal but it is very weak and short ranged in comparison to the LG Remote app. I have been trying to…
Dani G
  • 1,202
  • 9
  • 16
0
votes
1 answer

why LG android tablet incompatible with api level min 9

I tried to test an app with LG android version 4.4.2, kernel version 3.4.0. My app has following in build.gradle:- android { compileSdkVersion 18 buildToolsVersion "23.0.1" defaultConfig { applicationId…
masiboo
  • 4,537
  • 9
  • 75
  • 136
0
votes
1 answer

Android Mifare Classic authentication fails

I am trying to read a Mifare Classic card and I fail at the authentication step. I've tried both authentication methods, A and B. I'm also familiar with this question and I've also read this page where you'll find a reference to a list of phones…
cosminq
  • 51
  • 2
  • 8