Results 1 to 1 of 1
  1. #1
    offline Itty Bitty Modder
    Join Date
    Jun 2011
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    0
    Uploads
    0

    [APP][ROOT] Google Talk 1.3 with Video calling, Now wifi optional!


    This is the new Google talk from the Nexus S update yesterday.

    Requires: 2.3+ (as per this) and root.

    What I did:
    Deodexed, made a one line comment in the smali, recompiled, pushed...works!!!
    File edited: \com\google\android\talk\SigninActivity.smali
    Deleted line (#1141): invoke-interface {v4**, Lcom/google/android/gtalkservice/IImSession;->logout()V

    Versions available: (Use the latest from below, or use DeToX-cz's installer app)
    1. "Talk_with AV.zip". Same as stock with just the FC fixed so it works on other phones.
    2. "Talk_with_AV_no_wifi.zip" or "talk1.3.nowifi.update-signed.zip". Added a fix to let it work over your data connection.
    3. "talk1.3.nowifi.v2-signed.zip". Added an additional fix to let it work over data.
    4. xilard version. #3 with Camera and microphone tweaks.
    5. Paul[MENTION=326961]mod[/MENTION]aco's gTalk installer. Installs the new gTalk files. Needs root. Not sure what mods he has incorporated in it.

    To install:
    Via ADB
    (lines starting with # are comments)
    Code:
    #mount the /system partition as writeable
    adb remount
    #backup the old Talk app
    adb shell mv /system/app/Talk.apk /system/app/Talk.apk1
    #uninstall the old gtalk, I think it clears the related cached bytecode too.
    adb uninstall com.google.android.talk
    #copy the two new files
    adb push libtalk_jni.so /system/lib/
    adb push Talk2.apk /system/app
    Via a flashable update. Choose one. (These sometimes require wifi)
    Make sure you backup Talk.apk just in case.
    CM7, works for most, some report an error.
    Alternate1, this version simply copies the two system files, no mounting. (via puertoblack2003)
    Alternate2, uses busybox to mount/unmount /system. This is an unsigned zip. (via abhi0n0nakul)
    Alternate3: This full google apps pack from 20110503 includes it.
    Using a root capable file management app like root explorer
    Installing using Root Explorer (via I2asta)

    Credits:
    1) Google for everything Android
    2) The CyanogenMod team for CM7!!!!
    3) JesusFreke for smali/baksmali

    Notes:
    - Many have reported the inability to switch between cameras. We will probably need to wait for the full 2.3.4 update.
    - After installing, click on your own avatar in Google Talk and check "Allow video and voice chats" to enable. (via BluechipJ)
    - Video does not work by default for most non Nexus S phones. Other threads note that you need 'GoogleServicesFramework.apk' from the 050311 google apps pack. However on my Nexus One (2.3.4 CM7.61) even that didn't help but I am quite happy with working audio chat.

    Files and Screenshot attached.


    Updates:
    05/04/11
    Thanks to a hint by jmgrosen I've modded it such that you can always make A/V calls over cellular data. Attached. Follow the same instructions. Note that the gapps pack has Talk named as Talk.apk, so if you flashed that make sure you delete Talk.apk otherwise Talk2.apk will be ignored.
    Attached update.zip too: talk1.3.nowifi.update-signed.zip
    05/09/11
    Another jmgrosen tip gives us a new and improved wifi-free version. wifiConnected() now always returns true.
    Attached talk1.3.nowifi.v2-signed.zip. If you only need the updated apk, get it here
    05/10/2011
    More features thanks to xilard (allow front facing camera + camera switch, voice chat speaker fix)
    APK: http://forum.xda-developers.com/show...&postcount=414
    05/24/2011
    Added "versions" section

    Enjoy!


    Talk_with AV.zip (2.62 MB=http://www.wupload.com/file/18969808/Talk_with AV.zip
    Talk_with_AV_no_wifi.zip (2.62 MB,?=Get Talk_with_AV_no_wifi.zip on Wupload.com
    talk1.3.nowifi.update-signed.zip (2.82 MB,=Get talk1.3.nowifi.v2-signed.zip on Wupload.com
    talk1.3.nowifi.v2-signed.zip (=Get talk1.3.nowifi.update-signed.zip on Wupload.com


    waiting your comments

  2. The Following User Says Thank You to polat1455 For This Useful Post:

    CarL!ToX™ (06-15-2011)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •