Questions tagged [lg]

LG is a multi national brand that sells electronic goods

lg
Filter by
Sorted by
Tagged with
24 votes
5 answers
10k views

Android invalid color state list tag gradient

I've an app with over 5000 downloads and more than 500 users active daily and out of nowhere I started get an weird error on Crashlytics: Caused by android.content.res.Resources$NotFoundException: ...
Rafael Lima's user avatar
  • 3,203
21 votes
6 answers
27k views

LG Device Not Listed in ADB Devices

This is similar to the question already asked here: Trouble connecting to LG phone with adb (Mac OS X 10.7.5) But it does not seem to be resolved and I have a few additional details. I am ...
jrstrang's user avatar
  • 291
19 votes
14 answers
44k views

LG G3 device not recognized by Eclipse on Windows

I recently bought LG G3 and I have enabled debugging mode but Eclipse is still not recognizing it, back when I used the Galaxy S3 for development I had to install Samsung Kies. The G3 drivers are ...
Tal Hindi's user avatar
  • 245
18 votes
5 answers
11k views

Trouble connecting to LG phone with adb (Mac OS X 10.7.5)

When I run adb devices there are no devices showing as connected. My device is a LG Optimus Exceed 2 running 4.4.2 There are many of these posts around, so here's what I've done: I'm using the cord ...
samGbos's user avatar
  • 867
18 votes
2 answers
8k views

Resigning system.img on a device

