Showing posts with label tricks. Show all posts
Showing posts with label tricks. Show all posts

Thursday, January 4, 2018

How to switch Back to Yahoo Classic Mail – 2013 Yahoo Tricks

How to switch Back to Yahoo Classic Mail – 2013 Yahoo Tricks


How to switch Back to Yahoo Classic Mail � 2013 Yahoo Tricks.

Read More




visit link download
Read more »

Saturday, December 16, 2017

HOW TO ROOT ANY ANDROID PHONES SEE ANDROID AND TRICKS FOR THE TUTORIALS

HOW TO ROOT ANY ANDROID PHONES SEE ANDROID AND TRICKS FOR THE TUTORIALS


       
HOW TO ROOT ANY ANDROID PHONE


Hello Friends. From past 3 days I was on an rooting rampage with my HTC Tattoo android phone. I was a fan of Android before I ever rooted my phone and now I am in love with it since I have rooted it. The real power of any operating system lies when you have the command of the super user. This is what rooting is all about.


Rooting a device needs two things. First the right set of files for rooting and second the courage to play with a 12,000 Rs phone that you bought by saving your earnings( the cost of phone may vary depending upon the heaviness of your surname). These days I started small development work on android to learn its basics. I am looking forward to dive deep into this mobile OS. From past few days I was very much troubled with the word "rooting" and was getting really restless about it. Finally I decided on 17-07-2013 to finally sit down,leave all work and start my work on android rooting. So i started with working on android SDK first. Working of Android SDK is fairly simple and is just like the linux command line( in-fact it is a unix command line). After getting an overview of the basics of android-windows-sdk , I switched on to look for various commands and mode of working of it. Then I moved ahead to root my android phone. And finally after a struggle of 3 days I finally rooted my phone and installed a custom ROM. Oops I forgot to define what is rooting.

Rooting means to gain permissions of a superuser or the root user in any Unix based OS. This is a universal definition for a unix based Os which contains a special super user called root.
So to gain privilege of root is called rooting.
Android sdk also contains a a superb tool calld Android Debug Bridhe(ADB). It is a tool that is used to send commands to the android device using a laptop/PC. We will be extensively using it in this experiment.

Well there are lots of excellent rooting tutorials and videos available on the internet for free. You can find lots of useful resources. I will recommend you to check the threads of xda-developers forum which has some of the finest posts on rooting android phone. The main reason for creating this post is to let my readers gain intrest in exploring things. The fun of gadgets is not just in using them. The real fun lies in technically playing with them. So I am creating this post to encourage my readers to explore their android devices ( rather spoil!! ) and feel its power.
I still tried to remain a bit different from various soruces I found on the internet and which I used to root my phone. What I have done here is I have created a single folder called tattoo.rar which can be downloaded from here - DOWNLOAD.
This file can be directly downloaded and unzipped to any drive. Then by using the set of commands below you can get root privilege to your phone and later on install a higher version of Android ROM on it.

Before we begin we will have to download the android sdk. It can be downloaded from HERE. Once you have downloaded it, unzip it to any drive, say C drive. Open the folder and run SDKmanager.exe . If you are running it for the first time then it will show you a list of packages that you can install from the list.
You will have to install just one package for the time being. That is Android-sdk platform tools.

Once you have finished installing the pakage the next thing you can do is set the class path in environment variables. This is an optional step but it can speed up your process of working.
To set up the environment variables Right click on My Computer, Go to properties, then Advance System Settings , then Environment Variables. In System Variables, look for PATH. Double click on it to edit it. Then add the following path in it :

;c:android-sdk-windows ools;c:android-sdk-windowsplatform-tools

Now you are all set. To check what you have done, open command prompt type adb. Yo will see a list of options.
Now coming back to the downloaded file, tattoo.rar. Unzip it to any folder of your choice. Suppose I unzipped it in my c drive.
Now start command prompt and change directory to c:/tattoo
Your prompt should look something like this : c:/tattoo>

