• Home
  • A Propos
  • Greasemonkey
  • HowTo GitHub
  • Performance JavaScript
  • SharepointPlus

29

Nov

Debug a third party Android APK

Posted by Aymeric  Published in Android, Debug, English, Niveau expert

(inspired by this blog post 1) Install smalidea plugin Download the smalidea plugin (see also the related Github Repository). Open up Android Studio and you should see the welcome screen like the one on screenshot below (if not, close your current project by selecting File -> Close project), go to the Plugins section, and from […]

Continue reading...

Tags: android, Debug, english, Niveau expert

no comment

23

Juil

exim4 : « remote_smtp: message is too big (transport limit = 1) »

Posted by Aymeric  Published in Debug, English

After diging around for an exim4 problem (remote_smtp: message is too big (transport limit = 1)), I found the answer in this post: Add « IGNORE_SMTP_LINE_LENGTH_LIMIT=1 » in the exim4 config file (/etc/exim4/update-exim4.conf.conf), then restart exim4

Continue reading...

Tags: Debug, english

no comment

4

Jan

Émuler Raspberry Pi sous Windows

Posted by Aymeric  Published in Debug, Français, Linux, Niveau intermédiaire, Windows

Depuis que j’ai fait assistant-plugins, j’ai plusieurs utilisateurs qui m’ont demandé comment l’installer sur leur Raspberry. Ce système est censé être similaire à une Debian, cependant ils semblent y avoir des différences… J’ai donc cherché à émuler cet OS sous mon Windows 10. Sources : https://blogs.msdn.microsoft.com/iliast/2016/11/10/how-to-emulate-raspberry-pi/ https://enavarro.me/emuler-un-raspberry-pi-avec-qemu.html Voici les étapes : Télécharger la dernière version […]

Continue reading...

Tags: Debug, Français, Linux, Niveau intermédiaire, Windows

no comment

7

Nov

Capture HTTP(S) traffic from Android using a sniffer

Posted by Aymeric  Published in Android, Debug, English, Niveau expert, Windows

I wanted to debug an Android app that uses HTTPS requests with a JSON API. Thanks to this article I’ve been able to use my Windows 10 computer to get all the network from my Android phone thru my local network and decode the HTTPS requests ! I’m going to summarize the steps from the […]

Continue reading...

Tags: android, Debug, english, Niveau expert, Windows

no comment

21

Avr

Illegal use of $_SERVER. You must use the request class or request_var() to access input data. [phpBB]

Posted by Aymeric  Published in Astuce, Debug, English, Niveau intermédiaire

When I want to update my phpBB forum I get this annoying message because I’m using a homemade auth file where $_SERVER is used. I found the solution on the phpBB forum: Modified /forums/config/parameters.yml. Set core.disable_super_globals to false and delete the cache

Continue reading...

Tags: Astuce, Debug, english, Niveau intermédiaire

no comment

18

Sep

« En attente d’éléments à copier » et « attente de l’application des modifications » [iOS]

Posted by Aymeric  Published in Astuce, Debug, Niveau intermédiaire

Avec la sortie d’iOS 8 j’ai voulu mettre à jour mon iPad. Malheureusement, au moment de restaurer mes données, iTunes m’indique : « En attente d’éléments à copier » et tourne dans le vide pendant un long moment. En fait j’ai découvert que cela était dû à des applications qui ne doivent pas être compatibles, […]

Continue reading...

Tags: Astuce, Debug, iOS, Niveau intermédiaire

25 comments

3

Sep

Problem with the People Picker of Sharepoint

Posted by Aymeric  Published in Debug, Niveau intermédiaire, Programmation

For one of my list I’ve had a very weird issue: one people picker didn’t work properly. If I entered a name and clicked to check it, then it didn’t work. If I saved it and then got back to the form, the value didn’t appear. This strange behavior is due to a missing SPAN […]

Continue reading...

Tags: Debug, javascript, Niveau intermédiaire, Programmation, sharepoint

1 comment

19

Août

Comment déboguer son code Javascript ? [programmation]

Posted by Aymeric  Published in Debug, Niveau expert, Programmation

Évidemment vous pouvez utiliser Firebug (add-on Firefox) pour trouver les problèmes dans votre code, que ce soit des erreurs de syntax (syntax error) ou autre. Même s’il semble qu’avec la version de Firebug 1.8.x l’information fournie ne soit plus autant utile (mais espérons que ce ne soit que temporaire). Il existe des sites web qui […]

