[pivotCE] webOS meetup, Chicago, 23rd November
-
Similar Topics
-
By News Reporter
Company to Present Vision of Reimagined Technology, Lifestyles and
Experiences as the Tradeshow Makes Offline Return
SEOUL, Aug. 15, 2022 — LG Electronics (LG) invites consumers from around the globe to experience its latest innovations up-close and in-person at IFA 2022 in Berlin, Germany (September 2-6). Under the theme of Life, Reimagined – with the booth displaying LG’s vision of reimagined technology, rediscovered lifestyles and redefined experiences – the company will introduce an array of products that break new grounds in technology advancement as well as unique, new solutions and services designed to deliver unparalleled customer experiences.
LG is thrilled to be returning to Berlin for IFA for the first time since 2019. Europe’s premier consumer electronics tradeshow is back on the ground in the German capital after a two-year hiatus and ready to again wow visitors from all over the world.
During IFA 2022, visitors can discover LG’s latest innovations, and learn how the company is reimagining the customer experience, at its booth in Hall 18 at Messe Berlin. Those who cannot attend IFA in person can still explore the LG booth by checking out the LG Booth video, which will be uploaded on the LG Global YouTube channel (
link hidden, please login to view). # # #
-
By Alex Ukraine
Hi, I have a problem with setting area option for my TV LG C2 (now all app are locked). I bought it in Poland and after transferring to Ukraince I can`t change area option, due this a also have a problems with apps and lg store. Could you please help me))
-
By News Reporter
To Give Corporate Customers the Level of Protection they Demand, Company is
Applying Reliable Anti-Eavesdropping System to Latest Digital Signage Solutions
SEOUL, Aug. 11, 2022 — LG Electronics (LG) is introducing an innovative eavesdropping detection solution for its commercial signage products. Going forward, the cutting-edge security system will be applied to the company’s flagship models, including LG LED All-in-One, LG LED Bloc and LG MAGNIT, as well as select video walls and UHD signage products supporting webOS 4.1.
As demand for commercial signage products expands across multiple industries, so does the need for related technologies that serve the needs of companies operating in different sectors. Although counter-surveillance is important in every sector, some entities such as corporates, government agencies, national institutions and the military prioritize confidentiality and the protection of personal information. LG, in partnership with high-tech security technology provider
link hidden, please login to view, has addressed this growing need by installing a dedicated app that runs with GITSN’s eavesdropping detection terminal in LG’s smart signage platform, webOS. The new eavesdropping detection function displays a warning icon on screen in real time as soon as it detects any abnormal signal. The system utilizes simple icons to keep attendees updated on just how secure they are at all times. Moreover, LG’s webOS-based detection function, which can cover multiple conference/control rooms at once, analyzes every inch of a potential risk fast and accurately to alert those in charge immediately.
“LG’s newest solution detects various potential, unexpected risks and reports it immediately, while also bringing the company’s security management up to date,” said Paik Ki-mun, senior vice president and head of the Information Display business unit of LG Electronics Business Solutions Company. “LG will continue to introduce the high-definition display solutions that not only express the most vivid colors and clear images to date, but also let consumers feel safe while they use them.”
The latest signage solution will be available in the third quarter of 2022, starting with key markets in Middle East and Asia, with other markets to follow.
# # #
-
By majorusa
Please post here firmware number for your WebOS set including your country or the country where you downloaded the firmware and the model of your tv set:
- 3.23.24 - Romania- 47LB730v
- 3.23.34 - Romania -47LB730v - 21.08.2014 by USB
- 4.30.09 - Romania - 47LB730v - 29.08.2014 - OTA
-
By Alex
Build Your First App for webOS TV
Web apps are written using HTML with copious amounts of CSS and JavaScript for style and functionality. Any modern Web browser can deliver this type of apps to the user. With webOS TV, web apps are elevated to the lofty title of a first class citizen - web apps on webOS TV are given access to the same hardware, and OS features that typically available to native apps.
Web apps built for webOS TV are very similar to standard web apps. Like the standard web applications, you can create web apps for webOS TV using standards based web technologies like HTML, CSS, and JavaScript. Anyone with experience in building web applications can easily start developing web apps for webOS TV.
Now, just create your app using the CLI.
Run the webOS TV CLI.
Create new app with Enyo bootplate.
ares-generate -t moonstone-2014 first-app Now you can continue developing and testing your app.
Edit ./first-app/appinfo.json file. Update "id" and "title" properties in appinfo.json file with text editor as below.
{
"id": "com.yourdomain.app.firstapp",
"version": "0.0.1",
"vendor": "My Company",
"type": "web",
"main": "index.html",
"title": "singlepane",
"icon": "icon.png",
...
}
Package your app from app directory. If app is packaged successfully, you can see the created .ipk file.
ares-package first-app
Run the webOS TV Emulator.
Install your app to emulator. Be sure to use the correct file name for your package.
ares-install com.yourdomain.app.firstapp_0.0.1_all.ipk
Launch your app on emulator.
ares-launch com.yourdomain.app.firstapp
-
-
Recommended Posts