Sunday, March 26, 2017
How to add more notification toggles to our Samsung Galaxy Core GT I8262
How to add more notification toggles to our Samsung Galaxy Core GT I8262
Okay.. so, heres what you need:
(1) Rooted Galaxy Core in Easy Way
(2) Sqlite editor app
Dts all!!
So heres what you need to do:
(1) Open sqlite and give root permission. It should show a list
(2) Scroll down to "Settings Storage" and open it
(3) Open "Settings.db"
(4) Next, tap "System"
(5) Scroll down until you find "notification_panel_active_app_list" NOT the notification_panel_default_active_app_list.Tap it. If its not present (well... it was not present for me atleast)(Make sure to Check Properly),then tap the menu key and then tap new record. Set the name to "notification_panel_active_app_list" and under value type the following.
Wifi;Location;SilentMode;Bluetooth;MobileData;AutoRotate;WiFiHotspot;SmartStay;AirplaneMode;DormantMode;PowerSaving;DrivingMode;Sync
(6) ReBoot
(7) Congratzz... U have successfully customized the notification panel..
You can press the thanks button if you think ive helped you as ive researched alot on this.. This is my first post here and i hope to see some warm welcomes
If you have any questions regarding this then im always ready to help..
Thank you,
Ansley
Available link for download
Tuesday, March 7, 2017
GIGABYTE X99 SOC Champion Debuts at CES 2015 with One More WR Under its Belt
GIGABYTE X99 SOC Champion Debuts at CES 2015 with One More WR Under its Belt
Today, Jan. 5th 2015, GIGABYTE held its pre-CES Press Event in the Caesars Palace Neopolitan ballroom. One of the main focus of that event was the launch of a new overclocking board, the GIGABYTE X99-SOC Champion.
http://www.gigabyte.us/press-center/news-page.aspx?nid=1342
One of the main feature of the X99 SOC Champion is the SMT mounted DIMMs for improved signal quality and their location which is closer to the CPU socket. The DIMMs shorter trace path enables the DDR4 memory to communicate faster with the CPU, enabling the overclockers to reach higher DDR4 memory frequencies. Additionally, the motherboard includes a CPU Mode Switch; this switch allows the overclockers to switch between CPU default socket mode and OC socket mode.
The Press Event was crown by a live overclocking demonstration held by GIGABYTE famous overclockers Dinos22, Sofos1990 and HiCookie. The skilled trio managed to impress the crowd with a 1 World Record, 3 Global First and 3 Hardware First on the X99-SOC Champion! Nice going guys! Here are the submissions:
3004 Marks on XTU with Intel Core i7 5960X
http://hwbot.org/submission/27227032317 Marks on XTU with Intel Core i7 5820K
http://hwbot.org/submission/272290484470 Marks on 3D Mark Vintage with x1 GPU
http://hwbot.org/submission/2722892Ian from Anandtech already had a look at the X99-SOC Champion. Although he couldnt test the board on its true intent, LN2 overclocking, Ian gave the Champion a good thorough testing. You can read the results and his opinion here:
http://www.anandtech.com/show/8804/gigabyte-x99-soc-champion-motherboard-review-low-cost-x99-overclocking
Here are a few pictures of the event:
Available link for download
Wednesday, February 1, 2017
How to Make More Secure Your Phone Some Useful Android Apps to Create Strong Passwords
How to Make More Secure Your Phone Some Useful Android Apps to Create Strong Passwords
Create Strong Passwords With These Free Apps
1. Passera
2. Password Creator
3. Random Password Generator
4. Hash It
Available link for download
Thursday, January 26, 2017
How To Get A Unity Like HUD Searchable Menu In Xubuntu Ubuntu MATE Linux Mint More
How To Get A Unity Like HUD Searchable Menu In Xubuntu Ubuntu MATE Linux Mint More