Now plug your HTC tattoo to USB. At the command prompt type the following command;
adb devices
If it shows a device listed, it means your device is connected and responding.
Let us proceed. Now execute the following commands in the same sequence as mentioned.


1. Lets say you have everything unpacked into C:Tattoo
2. In your terminal (on your PC) type:
- adb shell "mkdir /data/local/bin" (if it returns an error it means that the directory already exists, just proceed)
- adb push m7 /data/local/bin/
- adb push su /data/local/bin/
- adb push flash_image /data/local/bin/
- adb push tattoo-hack.ko /data/local/bin/
- adb push recovery.img /sdcard
- adb push boot.img /sdcard
3. We have every needed file on the phone now. Type now (we are still in your terminal):
- adb shell
$ cd /data/local/bin
$ chmod 766 m7 (I dont retain this step as mandatory, so if this process fails, just proceed)
$ while ./m7 ; do : ; done
lots of text until you see something like "wrote shell code", press enter 2 or 3 times enter to see:
#
4. Then perform this:
- # export LD_LIBRARY_PATH=/system/lib
- # export PATH=/system/bin
- # insmod ./tattoo-hack.ko
- # mount -o rw,remount /dev/block/mtdblock5 /data
- # mount -o rw,remount /dev/block/mtdblock3 /system
- # cat ./su > /system/bin/su
- # chmod 4755 /system/bin/su
- # chmod 755 ./flash_image


Successful execution of these commands will root your device and you can now have full rights on your HTC tattoo phone.
Now how to check if rooting is successful or not. To check it, switch off your phone. Now press the "Home" key and then power it own. You will see a recovery screen similar to the one in figure.


As you can see you are now presented with certain boot options which were previously not available for you. Now along with rooting the device with the set of commands mentioned above, we also flashed the SD card so that it becomes capable of installing custom ROMs. Custom ROMs are developed using a perticular version of android with a different interface. Installing a custom ROM can enhance your mobile performance. You can find lots of custom ROM available on the internet. I would recommend to check out this page - Custom ROM. It has whole list of custom ROMs for HTC Tattoo.
I chose a custom ROM based on Android 2.3 Gingerbred so as to upgrade my old Android 1.6 pre-installed OS. This is the biggest advantage of rooting. You can install higher versions of OS even if the manufacturer is not producing updates. All you have to do is simply download a custom ROM and copy it in the SD card. Dont copy in any folder, just inside the card in zip format. Now in the above image you will find an option "install zip from SD card". Once you click on it you will be presented with a screen similar to the one shown below :


You can see the two zip custom ROMs available on my SD card which I had copied. Now I can select any one of them and install it on my phone. Once the installation is complete, reboot your phone and you are ALLLLL DDOONNEE !!

Finally you will have a new version of android installed on your phone.



SPECIAL NOTE : Rooting has certain advantages but it has disadvantages too. There can be several components which might not function properly. So before installing any custom ROM make sure it has all the basic common functions. Like in my case the Camera is not working but the battery usage and speed has increased greatly. Also there are numerous One-Click Root applications available for android devices who can automatically root your phone but I would recommend that you go for this manual approach it will give better understanding.

Hope you enjoyed reading this tutorial. If you too have a HTC Tattoo and you are bored of Dounut then dont wait, just jump to GingerBred. I bet you will love it.
Do Leave your comments and suggestions.



visit link download
Read more »

Friday, December 15, 2017

How to increase S60 V2 V3 Mobile speed Simple Tricks

How to increase S60 V2 V3 Mobile speed Simple Tricks


 SPEED UP YOUR  NOKIA SMARTPHONE FOR FREE

I know we the users of nokia S60 or S60v3 users get annoyed by the slowness of our mobile phone frequently. Sometimes you need to wait for several seconds to just open a folder! Pretty annoying isnt it. I found a solution to this. The following tutorial will make your phone literally faster in overall operation. Its real no fake and you will feel it instantly.




This is a crazy simple trick to believe. So dont get away after this point. Your patience will be rewarded.



