Giter Club home page Giter Club logo

android-wifi-ace's People

Watchers

 avatar

android-wifi-ace's Issues

The enterprise configuration does not get saved (SE Xperia X10 and X10mini)

What steps will reproduce the problem?
1. go to ACE , Select the config needed to be modified
2. Go to the Enterprise option, enter the EAP (as Peap), Phase 2 (as mschap2), 
enter the identity and password.
3. Now go back to the settings menu to see if the wifi will get connected, but 
the enterprise wifi does not get connected. 
4. Now i go back to ACE to check if my entry is correct, and see the complete 
information entered in enterprise is gone, do not see anything saved.

What is the expected output? What do you see instead?
I Think that the enterprise config is not getting saved and hence wifi is not 
getting connected in my office.

What version of the product are you using? On what operating system?
I am using android 1.6.

Please provide any additional information below.
I am using Sony ericsson X10 Mini Pro.

Nikhil Sreenivas

Original issue reported on code.google.com by [email protected] on 1 Sep 2010 at 7:36

LEAP user password displayed as clear text

Start the app, select the wireless network profile and go to Enterprise 
Configuration and you can see EAP user name and password(clear text). This 
should be fixed asap.

Original issue reported on code.google.com by [email protected] on 28 Aug 2010 at 3:43

Add private_key_passwd field

What steps will reproduce the problem?
1. Configure profile for TLS which requires the use of private key.
2. Enter private-key path (e.g. /sdcard/user.pfx).
3. No field to enter private-key password.

What is the expected output? What do you see instead?
When the profile is saved, a field private_key_passwd must also be populated 
with the user supplied private-key password.

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Apr 2012 at 1:36

App crashes, makes phone unusable

What steps will reproduce the problem?
Don't know about reproducing.

I installed, edited a couple of networks, the application hung. Now I can't 
start WifiACE, and I can't go to standard Wifi Settings without the phone 
hanging.

The phone is running very hot as well.


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


What version of the product are you using? On what operating system?
2.3.3, Samsung Galaxy S2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Jul 2012 at 2:13

Existing settings are crippled

I have a network with wpa2-enterprise encryption. (PEAP, mschap-v2.) When I 
open and close all settings, I can't connect to my network anymore. It looks 
there is a value stored back that was different than the original.

Using Android's own settings menu to rewrite the original settings does not 
help. The only thing that helps is completely deleting the network entry and 
creating the settings from scratch.

I tested this now 2 times on my tablet with Android 2.2.

Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 8:25

Lint Free Patch for Emulation

There are 4 errors and 19 warnings in the trunk version 14. The errors prevent 
the code to run on emulation under SDK 2.3.3. I have eliminated all errors and 
almost all warnings with the attached patch. Also added support for emulation 
since no actual wifiManager.

Have regressed the change on my KF and SGS2. Please review and update the trunk.

Thanks for sharing the app.
-lan

Original issue reported on code.google.com by [email protected] on 19 Feb 2012 at 5:55

Attachments:

Support for re-ordering

I am under the impression that wpa_supplicant defines an order for the 
networks. Please add support for re-ordering of the wifi-settings

Original issue reported on code.google.com by [email protected] on 7 Mar 2012 at 1:49

Failure to save WEP keys on Samsung Galaxy S2

What steps will reproduce the problem?
1. Set the WEP key index 2 for example to a given string
2. The settings will not take effect and will fail to appear on application 
reload.


What is the expected output? What do you see instead?
Expect settings to be saved. Settings are not saved.

What version of the product are you using? On what operating system?
Latest version on Market as of October 4th, 2011.

Please provide any additional information below.
Tested on Samsung Galaxy S II

Original issue reported on code.google.com by [email protected] on 4 Oct 2011 at 10:49

Saving problem Enterprise Configuration (HTC Wildfire)

What steps will reproduce the problem?
1. I go to ACE , select the configuration needed to be modified
2. Then I go to the Enterprise Configuration, enter the EAP (as TTLS), Phase 2 
(as PAP), enter the identity and password.
3. Now I go back to main menu and return to ACE to check if my entry is saved, 
but see the complete information entered in enterprise configuration is gone, I 
see nothing is saved.

What is the expected output? What do you see instead?
The enterprise configuration is not getting saved and internet is not getting 
connected.

What version of the product are you using? On what operating system?
I am using android 2.1 and version V0.10C20100924 for ACE.

Please provide any additional information below.
I am using HTC Wildfire.


Eva Geurtsen

Original issue reported on code.google.com by [email protected] on 14 Nov 2010 at 5:06

Key Management settings not saving

What steps will reproduce the problem?
1. Open Ace, select network to edit(802.1x)
2. Un select WPA_EAP, back out
3. Return to key management, WPA_EAP once again selected.

What is the expected output? What do you see instead?
WPA_EAP to remain un selected, WiFi to connect. 

What version of the product are you using? On what operating system?
2.0 Ace, Alcatel one touch idolX running 4.2.2

Please provide any additional information below.

A couple years back someone posted something very similar but with no prevail. 
I am just trying to gain access to my offices wifi network. 

Original issue reported on code.google.com by [email protected] on 19 Jun 2014 at 3:28

Illegal Argument Exception on Emulation

When enabling LogCat on Eclipse ADT, I see IllegalArgumentException exception 
on every lines 
which call the invoke function with a null in the second argument. To eliminate 
the exception, 
simply remove the second argument. An example at line 263:

263:  tVal = (String) wcefValue.invoke(wcefEap.get(selectedConfig), null);

What steps will reproduce the problem?

1. Enable LogCat on Eclipse
2. Launch the app on Emulation
3. Click on the FarStar SSID

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

