Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Wednesday, March 21, 2018

Samsung Tizen Studio or Gear Watch Designer ?

Gear Watch Designer  GWD

GWD is only for design (watch faces) 
without any UI and 0 interactivity.

Hardware


Low level (C/C++ and Tizen Studio)



prog=100Mo

Requirements

Microsoft Windows® 7 or later (32- or 64-bit), 
Apple Mac OS® X 10.8 (Mountain Lion) 64-bit or later

At least dual-core 2 GHz of CPU

At least 2 GB of RAM memory

At least 1 GB of free disk space

JRE (Java Runtime Environment) 1.8 or later. 32-bit JRE is required if you are use Windows.
(If you have trouble configuring the Java environment, see questions 18 and 20 in the FAQ)

The Gear’s simple home structure 

Understanding the Gear’s home structure is the key to designing engaging apps. The Gear’s simple home structure provides easy access to useful features. From the watch face that forms the center of this structure, users can access notifications, widgets, and the quick panel by swiping or rotating the bezel, and bring up the app list by pressing the Home key.


The watch face presents useful information as well as the current time. It is displayed whenever users turn on the Gear’s screen or press the Home key. Since users see the watch face most often, it should both provide useful information and satisfy the user's design tastes. While only one watch face can be used at a time, users can switch their watch face regularly.

The quick panel displays the current status and basic settings icons of Gear. Users access the quick panel from any screen by swiping down from the top of the screen, and adjust the settings by tapping the icons. The settings included in the quick panel are fixed by default.

Ref

http://developer.samsung.com/gear/design/structure

icons

App icons should be designed in a container to ensure consistency with other apps in the app list. We recommend using round container measuring 170x170 pixels. Icons in other sizes will be automatically resized when applied to the screen.
If an icon is not created with a round container, it will be reshaped. Depending on the dimensions of the icon, it will be cropped or reduced in size and placed in a gray container

Ref

http://developer.samsung.com/gear/design/visual-design/iconography

System font

The Gear uses Breeze Sans as the system font. Breeze Sans comes in light, regular, medium, bold, and condensed. The condensed option also comes in thin, light, regular, medium, and bold types. You can download Breeze Sans typeface:
  https://developer.tizen.org/design/platform/styles/typography

keyboard

Users can input text with an input delegator or a keyboard. Input delegators are used for suggestions, voice input, emojis, and handwriting. A keyboard is used when suggestions aren’t available or privacy is needed, like when you need to enter a password.
When the keyboard appears, the entry field is moved upward, so make sure that the location of the cursor remains visible on the screen. We also recommend letting longer phrases overflow to the left side of the screen so that users can revisit them by swiping over the entry field without leaving the keyboard.

Input delegators

App-provided suggestions

Users can select one of the suggestions provided by the app.

Voice

Users can input words with their voice.

Emoji

Users can select Unicode emoji.

Handwriting

Users can use a finger to input from the on-screen keyboard if the option is turned on in Settings.

Ref

http://developer.samsung.com/gear/design/patterns/input

Ref

http://developer.samsung.com/gear/design/watch-designer

---

Use GWD


gear watch designer BUILD PASSWORD troubleshooting

I went to Build it again and this is the message I get. Signing Fail Keystone Password was Incorrect. What does that mean? How can I fix it?
It's likely that the password to entered for the Author certificate is wrong. Try to regenerate the Author.p12 file with the correct password.

publish




Sunday, March 18, 2018

