Showing posts with label usb3. Show all posts
Showing posts with label usb3. Show all posts

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

Friday, August 4, 2017

L’USB 3.0 Promoter Group vient d’annoncer la norme USB 3.2 en juillet 2017



L’USB 3.0 Promoter Group vient d’annoncer la norme USB 3.2.
Celle-ci est capable de doubler les débits par rapport à l’USB 3.1

La norme USB 3.2 vient d’être annoncée, garantissant des vitesses de transfert doublées par rapport à la version précédente, mais aussi d’autres améliorations, notamment en rapport avec la charge rapide. Pour l’heure, seule la bande-passante a cependant fait l’objet d’un communiqué détaillé par l’USB 3.0 Promoter Group.

Benson Leung, ingénieur chez Google, explique sur Google+ qu’un câble USB Type-C contient 15 câbles, dont 8 SuperSpeed. Toutefois, seulement 4 d’entre eux sont actuellement utilisés, les autres étant réservés pour un « mode alternatif » comme le DisplayPort. L’USB 3.2 apporte le multi-lane, permettant d’utiliser pleinement ces 8 câbles et donc de doubler le débit.

Ainsi, alors que l’USB 3.1 pouvait attendre 5 ou 10 Gb/s, respectivement avec la Gen. 1 et Gen. 2, l’USB 3.2 pourra atteindre jusqu’à 20 Gb/s, soit 2,5 Go/s.

Bien sûr, l’USB 3.2 reste compatible avec les standards précédents. Pour en profiter pleinement, il sera cependant obligatoire d’utiliser des terminaux et des câbles certifiés.

Pour en savoir plus, il faudra attendre l’USB Developer Days 2017, en septembre 2017...

Ref

http://www.frandroid.com/hardware/450478_lusb-3-2-augmente-grandement-les-debits-de-lusb-type-c

Friday, July 21, 2017

innovation des smartphone/téléphones à moins de 100euros avec 4G & écran 2K (ou très petit) & android ≥7 (et liste des tel pour MAJ) et... stratégie


Liste des tél qui peuvent être MAJ en 7.0 (été 2017):
http://www.frandroid.com/android/mises-a-jour-android/363539_android-n-liste-terminaux-mis-a-jour

