Showing posts with label Mobile Tricks. Show all posts
Showing posts with label Mobile Tricks. Show all posts

How to change Ringtones and Notification tones in YU Yuphoria

To change a simple Ringtone or a Notification tone in phones having modded features you have to do more than just simply going to Settings>Sounds>Ringtone/Notification ToneHow to change Ringtones and Notification tones in YU Yuphoria

If you try to change those sounds without following the steps given below you may not find the desired Sound you wanted.
(For Example if you want to change your Ringtone from the default melody to an Eminem Rap)

Turn Random Cloud Display into Blocks | Stylish Cloud Label

Turn Random Cloud Display into Blocks | Stylish Cloud Label

How it works?
Each label link is nested inside a span tag followed by a class named label-size. If the font-size is not specified the widget changes font-size of each label according to its post-count. Therefore showing big and small clouds. Introducing custom styles would over-ride the existing styles thus changing the entire look. 


Steps to Implement

The code below can be customized in several ways to create exciting label designs.

 Step 1:  Go to Blogger>Settings>Layout
 Step 2:  
Click add a gadget and choose Labels
 Step 3:  Now inside the settings make sure you choose Cloud Display option



See the screenshot below as an example
Cloud Label

 Step 4:  Now save the template and back it up somewhere
 Step 5:  Now go to Blogger>Settings>Template
 Step 6:  Now click on Edit HTML

See the screenshot below as an example
Edit HTML



 Step 7:  Now Search for ]]></b:skin>
 Step 8:  Now paste the following code just above it
 Step 9:  Now save your template
 Step 10:  All done, Enjoy!

Android Secret Codes

Android Secret Codes

Secret codes for Android mobile operating system. If you are unsure about any codes better not to execute it. Most of the codes are meant for only advance users. So if you would like to try it, better you keep a backup copy of your data on the handset! we are not responsible for any of the data loss or damage to your device by using the codes.

Code Function
*#*#4636#*#* Display information about Phone, Battery and Usage statistics
*#*#7780#*#* Restting your phone to factory state-Only deletes application data and applications
*2767*3855# It’s a complete wiping of your mobile also it reinstalls the phones firmware
*#*#34971539#*#* Shows completes information about the camera
*#*#7594#*#* Changing the power button behavior-Enables direct poweroff once the code enabled
*#*#273283*255*663282*#*#* For a quick backup to all your media files
*#*#197328640#*#* Enabling test mode for service activity
*#*#232339#*#* OR *#*#526#*#* Wireless Lan Tests
*#*#232338#*#* Displays Wi-Fi Mac-address
*#*#1472365#*#* For a quick GPS test
*#*#1575#*#* A Different type GPS test
*#*#0283#*#* Packet Loopback test
*#*#0*#*#* LCD display test
*#*#0673#*#* OR *#*#0289#*#* Audio test
*#*#0842#*#* Vibration and Backlight test
*#*#2663#*#* Displays touch-screen version
*#*#2664#*#* Touch-Screen test
*#*#0588#*#* Proximity sensor test
*#*#3264#*#* Ram version
*#*#232331#*#* Bluetooth test
*#*#7262626#*#* Field test
*#*#232337#*# Displays bluetooth device address
*#*#8255#*#* For Google Talk service monitoring
*#*#4986*2650468#*#* PDA, Phone, Hardware, RF Call Date firmware info
*#*#1234#*#* PDA and Phone firmware info
*#*#1111#*#* FTA Software version
*#*#2222#*#* FTA Hardware verion
*#*#44336#*#* Displays Build time and change list number
*#06# Displsys IMEI number
*#*#8351#*#* Enables voice dialing logging mode
*#*#8350#*#* Disables voice dialing logging mode

Testing Menu Code

The *#*#4636#*#* code is the most common one that people will use. There’s quite a bit of information you can pull up in this hidden menu. Here are some screenshots of what you should see once you punch in this code.

Review on Google Cardboard