i3-hud-menu works with GTK2, GTK3 (but not client-side decorated apps) and Qt4 applications.
Important: issues and limitations
i3-hud-menu has quite a few issues / limitations but I decided to post an article about it anyway since some of you might still find it useful.
Also, Im hoping someone reading this article might be able to fix or at least come up with some workarounds for some of the issues below. If you do, please let us know in the comments!
i3-hud-menu limitations / issues:
- it doesnt work with client-side decorated applications;
- it doesnt work with Firefox or Thunderbird;
- it doesnt work with Qt5 apps (make sure appmenu-qt5 and libdbusmenu-qt5 are not installed or else you wont have a menu for Qt5 apps, such as VLC in Ubuntu 16.04 - if you do install those packages, you can use the menu via i3-hud-menu, but the actual menu wont be visible in the application);
- using it, LibreOffice no longer has a menu if the "libreoffice-gtk" package is installed - this package is used for GTK+ integration (though using i3-hud-menu, you can search the menu, but actually using the menu items doesnt work for some reason);
- to get i3-hud-menu to work with Java swing applications, youll need JAyatana;
- probably more.
It appears that the LibreOffice and the Qt5 applications issue occur because "APPMENU_DISPLAY_BOTH=1" is not respected. Furthermore, using "UBUNTU_MENUPROXY=" (for example, using "UBUNTU_MENUPROXY= libreoffice --writer") or blacklisting it via Dconf Editor (com > canonical > unity-gtk-module > blacklist) doesnt get the LibreOffice menu to show up.
On Arch Linux (possibly in other Linux distributions as well), which requires the unity-gtk-module-standalone-bzr package, you need to run the following command (or change this via Dconf Editor: com > canonical > unity-gtk-module, set gtk2-shell-shows-menubar to "false") and reboot to ensure that menus are displayed in GTK applications:
gsettings set com.canonical.unity-gtk-module gtk2-shell-shows-menubar falseInstall and configure i3-hud-menu
sudo apt install python3 python-dbus dmenu appmenu-qt unity-gtk2-module unity-gtk3-module wget2. Download and install i3-hud-menu
To download and install J.A. McNaughtons i3-hud-menu fork from the command line, use the following commands:
cd /tmp
wget https://github.com/jamcnaughton/i3-hud-menu/archive/master.tar.gz
tar -xvf master.tar.gz
sudo mkdir -p /opt/i3-hud-menu
sudo cp -r i3-hud-menu-master/* /opt/i3-hud-menu/If you want to install it yourself, grab the code from GitHub (but note that the instructions below assume that youve installed i3-hud-menu in /opt/i3-hud-menu/)
3. Load the Unity gtk module
export APPMENU_DISPLAY_BOTH=1
if [ -n "$GTK_MODULES" ]
then
GTK_MODULES="$GTK_MODULES:unity-gtk-module"
else
GTK_MODULES="unity-gtk-module"
fi
if [ -z "$UBUNTU_MENUPROXY" ]
then
UBUNTU_MENUPROXY=1
fi
export GTK_MODULES
export UBUNTU_MENUPROXY... and save the file.If after completing all the steps below, i3-hud-menu doesnt work, you can try to paste the lines above in ~/.bashrc instead of ~/.profile.
4. Add i3-appmenu-service.py to startup
The next step is to add i3-appmenu-service.py to the system startup. If youve installed i3-hud-menu using the commands above, this file should be located in /opt/i3-hud-menu/
Xubuntu: To add i3-appmenu-service.py to startup, launch Session and Startup from the menu / System Settings, and on the "Application Autostart" tab click "Add", enter "i3 menu service" under "Name", and "/opt/i3-hud-menu/i3-appmenu-service.py" (without the quotes) under "Command":

Ubuntu MATE: launch Control Center and open Startup Applications, click "Add", use "i3 menu service" under "Name", and "/opt/i3-hud-menu/i3-appmenu-service.py" (without the quotes) under "Command", and click "Add":

Linux Mint (Cinnamon): launch Startup Applications from the menu, click Add > Custom Command, use "i3 menu service" under "Name", and "/opt/i3-hud-menu/i3-appmenu-service.py" (without the quotes) under "Command", and click "Add":

5. Assign a keyboard shortcut to i3-hud-menu.py
The keyboard shortcut you assign to i3-hud-menu.py will be used to open i3-hud-menu and search through an applications menu. Heres how to configure it in some Ubuntu flavors and Linux Mint (Cinnamon).
Xubuntu: open "Keyboard" from the menu / System Settings, and on the "Application Shortcuts" tab, click "Add". Use "/opt/i3-hud-menu/i3-hud-menu.py" (without the quotes; if youve installed i3-hud-menu to a different location, make sure you use the correct path) for the command, click "OK:

... and assign it a keyboard shortcut:

Ubuntu MATE: from Control Center open Keyboard Shortcuts, click "Add", under "Name" enter "i3-hud-menu" (without the quotes), and use "/opt/i3-hud-menu/i3-hud-menu.py" (without the quotes; if youve installed i3-hud-menu to a different location, make sure you use the correct path) for "Command":

Linux Mint (Cinnamon): launch Keyboard from the menu, click "Add custom shortcut", enter "i3-hud-menu" (without the quotes) under "Name", "/opt/i3-hud-menu/i3-hud-menu.py" (without the quotes; if youve installed i3-hud-menu to a different location, make sure you use the correct path) under "Command" and click "Add":

... and assign it a keyboard shortcut.
via / further reference:
- Reddit (thanks to JaZoray)
- jamcnaughton.com
Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.
Available link for download
Saturday, January 21, 2017
How to Install Bluegriffon on linux backbox ubuntu and more
How to Install Bluegriffon on linux backbox ubuntu and more

Now Comback with me localtechno, this time i will show you How to Install Bluegriffon on linux | backbox | ubuntu and more
what is bluegriffon : BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox, its a modern and robust solution to edit Web pages in conformance to the latest Web Standards.
Very simple , first you have to do is BlueGriffon download Here
choose according to the type of your os, then run the terminal and type sudo nautilus after a window open on linux it is time to do BlueGriffon extract files that you have downloaded earlier, going up in place where the results extracted earlier , but localtechno advised to put in the directory /opt/
After all is done then just run it by going to the directory /opt/bluegriffon with cd /opt/bluegriffon then press enter after this run with code :
root@1nspiron:/opt/bluegriffon#./bluegriffon and press enter


You can also create a shortcut or launcher for that application.
has it all. once very simple and may be useful "thanks for coming" ^ _ ^
Available link for download
Saturday, December 31, 2016
GcPro Key LG Sprint LS770 Unlock Much more Setup Download
GcPro Key LG Sprint LS770 Unlock Much more Setup Download
GcPro Key Total update count 39 release date 26-05-16

Unofficial Support Site by Welcome Zone Haldwani
GCPRO GSM TOOL V1.0.0.0032 released.Whats New?
Added Qcom New GCMod_Method for imei repair
Diag
adb & root need
Added LG Sprint Support for LS770
and other models with same security.
Improvements:
Motorola Unlock
MTK imei with single sim phone.
MTK imei had issue with less then 2 imei repair from last release.
Build read was result empty some time.
Recovery mode pattern remove show false result even if it was successful.
Samsung sprint & domestic unlock & searching only on old samsung note3 etc.
must read new helpfile & new steps
Strongly recommend to use this version for all your task...
Do you feel it ?
Do you feel it ?
Feel The Difference With GCPro.
Download Links:
link1= https://mega.co.nz/#F!1pxHgTBA!P7owR-MlJxD-r0 _N6o0xWQ
link2= https://drive.google.com/folderview?... FE&usp=sharing
link3= GCPROTEAM by gc P. - 4shared
link4= https://www.dropbox.com/sh/w9gdsem09... Upj32aEVa?dl=0
link5= https://www.mediafire.com/folder/kzd5v0z4fecn7/ GCPROKEY
__________________
Best Regards
Faisal_Computer
General Manager
GPGIndustries
Available link for download
Monday, October 17, 2016
Get more out of your netbooks screen
Get more out of your netbooks screen
My last laptop before my I purchased my Eee PC was a Lenovo Thinkpad T60P which I bought for three reasons; 1) it was linux certified, 2) the price was right (under $250) and 3) it came with a legit copy of XP Pro. My one and ONLY complaint I ever had about that laptop was the fact that the screen resolution was a maximum 1024x768. However, when running OpenSUSE I found that the resolution defaulted to a much higher resolution, scaled by xrandr. I never did figure out how this was achieved until this morning, whcn I discovered that xrandr is capable of both scaling and panning higher resolutions. It dawned on me that if you can run a virtual Xserver in a higher resolution than what is natively supported by your screen, something I came across when running Ubuntu on my Android phone.
xrandr --output LVDS1 --mode 1024x600 --scale 1.333x1.333 --panning 1365x800The big issue in the end turned out to be the scaling factor. Originally I assumed that xrandr only supported two decimal points in scale factor, which turned out not to be the case. What originally prompted me to want a higher resolution was the fact that running certain applications when the window is maximized causes the window to "snap" up and down if the window is larger than the screen size. At first I was aiming for a resolution 1280 width resolution, but the issue with the snapping windows was not alleviated. Apparently the gnome desktop is designed for a minimum screen height of 800 pixels and many applications wont play nice in anything smaller than that. Of course even higher resolutions can be achieved, but the small size of the screen makes the text hard enough to read as it is. Bumping font sizes up to 12pt makes the screen a little easier to read without distorting things.
After finding a resolution that works for you, there are two methods I know of that will make the resolution change permanent. The first is to add the above command to your ~/.xprofile file. The other is to add it to /etc/gdm/Init/Default. The second option requires root access and will affect every user who logs in to the computer. I just chose to edit my .xprofile.
Now to see if I can do the same on Windows 7....
EDIT
So after achieving my desired resolution of 1365x800 in Linux and addressing my issues with fullscreen applications on the tiny screen, I decided to take a crack at doing the same on Windows 7. I did an exhaustive Google search on how to force a higher resolution, but for the most part I came up empty handed. What I did find however was the fact that I have an Intel graphics chip meant that I was in luck. For those of you who have ATI or Nvidia graphics on you netbook, youre pretty much stuck with the 1024x600 resolution.
Flat out, I was unable to achieve a resolution anywhere near what I got in Linux. I even tried an app called "Netbook Resolution Customizer" which is supposedly capable of forcing custom resolution modes using Linux modelines (use the command cvt to generate one). NRC does absolutely nothing. However, I was at the very least able to force 1024x768. Not exactly what I was after, and the screen does get skewed but Ill take what I can get. This is achieved through simple registry hacks. Basically, you just open up regedit.exe and search for Display1_DownScalingSupported. Change every instance that the search finds from 0 to 1 and then reboot. The information I found on this hack states that its supposed to enable resolution up to 1152x864, which albeit skewed is much better than 1024x600. I did not get anything higher than 1024x768 but like I said, Ill take what I can get.
Available link for download
Monday, October 10, 2016
GUIDE Use more than one Whatsapp account on any Android phone!
GUIDE Use more than one Whatsapp account on any Android phone!
which will allow you to do it.
Some features of OGWhatsApp are:-
1. You can use 2 numbers on the same device.
2. Take your data backups.
More...
How to install OGWhatsapp?
1. Download the APP from official website HERE
2. Create Backup of current whatsapp
3. Uninstall your Whatsapp messenger.
4. Now Rename the Whatsapp folder in your SD card/ Internal SD to OGWhatsapp
5. Verify your OLD number in OGWhatsapp and NEW number in Whatsapp.
Available link for download