how to install (and debug and use and dvp u first "hello') TizenStudio to develop samsung for products on mac OSX sierra and later : example of Gear S, Gear S2, Gear Fit2, Gear S3, Gear Fit2 Pro and Gear Sport


INTRO on SAMSUNG GEAR SDK/IDE install

GEAR WATCH DESIGNER "NOW" COVERS ALL GEAR DEVICES (jan 2018)

Make your own Gear watch face in just a few steps on your Mac and PC.
Now available for Gear S, Gear S2, Gear Fit2, Gear S3, Gear Fit2 Pro and Gear Sport

For the example of Gear Fit2 Pro :
http://stephane-mottin.blogspot.fr/2017/12/samsung-gear-fit-2-pro-2017-sm-r365.html

The link for dvl:
http://developer.samsung.com/gear

1/ télécharger le SDK (win, ubuntu ou mac)

sur mac: web-ide_Tizen_Studio_2.2_usa_macos-64.dmg
500Mo

http://usa.sdk-dl.tizen.org/web-ide_Tizen_Studio_2.2_usa_macos-64.dmg

2/ on lance ce .dmg;

3/ error:


il faut java KDK ≥7

Et un bug! Aurait du prévenir que JDK≤8

il faut enlever 9.x si vous l'avez installé...
sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane
Don't forget to check the
 /Library/Java/JavaVirtualMachines/ 
manually and see what your real JDK version is.

https://gist.github.com/schnell18/bcb9833f725be22f6acd01f94b486392

4/installer java JDK 8.

voir ci-dessous "tizen needs Java SE Development Kit 8u162"

5/install IDE de_Tizen_Studio_2.2_usa_macos-64.dmg


voir photo ci-dessus de présentation
653Mo !!!


Et après >1h pour ce manager,

on obtient:

Problems

Tizen studio 2.0 is not working on macOS Sierra.
The application is frozen on the workspace selection page and no button is clickable.
Tizen Studio freezes in "workspace launcher".

Open Terminal
Go to TizenStudio.app/Contents/MacOS
There may be the file named eclipse (binary file) (I'm not sure above path is correct , but you can find the file named eclipse which is binary around that location )
Execute Tizen Studio typing in as below
./eclipse -debug -consoleLog
Some log will be shown on the terminal

only one solution: downgrade to java 1.8.0_151 or 131...

https://developer.tizen.org/forums/sdk-ide/tizen-studio-2.0-not-working-on-macos-sierra


archive java JDK 8
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html
---

after debugging, the use of TizenStudio 2.2 and Tizen 4.0 platform (API 4.0)




Creating Your First Wearable Application
Creating Watch Faces
Creating Widget Applications (Widgets act as an informative and actionable shortcuts to applications)
Samples
https://developer.tizen.org/tizen/wearable

hello

change the "hello Watch" to hello xxxxx



Ref
https://developer.tizen.org/development/training/native-application/getting-started/creating-your-first-tizen-wearable-native-watch-application

Samples

all
https://developer.tizen.org/zh-hans/development/sample/native

examples digital clock
https://developer.tizen.org/zh-hans/development/sample/native/Clock/Digital_Watch
https://developer.tizen.org/zh-hans/development/api-references/native-application?redirect=/dev-guide/2.3.1/org.tizen.native.wearable.apireference/group__CAPI__WATCH__APP__MODULE.html&langredirect=1

examples analog clock

This sample application demonstrates how to create an analog watch with ambient mode support.
https://developer.tizen.org/zh-hans/development/sample/native/Clock/Analog_Watch

emulator for gear fit2

Till now (2018-01) there is no Emulator on Tizen Studio for Gear Fit series. 
But you may run your projects on Square Emulator in order to test Fit series projects. You can fix the resolution of your project from config.xml.
As the resolution of Gear Fit 2 is 216 x 432, i am setting height and width accordingly.
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" height="432" width="216" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/XXXX" version="1.0.0"  viewmodes="maximized">
   ........
    <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>
And taking the emulator having resolution 320 x 320 as there are no other square emulator option on the Tizen Studio. Hopefully this technique will solve your problem.

https://stackoverflow.com/questions/47883225/emulator-for-samsung-gear-fit-2-tizen
---

running on your watch

https://stackoverflow.com/questions/38549233/cant-connect-to-gear-s2-using-sdb
---
error SIGNATURE_VERIFICATION_FAILED[23] when running it.
pb certificate
http://developer.samsung.com/z/develop/getting-certificates/create

https://developer.tizen.org/zh-hans/forums/native-application-development/error-23-certificate-error-while-performing-native-demo-app?langswitch=zh-hans
From package manager "Extension SDK" , Check whether you have installed Samsung Certificate and Wearable extension or not . You have to install these two extensions.
http://imgur.com/a/xSaMN
http://imgur.com/a/cM4AV

you must create 
a Samsung publication certificate
AND a Tizen certificate

and It works!!!!

Just select not only the emulator but your device (device manager)...

In french, we say : OUF!

---

qq remarques en anglais sur le monde java et mac

http://osxdaily.com/2017/06/29/how-install-java-macos-high-sierra/

MacOS no longer ships with Java preinstalled (6.0), so you’ll need to download and install java on your own if you need it in MacOS 10.13 or 10.12. This is to insure that the most recent version of Java is installed on the Mac if it’s needed, aiming to lessen potential security issues that may come up with older versions of the Java software (though older versions of Java can be installed if need be for a specific reason).

Moreover think that  some parts of CS6 as Illustrator CS6 need legacy Java SE 6 runtime.
Then you must use terminal mode...
Adobe Illustrator CS6 with Java 8?

On my Mac, the creation of these directories
sudo mkdir /System/Library/Java/JavaVirtualMachines/1.6.0.jdk
sudo ln -s '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents' /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
sudo mkdir /System/Library/Java/Support/Deploy.bundle
alone allows me to run Illustrator CS 6 even when neither Java 6 nor Java 8 is installed. Apparently, Illustrator only checks for the presence of these directories to determine whether Java is installed (it actually launches even when java itself is absent, provided directories above are created). I would like to know, which functionality in Illustrator CS 6 actually requires Java, as it apparently can launch without it.
Note: On OS X 10.11 and later you'll need to disable System Integrity Protection from the Recovery HD using csrutil disable in Terminal. Have a look at: About System Integrity Protection on your Mac & How to Disable System Integrity Protection (rootless) in OS X El Capitan.


The latest version java LTS

The Version 8 Update 161
Release date January 16, 2018
https://www.java.com/en/download/
macOS Sierra 10.12 users: A few issues have been reported on Sierra. See FAQ for more information.
https://www.java.com/en/download/faq/sierra_java.xml
Java 8 is the long-term-support (LTS) version and Java 9 SE support ends March 2018; and Java 10 support is planned to start that month. Java 10 support ends prior to Java 11 that's planned for September 2018, and it will be the next LTS. 

The latest version of JDK

Java SE 9.0.4; 16 January 2018

The Java Development Kit (JDK) is an implementation of either one of the Java Platform, Standard Edition, Java Platform, Enterprise Edition, or Java Platform, Micro Edition platforms[1] released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, macOS or Windows.

tizen needs Java SE Development Kit 8u162

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

world of Java

https://en.wikipedia.org/wiki/Java_Development_Kit

Java SE Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.

JRE:  Java Runtime Environment,
The JDK also comes with a complete Java Runtime Environment, usually called a private runtime, due to the fact that it is separated from the "regular" JRE and has extra contents. It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, such as the internationalization libraries and the IDL libraries.

On 17 November 2006, Sun announced that they would release it under the GNU General Public License (GPL), thus making it free software (released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, macOS or Windows. ).
https://en.wikipedia.org/wiki/Java_Development_Kit
http://www.oracle.com/technetwork/java/javase/downloads/index.html
http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html



Friday, December 29, 2017

samsung gear fit 2 pro 2017, SM-R365, software tizen and hardware ; more than an Activity-tracking wristbands


The Samsung Gear Fit2 Pro has
  • a 1.5-inch 38.5mm Curved Super AMOLED, curved screen at 216 x 432 resolution 16M with full sensitive surface
  • a dual-core 1.0 GHz CPU paired with 
    •    512MB of RAM 
    •    4GB of storage, 2GB available
    •    4GB ROM
  • a battery has a 200 mAh capacity ; Lithium-ion battery
  • two buttons
  • many sensors: Accelerometer, Barometer, Gyro Sensor,  optical Heart Rate Monitor.
  • built-in GPS glonass (russian system)
  • Bluetooth connection v 4.2
  • wifi connection 802.11 b/g/n 2.4GHz
  • fast adaptative charge with a proprietary connector (2pins) USB cable
  • tizen OS (i think v 3; see below)
  • many built-in softwares with
    • ability to automatically recognize certain activities, 
    • an increasingly common feature in fitness bands and watches
    • Audio Playing Format: MP3,M4A,3GA,AAC,OGG,OGA,WAV,WMA,AMR,AWB 
  • samsung ecosystem hardware and software (samsung gear and health) on ios and android)
  • others
    • 50m water, 5ATM pressure and water environment,  IP68 rating to add MIL-STD-810G certification
    • 51.3 x 25.0 mm
    • 34g
    • Body SAR : 0.116 W/Kg

economics

price 229€
@ Orange for Christmas:
229€ and rebate from Orange 50€ and rebate from Samsung 30€ then 149€

By some estimates the company may have sold between 10 and 12 million smartwatches in its first year, and Apple is ranked third on IDC's list of top wearables vendors for the first quarter of 2016. But Samsung is fifth on that same list, claiming just a 3.6 % share of the worldwide wearables market, and that sliver is mostly comprised of Samsung's smartwatches, not fitness bands.

drawback

However, the Gear Fit 2 has one drawback that those other aforementioned bands don't have: it only works with Android smartphones (4.4 or higher) or iOS, whereas Fitbits and even Garmin devices work with a variety of mobile platforms as well as desktop software.

The Gear Fit2 Pro doesn't have a speaker.
no brightness sensor to adjust the screen brightness.

"small ≠ " with Gear fit 2 (2016):
  • GPS usable on Pro, not on Fit2. GPS is the biggest bug Sam cannot fix by firmware on Fit 2.
  • Many third party apps that worked on the Gear Fit 2 do not seem to be installable on the Gear Fit 2 Pro. 
  • u can program (see below)
  • "meilleur bracelet"; Traditional strap clasp is a very good improvement.

overall

http://www.samsung.com/uk/wearables/gear-fit2-pro-r365/SM-R365NZKABTU/
http://www.samsung.com/fr/wearables/gear-fit2-pro-s/SM-R365NZRNXEF/

https://en.wikipedia.org/wiki/Samsung_Gear_Fit_2

Apps

Spotify

music streaming and play-lists and covers... with your cellular phone or computer (and Spotify).
Samsung is also the second tech company in recent days that has partnered with Spotify to create a dedicated Spotify app for its new wearable gadget. (Pebble was the other.) So there are three options for music listening through the new wristband. You can store up to 2.5GB of music locally on the device, use the wristband as a Bluetooth remote control for other music apps on the phone, or play Spotify from your wrist — although you'll still need a phone in tow for that, at least for now.

UA RECORD

See your activity, sleep, and workout stats in one dashboard and get insight into your health and fitness levels.

MapMyRun

Plan and track your routes with real-time maps and capture every run, ride, and walk.

MyFitnessPal

Eat smarter and achieve your health goals by keeping track of the calories you consume and burn

Endomondo

Join a global community of fitness enthusiasts as you reach your running goals with personal training plans.

Speedo

for swimming
The Speedo On app is not integrated into Samsung Health, so when I swim it records the steps instead and congratulates me on my walk. I then have to manually enter my swim I to Samsung Health. I have also messaged Speedo as their app which is preinstalled on the device has an issue with swimming pace. I'm not a fast swimmer and when I click finish on the app on the device it alters the time I have been swimming, making me look like any Olympic athlete. 

battery life

Its expected battery life is better than you might expect for a wristband with a large display and GPS and BT/wifi.
  • 12h for a strong full use
  • 48h for my usual use
  • 1week for a minimum use (no GPS, no wifi, BT @ some time, screen @ level 1-2) just to record your HR and some data, no download.
Although with "Always On" I use  75% of the battery in a day (because large display)

dev; SDK

https://forum.xda-developers.com/gear-fit2-pro
http://developer.samsung.com/gear/design/watch-designer
https://www.google.fr/search?q=%22Samsung+Gear+Watch+Designer
https://www.youtube.com/watch?v=eewUuUw3c-8

Gear Watch Designer

GEAR WATCH DESIGNER NOW COVERS ALL GEAR DEVICES
1.5.1_beta - Nov 23, 2017
BETA DOWNLOAD for Win - v1.5.1
BETA DOWNLOAD for Mac - v1.5.1
JRE (Java Runtime Environment) 1.8 or later. 32-bit JRE is required if u are use Windows.

Now available for the Gear S, Gear Fit2, Gear S2, Gear S3, Gear Fit2 Pro and Gear Sport (New)
Design, produce, and distribute your own Gear watch faces without the complexity of code scripting


SDK

Samsung and Tizen provide everything you need to develop apps for Gear

The flexibility of Tizen is not limited to mobile devices but extends to other devices, including the Gear. This can be translated to developing applications that can be built using a Native or a Web approach. Whether you are a serious developer or a hobbyist, C or HTML5, building a Tizen app can suit your programming style that can be implemented across platforms.
http://developer.samsung.com/gear/develop/creating-your-first-app

samples

http://developer.samsung.com/gear/develop/samples/standalone#

tizen

it's an operating system based on the Linux kernel and the GNU C Library implementing the Linux API.
Tizen works on a wide range of Samsung devices including smartphones, tablets, in-vehicle infotainment (IVI) devices, smart TVs, PCs, smart cameras, wearable computing (such as smartwatches), Blu-ray players, printers and smart home appliances (such as refrigerators, lighting, washing machines, air conditioners, ovens/microwaves and a robotic vacuum cleaner).

Tizen is a project within the Linux Foundation and is governed by a Technical Steering Group (TSG). It is controlled by Samsung and also backed by Intel.

In late January 2013, Tizen 2.0 scored highest at the time in an HTML5 test of any browsers. R
esults for Tizen 2.2 on a Samsung device score highest overall in mobile, with a score of 497 points.

Tizen IVI (In-Vehicle Infotainment) is an operating system from the Automotive Grade Linux Workgroup. It is PC-compatible.
RT OS with security and resilience.

Its SDK is built on top of open source components,but the entire SDK is copyrighted by Samsung Electronics and under a non-free EULA.

The roots of Tizen date back to 2007 with the creation of the LiMo Foundation. The LiMo project resulted in the LiMo Platform in 2009 but it was unsuccessful against rival open source platforms from the Open Handset Alliance (led by Google) and Symbian Foundation (led by Nokia).

As of 2016 Samsung is planning on making Tizen its main operating system on all smartphones, replacing Android.
On May 15, 2017 Samsung unveiled its fourth smartphone powered by Tizen operating system in India, the Samsung Z4 which launched in India that comes with 4.5 inch of LCD displays which is protected by 2.5D curved glass, it has 1GB of RAM, 1.5Ghz Quad-Core Arm cortexA-7 based Spreadtrum processor (SC9830A), 8GB of ROM, 5 MP rear camera with dual flash and 5MP front camera with flash. It has Operating system of Tizen which is Tizen 3.0.

As of Q1 2017 Tizen is second largest smartwatch platform, behind watchOS and ahead of Android Wear.
On May 31, 2017, Tizen released Tizen 4.0 Public M1 Release Notes.

https://en.wikipedia.org/wiki/Tizen

in french

C'est Samsung qui est à l'origine de Tizen, en collaborant avec le projet EFL (Enlightenment Foundation Libraries) et plus précisément son développeur principal, Carsten Haitzler (« Rasterman »). 
Le projet a été nommé LiMo (Linux Mobile) pendant de nombreuses années, puis rebaptisé Tizen en septembre 2011 lorsque Intel s'y est ajouté après son échec sur MeeGo.
Contrairement à Android, Tizen est un projet décentralisé : chaque fabricant ou opérateur aura une interface utilisateur spécifique, développée avec EFL.
Les applications Android sont compatibles Tizen grâce à un clone de la machine virtuelle Dalvik. La performance des applications Android sur Tizen est donc identique par rapport à Android. Deux services permettent aux développeurs de publier une application Android sur le Tizen Store : Infraware et OpenMobile.

En conclusion, Tizen donne accès à quatre types d'applications :

  •     les applications natives Tizen (C, C++, Python, Lua) ;
  •     les applications web, sans navigateur (HTML5, JavaScript);
  •     les applications hybrides ;
  •     les applications Android publiées sur le Tizen Store.

list of Devices


Friday, September 15, 2017

outils standards du secrétaire d’édition: NUMEDIF, MÉTOPES Méthodes et outils pour l’édition structurée, workflow editorial, chaîne d'édition structurée, production scientifique et diffusion FMSH


NUMEDIF

Infrastructures de recherche : Information scientifique et technique
NUMEDIF (NUMérique pour l'ÉDItion et la DIFFusion de la production scientifique)-NUMEDIF
L'infrastructure Numédif propose un ensemble d'outils et de méthodes pour l'édition structurée (« MÉTOPES ») permettant d'organiser production et diffusion papier et numérique dans un environnement normé à fort potentiel d'interopérabilité, sur le modèle du Single Source Publishing.

Coûts

Coût de construction : 0,920 Millions d'euros
Coût de fonctionnement : 0,750 Millions d'euros

Type de l'infrastructure : IR Infrastructure de recherche Ministère

Création : 2015
Localisation (siège) : Paris
Autres sites : Caen
Partenaires : FMSH, MRSH, CNRS, UNICAEN
Responsable de l'infrastructure : Pascal Buleon
numedif@msh-paris.fr

Présentation

L'infrastructure NUMEDIF est au service de l'activité éditoriale de l'ensemble des établissements publics d'enseignement supérieur et de recherche. Elle s'attache à la mise au point et à la dissémination d'un écosystème normé de production numérique de contenus scientifiques structurés interopérables, et à la construction d'un appareil spécifique de diffusion-distribution.

Elle vise à garantir la circulation des écrits scientifiques et leur mise à disposition optimale tant sous forme dématérialisée (archives, plateformes...) que matérielle (livres ou revues diffusés en librairie, auprès des bibliothèques ou des particuliers) et doit améliorer la visibilité de l'édition scientifique publique française à l'international.

Elle permet l'alimentation pour un coût résiduel des plateformes "nationales" : Open Edition, Cairn... Elle est garante de la pérennité des données.
L'utilisation d'Unicode et la normalisation documentée des structures (XML-TEI) permet l'archivage par le Centre informatique National de l'Enseignement supérieur (CINES).

Ses missions et services portent sur :
    La constitution des fonds de contenus édités, normalisés, interopérables, bâtis sur le modèle du single source publishing ;
    L'articulation des échelles de diffusion nécessaires (librairies et publics spécialisés, mises en place plus massives en librairies à destination d'un public large, diffusion en ligne, diffusion de formes numériques détachables, diffusion payante, open access dont OpenEdition) ;
    Un service de veille et de formation.
    L'industrie du logiciel, le développement d'environnement de saisie et de traitement de flux structurés normés, le développement d'automates de composition de flux éditorialisés pour la production d'epubs et l'alimentation des plateformes de diffusion.
    Les diffuseurs-distributeurs, développement de flux mixtes TEI/ONIX pour le référencement et l'optimisation des diffusions multisupports, pour l'alimentation de circuits de print-on-demand.

 Ref

http://www.enseignementsup-recherche.gouv.fr/cid99664/numedif-numerique-pour-l-edition-et-la-diffusion-de-la-production-scientifique-numedif.html

Site numedif et METOPES

Métopes

Méthodes et outils pour l’édition structurée:
Une mise en œuvre, au fil du travail éditorial, des principes de Single source publishing…
La méthode repose sur la production, au fil du travail éditorial, d’un fichier encodé en XML-TEI et dont la richesse et la granularité du balisage permettent d’envisager ses transformations sur divers supports de diffusion en garantissant à la fois une totale stabilité du contenu et la meilleure adaptation de chaque catégorie de fragment textuel aux spécificités du mode de diffusion choisi. 
Le processus de travail est construit sur l’analogie forte existant entre le travail de distinction éditoriale, propre à la « préparation de copie », et l’opération de production du balisage d’un texte ou d’un contenu au moyen d’un vocabulaire contrôlé. Plus qu’une contrainte technique il repose sur un usage raisonné et aménagé des outils standards du secrétaire d’édition et, avant tout, sur le plein exercice des fonctions éditoriales.

Développé à la MRSH de Caen et porté par son pôle Document numérique, qui maintient et diffuse le standard de structuration des contenus sur la base des recommandations de la Text encoding initiative, définit les principes du flux éditorial, assure les développements des environnements de travail et des outils de transformation (vers OpenEdition-TEI, Cairn-Erudit, Jats Nlm-Scielo,  InDesign pour des éditions imprimées ou PDF…), ainsi que leur diffusion et leur déploiement auprès des structures éditoriales publiques, dont près de 50 ont été formées à ce jour.

Le projet « Métopes » vise à mettre au point, à développer et à diffuser, librement dans la sphère publique, par des actions de déploiement et de formation auprès des éditeurs publics, un ensemble d’outils et de méthodes leur permettant d’organiser leur production et leur diffusion papier et numérique dans un environnement normé à fort potentiel d’interopérabilité sur le modèle du Single Source Publishing. Un des apports principaux est de rationaliser, au sein de la communauté des éditeurs universitaires et de recherche publics, le travail éditorial tout en favorisant la mise en place de stratégies de diffusion multi-supports, en assurant une pérennisation des contenus et une haute qualité des métadonnées associées.
Principalement orienté vers la production des contenus normés (XML-TEI), ce projet à haute valeur éditoriale ajoutée est fortement articulé au projet de construction d’un catalogue commun des éditeurs publics associés (métadonnées et contenus) exprimé en ONIX .
Ce modèle technique et organisationnel entre fortement en résonance avec les réalités, les demandes et les contraintes du contexte aujourd’hui incontournable de la production et de la diffusion numériques. En effet, et en termes d’interopérabilité et d’économie de diffusion des savoirs :
– il repose sur des normes ou sur des standards partagés par de nombreux acteurs du domaine ce qui est un facteur d’interopérabilité des contenus ;
– il participe à la clarification de la notion de « plus-value éditoriale » en permettant de l’identifier et de la localiser précisément ;
– il est facteur d’économies, ne serait-ce que parce qu’une intervention éditoriale unique permet une multiplicité de formes de diffusion ;
– il permet l’alimentation pour un coût résiduel des plateformes « nationales » : OpenEdition, Cairn.info…
– il est indépendant des modèles économiques : l’éditeur a une totale liberté de choix des articulations formes/modèles de diffusion gratuite ou payante et peut construire des complémentarités entre formes de diffusion  ;
– il offre des perspectives nouvelles en termes de droits, à partir de la clarification des statuts du texte et de la claire localisation des acteurs de la plus-value éditoriale. Il permet au couple auteur-éditeur institutionnel de disposer, dans le respect des droits d’auteur, d’une structure riche à partir de laquelle peuvent être produites des formes appauvries pour leur stricte diffusion. Ces aspects peuvent permettre de mettre en place les adaptations les plus pertinentes dans un contexte où peut peser (et ou va peser) le devoir de diffusion en Open Access ;
– il est aussi un point de convergence en termes d’articulation avec les autres métiers de la « vie » du flux numérique (bibliothécaires, archivistes, chercheurs auteurs, chercheurs lecteurs…) et, plus encore, en termes d’ouverture aux données de la recherche (textes appareillés et éditions issues de corpus, thèses en ligne…)  ;
– il est enfin garant d’une certaine pérennité des données ; en effet, l'utilisation d'Unicode et la normalisation documentée des structures (XML-TEI) rend les fichiers produits susceptibles d’être l’objet d'un archivage pérenne.
http://www.numedif.fr/metopes.html

 Métopes  outils

1/Un ensemble d’outils et de modules mis à disposition des structures éditoriales
Déployé sous forme de modules additionnels aux logiciels de traitement de texte, cet environnement permet, sur la bases des distinctions éditoriales traduites en opérations de stylage, la production automatique de fichiers XML-TEI au moyen de modèles de stylage pour Microsoft Word et de XSLT d’export intégrées à Open Office.

2/Un environnement d’édition structurée et de production de formes
En aval de la production automatique du fichier XML pivot, le contrôle, l’enrichissement et les transformations sont effectués au moyen d’un environnement d’édition structurée basé sur un éditeur XML qui comprend :
– des vues d’affichage adaptées aux diverses tâches éditoriales et aux diverses interventions sur le flux XML-TEI ;
– des commandes d’export vers les plateformes OpenEdition (revues.org et books.openedition.org) ou Cairn.info ; production d’ePubs ou de pages HTML5 ;
– des commandes d’import de fichiers XML-TEI Lodel ;
– des commandes d’extraction des flux de notes ;
– des commandes d’enrichissement typographiques des flux XML ;
– des macro commandes d’expressions régulières ;
– la documentation du schéma TEI.
Un ensemble de scripts et de XSL permet l’importation du flux dans InDesign pour la production de formes imprimante ou de fichiers PDF mis en page.


3/METOPES actions de formation

Avec le soutien d’abord de l’AEDRES puis, depuis 2013, avec la prise en charge intégrale des coûts de développement et de formation par BSN, plus de 40 structures d’édition publique universitaire et de recherche (presses d’université, secrétariats d’édition de revues, presses des écoles françaises à l’étranger, presses d’IFRE…) et plus de 300 personnes (responsables éditoriaux, secrétaires d’édition, de rédaction, maquettistes, graphistes…) ont été formées aux méthodes d’édition structurée par des personnels des Presses universitaires de Caen et du Pôle document numérique de la Maison de la Recherche en sciences humaines (MRSH) de Caen. Chaque formation, d’une durée de trois à cinq journées s’effectue sur site et au plus près des préoccupations éditoriales des personnels concernés et s’organise autour de la mise à disposition gratuite et de l’installation des outils dans le service. Ces formations sur site sont combinées avec la tenue d’ateliers thématiques organisés dans le cadre de réseaux : MEDICI (formation de secrétaires de rédaction de revues, formation de formateurs aux outils d’édition structurée XML-TEI), Consortiums Corpus (MASA, CAHIER…), etc.

Un programme spécifique est en cours de réalisation à l’EHESS en liaison avec la DSI de l’établissement : formation du personnel des éditions, formation du personnel des 12 revues associées, extension des techniques de structuration des contenus aux autres productions écrites dans l’optique du développement d’une politique de diffusion numérique propre à l’établissement.

Auprès des écoles françaises à l’étranger et des IFRE
Des formations et compléments de formation ont été organisés dans les services éditoriaux de l’École française de Rome, de l’École française d’Athènes, de la Casa de Velazquez à Madrid, de l’IFAO au Caire et de l’IFPO à Beyrouth, maintenant susceptibles de développer des fonds éditoriaux numériques pleinement interopérables.
Un suivi des utilisateurs et un service de soutien technique sont assurés, en liaison avec Open Edition, par un ingénieur d’études CNRS affecté depuis le 1er décembre 2016 au Pôle document numérique de la MRSH de Caen.
  Formations à l’étranger

Via l’AEDRES (Association des éditeurs de la recherche et de l’enseignement supérieur)
auprès des associations similaires en Argentine, en Colombie…

En Argentine, formation menée en octobre 2014 en liaison avec Open Edition sous la forme de 2 sessions d’une semaine à Buenos Aires puis Mendoza. Ces sessions, co-financées par l’AEDRES, OpenEdition et REUN, ont permis la formation d’une quarantaine d’éditeurs universitaires argentins appartenant au REUN (association nationale d’éditeurs universitaires argentins). Largement soutenues par le ministère de l’enseignement supérieur argentin elles visent à l’implantation de deux plateformes de compétences en édition structurée respectivement spécialisées sur la production de livres et de revues numériques à Buenos Aires pour la première et Mendoza pour la seconde.
Elles se sont poursuivies en 2015 et 2016 par la tenue d’une session de formation et de perfectionnement à Cordoba (Arg.)  (financement assuré par le ministère de l’enseignement supérieur argentin) puis par l’accueil en France (un mois) de quatre collègues argentins pour une « formation de formateurs » et pour la mise au point des modalités de développement d’une plateforme de revues.

Ce dispositif a été présenté, à la Foire du livre de Francfort 2015, à l’Association des éditeurs universitaires sud américains et a débouché à l’initiative des éditeurs mexicains sur l’organisation d’un atelier à destination de l’ensemble des éditeurs universitaires sud-américains qui s’est tenu  le 1er décembre à Guadalajara (Mex.) à l’occasion de la Foire du livre et, à l’initiative des éditeurs colombiens, sur une présentation du dispositif à la Foire du livre de Bogota puis, sur le schéma mis en œuvre en Argentine, sur une formation de deux semaines à Cali destinée aux éditeurs d’ASEUC.

Ref

http://www.numedif.fr/metopes-formations.html

METOPES site de Caen

Infrastructure de recherche NUMÉDIF

    Pascal Buléon, responsable de l’infrastructure
    Dominique Roux, porteur de projet Métopes
    Michel Zumkir, directeur de FMSH-Diffusion

Partenaires

    FMSH Diffusion http://www.fmsh.fr/fr/diffusion-des-savoirs
    MRSH maison recherche SH de CAen
    CNRS - InSHS
    Université Caen Normandie

Adresse :
Pôle du Document numérique
Maison de la Recherche en Sciences Humaines
Université de Caen Basse-Normandie
Esplanade de la Paix; Campus 1
14032 Caen Cedex

Pierre-Yves Buardpierre-yves.buard@unicaen.fr02 31 56 51 74SH 119
Julia Rogerjulia.roger@unicaen.fr02 31 56 64 90SH 114
Tiphaine Thérouxtiphaine.theroux@unicaen.fr02 31 56 64 11SH 113
Édith Cannetedith.cannet@unicaen.fr02 31 56 64 99SH 113
Marie Bissonmarie.bisson@unicaen.fr02 31 56 62 05SH 113
Anne Goloubkoffanne.goloubkoff@unicaen.fr02 31 56 64 11SH 113
Subha-Sree Pasupathysubha-sree.pasupathy@unicaen.fr02 31 56 64 90SH 114

Liste d'exemple

juste un flipcard de visualisation

telechargement outils

1/Annoter et structurer...

Plusieurs environnements de travail ont été conçus au sein du pôle Document numérique pour travailler avec l’éditeur XML : XMLMind XML Editor. Le logiciel est disponible à cette adresse : http://www.xmlmind.com/xmleditor
voir ci-dessous

2/en XML-EAD
Nous mobilisons le vocabulaire XML-EAD, Encoded Archival Description. Nous utilisons la version EAD 2002, sous forme de schéma.

3/en XML-TEI
pour les livres (existe pour collection  d'objets)
bcp de choix pour SHS  comme sources avec apparat critique
un plug-in de travail collaboratif
et DIFFUSER EXPOSER

Environnement BVMSM

Dans le cadre de la réalisation de la Bibliothèque virtuelle du Mont Saint-Michel, mais également du projet Route du livre italien, Bibliothèque historique du ministère de l’agriculture ou encore Dicomarine, les membres du pôle Document numérique ont réalisé un travail de réflexion sur l’encodage en XML-EAD de description de livres.. Nous proposons ici le téléchargement d’un environnement de travail pour le catalogage en XML de manuscrits et d’ouvrages anciens.

Bibliographie

Il s’agit ici de la mise en œuvre du modèle défini par Robert Darnton, « Le nouvel âge du livre », Le Débat, 105, 1999, p. 176-184.

L'expression utilisée par Marin Dacos (Blogo Numericus, « C’est le chuchotement des livres qui se parlent… »: 22/10/2008 ; http://bn.hypotheses.org/167
Lou Burnard, What is the Text Encoding Initiative?, Marseille, OpenEdition Press (Encyclopédie numérique), 2014 : http://books.openedition.org/oep/1237

Ref

http://www.unicaen.fr/recherche/mrsh/document_numerique/projets/metopes

What is XMLmind XML Editor?

XMLmind XML Editor is a strictly validating, near WYSIWYG, DocBook editor, DITA editor, MathML editor, XHTML editor, XML editor. Because XMLmind XML Editor is highly extensible, it may be also be used to create documents conforming to your own custom schema. Its users are generally technical writers who need to author large, complex, modular, documents.

XMLmind XML Editor is also available as attractively priced, “special editions” called: XMLmind DITA Editor, XMLmind DocBook Editor, XMLmind XHTML Editor. More »

XMLmind XML Editor Personal Edition is free to use by many persons and organizations.

Full source code of the product    Yes if you pay.
http://www.xmlmind.com/xmleditor/download.shtml

Mac/windows, Linux and any other Java™ 1.6+ platform

CONVERSION import/export

 data2check – an online service for checking Word, InDesign and EPUB files for correctness
With the help of this service Word, InDesign and EPUB files can be checked for correctness and can be converted into XML,DITA,DocBook and other XML structures.
What is checked?
    Document structure
    Check for: unknown styles, incorrect use of ..
https://www.xml.com/news/?tag=conversion

FMSH Diffusion 

http://www.fmsh.fr/fr/diffusion-des-savoirs
Editeur
Michel Wieviorka
Président de la Fondation Maison des sciences de l'homme
190 avenue de France - 75013 Paris
Président de la FMSH, Michel Wieviorka, sociologue, docteur d'Etat ès Lettres et Sciences Humaines, directeur d'études à l'Ecole des Hautes Etudes en Sciences Sociales, est le président de la Fondation Maison des sciences de l'homme depuis juillet 2015. Il était administrateur de la FMSH depuis 2009.

Missions

Soutenir et promouvoir les sciences humaines et sociales au meilleur niveau pluridisciplinaire et international

Lieu de référence pour penser à un niveau global les grandes questions du monde contemporain, la Fondation Maison des sciences de l’homme met en synergie communautés et réseaux scientifiques internationaux, et favorise les dialogues interdisciplinaires.

Créée par Fernand Braudel en 1963 à Paris, et reconnue d’utilité publique, la FMSH est un carrefour international pour les sciences humaines et sociales. Lieu d'innovation scientifique et de diffusion des savoirs, la Fondation est en prise avec l’action publique et partage ses résultats avec le monde des décideurs, tout en affirmant son indépendance et la liberté de la recherche.

2 champs d'actions prioritaires

Le soutien à une recherche innovante : la FMSH travaille à l’identification des thèmes émergents, initie et met en place des dispositifs de recherche innovants dont l'objet est fonction des interrogations de la société.

La diffusion des savoirs au sein du monde scientifique et en direction des citoyens : avec sa bibliothèque, sa maison d’édition, sa maison de diffusion et son service de production audiovisuelle, la Fondation joue un rôle décisif dans la diffusion des savoirs en sciences humaines et sociales auprès de la communauté académique, de la société civile et des responsables culturels, politiques et économiques.

Diffusion des Savoirs, plateforme Canal-U, FMSH éditions

Diffusion audiovisuelle, éditions, diffusion-distribution, bibliothèque de recherche, la Fondation propose et développe un ensemble unique de services d’accès aux savoirs scientifiques.

A l’initiative d’expériences de médiation scientifique, en faveur notamment du libre accès, la Fondation contribue à la diffusion d’idées nouvelles et au dialogue entre les communautés scientifiques.

 1/ plateforme Canal-U
La plateforme propose des ressources pédagogiques et scientifiques à l’attention des enseignants, chercheurs et étudiants, en complément des cursus d’enseignement, et, plus largement, à l’attention du grand public, pour une formation tout au long de la vie.
http://www.fmsh.fr/en/dissemination-ok-knowledge/27897
With over 25,000 videos and more than 4,5 ,000,000 visits per year, Canal-U is the most-visited French scientific audiovisual platform. It offers a wide range of opportunities to publicise, share, disseminate and link up audiovisual productions.  It has 15,000 lectures, 4,000 documentaries and reports, 4,000 courses and educational clips by over 150 contributors (universities, research bodies, museums, etc.).
The Canal-U project was launched in 2001 by the Ministry of Higher Education and Research, with support from the academic and scientific communities, and is being developed by FMSH in conjunction with the ministry.
A dissemination platform open to all institutions
Canal-U offers multiple possibilities for enhancing, sharing, disseminating and linking audiovisual productions.
The platform is aimed at students, teachers and researchers on two axes:
    Provide teaching skills resources in addition to teaching courses;
    Accompany the evolution of the French university by developing the use of the information and communication technologies in higher education.
Do you have videos you want to disseminate?
If you are a higher education establishment, research centre or voluntary organisation, you can put your videos online through Canal-U.tv
Contact
Publication director, Michel Wieviorka,
Project Manager: Damien Poïvet
Responsible for the management of audiovisual resources: Anne-Claire Delaunay 

2/ FMSH éditions

Publishing the human and social sciences: quality and openness

Since 1970, the FMSH Editions has been developing an original catalogue in the human and social sciences, which brings together high-level scientific publications.

With more than 1,000 titles, 6 collections, 7 journals, the Editions are the expression of the Foundation's scientific policy.

FMSH Editions follows an ambitious policy which combines editorial quality with the invention of new models of dissemination. It requires to borrow innovatives and complementary ways.
6 collections

3 flagship collections: «54», «Interventions», «Le (bien) commun »

3 collections in duration: « Ethnologie de la France », « Bibliothèque allemande », « Documents d'archéologie française »
7 journals
The journals constitute a multidisciplinary catalogue. They disseminate the results of the research in human and social sciences to the greatest number. Both available in print and digital versions, the journals follow an innovative editorial policy.
Multichannel broadcasting
The digital is at the heart of the Edition’s priorities. The technological choices make it possible to guarantee the filing of funds, to reuse the edited contents, but above all to disseminate them to multiple channels via infrastructures or digital platforms. The Editions have also made the choice of "open access" and work to offer the greatest number of medium on the web.

    The paper book available in bookshops;
    The digital book (pdf, e-pub) available on the Comptoir des presses d’universités ;
    The article or the book for free access available 
       on the platforms Revues.org and OpenEdition Books.

Contacts
Website: www.editions-msh.fr
Director of the Editions: Pascal Rouleau | +33 (0)1 40 48 64 40
Scientific press: Corine Le Carrer
Communication: Chloé Lepart

Site editions

www.editions-msh.fr
Exemple d'une collection
http://www.editions-msh.fr/collections/?collection_id=642
Exemple d'un livre
http://www.editions-msh.fr/livre/?GCOI=27351100192540
Penser le vivant
Édité par Laurence Dahan-Gaida, Christine Maillard, Gisèle Séginger, Laurence Talairach
Au-delà des connaissances scientifiques et en particulier des découvertes importantes pour la médecine (cellules, bactéries, molécules organiques, et plus tard ADN), le succès des sciences du vivant a provoqué la circulation de savoirs, d'images, de modèles de pensée vers d'autres disciplines, mais aussi la formulation de nouvelles interrogations sur le pouvoir de l’homme, sur ses interventions dans le domaine du vivant, sur son rapport à l’environnement, qui dépassent bien le cercle d’intérêt de la science elle-même, et encouragent de ce fait l’approche transdisciplinaire. La particularité de cet ouvrage est de montrer d’une part l’implication de l’imaginaire et de l’esthétique dans les discours scientifiques sur le vivant, et d’autre part la plasticité des savoirs du vivant ainsi que leur puissance modélisante qui expliquent leur diffusion dans le champ des sciences humaines.
Éditeur Éditions de la Maison des sciences de l'homme, Paris
Support Livre broché
Nb de pages 300 p.
ISBN-10 2735123839
ISBN-13 9782735123834

Les commandes en ligne se font via le site du comptoir des presses d'universités (http://lcdpu.fr).

exemple livre papier et pdf:
http://www.editions-msh.fr/livre/?GCOI=27351100399910
Radicalisation
Farhad Khosrokhavar

Les commandes en ligne se font via le site du comptoir des presses d'universités (lcdpu.fr).
Livre broché - 12,00 €
PDF (PDF) - 7,99 € DRM - Aucun
Ce n'est qu'après les attentats du 11 septembre aux États-Unis que la radicalisation, active de tout temps, a connu son heure de gloire dans les analyses des sciences sociales mais aussi, des organismes de sécurité des différents pays. Dans le monde anglo-saxon, le nombre d'ouvrages et d'articles qui lui sont consacrés se compte par milliers. En France pour des raisons idéologiques la notion est plutôt marginalisée. Qui se radicalise et pour quelle raison ? Quelle est la place de l'idéologie, mais aussi de la situation sociale et politique des individus dans cette attitude faite d'inflexibilité, de violence et de guerre totale contre la société ?
L'ouvrage suit les méandres de ce phénomène en se concentrant sur l'islam radical, tout en soulignant que ce n'est pas le seul registre qui combine l'action violente et une vision idéologique extrémiste.
L'ouvrage propose une interprétation des phénomènes de radicalisation jihadiste en Europe et dans le monde arabe et se conclut sur une analyse d'un nouveau type de radicalisation, celui qui résulte de l'afflux des jeunes Européens vers la Syrie.
Édition Première édition
Éditeur Éditions de la Maison des sciences de l'homme, Paris

Support Livre broché
Nb de pages 192 p. Bibliographie .
ISBN-10 2-7351-1756-1
ISBN-13 978-2-7351-1756-7
GTIN13 (EAN13) 9782735117567
Support PDF
Nb de pages 192 p. Bibliographie .
ISBN-10 2-7351-2042-2
ISBN-13 978-2-7351-2042-0
GTIN13 (EAN13) 9782735120420

les éditeurs

La majorité des éditeurs présents sur ce site sont liés à des universités ou des institutions scientifiques. Toutes ces structures contribuent aux missions de diffusion et de valorisation des savoirs confiées aux établissements de l'enseignement supérieur et de la recherche.

Les liens ci-dessous mènent à la présentation de leurs catalogues respectifs sur lcdpu.fr.
 Les liens ci-dessous mènent à la présentation de leurs catalogues respectifs sur lcdpu.fr.

Ref
http://www.lcdpu.fr/editeurs/

Rapports d'activité fmsh

http://www.fmsh.fr/fr/la-fondation/27926

Monday, August 21, 2017

smart TV LG évolution du logiciel/plateforme netcast webos linux et des fonctions comme enregistrement sur disque


Comment une société comme LG utilise Linux.
  1. NetCast (noyau linux) is a platform loaded on LG Smart TVs released from 2011 (NetCast 2.0) to 2015 (NetCast 4.5).
  2. webOS TV (noyau linux+PALM+HP) is a platform loaded on LG Smart+ TVs released since 2014.
Benefits of webOS TV, compared with NetCast, are listed  below:
  • Supports multi-tasking
  • Supports key-value based (no-SQL) DB
  • Supports JavaScript service development based on Node.js
  • Supports enhanced HTML5
  • Supports Enyo Framework
http://webostv.developer.lge.com/discover/specifications/webostv-vs-netcast/

WebOS

HP annonce fin 2011 la libération du projet webOS et sa distribution en logiciel libre.
Il est fondé sur linux kernel
https://fr.wikipedia.org/wiki/HP_webOS
https://en.wikipedia.org/wiki/WebOS

netcast

version 4.5 de 2015
OS Linux
CPU ARM Cortex A9 1.2GHz Quad Core
RAM 2 GB
Graphic Resolution 1920X1080 Recommended

Les LG ≥2010 ont une software version = 4.62.12 (aout 2017)
et une version SDK = 2.08; navigateur 5.00.00r5774

Browser Engine

·  Core : Webkit 537.1+ 
·  HTML : HTML 4.1 Supported, HTML 5 Supported Partially
·  XHTML : Supported 
·  DOM : Supported 
·  CSS : CSS 2.1 Supported, CSS 3 Supported Partially 
·  JavaScript : SquirrelFish Extreme 
·  AJAX : Supported 
·  JSON : Supported 
·  Cookie : Supported 
·  userAgent String : Supported

Image Format

·  JPEG : Supported 
·  PNG : Supported 
·  GIF : Supported

NetCast SDK

NetCast SDK 3.0.1 provides tools that help developers to develop the applications for NetCast TV 2013 and later NetCast platforms.
linux/mac/windows

Ref

http://webostv.developer.lge.com/discover/netcast/platform-specifications/

enregistrement émission télé sur disque

voir ce que votre tv a dans le ventre:
apr exemple
http://www.lg.com/fr/televiseurs/lg-42LM640S-tv-lcd-led
USB 2.0 : Formats reconnus pour les photos = JPEG
USB 2.0 : Formats reconnus pour la musique :
AC3 ( Dolby Digital ) , EAC3,HAAC,AAC, Mpeg, MP3, PCM, DTS
USB 2.0 : Formats reconnus pour les vidéos :
DivX HD, MKV, mpg, mpeg, H.264/AC


LG's Smart TVs only records on external HDD (40 GBs at least); USB sticks are only for playing contents. 

le formatage du HD 

When I then connected the drive to my Ubuntu Linux box, I could see that the LM760T had created a large partition of 596GB and a small partition of 47MB. The large partition (the first one on the disk) was formatted as JFS and the small partition was formatted as Ext3. But it's a bit more complicated than that, because the normal Partion ID/Filesystem type of these partions on Linux would be 83. However, the LM760T creates both partitions with a Partition ID of A2. This is an unknown filesystem type for any other systems or tools. I guess this is part of LG's deliberate policy of obfuscation.

So what do you need to do you if you want to record using your LG Smart TV, but still use the disk for something else? Well, unless you're happy with using the JFS partition for whatever you want to do, you will need to repartition the hard drive to make 3 or 4 partititions. The first two (JFS and Ext3) for the LG, and the third, with whatever filesystem you want, for the other stuff. You can't use the second LG partition (the Ext3 one) for anything else, because if you increase the size to anything useful, then your LG will take hours to connect after you plug it in.

So here's a step by step guide to formating your hard drive for use by the LG while still keeping a partition for other stuff.

First you will need a Linux box - I used Ubuntu 12.04. You might be able to do it using a Linux boot CD on a non-Linux PC, without installing Linux first, but I haven't tried this. I also use a Windows PC to fix the partition ID.

Connect your hard drive to the Linux box. You need to make sure the disk doesn't contain any data that you want to keep, as the first step is to delete all existing partitions.

You need a partition manager that supports JFS and Ext3 to set up the partitions. I used KDE Partition Manager plus the optional JFS package. You can install them on Ubuntu using the Software Center. First delete all existing partitions. Don't forget to apply the changes. Next create a primary JFS partition. The size of the partition is the amount of space you want to allow for LG recordings. I used about half the disk.

Next create a primary Ext3 partition. You need to allow about 50MB for this - don't make it any bigger, or else it will take a long time to connect, when you plug the drive into your TV.

You can use the remaining space to create a partition of whatever file system type you choose.

Then disconnect the drive from Linux, and connect it to a Windows PC. You need to use a physical disk editor to fix the partition IDs. I used Hxd - download from mh-nexus and install it in Windows. Incidentally I tried to install it in Linux using Wine, but could not successfully access the disk. Start HxD, and from the Extras menu, choose "Open Disk", clear the "Open as Readonly" check box and select the correct disk under "Physical disks". You will probably need to choose disk 2 if you only have one other hard drive in the system. Make sure you get the right one, or else you might render your system unbootable.

Now look for the two partition IDs, 83, which are located in the first disk sector. On my hard drive these two bytes are located at offset 1C4 and 1D4 (16 bytes apart). Change each of these two bytes to A2, and then close HxD.

Now you're done. Disconnect the hard drive from your PC and connect to the TV. It should say "Connecting USB", and then after a short wait, you are ready to start recording. You can still use partition 3 for whatever you choose on other PCs and devices, but the one drawback is that you will not be able to play any media files on your LG TV that were not recorded by it.

Further thoughts:
It would be even better if the video files recorded by the LG could be openned on a Windows or Linux PC. After you have made a few recordings, there will be some files on partitions 1 and 2. You may need to alter the permissions before you can see the files by connecting the drive to a Linux box and entering a command like this one (for Ubuntu):
sudo chmod -R 777 [volume mount point path]

After making a test recording I found directories 00000001REC, TMP and TS on partion 1, and files LGDB.vol, LGDB.bak, LGLOGDB.vol on Partition 2.
There are some biggish files in directory 00000001REC on Partition 1, which I guess must contain video data, but I have not been able to play these files using any of the main media players. Chances are the data is encrypted, so there's not much hope of decoding it, but any thoughts on how they could be accessed are welcome.

record on USB stick

It will work with any USB stick which shows up as local disk (not removable disk) in windows.

How to make a USB flash drive or an SD card to be identified in the system as a common local hard disk. You may ask why it is necessary. The matter is that by default Windows identifies all the flash drives and memory cards as removable drives that can not be split into several partitions with any of the standard Windows tools. And even if the USB flash drive is split into two or more partitions using third-party utilities (say, in Linux), only the first partition is available in Windows. I.e. Windows supports working with multiple partitions only for HDDs identified as local (i.e. non-removable) disks in the system.

Windows recognizes a USB flash drives as removable devices due to the presence of a special bit descriptor RMB (removable media bit) on each of the devices. If the system determines that RMB=1 when polling the connected device using StorageDeviceProperty, it concludes that this device is a removable drive. Thus, to make a system see a USB flash drive as a hard disk, it’s enough to modify this descriptor. You can do this directly (which is quite risky because of the differences in the device-specific hardware implementations, and not always possible), or indirectly, by substituting the response of a USB device using a special driver, which allows to filter the information in the response of the device.

Tutorial How to extract movies from an LG DVR/PVR HDD

1/ Extracting the videos
  • Option 1: Connect the TV HDD on Linux (Live-CD, VM, HDD etc.)
    1. Open the folder "00000001REC".
    2. The videos are the files ending with the suffix "STR". It's you decision to copy all files or just the "STR" files. Depending of the amount of files, it is more worthwhile to copy all. You need root access to copy the files.
  • Option 2: Using Nucleus Kernel JFS on Windows
    https://www.nucleustechnologies.com/Linux-Data-Recovery-Software.html
    1. Select the "Storage Device" at left menu.
    2. Check "Use Partition Table" option and click "Next" button (Sometimes NKJFS don't find the partitions, just reinstall NKJFS and try again).
    3. Select "JFS - 0" at left menu and click "Next" button.
    4. A window will open, check "Normal Search" option and click "Ok" button (wait about 5 seconds).
    5. Select the folder "00000001REC" on the left menu.
    6. The videos are the files ending with the suffix "STR". It's you decision to copy all files or just the "STR" files. Depending of the amount of files, it is more worthwhile to recover all.
  • option 3: mac, Paragon ExtFS  or fuse
    https://forums.macg.co/threads/lire-les-formats-ext3-ext4-sur-mac.1250560/
Paragon ExtFS
Provides MacOS and Windows machines native access to the Linux OS ext file system family
10 days full speed and functionality. After 10 days the only limitation is a cap of 5 Mb/s transfer rate.
ExtFS for Mac is a low-level file system driver which lets you work with Linux files on your Mac OS X with no hassle
Unprecedented high-level performance - the transfer rate is the same as with the native HFS file system
Able to store and create files greater than 4 GB
Auto-mounting of Ext2 / Ext3 / Ext4 volumes
http://alternativeto.net/software/paragon-extfs/
https://www.diskinternals.com/linux-reader/https://github.com/matt-wu/Ext3FsdDiskInternals Linux Reader is absolutely free. Secondly, the program provides for read-only access and does not allow you to make records in file system partitions. This guarantees that the interference in an alternative file system will not affect the work of Linux later.
Ext2/3/4; ReiserFS, Reiser4; HFS, HFS+; FAT, exFAT; NTFS, ReFS; UFS2

2/ Fixing the videos using TS Doctor
http://www.cypheros.de/tsdoctor2_e.html
30$ shareware
The TS-Doctor offers an easy-to-operate cropping function and together with the automatic advertizing recognition feature, makes it child’s play to remove bothersome advertizing interruptions from TV recording.
The TS-Doctor checks and repairs your TV recordings and makes sure that they can be easily processed and displayed on today’s media players. It can also handle formats that other programs often cannot read. (TS,TS4,M2TS,MTS,M2T,DVR,REC,TP,TPR and much more)
HDTV
The TS-Doctor can also handle HDTV recordings. HDTV means high-resolution television with brilliant picture and sound quality. In spite of large data files associated with HDTV, the TS-Doctor operates very quickly and without loss of picture. 
  1. Open TS Doctor, go to "File" menu and open the "STR" file without change the extension.
  2. Wait TS Doctor cheks the file, TS Doctor must find 2 tracks: H264 Video and AAC Audio English.
  3. If TS Doctor detects more than one audio track (E-AC3 German for example), click on Tools icon of the invalid track and uncheck "Stream Enabled". If you wish, change the language of the correct AAC track.
  4. Click "Save new File" button and choose a new name for the file.
  5. A file with "fixed" sufix and "ts" extension will be created.

3/ Joining the fixed video files

  1. Open the Windows prompt.
  2. Use the "copy" command to join the video files:
copy /B fixed1.ts + fixed2.ts + ... + fixedN.ts output_file.ts

4/ Playing the videos

  • Option 1: Use VLC Player (or TotalMedia)
    If you don't uncheck the invalid audio track on TS Doctor: On videos with more than one audio track, Totalmedia detects automatically the correct track, on VLC player the track must be selected manually. Anyway you can select the track order on TS Doctor by changing the AAC track to first position.
  • Option 2: Using other players (Need VLC Player and Haali Media Splitter http://haali.su/mkv/)
  • Generating the audio track
    1. Open VLC Player.
    2. Go to "Media" / "Convert/Save...".
    3. Add the joined/fixed "ts" file(s) created with TS Doctor.
    4. Click on "Convert / Save" button.
    5. Choose the name for the destination file (MP3).
    6. Change the profile to "Audio - MP3".
    7. Click on "Start" button.
  • Joining video and audio track in a mkv file
    1. Open Haali GDS Mux.
    2. Add the joined/fixed ts file(s) created with TS Doctor.
    3. Add the mp3 file created with VLC.
    4. Choose a output mkv file name.
    5. Click on "Start" button.

some hidden features

LG tv's have some hidden features distinguished for service staff only.
http://openlgtv.org.ru/wiki/index.php/Hidden_service_modes_/_menus