Recent content by AxesofEvil

  1. A

    Post [Q] Kindle Fire 2 Root

    Happened to me too after the 10.4.6 update. I used KF First Aide though and got root working again: http://forum.xda-developers.com/showthread.php?t=2069117
  2. A

    Post [ROM] RevOidOptT for Optimus T USA [Wifi Calling, fixed MMS, more]

    How's this any different than running devoid + my patch here: http://forum.xda-developers.com/showthread.php?t=1116268 Just curious, because that is exactly what I run on my P509.
  3. A

    Post [MOD]Add Wifi Calling for froyo based roms (T-Mobile only)

    I haven't tried it yet, so I don't know for sure, but my guess is that we will need different shared-libraries to deal with the updated 2.3 baseband. So my expectation is that we either need to wait for a 2.3update from T-Mobile, or to maybe find anothe LG phone with the same baseband that we...
  4. A

    Post [Q] Installing Web2Go and Wifi-Calling on P509 with custom ROM?

    It uses your own phone-number, and you can call to other real phones with no additional charge. Other than that there isn't much difference.
  5. A

    Post [WIP/MOD] Adding FUSE filesystems to P500

    FYI, my goal is to create a utility that can temporarily enable root on a phone and then disable it when done. My idea is to move the 'su' command out of /system/bin onto /data, and then use unionfs to teporarily add it back onto /system/bin on command. When done, you'll be able to click to...
  6. A

    Post [WIP/MOD] Adding FUSE filesystems to P500

    Ok, I have fuse fully working using the latest fuse version 2.8.5 In order to build, I got a copy of statvfs.c and statvfs.h from the shieldroid project. I had to modify the definition of f_fsid to be 'unsigned long' and adjust statvfs.c appropriately I also ended up disabling multi-threaded...
  7. A

    Thread [WIP/MOD] Adding FUSE filesystems to P500

    Status: working! The tar file has some binaries which work. If you aren't a developer you probably don't care about this. I'm working on getting FUSE working on my P500, and thought I'd share my experiences. FUSE is a mechanism to mount lots of filesystems (like fusecompress, sshfs, or...
  8. A

    Thread [MOD]Add Wifi Calling for froyo based roms (T-Mobile only)

    T-Mobile offers a service of using Wifi to send/receive calls rather than the cellular service. It costs minutes for Pay-as-you-go folks, but is free if you have a plan (at least in the US). The feature shows up as 'Wifi Calling' and automatically updates if you have a Wifi connection. It is...
  9. A

    Post [KERNEL][04 SEP]franco.Kernel |.v19.4| 2.6.32.46

    Thanks. I had no problems getting 15.1 from git and building it!. I haven't yet tried to install, but that's upnext.
  10. A

    Post [KERNEL][04 SEP]franco.Kernel |.v19.4| 2.6.32.46

    Franco, Any chance you could update your git repostory with your latest kernel? I'd like to build it with a couple new filesystems (either fuse, unionfs, or aufs, I'm not sure which yet). Basically I need an overlay filesystem, and your kernel is the best. I built what you've got there now...
  11. A

    Post [KERNEL][04 SEP]franco.Kernel |.v19.4| 2.6.32.46

    These look like the numbers I got with the stock ROM (10l in my case). Moving to an alternate ROM gave me better than a 10 point jump in neocore. I think someone said that the 3d drivers in the stock ROM suck
  12. A

    Post [Q] Installing Web2Go and Wifi-Calling on P509 with custom ROM?

    Here is a zip that should apply to any p500 2.2 based rom to get Wifi Calling (with T-Mobile) working. I've only tested it via clockwork mod. And I've only verified it using T-Moble in the US. One note. I used a pretty dirty method to update the build.prop file, so don't install the zip more...
  13. A

    Post [Q] Installing Web2Go and Wifi-Calling on P509 with custom ROM?

    I'm going to try to make a zip that will update the rom properly. I don't yet know how to alter the build.prop file from a zip, but assuming I can figure that out, I'll post it.
  14. A

    Post [Q] Installing Web2Go and Wifi-Calling on P509 with custom ROM?

    yep it seems to work for me. I was much more interested in the Wifi-Calling though, as my cell reception is terrible at home.
  15. A

    Post [Q] Installing Web2Go and Wifi-Calling on P509 with custom ROM?

    If you have T-Mobile as a provider, you can use wifi to send/receive calls with your normal phone-number. The software is called 'Wifi Calling' and only works with T-Mobile. It comes stock on the Optimus-T/P509, but takes several tweaks to get it working properly on a P500 based ROM as I learned.