1. radiohead_freak's Avatar
    Making a thread to share a wish list with the top 5 apps you'd like to see for your Berry.

    1) YouTube
    2) iTunes/WMP
    3) Firefox
    4) uTorrent/Limewire/Ares (A p2p network)
    5) and finally, an app (that actually works) to use your Berry as a webcam
    04-18-09 03:00 PM
  2. nsx1164's Avatar
    My current wish-list..
    • Skype - with "true" VOIP
    • United Airlines
    • Netflix - should be free
    • BB Tether - should be free
    • Video chat - ala Facetime but WiFi/3G (Tango ?)
    • SocialScope - beta is taking too long
    10-01-10 07:24 AM
  3. G323q569's Avatar
    Mine really aren't important but...
    1. Socialscope (I agree with nsx1164)
    2. Netflix
    3. Words with friends
    4. Youtube
    5. iTunes
    10-01-10 10:52 AM
  4. motoroid7's Avatar
    1. Netflix [Watch Instant/Queue]
    2. Xbox Live [Friend List/Send Messages/Receive Messages/Status]
    3. HTTP/PHP Editor
    4. Decent FTP [Upload/Download]
    5. Angry Birds
    10-01-10 11:29 AM
  5. GrumpyOldMan2112's Avatar
    Flash player

    Posted from my CrackBerry at wapforums.crackberry.com
    10-01-10 05:01 PM
  6. SCrid2000's Avatar
    Agree with flashplayer, itunes, and firefox. Netflix would be nice too.
    There is a torrent app called mobtorrent, but it's not very good.
    10-02-10 12:29 AM
  7. anon(3400155)'s Avatar
    1)Skype
    2)A better version of GoogleVoice
    3)Downelink
    4)Better Facebook app
    10-06-10 04:43 AM
  8. Leader.Desslock's Avatar
    1. Adobe Flash 10.1
    2. CNN
    3. Newsweek
    4. NPR News [that works]
    5. Airline industry apps
    6. Transit System apps
    7. Netflix
    8. IMdb
    Last edited by Leader.Desslock; 10-06-10 at 06:17 AM.
    10-06-10 06:08 AM
  9. sarweshkumar's Avatar
    I am having problem to login in facebook chat..
    I am getting the challenge response from the server.
    But when i am going to send response , authentication failed..
    I am getting a response like this:
    failure.
    Not authorised

    I am evaluting the challenge response with this code:

    public String getDecodedContent()
    {
    this.responseTokenMd5HashHex = getResponse();
    String buf =
    "username=\"" +
    this.username +
    "\",realm=\"" +
    this.realm +
    "\",nonce=\"" +
    this.challenge.getNonce() +
    "\",cnonce=\"" +
    this.cnonce +
    "\",nc=00000001,qop=auth,digest-uri=\"" +
    this.digestUri +
    "\",response=" +
    this.responseTokenMd5HashHex +
    ",charset=utf-8";
    return buf;
    }

    private String getResponse()
    {
    byte[] a1 = getA1();
    String a2 = getA2();
    System.out.println("authenticate =====>"+ a2);
    byte[] a2Bytes = a2.getBytes();

    byte[] a1Hash = md5.computeHash(a1);

    byte[] a2Hash = md5.computeHash(a2Bytes);

    this.a1Md5HashHex = convertToBase16String(a1Hash);

    this.a2Md5HashHex = convertToBase16String(a2Hash);

    String kdString =
    this.a1Md5HashHex + ":" +"00000001"+
    this.challenge.getNonce() +
    this.cnonce + ":" +
    "auth:" +
    this.a2Md5HashHex;
    System.out.println("kd string =====>"+ kdString);
    byte[] kdBytes = kdString.getBytes();

    byte[] kd = md5.computeHash(kdBytes);

    String kdBase16 = convertToBase16String(kd);
    System.out.println("kd string md5 =====>"+ kdString);
    return kdBase16;
    }

    private byte[] getA1 ()
    {
    String userToken =
    this.username + ":" +
    this.realm + ":" +
    this.password;

    byte[] bytes = userToken.getBytes();
    byte[] md5Hash = md5.computeHash(bytes);

    this.userTokenMd5HashHex = convertToBase16String(md5Hash);
    String nonces = ":" + this.challenge.getNonce() + ":" + this.cnonce;

    byte[] nonceBytes = nonces.getBytes();

    byte[] result = new byte[md5Hash.length + nonceBytes.length];

    for (int i = 0; i < md5Hash.length; i++)
    {
    result[i] = md5Hash[i];
    }

    for (int i = 0; i < nonceBytes.length; i++)
    {
    result[md5Hash.length + i] = nonceBytes[i];
    }

    return bytes;
    }

    private String getA2 ()
    {
    String result = "AUTHENTICATE:" + this.digestUri;

    return result;
    }

    Please tell me if the code id not right..

    And what is the right code for authentication.
    10-06-10 06:19 AM
  10. sarweshkumar's Avatar
    I think the code has some error ,,
    that's why i am getting failure response.. Please help me
    10-06-10 06:22 AM
  11. JCRich's Avatar
    FireFox would be great.
    Also need a Genealogy app!
    10-06-10 10:55 AM
  12. thain72's Avatar
    1. youtube
    2. skype
    3. last.fm

    10-06-10 11:39 AM
  13. cbosdell's Avatar
    • Flash
    • Mint.com
    • Google Maps - Add navigation (ala Android)
    • Google Sync - Option to sync MemoPad to Google
    • SocialScope - something I can actually try although I doubt it'll be better than Social Feeds
    Last edited by cbosdell; 10-06-10 at 11:54 AM.
    10-06-10 11:51 AM
  14. nikosg21's Avatar
    I would love

    1) UPS app for torch
    2) Ebay app for torch
    3) Netflix instant stream
    4) GM ONstar app to control my caddy
    5) Angry birds

    Posted from my CrackBerry at wapforums.crackberry.com
    10-06-10 09:09 PM
LINK TO POST COPIED TO CLIPBOARD