Recent content by jmgrosen

  1. J

    Post Xperia Play /proc/bus/input/devices

    Both of you: Thanks! (now I just have to figure out how to use this...) John
  2. J

    Thread Xperia Play /proc/bus/input/devices

    Hi rooted Xperia Play owners, Could one of you post the output of 'cat /proc/bus/input/devices' (in a root shell) here? I'm trying desperately to simulate the touchpad of it and the output of that command would (hopefully) help immensely. Thanks in advance! John P.S. I think this seems more...
  3. J

    Post [Q] Minecraft Pocket Edition port from Xperia Play to other devices?

    Request for a little aid that would help you Hi all, I'm very interested in getting Minecraft Pocket Edition working on other devices. I think I'm getting close to figuring out how the Xperia Play sends the events to the apps. However, in order to make my life easier and not search mindlessly...
  4. J

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

    Answers and Questions com/google/android/talk/videochat/WifiPolicyUtils britoso: Are you sure you fixed it? JD-GUI still says it's this: return Gservices.getBoolean(paramContentResolver, "gtalk_vc_wifi_only", 0); You fixed showAlertIfNoWifi, but I don't think you fixed that. Thanks for...
  5. J

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

    Fix for No Wifi (when receiving a call) Stupid decompiler made me say true in my last post. I might have a possible fix for receiving calls of 3G: In the same file, make it so that wifiConnected always returns true. Also, (maybe) make wifiRequiredForVideoChat always return false. Hope this...
  6. J

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

    Fix for Video/Voice over Cellular I think I might have a fix that makes video/voice work over cellular. I haven't implemented it because I'm not exactly sure how... You should be able to make wifiRequiredForVideoChat and showAlertIfNoWifi in com.google.android.talk.videochat.WifiPolicyUtils...
  7. J

    Post Nexus One USB host driver

    So you just fastboot flash boot Z:\nexus\boot_usb_host.img adb shell mv /system/lib/modules /system/lib/modules.orig adb shell mkdir /system/lib/modules #adb push Z:\nexus\android-kernel_msm-a971bfd\android-kernel_msm-a971bfd\drivers\net\wireless\bcm4329\bcm4329.ko /system/lib/modules adb push...
  8. J

    Post Nexus One USB host driver

    Step by Step I am not much of a developer and have never really worked with this kind of stuff. :p Two questions: 1. Do you need root? 2. Is it possible for you to make a step-by-step on how to apply this? Thanks in advance