Continue reading...

Tags: Debug, javascript, Programmation

no comment

17

Août

IE8 Developer Toolbar qui ne s’affiche plus [astuce]

Posted by Aymeric  Published in Astuce, Debug, Navigateur, Niveau débutant, Programmation

Avec Internet Explorer il est possible d’utiliser un débogueur qu’ils nomment « IE Developer Toolbar ». C’est très peu puissant, mais quand on doit travailler sur ce navigateur ça peut être utile… Pour l’activer il faut appuyer sur la touche F12, seulement, dans mon cas, même si elle apparaissait bien dans la liste des fenêtres ouvertes, quand […]

Continue reading...

Tags: Astuce, Debug, internet explorer, javascript, Navigateur

1 comment

16

Avr

Débogage Javascript et PHP dans Firebug [Programmation]

Posted by Aymeric  Published in Debug, Navigateur, Niveau expert

[niveau: expert] Sur l’excellent blog Ajaxian je viens de découvrir qu’il existe un plugin au module Firebug (dont je parlais justement hier) qui permet de déboguer du PHP en console ! Cette petite merveille se nomme FirePHP et m’a l’air prometteur au vue des images: Je ne code actuellement pas en PHP, mais je dois […]

Continue reading...

Tags: Debug, extensions, firefox, javascript, Niveau expert, php

1 comment

Me Suivre

Suivre @aymkdn

Catégories

  • À bookmarker
  • Android
  • Application
  • Astuce
  • Debug
  • Divers
  • English
  • Français
  • Images
  • Linux
  • MacOS
  • Navigateur
  • Niveau débutant
  • Niveau expert
  • Niveau intermédiaire
  • Partage
  • Performance
  • Programmation
  • Sécurité
  • Téléphonie
  • Vidéo
  • Web Design
  • Windows

Étiquettes

android Application Astuce astuces css debian Debug email english facebook firefox Français github greasemonkey IE Images internet explorer javascript jquery Linux mysql Navigateur Niveau débutant Niveau expert Niveau intermédiaire Nokia Partage Performance php Programmation regexp sharepoint Sharepoint 2013 sharepointplus Sécurité traitement vidéo téléphone Téléphonie vidéo Web Design wifi Windows wordpress workflow À bookmarker

Méta

  • Flux RSS
  • Administration

Recent Entries

  • Get email address from a Azure DevOps « by » field in Power Apps Flow
  • Use CTRL and TAB to switch between two tabs in Chrome
  • Mise à jour d’un serveur Kimsufi (OVH) depuis Debian 10 (Buster) vers Debian 11 (Bullseye)
  • Portable version of NodeJS on Windows
  • Redirect non-www to www on a PHPBB Forum
  • Debug a third party Android APK
  • Capacitor Plugin for HTTP requests with self-signed SSL certificates
  • Enable CORS with IIS
  • L’application Android « Huawei Health » (ou « Santé » en français) retourne l’erreur : « les notifications sont indisponibles »
  • Problème d’accès avec C:\Program Files\WindowsApps

Recent Comments

  • towkneed in Check permissions in Sharepoint based on a PermMas…
  • L in Mise à jour d’un serveur Kimsufi (OVH) depuis D…
  • Aymeric in Utiliser un email alias avec GMail [Astuce]
  • Chris in Utiliser un email alias avec GMail [Astuce]
  • alex91 in Create a self-signed certificate for localhost tes…
  • Coolwriter in Bien configurer eMule [Astuces]
  • Nico in Bien configurer eMule [Astuces]
  • Jim1988 in Permettre le retour en arrière sur une page PHP a…
  • rikimaru11273 in Bien configurer eMule [Astuces]
  • Aymeric in Execute an action before saving a form but after t…
  • Random Selection of Posts

    • Mettre en majuscule la première lettre d’un mot/phrase [Javascript]
    • Illegal use of $_SERVER. You must use the request class or request_var() to access input data. [phpBB]
    • Mise à jour d’un serveur Kimsufi (OVH) depuis Debian 8 (Jessie) vers Debian 9 (Stretch)
    • Sharepoint WopiFrame allow framing
    • Simple Org Chart in HTML/CSS/JS for Sharepoint
    • Être averti de nouveaux emails pour GMail et Yahoo Mail [Astuce]
    • Comment réaliser un bon formulaire HTML [à bookmarker]
© 2008 Kodono is proudly powered by WordPress
Theme designed by Roam2Rome