Jump to content

WatskeBart

Active Members
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by WatskeBart

  1. Done ;)

    Just a question: is the old wiki content still available to do some copy-paste to fill in the new wiki ?

    Sadly not. Not right now. I do have a copy of the github wiki somewhere which I will dig out.

    Still, I am sure you all have knowledge to add ;)

    Best Regards,

    Sebkinne

    I still have a Github fork with the original wiki ;)

    Mod edit: https://github.com/WatskeBart/wifipineapple/wiki

    Thanks moderator ;)

  2. The pineapple only responds to devices (your phone) which are trying to connect to a open (no wep/wpa) remembered/preferred network and you need to have karma enabled.

    So if your phone doesn't have a open network in his remembered networks list than it doesn't work.

    If you really want to test the pineapple's functionality:

    1. Remove your home wifi network from your android (long press network and select forget)
    2. Change your home wifi network to a open (non wep/wpa) network.
    3. Connect with your android to your open home network.
    4. Turn off wifi on your android.
    5. Change your home wifi network back to a wep/wpa network.
    6. Turn on pineapple and enable karma
    7. Turn on wifi on your android.
    8. Your android should automatically connect to it's remembered open network (which was your home network) and the pineapple will catch that request and connects your android to him.
    9. Voila

    Reload your android status page to see if you android has connected.

  3. WM I was testing the module on myself and I found out that my banks website truncates the password down to 8 charecters:-(

    because of your module I now save time when inputting my password:-D lol

    Hoorah for token login based banks :)

  4. Me again whining about cosmetic nonsense :P

    echo "  Stealth <font color=lime><b>".$strings["status-enabled"]."</b></font>.  | <a href=\"index.php?stealth=off\"><b>".$strings["status-disable"]."</b></a><br />";

    bold piece is missing, but you probably already noticed ;)

  5. I really would be a nice feature to keep /www/pineapple/modules/moduleList after a firmware upgrade. So you don't have to "reinstall" all infusions again after a upgrade. Besides the modules are still installed on the usb, but moduleList is wiped when upgrading.

    Or create a checkbox system for the available infusions, so you can install multiple infusions at once ;)

  6. Minor cosmetic detail on stats page ;)

    Line 126 of stats.php is:


    echo "   Stealth <font color=lime><b>".$strings["status-enabled"]."</font>. | <a href=\"index.php?stealth=off\"><b>".$strings["status-disable"]."</b></a><br />";
    [/CODE]

    but should be:

    [CODE]
    echo "  Stealth <font color=lime><b>".$strings["status-enabled"]."</font>.  | <a href=\"index.php?stealth=off\"><b>".$strings["status-disable"]."</b></a><br />";
    [/CODE]

    To fix the stealth toggle alignment issue.

    Also when switching to any other language the text will go out of bounds on 3G and SSH page, except for default english language.

  7. So I just remembered I have this 4 X 20 lcd laying around that would be sweet to use for this.

    Hopefully I can manage to get the buttons functioning as inputs to cycle through menu options.

    That's a really nice LCD indeed :) and the pineapple uses 3.3V :( but USB is still an option :)

×
×
  • Create New...