Review on Google Cardboard
GOOGLE CARDBOARD
Experience virtual reality in a simple, fun, and affordable way.
Official Google Cardboard Review
Google Cardboard is a virtual reality (VR) platform developed by Google for use with a head mount for a smartphone. Named for its fold-out cardboard viewer, the platform is intended as a low-cost system to encourage interest and development in VR applications.Users can either build their own viewer from simple, low-cost components using specifications published by Google, or purchase a pre-manufactured one. The viewer is used by placing a smartphone into the back of it and viewing through the lenses in the front.

The platform was created by David Coz and Damien Henry, Google engineers at the Google Cultural Institute in Paris, in their 20% "Innovation Time Off".It was introduced at the Google I/O 2014 developers conference, where a Cardboard viewer was given away to all attendees. The Cardboard software development kit (SDK) is available for the Android and iOS operating systems; the SDK's VR View allows developers to embed VR content on the web as well as in their mobile apps.

Through January 2016, over 5 million Cardboard viewers had shipped and over 1,000 compatible applications had been published. Following the success of the Cardboard platform, Google announced an enhanced VR platform, Daydream, at Google I/O 2016.


Google I/O 2014 - Cardboard: VR for Android
GET GOOGLE's OFFICIAL CARDBOARD

How to Root YU Yuphoria

How to Root YU Yuphoria

This is a short tutorial on how to Root YU YUPHORIA.

[ Requirements ] 

  1. YU YUPHORIA phone (obviously)
  2. Drivers (windows will automatically install them) - official compatible driver pack is here
  3. ADB & Fastboot binary package
[ WARNING ] 

PLEASE TAKE A BACKUP OF YOUR DATA BEFORE PROCEEDING!

This procedure may wipe the all the data partition of your phone, so you will loose all your stored data, settings.

SDCARD will NOT BE WIPED!!


Why to unlock Bootloader?

  1. You can flash custom ROM(s)/Kernels
  2. You don't need to worry if the new firmware can be rooted or not as with unlocked bootloader you can always ROOT your device
[ Steps ] 
  1. Download the ADB & Fastboot binary package and extract it on a temporary folder in C:\
  2. Power down YU Yuphoria
  3. While pressing VOLUME UP key connect the phone to PC/Laptop via USB cable
  4. You will get a screen on your phone which says "Fastboot mode"
  5. Device drivers will get installed by windows (please wait for the driver installation to complete)
  6. After driver installation is done go to the folder where you have extracted the package
  7. Pressing the SHIFT key right click in the folder and select "Open command prompt here"
  8. Now a Command Prompt window will open up
  9. Type the following command to check if the device was detected in fastboot mode
    fastboot -i 0x2A96 devices
  10. If you don't get similar output it means that the drivers weren't correctly installed or the device wasn't connected properly
  11. If the output is similar to above then run the following command:
    fastboot -i 0x2A96 oem unlock
  12. Now reboot from fastboot mode and thats it :)

    fastboot -i 0x2A96 reboot
PLEASE NOTE THAT OMITTING "-i 0x2A96" WILL LEAD TO FASTBOOT COMMANDS NOT WORKING.

Okay Now if you have unlocked the BOOTLOADER simply follow the procedure below to root your YU Yuphoria

[ NOTICE ]

This procedure WILL NOT replace the stock recovery

[ Requirements ]

[ How to root ]
  • Make sure that the device has unlocked bootloader
  • Download the latest SuperSU update.zip
  • Save it on sdcard of device
  • Reboot into bootloader/fastboot mode
    • ADB reboot bootloader 
      or
    • Power down phone and keeping the VOLUME UP key connect the phone to PC/Laptop via USB cable
  • Download any of the recoveries
  • Hotboot the hacked recovery kernel
    fastboot -i 0x2A96 
    boot DooMLoRD-YUPHORIA-Hacked_CWM-v1.img
  • Device will now start booting into recovery
  • Once the recovery starts flash the SuperSU update.zip
  • Reboot from recovery into OS
  • You should now get root access! ☺
[ Installing busybox ]
  • It is highly recommended to install busybox after rooting!
  • Just go to andorid play store and download the Busybox installer.
  • Once the installer is downloaded, install busybox in /system/xbin
  • Reboot device after install and thats it!