Unbrick Root Vodafone Smart 4 Mini (Vodafone 785)

History Got one of these phones new boxed for €50 unlocked. It’s an Italian Vodafone.it mobile. Has MT6572 dual core 1.3GHz and 512MB + 4GB (2GB /sdcard). Found the phone a little slower than expected, seems to have squashfs installed from errors I was getting (a type of zipped filesystem) :-/ Couldn’t find any updates…

Read more Unbrick Root Vodafone Smart 4 Mini (Vodafone 785)

CSS @media Queries With Orientation Example

Like the title says. For your reference, an example set of media queries conforming to Bootstrap 3’s width breakpoints. Here is the example. EXAMPLE CODE HERE. Check the code, and play with the width and height of your viewport to see where the queries reach. Notes On The Example This example is mobile first like your…

Read more CSS @media Queries With Orientation Example

Make Firefox Smaller / Zoom Out / More Compact

If you use Firefox and can not find that perfect compact theme, fear not, we can easily just change the size of everything! In address bar go to about:config. Search in there for the setting layout.css.devPixelsPerPx. For default size set it to -1.0 or 1.0. I usually set mine around 0.9 to 0.95 for slightly…

Read more Make Firefox Smaller / Zoom Out / More Compact

Doogee Leo DG280 root

After a lot of searching and trying various things I found an incredibly easy method to root my new Doogoo Leo DG280 phone. It is an Android 5.0 r15 version by the way. Simply follow the link (http://www.kingroot.net/) and download & run the APK file. Simple as. Do not be frightened by the Chinese website,…

Read more Doogee Leo DG280 root

Disassemble Viewsonic VG2436vm-LED

I had a quick search online and there does not seem to be a guide for this so I will document my disassembly of my Viewsonic VG2436vm-LED 24″ monitor. N.B. *** BEFORE YOU GO ANY FURTHER ***: I just spent a long time part disassembling this and it was not worth the time and effort…

Read more Disassemble Viewsonic VG2436vm-LED

Git not working on Namecheap [SOLVED]

git not working on your NameCheap shared hosting? the program ‘git’ is installed here: ‘/usr/local/cpanel/3rdparty/bin/git’ create a .bash_profile and add the line export PATH=$PATH:/usr/local/cpanel/3rdparty/bin to it and save it. It will now work from interactive CLI. If you are trying to remote in you will need to pass parameters, something like this git push –receive-pack=/usr/local/cpanel/3rdparty/bin/git-receive-pack ssh://[email protected]:21098/home/username/public_html/path_to_git_project…

Read more Git not working on Namecheap [SOLVED]