: java.lang.IllegalArgumentException: wrong number of arguments
:   at java.lang.reflect.Method.invokeNative(Native Method)
:   at java.lang.reflect.Method.invoke(Method.java:507)
:   at org.marcus905.wifi.ace.WiFiACEList.editConfig(WiFiACEList.java:263)
:   at org.marcus905.wifi.ace.WiFiACEList.access$3(WiFiACEList.java:73)
:   at org.marcus905.wifi.ace.WiFiACEList$1.onItemClick(WiFiACEList.java:400)
:   at android.widget.AdapterView.performItemClick(AdapterView.java:284)
:   at android.widget.ListView.performItemClick(ListView.java:3513)
:   at android.widget.AbsListView$PerformClick.run(AbsListView.java:1812)
:   at android.os.Handler.handleCallback(Handler.java:587)
:   at android.os.Handler.dispatchMessage(Handler.java:92)
:   at android.os.Looper.loop(Looper.java:123)
:   at android.app.ActivityThread.main(ActivityThread.java:3683)
:   at java.lang.reflect.Method.invokeNative(Native Method)
:   at java.lang.reflect.Method.invoke(Method.java:507)
:   at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
:   at dalvik.system.NativeStart.main(Native Method)

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

Eclipse ADT / SDK 2.3.3 on Ubuntu.

Please provide any additional information below.

Attached patch fixes all such exception. It's for trunk r14.

Original issue reported on code.google.com by [email protected] on 20 Feb 2012 at 5:58

Attachments:

Unable to Save WEP Key index on SE Xperia Active ST17i

What steps will reproduce the problem?
1. Wifi Security is WEP and key index is 4 (key indices are numbered 1-4 on 
Linksys WRT54G router). Connect to Wifi. Select or create your Wifi network. 
The IP address is set to static.
2. Start Wifi ACE and select the connection. Change Wifi WEP key index and 
enter the key index. 
3. Exit Wifi ACE. The settings are lost. Start Wifi ACE again. no setting shown.

What is the expected output? What do you see instead?
The key index should be retained. Instead I have to reenter the settings and 
key index.

What version of the product are you using? On what operating system?
Wifi ACE V0.10C20100924. Android Gingerbread 2.3.4

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 10:38

CA Certificate (Not A Bug!)

For CA Certificate input field, do I need to type in the path of the saved 
certificate file or just type in the name of it ?

Original issue reported on code.google.com by [email protected] on 7 Oct 2010 at 6:46

Network configuration won't save?

What steps will reproduce the problem?
1. Entering data
2. going back to main screen
3.

What is the expected output? What do you see instead?
I expected to see the same values when I went back in.

What version of the product are you using? On what operating system?
X10 1.6
Latest version of the product.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Sep 2010 at 4:43

  • Merged into: #3

AdHoc Support for non-CM6

Hello,

Is it possible to add AdHoc support? I use android-wifi-tether at my Milestone, 
and wish to connect my SmartQ T7 tablet with it. Android however, has no 
support on the interface for AdHoc connection, but the hardware seems to have 
this support.

Thank you.

Original issue reported on code.google.com by [email protected] on 28 Aug 2010 at 11:27

Configuration not saved

What steps will reproduce the problem?
1. the problem I got is almost same as issue#7. seems ace cannot save the 
configuration to system. I need to connect to 802.1x EAP wireless.

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


What version of the product are you using? On what operating system?
Apad(andorid pad) with android 2.1.

Please provide any additional information below.
I have a log from alogcat for your reference.

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

Attachments:

android 4.3 did not work

What steps will reproduce the problem?
1. android 4.3 did not work
2. did not patch

help solve this problem...
Thanks

Original issue reported on code.google.com by [email protected] on 5 Nov 2013 at 2:44

Unable to save Enterprise Key Management settings

What steps will reproduce the problem?
1. Add 802.1x EAP network via Android Wifi Manager (PEAP, MSCHAPV2)
2. Go into Wifi ACE, Go into selected network, disable WPA_EAP
3. Exit selected network (to Wifi ACE main menu) OR Exit Wifi ACE, go back into 
selected network, WPA_EAP selected once more

What is the expected output? What do you see instead?
Expected Output: WPA_EAP disabled
Actual Output: WPA_EAP enabled; settings will not save

What version of the product are you using? On what operating system?
Wifi ACE Version 0.10 on Asus Transformer running Android 3.2

Please provide any additional information below.
Selected Network:
802.1x EAP with PEAP, MSCHAPV2. Username and PW set via Android stock Wifi 
management. WPA_EAP attempted disabling within Wifi ACE app w/ PW reentering 
within Wifi ACE. WPA_EAP settings will not save. 

Uninstallation of app and reinstallation attempted. Removing and reentering 
wifi network settings attempted. No change.

Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 3:56

Empty screen on Samsung Droid Charge

What steps will reproduce the problem?
1. Install the apk
2. Run the application.
3.

What is the expected output? What do you see instead?
I was expected some WiFi setting information. 
I see empty screen.

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Oct 2011 at 5:21

[Feature Request] Please add support for WiFi Proxy

I'm not sure if it is technically possible on a non-Rooted device but this 
would be a very meaningful enhancement for WiFiACE. Ideally, the support should 
cover all type of proxies:
- HTTP
- HTTPS
- SOCKS (v4 and v5)
- FTP
- Proxy configuration URL
- List of hosts/subnets to be ignored

What version of the product are you using? On what operating system?
- WiFiACE-0.10-20100924
- Android 2.3.3 on Nexus One

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Mar 2011 at 9:33

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.