Search results

  1. A

    Thread Smali Visual Studio Extension

    About SmaliVS SmaliVS is a Visual Studio project and language extension for the smali file type. Smali is the disassembly output from APK's using the smali\baksmali tools. Using this extension will allow you to dump an apk form your device. It will automatically dissasemble the apk and create...
  2. A

    Thread Xposed binding for Xamarin

    I have spent almost two weeks trying to get the bindings for Xposed framework for a rooted android phones to work. Here is the basic tutorial https://github.com/rovo89/XposedBridge/wiki/Development-tutorial It says to use "provided" rather than "compile" here...
  3. A

    Thread FM Radio on MetroPCS

    Now that we can root would it be possible to enable the FM radio. T mobile is already enabled but unfortunately MetroPCS is always behind.
  4. A

    Thread Binding .jar issues Xamarin

    I am trying to create a binding for the XposedBridge framework for Android. The issue is that all the tutorials and guides I have seen say to add the .jar as a "InputJar" and from there it will generate the bindings. I have tried that and it says there were no errors during build. But upon...
  5. A

    Thread MetroPCS Stock Firmware

    I have a MetroPCS Galaxy S7 with firmware G930T1UVS3APD2. I was wondering of there's a way to dump it so I could revert to stock if I don't decide to keep root. I have looked around online and can't seem to find a copy anywhere. Any help is appreciated, thank you.
  6. A

    Thread Root soft reboot to modified kernel

    Since it's now possible to root with a developer kernel I was wondering if it would be possible to use that to reboot to a modified stock modified kernel. One example is how the Xbox 360 hacks work. The bootloaders are signed so you can't load a modified hypervisor and kernel. So the way it was...