Hey Folks ! I am going to show you one of the easiest way to port JoyOS To Your Device, which will hardly take 2 minutes. PREREQUISITES : adb- This will help you out in deadly conditions winRAR […]
Latest Updates
Sunday, May 20, 2012
GUIDE | How To Port JoyOS To Your Device | 2 Minute NOOBS Guide
Posted by Unknown at Sunday, May 20, 2012Wednesday, May 2, 2012
# Fast Reboot persist.sys.purgeable_assets=1 # Increasing The Video Recording Quality ro.media.enc.hprof.vid.bps=8000000 # Screen Rotate To 270 degree windowsmgr.support_rotation_270=true; # Increase VM Heap Size(resolve some fc's) dalvik.vm.heapsize=64m # Render UI With GPU debug.sf.hw=1 # Increasing It Will Make Mobile […]
Saturday, April 28, 2012
GUIDE | How To Port LewaOS To Your Device | 2 Minute NOOBS Guide
Posted by Unknown at Saturday, April 28, 2012Hey Folks ! I am going to show you one of the easiest way to port LewaOS To Your Device, which will hardly take 2 minutes. PREREQUISITES : adb- This will help you out in deadly conditions winRAR […]
Friday, February 10, 2012
[ANDROID TUTORIAL] Playing GIF Animation In ImageView
Posted by Unknown at Friday, February 10, 2012Hey There ! Android actually supports gif files but doesnt play the animation. There are different ways to play the animation e.g "webView" , "videoView" etc. Here We will be using "imageView" to do it, and "AnimationDrawable" class […]