Wednesday, 5 August 2020

COMMON INSTAGRAM STORY MISTAKES YOU SHOULD AVOID


1.Putting text on image directly

when you type over image directly without any layer b/w them it’s very hard to read the text.

To avoid this use text background available in IG or create your own with the draw tool available


 

2.Using gradient as background over text

Using gradient as background for text make it very ugly and difficult to read.

You should use only one colour as background. Color should be same as of text but of darker or lighter shade.


3.Using too many fonts

When you use too many font it’s very difficult to focus on one this.

Always use one font, or max to max two if require. It will be easier to focus on one thing.


 

4.Putting tag out of thumb range

Most of the people use their phone with their thumb, if you put the tag out of thumb range then your audience will never see the account and your shutout will be wasted.


Put the tag under the post and with a bigger font size. It will make it easier to reach.

5.Creating birthday greeting story

Since it’s a birthday greeting it should look beautiful.

Never do this. It’s very ugly.


Use gifs and stickers to make to look good. although the above greeting is not good looking but still it's better then the left one. use your creative mind and create awesome greetings.


❝ Power of Teachable-Machine powered by  𝕲𝖔𝖔𝖌𝖑𝖊❞

Teachable Machine 



What is Teachable Machine??

Teachable Machine is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone. 


How do I use it??

Illustration of example cats

1
Step 1st

Gather

Gather and group your examples into classes, or categories, that you want the computer to learn.


Illustration of button being clicked that reads Train Model

2

Step 2nd

Train

Train your model, then instantly test it out to see whether it can correctly classify new examples.

Illustration of a desktop and mobile web browser containing a sample teachable machine project

3

Step 3rd 

Export

Export your model for your projects: sites, apps, and more. You can download your model or host it online for free.



So, how to use.




As we can see , there are 3 types of project's here.

  1. Image Project
  2. Audio Project
  3. Pose Project


So, one thing is common that we need at-least two data class to train models. This is because, we can't distinguish b/w one element, we need another one to distinguish...
So, after making class we need large dataset's of images so that we can increase our model precision rate.

So in this case we have 2 model's.
  • Mobile
  • Man
  • None




So we have uploaded around 40 images on an average for training our model.After feeding enough images we will train our model and on completion we can test it there with our Camera...
As you can see , it's giving 100% accurate result for our Query............

"Kudos, we trained our model successfully"

Now after that, we can export our model to different domains...Eg Web, Python , Android app
  For web we have (Tensorflow.js), Python (Tensorflow), Android app ( Tensor flow lite).



As you can see , we can get our code directly from here and we also can work on Example project provided by Google here.

Thanks to Google for providing such great website for us..


Monday, 3 August 2020

HOW TO TURN OFF ALL ANIMATION OF ANDROID ?


By turning off system animation you can save a lot of time and battery of your smartphone.

 

To disable animation, follow the steps below.

1.  Go to Settings>About phone  

2.  Now tap on Build number 7-8 times to enable developer option


3.  Now go back and find or search developer option inside settings.

4.  Now scroll down and find the option Windows animation scale

5.  Now open it and set the value to 0x or off.

6.  Do the same with Transition animation scale and Animator duration scale

kUDUs… you have successfully turned off system wide animation. It will save a lot of battery and time for you

 


Sunday, 2 August 2020

HOW TO ROOT ANY VERSION OF ANDROID NOO BOOT LOOPS COMPLETELY SYSTEMLESS ROOT WITH ADB
#NOTE :- THIS METHOD OF ROOTING IS DIFFERENT FROM THE METHODS YOU SEE EVERYWHERE ON YOUTUBE AND ON MAY WEBSITE.

YOU MIGHT HAVE FACE BOOTLOOPS OR STUCK TO BOOT WHILE TRYING THOSE METHODS, BUT THIS METHOD IS DIFFERENT FROM THOSE METHODS, HERE WE WILL CHANGE THAT STEP WHICH CAUSES BOOTLOOPS AND SYSTEM DAMAGE.


HERE IS THE PROCESS  OF ROOTING ANY ANDROID DEVICE

But here everyone do one mistake, they install twrp directly with adb which breaks the system framework and causes bootloops or boot stuck.

Now we will not install TWRP with adb we will just use it to temporarily to install magisk(root).

Things you should remember before rooting from this method.

  • This method will work for almost every device, but in case if you face any problem you can simply flash framework of you phone, it's very easy to do. you can find tutorial of your device on youtube easily(it will take only 5-10 minutes to flash your device with just few clicks).
  • You should not install SUPER SU to root your device it will also break your system. we will use MAGISK here its similar to super su but it provides system SYSTEM LESS ROOT which doesn't harm the system. And it also provides extra features similar to XPOSED INSTALLER.
  • You will loss warranty of your phone if you have.
  • Take a full backup of your device or of important data only.
  • I will not guide you for how to install adb, enable usb debugging and unlock oem of your device it's very easy. if you don't know just google it.


FIRST OF ALL YOU NEED TO DOWNLOAD THESE FILES AND SETUP ADB

  1. ADB SETUP AND ADB DRIVERS ( YOU CAN DOWNLOAD FROM HERE).
  2. TWRPP RECOVERY FOR YOUR DEVICE(EVERY PHONE HAS DIFFERENT TWRP IMAGE SO I WILL NOT PROVIDE LINK FOR IT, YOU HAVE TO DOWNLOAD IT, YOU CAN EASILY FIND IT  WITH SOME GOOGLE SEARCH).
  3. MAGISK MANAGER  
OR IF IT DOESN'T WORK TRY THIS LINK.

LET'S START
  • Put the magisk manager zip file you have into your sd card(or in internal storage ).
  •  Now open the folder where adb is install and put the twrp image file you have downloaded for your device. and rename it to just twrp.img as shown below.
  • Now open adb by typing cmd on the location panel and hit enter.
  • Now connect you your device and check if it is connected successfully by typing adb devices (make sure the usb debugging is enabled).
  • Now type adb reboot bootloader
  • Once your device is rebooted to bootloader type fastboot boot twrp.img and hit enter.
  • Once your device is booted into twrp( #NOTE:- here TWRP is not installed it's just working from outside of system)
Now do the same...

  • Select the magisk file

  • If magisk file is not in the list then open SELECT STORAGE option and select your sdcard or internal memory where you have put the magisk file.
  • Then swipe to install.

  • Now reboot system

#NOTE #NOTE #NOTE #NOTE

NOW IF THIS SCREEN POP-UPS WHICH WILL 

THEN YOU DON'T HAVE TO SWIPE YOU HAVE TO PRESS THE BUTTON DO NOT INSTALL


BOOM NOW YOU HAVE ROOT ACCESS .....


I HOPE THIS METHOD WORKED FINE FOR YOUR DEVICE.