본문 바로가기

전체 글

(211)
asd
asdasd
[vb.net] form smooth controls 폼에서 보통 Timer를 이용해서 위치를 연속적으로 바꾼다하면, 그래픽(하드웨어) 가속이 적용되어있지도 않고, 따로 이벤트처리가 없기때문에 컨트롤들이 심하게 발작하는걸 볼 수 있다. 그래서 따로 paint나 그런부근에 이벤트를 넣어줘야한다 timer등에서 이벤트에서 컨트롤의 위치를 설정한 후, form.Invalidate()를 해준다. 설명을 보면 알겠지만, 전체컨트롤을 다시 그려주는기능이다. 또 이벤트 Handles Me.Paint에 아래와 같이 쑤셔박아줘야한다 e.Graphics.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias 또한 폼 로드에 아래도 박아주자 SetStyle(ControlStyles.DoubleBuffer Or Con..
JJCom1cs Viewer 1.0.5.3 Cracked remove nag (help developer)
D1ce Player v1.4.0 cracked by regame
어플 실행에 대한 Intent intent = new Intent(Intent.ACTION_MAIN); intent.setComponent(new ComponentName("x","x.Activity")); startActivity(intent); 와 같이 인텐드에 다른 어플의 액티비티를 넘겨서 실행하는것과. Intent intent = new Intent(); PackageManager pm = getPackageManager(); intent = pm.getLaunchIntentForPackage("x"); startActivity(intent); 와 같이 패키지를 실행방법 위 방법에서 다른점은 어플의 실행시 처리방식 아니 실행단계인데 좀더 연구를 해봐야겠다
Android Terminal Command SU로 SuperUser 권한 흭득. 터미널과 같은 명령어를 쓸 수 있다. public static void doCmds(String cmds) throws Exception { Process process = Runtime.getRuntime().exec("su"); DataOutputStream os = new DataOutputStream(process.getOutputStream()); os.writeBytes(cmds+"\n"); os.writeBytes("exit\n"); os.flush(); os.close(); process.waitFor(); }
com.android.vending.check_license 마켓종료 -> 실행 ????