I am working on an automatic app updating solution for devices (LG p509 - Optimus 1) which we deploy to our customers. We have control of these devices and currently install a custom kernel on them (...
natez0r's user avatar
  • 1,064
14 votes
13 answers
22k views

android studio doesn't detect my device on my ubuntu laptop

I am trying to run an app from Android Studio on my Ubuntu laptop. I have enabled USB debugging, but it is still not working. When I press run in Android Studio, it does not detect my device (LG G3 ...
Nitzan Cohen's user avatar
13 votes
8 answers
28k views

Can't connect LG G3 to Android Studio

My LG G3 is not appearing in the device list for android studio. I'm on ASUS n550jk with Windows 10. Things I have done: USB Debugging Mode Media sync(MTP) Camera (PTP) Google USB Drivers from ...
Linny's user avatar
  • 333
12 votes
8 answers
59k views

ADB is not detecting my android device on Ubuntu

Need help, "adb" not detect my phone, I do not know what to do; and this was what I did, if I have a mistake or something tell me please. I log in as root and create this file. /etc/udev/rules.d/51-...
user avatar
12 votes
2 answers
8k views

How to make application badge on android?

--Edit on 23 Apr 2016-- I finally used ShortcutBadger in most areas of my Device, I think that should be enough for me. ShortcutBadger Basically, Shortcut Badger will send broadcast, intent, etc to ...
JTam's user avatar
  • 121
11 votes
5 answers
20k views

Unable to connect LG G6 to ADB

Im struggling with adb and LG G6 on OSX. Tried installing LG Mobile drivers. Tried MPT, PTP and other modes with no luck Tried enabling USB thetering Nothing seems to work, anyone with the same ...
gipsh's user avatar
  • 588
10 votes
5 answers
14k views

How to turn on the Android Flashlight

Update Check out my answer Original I'm trying to turn on the camera flashlight on the LG Revolution within my program. I use the torch mode method which works on most phones but not on LG phone. ...
MinceMan's user avatar
  • 7,552
9 votes
3 answers
54k views

Enable developer mode on LG WebOS tv

I'm developing a simple app on a LG webOS smart TV. Since I had no luck running my app from the usb drive, I'm trying to use the developer mode from Eclipse IDE. The thing is: I've added a new target ...
graham o'donnel's user avatar
9 votes
2 answers
8k views

Android - Testing app on Galaxy S8 or LG G6

I was reading the following article about updating an app to take full advantage of devices like the Galaxy S8 or LG G6 https://android-developers.googleblog.com/2017/03/update-your-app-to-take-...
Ernestina Juan's user avatar
8 votes
6 answers
12k views

"No Connected Devices", trying to connect my LG to my Ubuntu machine

I am trying to run an app that I have built on my phone. I have enabled USB-debugging mode on my LG G3, but my Linux Machine and Android Studio is saying that there are no connected devices. How do ...
Sishuan Lee's user avatar
7 votes
2 answers
15k views

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 ...
Raphaël's user avatar
  • 117
7 votes
2 answers
5k views

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 (...
Dr.Knowitall's user avatar
  • 10.3k
7 votes
0 answers
233 views

LG G series: wrong resource provided at runtime

I'm getting very weird crashes on LG-H830 (6.0.1) and LGE VS985 4G (6.0): Caused by android.content.res.Resources$NotFoundException: File res/drawable-anydpi-v24/$hexagon_line_age__0.xml from color ...
geiger's user avatar
  • 742
5 votes
1 answer
867 views

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....
Marc Van Daele's user avatar
5 votes
1 answer
932 views

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 (...
ban-geoengineering's user avatar
4 votes
7 answers
18k views

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 ...
Fabii's user avatar
  • 3,850
4 votes
1 answer
3k views

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 ...
Vikas's user avatar
  • 419
4 votes
2 answers
1k views

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 ...
Tushar's user avatar
  • 1,607
4 votes
1 answer
10k views

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) (...
haythem souissi's user avatar
4 votes
1 answer
1k views

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 ...
Fábio Barbosa's user avatar
4 votes
1 answer
230 views

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 ...
OfriM's user avatar
  • 121
3 votes
3 answers
166k views

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's user avatar
  • 1,371
3 votes
1 answer
9k views

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 ...
Rekete77's user avatar
3 votes
1 answer
2k views

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( ...
Varun Narisetty's user avatar
3 votes
2 answers
3k views

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 ...
vinod j's user avatar
  • 83
3 votes
1 answer
874 views

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 ...
m.hashemian's user avatar
  • 1,796
3 votes
1 answer
8k views

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 ...
Nitin tiwari's user avatar
3 votes
2 answers
22k views

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 "...
inf3rno's user avatar
  • 25.4k
3 votes
2 answers
176 views

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 ...
Ken Keenan's user avatar
3 votes
1 answer
2k views

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 [email protected] -p 9922 ...
Jwtiyar's user avatar
  • 43
3 votes
1 answer
503 views

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 ...
rramiii's user avatar
  • 1,156
3 votes
1 answer
1k views

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 ...
Dazt's user avatar
  • 113
3 votes
3 answers
13k views

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 ...
mdarwin's user avatar
  • 1,946
3 votes
2 answers
5k views

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's user avatar
3 votes
1 answer
881 views

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: 'lge/...
Salih Erikci's user avatar
  • 5,056
3 votes
1 answer
338 views

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 ...
Phil's user avatar
  • 4,039
2 votes
2 answers
26k views

install IPK on LG SMART WEBOS TV

I am trying to permanently install my ipk on LG smart webos tv, or to keep the developer mode still (knowing that it remains activated for 50 hours)
Nabi N's user avatar
  • 45
2 votes
2 answers
2k views

Target configuration panel on LG IDE

I'm trying to debug a TV app on LG IDE. In order to connect the real TV, I need to create a "target", that is, a real TV with an IP address. This should be done via "target configuration" on the IDE, ...
graham o'donnel's user avatar
2 votes
2 answers
2k views

Publish app in LG Store and Samsung Store

Can I publish app for webOS and netcast in one Store once or I need to publish separately for webOS and netcast? And how can I publish app for Samsung smartTV and Tizen once?
user3774795's user avatar
2 votes
3 answers
4k views

How to develop for Samsung, Panasonic and LG Smart tv app?

I need to code the front-end development for a smart tv application that will work for Samsung, LG and Panasonic. I read that Samsung has its own SDK for Eclipse and an emulator but I am not sure if ...
ddebie's user avatar
  • 21
2 votes
2 answers
2k views

LG webOS CLI: InvalidAsn1Error: encoding too long

I get this error when I trying to connect to my tv with webOS TV CLI: C:\webOS_TV_SDK\CLI>ares-install --device tv --list ares-install ERR! uncaughtException InvalidAsn1Error: encoding too long ...
Sefan's user avatar
  • 699
2 votes
2 answers
4k views

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 ...
Nitin tiwari's user avatar
2 votes
1 answer
880 views

Android app not properly uninstalling

I am testing my app on multiple phones. When the app is installed the app walks the user through some basic registrations and app initialization - then some of that info is written to localstorage. ...
rolinger's user avatar
  • 2,976
2 votes
2 answers
14k views

LG WebOS 3.0 TV App Exit Button Close App and

I am developing a TV app for LG 4K TVs in webOS 3.0. self_evaluation_checklist_3.4.xlsx lists a requirement for Exit button behavior as below. "For webOS 3.0, pressing the EXIT button the app is ...
user2326737's user avatar
2 votes
1 answer
1k views

Android MediaPlayer error (1, 9100) - Lg L7

I have a weird problem: I have a VideoView on an activity, i get a xml file from my server, parse it and get the path of the video (i don't post the url video, because are adult content), i set the ...
Sulfkain's user avatar
  • 5,100
2 votes
1 answer
4k views

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 ...
workoutseven's user avatar

1
2 3 4 5