Code Monkey home page Code Monkey logo

android-wifi-connecter's Introduction

MGL7130

Configuration de l'environnement de travail avec Ionic, Git et Github

Installer une ligne de commande Git sous Windows : https://git-for-windows.github.io/

Placez-vous dans un repertoire de travail puis entrez les commandes suivantes :

$ ionic start Simplyk blank

A la question de la création d'un compte ionic.io répondez non. Vous pouvez le faire plus tard si vous voulez.

$ cd Simplyk

$ git init .

$ git remote add -t \* -f origin https://github.com/Warlot-PQ/MGL7130.git

$ git checkout master

L'environnement ionic est prêt et le lien avec GitHub est établi.

Configuration du live reload

Placez-vous dans le repertoire Simplyk.

Ajouter un watcher au fichier ionic.project pour que le live reload soit actif sur d'autres fichiers que sur index.html et une tache GULP pour activer le live reload.

Exemple ionic.project :

{
  "name": "Simplyk",
  "app_id": "",
  "watchPatterns": [
    "www/js/*",
    "!www/css/**/*"
  ],
  "gulpStartupTasks": [
    "sass",
    "watch"
  ]
}

Lancer le serveur simulant les appareils android et IOS :

$ ionic serve --lab

Déploiement sur téléphone par l'application Ionic View

Identifiez-vous avec votre login et mot de passe Ionic.

$ ionic login

Envoyez le code du projet sur internet.

$ ionic upload

Utilisez l'application mobile Ionic View pour visualier l'application Ionic.

Déploiement sur téléphone par PhoneGap

Identifiez-vous sur https://build.phonegap.com/ avec votre Adobe ID.

Faites un zip du projet au complet et envoyez le sur le site phonegap. Lancez la compilation, scanner le QR code et c'est prêt.

Référence : http://pointdeveloper.com/how-to-build-ionic-app-with-phonegap-build/

Splashscreen sur iPhone 5

Ajoutez la balise suivante au fichier config.xml sur répertoire www. [email protected] contient le splashscreen.

<gap:splash src="[email protected]" gap:platform="ios" width="640" height="1136" />

android-wifi-connecter's People

Contributors

mkch avatar

android-wifi-connecter's Issues

wifi is unable to load in ported rom

What steps will reproduce the problem?
1. when i turn it on 
2.
3.

What is the expected output? What do you see instead?
should load the wifi driver instead i get error

What version of the product are you using? On what operating system?
lg p500 on ported htc sense 2.1

Please provide any additional information below.

logcat shows

insmod
failed to load end error 2
failed to load wifi driver

Original issue reported on code.google.com by [email protected] on 14 Jan 2012 at 3:02

to connect Xbox to qwest wireless 0407

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 25 Feb 2012 at 7:24

IllegalArgumentException on some devices

There is a bug which i'm struggling to fix for the last few weeks but I really 
haven't found any solution yet
It throws IllegalArgumentException on some devices mostly on sony Xperia while 
trying to connect.
I have attached the error log


Original issue reported on code.google.com by [email protected] on 12 Oct 2014 at 10:12

Attachments:

gdsrg

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Jan 2015 at 12:19

Wrong year at copyrights

What steps will reproduce the problem?
1. Open any *.c source code file
2. Take a look at the header comment
3. Find line "Copyright (c) 20101 Kevin Yuan ([email protected])"

What is the expected output? What do you see instead?
"Copyright (c) 2011 Kevin Yuan ([email protected])"

What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Nov 2012 at 1:28

802.1x EAP Support

Hi,

First of all I would like to say that you did a fantastic job with this. I'm 
using your code in my app and I would like to know if by any change there's 
802.1x EAP support.


Greetings,

Rogério Peixoto


Original issue reported on code.google.com by [email protected] on 18 May 2012 at 8:38

wits a81e

What steps will reproduce the problem?
1. Go to market from wifi analyzer
2. Try to install
3. Fails

What is the expected output? What do you see instead?
Cant dl.  Market downloads other apps

What version of the product are you using? On what operating system?
Android 2.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Nov 2010 at 11:24

Worried

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 11:56

Move project to Github

Please, move project to Github. Project Hosting on Google Code will close on 
January 25th, 2016.

Original issue reported on code.google.com by [email protected] on 12 Apr 2015 at 12:54

local ip not being read by router

What steps will reproduce the problem?
1. 600-N



2 attempting to use local (cable) with router. 


3. I'm not sure if my configuration is correct? Seems like a virtual router is 
my connection?

What is the expected output? What do you see instead?
Oil

What version of the product are you using? On what operating system?
Cisco #(EA-2700-NP) 4GBP. Group B. Linsysmartwifi.com

Please provide any additional information below.
   Diane Tripp [email protected]

Original issue reported on code.google.com by [email protected] on 10 Apr 2013 at 4:41

Connect nutton don't work on after update Sony Tablet S to ICS

What steps will reproduce the problem?
1. I have two AP with same SSID and security. Before update to ICS, it was 
possible to choose AP and connect to them.
2. After update to ICS, connect button don't work

What is the expected output? What do you see instead?
Connect to selected AP. Connect button don't work

What version of the product are you using? On what operating system?
Last version product. ICS 4.0.3 Sony Tablet S

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Jun 2012 at 8:47

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.