En premier, un smartphone est
  1. un ordinateur complet avec E/S Wifi et wifi direct (hotspot to share wifi), BT 4 et USB 3, clavier/écran et quelques boutons, avec CPU quadri-coeur, GPU, ≥1 Go de RAM et ≥8 Go de stockage, autres puces électroniques...
  2. un stockage via SD (mémoire interne extensible) avec compatibilité SDXC (max 256Go), et E/S via connecteur SD
  3. connecteur(s) carte SIM,
  4. un téléphone cellulaire multibande, 
  5. un/deux (trois) appareils "photo/video", 
  6. une/plusieurs leds pour flash --> lampe électrique, communication optique/opto-électronique,
  7. un système d'entrée/sortie sonore (micro, prise jack, Haut-parleur, bouton volume)
    on peut donc l'utilise pour faire du controle via une sortie jack analogique par exemple TriggerTrap (pour déclencher un appareil photo ou autre)
    https://medium.com/triggertrap-playbook/triggertrap-for-ios-and-android-is-now-open-source-a194350e9cfc
  8. une radio, 
  9. une batterie (amovible) et donc un stockage d'énergie,
  10. un GPS, 
  11. un gyroscope (capteur pour repérer précisément la position et l'orientation de l'appareil dans l'espace) mesure de vitesse angulaire, 
  12. un g-sensor, (accéléromètre, un capteur de mouvement qui permet de mesurer l'accélération linéaire de votre smartphone), 
  13. un magnétomètre (compas).
Android is a Linux distribution according to the Linux Foundation, Google's open-source chief Chris DiBona, and several journalists. Others, such as Google engineer Patrick Brady, say that Android is not Linux in the traditional Unix-like Linux distribution sense; Android does not include the GNU C Library (it uses Bionic as an alternative C library https://en.wikipedia.org/wiki/Bionic_(software)) and some of other components typically found in Linux distributions.
https://developer.android.com/index.html
https://en.wikipedia.org/wiki/Rooting_(Android)

Je vais prendre comme exemple quelques sociétés "européennes" (made by or made in??) pour le domaine des smartphones à 100€ (été 2017). On voit qu'il y a convergence technique.

Jelly, un projet Kickstarter



Commençons par un téléphone "le plus petit" avec 4G et 7.0
https://www.kickstarter.com/projects/jellyphone/jelly-the-smallest-4g-smartphone

Unihertz is based in Shanghai and our team has over 10 years’ experience in cellphone design and manufacturing. Before creating our own products, we worked with many world-class cellphone brands in the past. After our success with our previous product, we have greatly improved and evolved our concepts and processes. We are excited to use Kickstarter as the launch pad for our best product.

Son écran de 2,45 pouces a une résolution de 240 x 432.
Dimension: 93 x 13 x 43 mm.
Il pèse 60g avec batterie.
Mais pour le reste, il sera à même d’assurer n’importe quelle tâche grâce à son processeur quad-core cadencé à 1,1 GHz, un appareil photo de 8 mégapixels au dos et 2 mégapixels à l’avant, ainsi qu’une batterie de 950 mAh. De quoi tenir 3-5 jours avec un usage normal.
Le Jelly se décline en deux modèles :
79€, une version standard avec 1 Go de RAM et 8 Go de stockage,
95€, une version Pro avec le double (2 Go de RAM, 16 Go de stockage).
From Aug 10th, 2017, the price of Jelly Pro will resume to the retail price of $125 and we don't sell Jelly anymore. The accessories will be the same discounted prices until further update. 

Un slot SD permet d’étendre la capacité de stockage, bien sûr.
On y trouve aussi un GPS+ gyro...
Certes, la bande des 700 MHz (B28) n'est pas de la partie, mais celles des 800, 1 800 et 2 600 MHz sont bien là, soit l'essentiel pour profiter de la 4G chez tous les opérateurs du territoire. L'autre bonne nouvelle pour ce produit, c'est la présence, sous la batterie (amovible), de 2 logements pour carte nano SIM en cohabitation avec l'espace pour la carte microSD (voir photo ci-dessus). Pas besoin de choisir — alors que c'est encore trop souvent le cas sur les mobiles double SIM — entre l'extension de stockage ou une seconde carte pour les communications !
 $9 to get one extra battery, or add extra $10 for one Armband, or add extra $19 for both.

Le Jelly étant un projet Kickstarter, il faudra le financer… ce qui est déjà très largement le cas.
~11000 contributeurs ont engagé ≥1 200 000 $ pour soutenir ce projet!!!

Le prix d’un appareil (le Jelly standard) est actuellement de 79 $ avec une livraison prévue en août 2017. Trois couleurs sont proposées : blanc, bleu et noir.
http://www.lesnumeriques.com/telephone-portable/jelly-plus-petit-smartphone-4g-monde-en-campagne-kickstarter-n62711.html
http://www.journaldugeek.com/2017/05/06/jelly-un-tout-petit-smartphone-4g-sous-android-nougat/

jelly étanche et anti-choc??
4G (1SIM)+2G(l'autre SIM) for the use of 2 SIM cards. We will keep working on it and hope we can make 4G+4G in Q4 2017...
à tester dès réception.

En outre l'effort est tout relatif pour l'optimisation de l'écran tactile sur la face avant, puisque la dalle n'en occupe que 41 %!
En fait le but est aussi de le relier à un vrai ordi pour avoir du 4G et les fonctions smartphones. L'écran n'est qu'un moyen temporaire de sortie pour le paramètrer et téléphoner/SMS.

Wiko

Wiko a annoncé deux nouveaux mobiles, les Sunny 2 (bof) et Jerry 2 (90€) après le Mobile World Congress de 2017 mais sans 4G.

http://www.lesnumeriques.com/telephone-portable/wiko-annonce-deux-nouveaux-mobiles-sunny-2-jerry-2-n65015.html

Contrairement à Archos, son concurrent, Wiko ne conçoit pas ses appareils en France, mais les produits sont importés et commercialisés via la PME Wiko Mobile, basée à Marseille. Ceux-ci utilisent généralement le système d'exploitation Android.
La société Wiko Mobile est fondée en 2011 à Marseille par Laurent Dahan en partenariat avec la société chinoise Tinno dont elle est une filiale à 95 %.
Les smartphones Wiko sont basés sur des composants de la société MediaTek. Cette dernière ne livrerait pas les sources de ses drivers ce qui empêcherait la portabilité de versions alternatives d'Android comme celle de CyanogenMod. Une pétition a été lancée pour demander à MediaTek la publication de ses sources.
https://fr.wikipedia.org/wiki/Wiko

Archos

Créée en 1988, le nom de l'entreprise est l'anagramme de CROHAS, du nom de son créateur, Henri Crohas, actuel président du conseil d'administration.
L'entreprise vend principalement dans les années 1990 les lecteurs Overdrive (disque dur et CD), et le Scandoubler pour Commodore Amiga, puis les smartphones à partir de janvier 2014.
Les produits Archos sont principalement vendus en Europe. Fin 2004, l'opérateur de télévision par satellite EchoStar Communications investit 10 millions de dollars dans la société Archos en échange d'une participation de 26 % à terme.
partenariat avec ZTE/Nubia:
http://www.lesnumeriques.com/telephone-portable/archos-diamond-alpha-volonte-haut-gamme-a-349-euros-n63847.html
Il existe bcp de modèle à 100€.
http://www.lesmobiles.com/telephones/mobiles_archos.html
http://www.gsmarena.com/archos-phones-90.php

Quelques innovations comme le Stockage Fusionné Archos

Le Stockage Fusionné Archos est une technologie développée par ARCHOS qui permet d'étendre la mémoire interne de votre appareil grace à une carte micro-SD.
Par défaut, la mémoire globale de votre appareil est séparée entre la mémoire interne et la mémoire externe (caractérisée par votre carte micro-SD).
Par exemple, si votre appareil possède une mémoire de base de 8 Go et que vous activez le Stockage Fusionné Archos après avoir inséré une carte micro-SD de 64 Go, le système vous indiquera que vous disposez d'un total de 72 Go
Comment activer le Stockage Fusionné Archos ?
http://faq.archos.com/index.php?action=artikel&cat=17&id=419&artlang=fr
Après le redémarrage, la mémoire de la carte micro-SD aura fusionnée avec votre mémoire interne et vous ne verrez plus apparaitre votre carte depuis un ordinateur ou depuis votre appareil.
A noter que l'option Installer la carte SD dans la partie Stockage des paramètres est toujours visible mais cela n'a aucun effet une fois le Stockage Fusionné Archos activé.

Archos Sense 55DC

On peut trouver l'Archos Sense 55DC (sorti 02/2017) à 110€.
L'ARCHOS Sense 55DC intègre deux caméras: 13MP avec autofocus et flash LED + 2MP à l’arrière et 5MP à l’avant. Le double capteur assure une image plus nette avec plus de détails. Il offre un mode très grand angle, la possibilité de modifier la profondeur de champ à postériori ou encore de générer des effets Bokeh.
USB Type-C 3.0
Hardw
CPU : Mediatek MT6737, Quad-Core 1.5GHz
GPU : Mali T720
RAM : 2GB, DDR3
Internal Storage : 16 GB
Expandable Storage : Micro SD card, up to 128GB
écran
Diagonal Size : 5.5 inch
Resolution : 1280 x 720 (HD)
Technology Type : IPS, Full lamination, Curved 2.5D edges

Data Rates : 150Mbps / 50Mbps in 4G
Battery Size : 3000 mAh

lecteur d’empreintes digitales
ARCHOS Apps preinstalled : ARCHOS Video & ARCHOS Files
https://www.archos.com/fr/products/smartphones/sense/archos_sense55dc/index.html#specs

Sense 55s

Téléphones de juin 2017:
Sense 55s à 139€
http://labo.fnac.com/actualite/archos-sense-55s-un-prix-canon-pour-le-smartphone-a-ecran-sans-bord/
L'écran est une dalle tactile Full HD en base IPS de 5,5 pouces, soit une définition de 1920 x 1080 px sur une diagonale de 14 cm.

Gigaset

Gigaset Communications est une société allemande spécialisée dans les objets communicants et la téléphonie. Elle a son siège à Düsseldorf et existe en tant que tel depuis le 1er octobre 2005 après la dissolution de Arques Industries. Précédemment il s'agissait de la division téléphonie de Siemens.
Très connu dans le domaine des téléphones sans fil pour la maison, elle se lance dans le smartphone.
le GS160 est à 100€.
Ce smartphone arbore donc un écran IPS de 5 pouces affichant une définition HD (1280 x 720 px sur 12,7 cm de diagonale). Derrière s'agite une puce Mediatek MT6737 avec ses quatre cœurs cadencés à 1,3 GHz, un GPU Mali-T720 MP1 et 1 Go de RAM. Côté photo, le module principal pointe à 13 Mpx tandis que le frontal est limité à 5 Mpx. Question connectique sans fil, on retrouve l'habituelle compatibilité 4G, le Bluetooth 4.0 et une puce GPS. Le tout est complété par un lecteur d'empreintes au dos, une prise micro-USB ainsi que deux emplacements SIM et un emplacement microSD pour étendre la mémoire de 16 Go. Enfin, la batterie — amovible ! — pointe à 2500 mAh et tout ce beau monde est animé par Android 6.0 et pas de mise à jour!
http://www.lesnumeriques.com/telephone-portable/gigaset-gs160-p39095/test.html


Friday, June 16, 2017

all USB connectors and USB-C thunderbolt 3 USB 3.1 gen2; speed.






Examples

MacBookPro 2016 2017 

Two or four Thunderbolt 3 (USB‑C) ports
with support for:
  • Charging
  • DisplayPort
  • Thunderbolt (up to 40 Gbps). Thunderbolt is a protocol.
  • USB 3.1 Gen 2, up to 10 Gbps (10 Gbit/s, it's exactly the max of USB 3.1 Gen 2). USB is a protocol.
USB-C is an electronic connectors not a protocol.

Sandisk 32/64Gb

https://www.amazon.fr/Type-C-Connectique-Sandisk-Derni%C3%A8re-Version/product-reviews/B01EZ0X3L8/ref=dpx_acr_txt?showViewpoints=1

Speed


Monday, March 13, 2017

USB-C macbook pro et adaptateurs ethernet et USB


La norme USB-C constitue la nouvelle génération de port USB qui assure, via un seul connecteur, l’alimentation électrique, le transfert de données et la sortie vidéo.
L’ordinateur portable MacBook (Retina, 12 pouces, début 2015) et les modèles ultérieurs possèdent un seul port USB-C.
Les ordinateurs MacBook Pro (13 pouces, fin 2016, deux ports Thunderbolt 3), MacBook Pro (13 pouces, fin 2016, quatre ports Thunderbolt 3) et MacBook Pro (15 pouces, fin 2016) possèdent deux ports ou quatre ports avec des fonctionnalités Thunderbolt 3 intégrées supplémentaires. Vous pouvez en savoir plus sur les atouts des ports Thunderbolt 3 via USB-C pour votre MacBook Pro.
https://support.apple.com/fr-fr/HT207256

Les ports USB-C vous permettent d’effectuer les actions suivantes :
Charger votre Mac
Recharger d’autres appareils
Transférer des données entre votre Mac et d’autres appareils
Connecter un câble HDMI, VGA ou DisplayPort pour afficher du contenu vidéo sur un dispositif externe (adaptateur nécessaire)
Profiter d’autres technologies, Ethernet, par exemple (adaptateur nécessaire)
Connecter des écrans et des accessoires à un MacBook Pro (13 pouces, fin 2016, deux ports Thunderbolt 3), MacBook Pro (13 pouces, fin 2016, quatre ports Thunderbolt 3) ou MacBook Pro (15 pouces, fin 2016) à l’aide d’un adaptateur
Le port USB-C du MacBook prend en charge le transfert de données à une vitesse pouvant aller jusqu’à 5 Gbit/s (USB 3.1 Gen 1). Sur MacBook Pro, les ports prennent en charge les transferts de données Thunderbolt jusqu’à 40 Gbit/s et les transferts de données USB jusqu’à 10 Gbit/s (USB 3.1 Gen 2).
L’adaptateur secteur USB-C 29 W, 61 W ou 87 W d’Apple et un câble de charge USB-C sont inclus dans l’emballage de votre Mac.
Vous pouvez également utiliser ce câble de charge USB-C pour transférer des données en profitant de vitesses offertes par la norme USB 2.0 (480 Mbit/s), entre votre Mac et un autre équipement USB-C.
Des adaptateurs et câbles USB-C supplémentaires (vendus séparément) vous permettent d’utiliser le port USB-C pour connecter des écrans ou d’autres appareils à votre Mac.

Adaptateur multiport AV numérique USB-C

http://www.apple.com/fr/shop/product/MJ1K2ZM/A/adaptateur-multiport-av-num%C3%A9rique-usb-c#
L’adaptateur multiport AV numérique USB-C vous permet de réaliser simultanément les opérations suivantes :
Charger votre Mac
Connecter d’autres appareils ou concentrateurs USB standard (USB-A)
Connecter votre Mac à un périphérique vidéo HDMI externe tel qu’un téléviseur, un projecteur ou un écran
Le port HDMI de cet adaptateur est compatible avec les éléments suivants :
Téléviseurs, écrans et projecteurs compatibles HDMI
Norme HDMI 1.4b
Écrans, projecteurs et téléviseurs HD 720p et 1080p profitant d’une résolution de 1 920 x 1 200 (au maximum)
Les résolutions suivantes sont prises en charge avec les moniteurs et téléviseurs 4K Ultra HD (cliquez ici pour en savoir plus) :
3 840 x 2 160 à 30 Hz
4 096 x 2 160 à 24 Hz
Le port USB-A de cet adaptateur prend en charge le transfert de données à une vitesse pouvant aller jusqu’à 5 Gbit/s (USB 3.1 Gen 1). Vous pouvez y connecter des appareils ou concentrateurs USB standard.
Le port USB-C de cet adaptateur permet la charge de votre ordinateur, mais pas le transfert de données. Utilisez l’adaptateur USB-C 29 W, 61 W ou 87 W et le câble de charge USB-C fournis pour recharger votre Mac.
L’adaptateur épuise la batterie de votre MacBook, même lorsque ce dernier est en veille. Si votre ordinateur n’est pas connecté à l’alimentation, veillez à débrancher l’adaptateur afin d’éviter cela.

https://support.apple.com/fr-ch/HT204360

Les macBook de fin 2016

http://www.apple.com/shop/buy-mac/macbook-pro/13-inch
https://en.wikipedia.org/wiki/MacBook_Pro#Fourth_generation_.28Touch_Bar.29


Saturday, December 22, 2012

prix: Clé USB3 64Go, SD card Carte mémoire SDXC

Corsair Clé USB 3.0 Flash Voyager - 64 Go: 45 euros@ dec 2012

La Flash Voyager de Corsair est une clé USB 3.0 d'une grande solidité, qui résiste à l'eau et aux chocs, grâce à son revêtement en caoutchouc.Malgré son format compact, cet élégant lecteur flash dispose d'une grande capacité de stockage.La Flash Voyager affiche des vitesses de transfert de 85 Mo/s en lecture et de 70 Mo/s en écriture.


Clé USB EMTEC Clé USB 3.0 - 16 Go : 12euros @dec2012

--------------------------------------------------------
Transcend - TS64GSDXC10E - Carte mémoire SDXC - 64 Go - Classe 10 de Transcend:
49euros.