Skip to main content

Posts

Showing posts from 2017

Error Post Updating Windows10 on VirtualBox E_FAIL (0x80004005) Componente: MachineWrap

Happy new year. i tot i nearly had the saddest new year in life! thank god. i decided to search a bit... so this morning im trying to resume my work.. that i havent finish >< suddenly my virtual box couldnt load my vm image. i was like.......... what the ........... today?////////////// why today.............. im so dead... ok then after googling, i recall that yesterday i did a windows update. so it might relate to that.................. suggestion on internet is to upgrade the VirtualBox... so i did upgrade.............. File > Check for updates... Ok then.. after installing the latest virtualbox... i had another error when try to run the vm session VERR_PDM_DEVHLPR3_VERSION_MISMATCH i was like..........omg,........why oh why... ok seems like my need to update the Virtual Box extension pack!... ensure that the Virtual Box version and Virtual Box extension pack are the same! https://www.virtualbox.org/wiki/Downloads HAPPY NEW YEAR. WELCOM

Google flights : One awesome tool for traveler!

If you looking for a flight ticket monitoring tool/apps, for now i ll highly suggest to use Google Flight. to be honest ive never used Kayak before, so my focus today will only be on Google Flight. What i like most is the email alert on price change feature. okay, im gonna walkthrough on Google Flight features 1.open Google Flight at  https://www.google.com/flights/ a.fill all the details required as usual. b.you may choose to track the price or not. c.you can see that theres best flight suggested on most top d.here you can see that cheapest flight suggested. 2 There are more filters you can apply a.duration. b.times c.airlines d.price e.stops  3. we can also search flight tru maps, its more visualized. 4. lets checkout what we have at the side menu a.option to explore using map b.tracked prices c.currency setting d. language setting 5. lets see what we have in the tracked prices.We can see the list of ou

Windows 10 Wifi Dropping issue

getting annoyed using office laptop that is pre-installed with windows 10.  (i using vm side by side to do development) trying to connect my home wifi, seems the connection is always dropped off. read thru online, so lazy to reinstall the driver.. so what i did was. 1. turn off the lappie wifi 2. turn on back 3. search for "settings" 4. click on network and  sharing centre 5. setup new wifi connection! CAUTION. if you home wifi network somehow already configured previously, please set to forget and re-setup it manually.

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