Skip to main content

Posts

Showing posts from January, 2017

Stopping OurPact Jr from running via Asus AutoStart Manager

k, This app, i was trying out between my ipad (as parent) and my mom android as (junior). actually just wanna see how far an app parental control can do... but somehow at one stage when i forgot my "parent access" password on OurPact Jr and today my mom phone wifi is not connected to get the new password i reset, i got stuck with the OurPact Jr, that doesnt allow the junior client app to access settings. i cant event access wifi setting T_T., i cant access running apps. ive no choice but to find a way to stop the OurPact Jr process to stop. thank God Asus Zen phone has its own pre-installed application call Auto-start manager , that allows user to stop certain process that automatically start in background. by disabling OurPact Jr. from automatically running, restarted the phone, and now i able to access the android phone settings page! quickly uninstall it and you need to uncheck OurPact Jr in Settings>Security>Device Administrators enjoy peep

Must Know about Unity (Based on Unity 5.1.2f1 version)

Unity sometimes doesn't update well the changes that we made. I ll make this a collective issue that i've encountered. Will update from time to time. Please comment if you have your own notes! Lets share to make our cognitive resources are not burnt out. 1. Every time that you are working in a different scene animator... always load the scene file and click on the character that you are attaching the animator. else, it doesn't automatically opens the animator relevant to scene...you might be confused if working on different animator(s) file in parallel. 2.State transition doesn't work properly....the workaround is always to create new state transition arrow and update required conditions. (same goes to other prefabs/text/ui objects)

Finding Ghost Process thats using File Resources in Windows

Happy new year! (2017) 2016 has been an hectic year for me, hopefully this year will find more time to blogging :D (lame excuses) today i just gonna write out a simple post. im having issue on building a git project code in windows machine as it throws Buidling tag current rm: cannot remove './build/taco/studio/taco/bin': Device or resource busy as i ve run the project build once, and the program build ran make use of a torrent deamon (deluge) running in the background process. not knowing the deamon is still running (i tried to close deluge client ui, but not the deamon it self,  the running build program), i found another way of searching who's using the resources build from resource monitor (googled :p) . i just go to 1.Start button 2.Search 'resmon' 3.Go to the CPU tab 4.In handles section i use a keyword of the git project name 5.Wala, now i can see which process are using the build resources. 6. Now i can right click and end the proc