1. Change your phones� date to the 01.05.2005
2. Go to the calendar
3. Now we need to create two new to-do�s (Options > New entry > To-do)
4. These two to-do�s need to have the following information:


- 1. To-do:
Subject: Speed
Due date: 04.08.2005
Priority: High

- 2. To-do:
Subject: Qoukie
Due date: 04.08.2005
Priority: Low

5. Confirm the both to-do notes with �Done�, but don�t close the calendar application.
6. Choose: Options > To-do view
7. Mark �Speed� as done, after that mark �Qoukie� as done.
8. Now you can close the calendar.
9. Change the phones� date back to the actual day.
10. Enjoy your faster device!

This tutorial is unbelivable, huh? But it really works! Is this an easter-egg built into the S60 OS? To be honest we don�t know, but it works and this is the only important thing�

Tested on
N73
N97
N95
N85
N78
E63
E66
E71 & 75
N82

To make the list short virtually every phone with S60 & S60 v3 will work. This is a hidden gift of Symbian OS



visit link download
Read more »

Saturday, December 2, 2017

Hypermesh Video PDF Tutorial for Beginners Tips Tricks

Hypermesh Video PDF Tutorial for Beginners Tips Tricks


Job opportunities for CAE engineer is reaching its high while comparing to other stream of Mechanical Engineers. This change in trend is only recent times when usability of FEA softwares entered all application areas. This is quite visible in medicine field where scientists and medical experts started to develop surgical instruments.

If you ask your senior colleague about FEA softwares when they learnt it, they would be answering you FEA software has modeling,meshing and analysis together. As software capability and need for FEA software increased, Engineers had software for meshing,modeling and analysis individually. One of the familiar Meshing and analysis package is Hypermesh by Altair.

Hypermeshs user-interface is easy to learn and supports many CAD geometry and finite element model files - increasing interoperability and efficiency. Advanced functionality within Hypermesh allows users to efficiently mesh high fidelity models. This functionality includes user defined quality criteria and controls, morphing technology to update existing meshes to new design proposals, and automatic mid-surface generation for complex designs with of varying wall thicknesses. Automated tetra-meshing and hexa-meshing minimizes meshing time while batch meshing enables large scale meshing of parts with no model clean up and minimal user input.

I can say its somewhat tough to find study material or Tutorial for Hypermesh. But not many people know getting Hypermesh Tutorial is easy. You dont have to search in net just get help and demo files in Altair website.

Hypermesh Free Video Tutorial

  • Video demonstration on Hyperworks products
  • Exercise for beginners in FEM
  • Hypermesh - Getting started
  • About Radioss/Linear
  • Hyperview,Hypergraph,Motion view - Getting started
  • Hypermesh - Exporting node sets to Ansys
  • Hypermesh - Introduction to Scalar spring elements
  • Hyperform - Tube bending
  • Hyperform - Hydroforming
  • Stress Analysis of a thin walled pressure vessel - geometry import,clean up,editing surfaces,shell & solid meshing,boundary conditions,post processor
  • Hypermesh/Radioss - Including self weight in analysis
  • Hex meshing with Hypermesh - Basics and moderate users
  • Hypermesh - Assigning variable thickness to mid surface shell elements

The Hypermesh tutorials for above topics contains Video demo as well as PDF file format. These study materials are especially meant for students including engineers who want to study Hypermesh being beginner.

These online tutorials are best viewed in video form. If you have an unreliable internet connection, you should download the PDF version instead. The tutorials are based on queries raised by users of HyperWorks and cover several HyperWorks modules: HyperMesh, HyperView, HyperGraph, OptiStruct, Radioss/Linear, Radioss/Explicit, MotionView and MotionSolve. They also cover different applications - finite element analysis, stress analysis, analysis of mechanisms or multi-bodies, dynamic analysis.

Engineers can also find projects in FEA,discussion forum, Tips&Tricks,get answers from experts,webinars here in Altair student website.

Also check out Hypermesh Tutorial in my previous article. I wish this video Tutorial of Hyperworks products would help you to shine your career and increase your job opportunities in Hypermesh.



visit link download
Read more »