Translate

Saturday, January 17, 2015

LG-LB670V Remote App *** List of others TVs Supported ***


* last updated : Nov, 11th 2015 *
 Checking the reviews received on the Store the below LG models are also supported by the application :
  • UB850
  • UB8550
  • UB980T
  • UB980V
  • LB650
  • LB690V
  • LB671V
  • LB677V
  • LB7000
  • LB700V
  • LB731V
  • LB6300
  • LB653V
  • LF590T
  • LF652V
  • LF6350
  • LF650
If it is working for your model and this one is not listed above please add it in the comment! If you have some limitations for your model please specify them.

Thanks!

Thursday, January 15, 2015

LG-LB670V Remote - Télécommander votre télévision LG !

J'ai récemment acheté une des nouvelles télévisions WebOS de LG : la LB670V.
 
Cette TV peut être contrôlée à distance avec un smartphone. Vous devriez donc en théorie pouvoir changer le volume, les chaines et plus encore avec votre téléphone. Les applications LG disponibles ne sont pour le moment seulement disponibles pour iPhone et Android mais pas pour Windows Phone.
 
Je viens de terminer le développent d'une application pour Windows Phone 8 qui est désormais disponible gratuitement sur le Store.
 
Son nom est : LG LB670V Remote
 



Pour l'instant elle supporte:
  • Des fonctions standard et avancées (volume, chaine , media player, clavier numérique,  accès direct au Navigateur Internet, ..)
  • Souris(pointeur) : controler la souris avec votre téléphone
  • Clavier distant : utiliser le clavier de votre telephone à la place de celui affiché à l'écran
L'application a été développée principalement pour le model 670. Mais si elle fonctionne sur la vôtre merci de le me faire savoir (normalement elle devrait fonctionner au moins sur les autres modèles 650 et 630).
 
Pour soumettre des avis, demande de support, idées merci de poster un commentaire. Pour avoir une réponse personnalisée merci de renseigner également votre email (celle-ci ne sera pas rendue publique).
 
N'oubliez pas de noter l'application et de faire une donation du montant qu'il vous convient si vous aimez vraiment l'application et voulez encourager d'autres applications gratuites et mise à jours!
 
Merci!
 
 

LG-LB670V Remote App *** Now Available ! ***

The application mentioned here that allows you to control your LG LB670V Television from your Windows Phone 8 is now available for free on the Windows Phone Store!
 
The name of the application is LG LB670V Remote
 
It can also be downloaded right from the Store page.
 
You can use the comments to post any issues,ideas, .. but for a dedicated reply please provide your email in the reply (it will not be visible to other users).
 
Don't forget to Rate the App and to Donate any amount as a support if you really like the app and want to encourage more new free softwares and updates! (donate link button is on the left of the page).
 
Thank you!
 
 
 
 

Wednesday, January 14, 2015

Support the developer!


Thanks for considering for a donation!

*UPDATE* Since the last update you can now donate directly from within the application, there are different amount that you can select

Thank you!

I am looking in a better way to integrate donations within the application so for the moment no donation via paypal link are supported.

Thank you for your understanding but dont refrain fore donating once this will be possible !

Sunday, January 11, 2015

C# WPF - MessageBox.Show() is called but no message is displayed on the screen

If your code is using MessageBox.Show, and using breakpoints you see that the function is executed but no message are shown on the Phone you migh try the following :

  • Be sure using right click > show definition that it is pointing to the System.Windows.MessageBox version of the object
  • That this is present in your usings list : using System.Windows;

If this is still not working, specially if boxes that previously working are not working anymore you might need to simply restart your Phone, this solved the issue for me.

I dont know the exact reason behind this thought.