Advertisement
hagurekamome

tr.apk

Jun 21st, 2014
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. package com.geohot.towelroot;
  2.  
  3. import android.app.Activity;
  4. import android.os.Bundle;
  5. import android.view.View;
  6. import android.widget.TextView;
  7.  
  8. public class TowelRoot extends Activity
  9. {
  10. static
  11. {
  12. System.loadLibrary("exploit");
  13. }
  14.  
  15. public void buttonClicked(View paramView)
  16. {
  17. ((TextView)findViewById(2131034114)).setText(rootTheShit());
  18. }
  19.  
  20. public void onCreate(Bundle paramBundle)
  21. {
  22. super.onCreate(paramBundle);
  23. setContentView(2130903040);
  24. }
  25.  
  26. public native String rootTheShit();
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement