adsense

Welcome

Coming soon
Showing posts with label GUIDE (HOW TO). Show all posts
Showing posts with label GUIDE (HOW TO). Show all posts

12 Mar 2014

Add (activate) the Sony Bravia Engine in Xperia Miro / Tipo / J !!!


I'll leave here the procedure to activate the sony bravia engine on Xperia Miro.

I managed to do it correctly and worked with me. I can not vouch for any damage that may cause to your equipment. Do at your own risk!!



requirements:
- root
- Root explorer or equivalent
- Terminal Emulator


Extract the zip file with the name "Bravia"
Put the two files (be_movie & be_photo) on the memory card of the phone
Using root explorer (or equivalent), place the two files inside the folder: /system/etc


Now we have to change the file build.prop of the ROM
To do this go to /system and open the file build.prop (finger pressed on the choice and chose the option "Open with editor", go to the end of the file and add the following lines:

# Sony Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1


And we recorded the file build.prop


Now we go to the terminal emulator and write:

su (to give the root permissions)

And wrote the following lines:

busybox chmod 0755 /system/etc/be_photo
busybox chmod 0755 /system/etc/be_movie
busybox chown 0.0 /system/etc/be_photo
busybox chown 0.0 /system/etc/be_movie


Restart the Xperia Miro and Voila!!

Sony Bravia Engine active!!

If I helped, click the button thank me!


Regards,
Jorge Moreira

Sorry my English!


credits:
- Zdzihu: For Xperia X10
- XxXPachaXxX: Originally To Desire HD
- XDA Devolopers

ATTACHED FILES
Bravia.zip 

19 Jan 2014

[Guide] Install drivers for any device using Pdanet



Pdanet, a tethering tool which allows you to connect your PC/laptop to internet using your Android smartphone, also specialises in something else: You can install the drivers for any Android device using the PC end of Pdanet. While most of the popular devices come with official drivers or are easily available on the internet, some of the cheper and less popular models, like the ones sold by local Indian manufacturers, don't have any official drivers, so it's really a pain to find drivers for them.

Pdanet comes to the rescue here. I have tried it with a plethora of devices , and it installs drivers for all of them. I have written a full fledged guide, targeted especially at newbies, to help everyone install drivers for their device and proceed with rooting/ using ADB or fastboot. I have even included snapshots to help you get through the process swiftly.

THe process is quite easy. I'm posting a summary here:
Download and install pdanet on your pc. It is available here: http://www.junefabrics.com
During the installation process, select device manufacturer accordingly.
Attach the device to your pc using usb only when the setup asks you to do so.
That's it.
Don't forget to exit pdanet before trying to connect to adb etc.

Here is the guide: http://www.droidiser.com/2012/11/how...y-android.html
These days, during the process of rooting, installing the drivers is one of the toughest steps for many, as one click root tools are available on xda, once drivers are installed successfully.

16 Jan 2014

[How to] noobs guide to decompile/recompile android application



Guide to decompile android application

REQUIREMENT

Apktool [ http://www.mediafire.com/?ooaflvs6nvo5xvq ][Thanks to brut.all for this apktool]

Java JDK/JRE 32 bit [please google it guy's]

Little knowledge on cmd
__________________________________________________ __________________________________________________ _____________________

Preparation before WORKING

Process :-

1)now install the java in your pc/lappy
then copy the apktool.zip & goto directory C:/
make a folder name apktool (u can name it by watever u like)
now goto that folder & paste the zip
extract that zip there...


2) now copy the .apk or jar file which u wnt to decompile
& paste it on apktool folder.....
also copy the framework-res.apk of that rom &
paste it on that folder..

Decompiling application


3) now open cmd

Your cmd will probly look like this..

C:\users\yourname>

so type in

cd.. (yes include the '..' and press enter after you type each command)

this will get you to back directory so now you will see

C:\users>


so type again

cd..

you should now see this:

C:\>

now type

cd apktool (and you are in the apktool directory)


4)Installing Framework

Now that you are in directory we need to install the device's framework to your system for it to compile correctly so type this:

apktool if framework-res.apk

this will install the devices framework to your system (need to do this)

5)now to decompile the apk you want to edit.. type this:

apktool d music.apk mod

music.apk is the apk your decompiling
mod is the folder you're creating for the decompiled apk

do whatever you want to do with your apk...

NOW RECOMPILING

6)now to recompile your new apk type this:

apktool b mod music-new.apk


mod is the folder with your edited files

music-new.apk is your new apk file

Now we are NOT done... we cannot use the new apk's...

now make two separate folder a & b
copy-paste the original music.apk in 'a'
& music-new.apk in 'b'
use something like 7zip, take the 'resources.arcs' file and any other xml files you edited out of the "new-edited" apk and copy them into Original apk
now add to archive ...the origanl apk in zip format
& at the end of the file name .apk ( i mean give the file format name as .apk insted of .zip)


Now you are almost done.....

IF it is a system app then don't sign it....otherwise u have to sign that app....

That's all

15 Jan 2014

[GUIDE] How to theme your ROM

Here is a very easy guide on how to make your own theme of any ROM.
By theme i mean overall look like - Status Bar, notification panel, menu Scrollbar and each and every image of your ROM.

PRE-REQUIRED ITEMS :
1. Rooted ROM
2. Deodexed ROM
3.Ninja morph app (download from Play Store)
4. An android device

HOW TO :
1 . Download NinjaMorph and install it
2. Open it, it will prompt for start checks
3. give root permissions
4. Click on new project
5. Go to system /framework / framework-res.apk
6. It will start extracting it
7. When it's done exit ninjamorph and go to any file explorer.
8. Go to sdcard /AndroidThemes /workspace /framework-resapk
9. In it go to res/drawable-mdpi, ldpi, hdpi, xhdpi (according to your device)
10. Now you will see thousands of png's.
11. Replace them with whichever image you want in your theme ROM
[(If you want to change statusbar icons, then do the same procedure for systemui.apk instead of framework res.apk.), (Note: The files you are replacing with should be of about same dimension, format, size as previous one's)]
12. Ones you have done all the editing, go to NinjaMorph again
13. Click on Fininsh Project and choose framework-resapk it will start compressing it.
14. Ones it is done compressing it, it will give you several prompts
15. Click yes on all except for one that says delete/cleanupproject because you may need it afterwards.
16. Ones it's done, you will get lots of force closes, it's normal
17. Reboot your device and enjoy you have successfully themed your ROM

[Guide] Increase your SDcard's reading speed



The most effective way to increase the reading speed of our SDcard is here.
There are two ways..
1. Via CWM recovery
2. Using an app

To check your SDcard Read/Write speed download SD tools.
..................
First method
..................
Thread

Requirement : Root

.......................
Second Method
.......................
Either install SD-Booster or SD speed increase. Both of the apps works great.
Open up the app and set the cache value to 2048 Kb. (Recommended)
Tick the option "Set on boot"

Requirement :Root

Playstore :
SD-Booster
SD speed increase

To check the improvement in speed run the SD tools again.
Well, mine improved a lot.
Screens










P.S Use it at your own risk.


[HOWTO] Get higher quality video recording (Miro/Tipo/J)

Disappointed with your video recording quality? Or you want your videos to look smoother? Then you should try this.



First download this applicationhttps://play.google.com/store/apps/d...epper.lgCamera
open the app then set the video recording settings by pressing the menu button.

set it like this:
Scene mode: Sports (This is needed to get constant FPS.)
Exposure compensation: anything above 0 (To brighten up the video.)
Video encoder: MPEG4
Video file format: MPEG4
Video bitrate: 100 Mbit (Only for bitrate uncapping. Still capped at 5 MB/s anyway.)
Video framerate: 30 (For Tipo / J users who encountered recording failed try using 25/20 FPS.)

Audio encoder: AAC
Audio samplerate: 44100
Audio bitrate: 96000 /128000 / 160000 (Not much differences, use 96000 if you want good quality and smaller filesize.)

Tick the auto rotate video if you need it.

Videos recorded using this method will be better on bright places. On low light conditions, there will be a LOT OF NOISE.

Tip - How to capture screen image on Xperia Miro, possibly Xperia Tipo and Xperia J !

Hi,

To capture the image that is on the screen of your xperia miro, possibly Xperia Tipo and Xperia J, simply put pressure on the key "off" button and "volume (sound) -" simultaneously.

And voilá, capturing the image stored in our photo album



Kind regards,
Jorge Moreira

Xperia tipo/dual processor drivers to increase phone performance!!



Guys!! i'm happy to share the drivers for the qualcomm snapdragon S1 processor with an ADRENO GPU of our tipo!!

This zip is the driver for snap dragon S1 processor with ADRENO GPU which was released latestly ( not included in stock ROM). so i just flashed this drivers and found my phone being more fluid and got bench mark score around 5k!! so i want to share with you all this drivers


works only with ICS devices!!!!



Quote:
REQUIRED:-
Rooted xperia tipo
cwm/twrp custom recovery




Quote:
PROCEDURE:-
Download the drivers zip nad place them on sd card
reboot phone into recovery mode
flash the zip
reboot!!
done !!

Thumbnails


  Xperia Tipo Snapdragon by Qualcomm Drivers.zip

9 Jan 2014

How To Boot Into Android Safe Mode On Your Smartphone / Tablet











Android has now become a generally pretty stable platform/operating system for smartphones an tablets, and every new iteration only adds to that. Long gone are the days when an Android Device would go into constant freezes, get repeated app Force Closes, or would generally become sluggish in performance; a huge of contribution of that goes to the open source development community, too, that strive day and night to make our devices more useful and stable. However, there still might be time when you install an app that doesn’t agree with your operating system or firmware version, or that might have some broken pieces of code, or any other issue, resulting in the same problems that we discussed above. Even worse are the cases when you start suffering from severe battery drain, or when the device itself goes into a boot loop after having installed a certain APK. For all those cases, Google has built-in a neat hidden feature in Android, called safe mode.



If you’ve ever used a Windows-based PC, you would probably be familiar with how safe mode operates. Akin to the desktop OS, Android’s Safe Mode boots up the device with minimal configuration, loading only the apps in /system partition and disabling all others, along with the wallpaper, widgets, and any other customizations that you may have, so you can identify and remove the source of the problem. For developers, this ispretty common knowledge, but even a casual user can benefit out of it.




Why would you need safe mode on Android?





There can be multiple reasons for wanting to boot your Android phone or tablet in safe mode. Since this mode loads only the Android system apps, and eliminates all the third-party components from the start up sequence, you can identify if the problem was caused due to an app that you deployed later. Let’s say you were facing severe battery drain; safe mode will let you pin-point as to whether (perhaps) a widget was responsible for it or not. Then, if you have a device that’s stuck in boot loop, the said mode will let you check if it’s a bootloader problem, or if you have just got something running that causes the boot sequence to complete, but fails the operating system itself to start.











How do I know if my Android is in safe mode?



That’s fairly easy, and there are distinct markers to determine if your smartphone is in safe mode. First, you will have “Safe Mode” splashed across the bottom-left corner of your device, and that will be there on every screen. Then, you won’t be able to launch any third-party apps while operating in this mode. Furthermore, any external widgets that you may have, will fail to load up properly. Your wallpaper will be disabled, too.





How to put an Android into safe mode at boot sequence?







There’s, unfortunately, no standard way to do that, because even though Google has included it within AOSP, most OEMs choose to hide it, or apply obscure key combinations to achieve that. In general, there are certain pointers that will help you achieve Safe Mode at booting sequence, for a device that is in a boot loop.




Try holding both the volume keys pressed when booting

Pressing and holding the menu key when starting up the phone

For devices with capacitive buttons, make sure to hold the menu key when the LED underneath lights up, release it when LED turns off, and then pressing and holding again when it lights up again. This is to ensure that you don’t miss the key press just because the button chose to disable itself at that time.





Again, since these methods vary from device to device, trying them out one-by-one might help you. However, it should be noted that you would do it once the splash screen shows up – doing so earlier will interrupt the bootloader, and most likely put you in recovery or bootloader menu instead of getting safe mode.



Rebooting an active Android device into safe mode





This is much easier than the former process, although the method differs for stock firmware and AOSP-based ROMs like CM10, AOKP etc.





On a stock ICS or Jelly Bean ROM, press and hold the power button until the power menu shows up. Then, hold down the Power Off/Shut Down option, until you see a dialog box asking you to confirm rebooting to safe mode. Hit OK when that happens, and the next reboot will put your Android into safe mode.







On an AOSP ROM, especially CM10.1 (Android 4.2 Jelly Bean base), press and hold the on/off button like before to get to the Power menu. Then, instead of the Power offoption, press and hold Reboot. You’ll see the same dialog box, wherein tapping OK will put your Android into safe mode.



Android’s safe mode is perhaps moreuseful than what Windows offer for desktops, since it’s far easier to troubleshoot problems using this as compared to its PC counterpart. It’s unclear as to why manufacturers would choose to hide something this useful so obscurely, but in AOSP, this is definitely easier. While we hope you never encounter an issue that requires you to try this, it’s a handy solution to have up your sleeve, should be need arise.





thx to Avadhut P. Kathe

7 Aug 2013

How to update rooted Xperia Tipo ST21i (11.0.A.0.16 to 11.0.A.4.22)

YOU NEED:
Step 1
  • Connect your phone, make sure debugging mode and unknown sources enabled.
  • Extract Xperia root folder you downloaded before, open it up and double-click 01-local-prop.bat (dont run as administrator) follow the instruction given. Done for this.
Step 2
  • Open Flashtool, click Flash button, choose flashmode then browse the folder where you save New Firmware (.ftf) file.
  • Attention!! Uncheck wipe data!
  • Click OK
  • Wait and turn on your phone when it finished
Step 3
  • You will realize that Super Su have gone
  • Now connect your phone again, open Xperia root file, double-click 02-push-root-files (dont run as administrator) follow the instruction given.
  • Your phone will reboot and new application installed call Superuser
  • Holla! You have done it! New firmware has been rooted!

5 Aug 2013

HOW TO INSTALL ClockWorkMOD ON YOUR ANDROID TIPO (ST21i)?


  • You need CWM zip file
  • You need rooted 11.0.A.4.22 (If you have older you can update HERE!)
Install:
  • Unzip the CWM file and install it! You need to do what the software asks.
  • Grat! You installed CWM on your tipo! 
  • You can activate it when you turn on your phone and when you see the SONY logo press the VOL- button lots of time (not once continuously)
  • Controll it with the buttons (UP,DOWN,POWER buttons)

Hope you like my tutorial.. Do it at your own risk...

3 Aug 2013

How to root Xperi Tipo (ST21i)...

First of all everybody has to know how to root a Sony Xperia Tipo.
If you want to get more information about what is rooting you can find here!


SOFTWARES YOU NEED:

#First software you need is the Sony PC Companion (mirror)
Install it, because it contains the necessary drivers for your computer.
#You need Flashtool (mirror)
#OLD Firmware for tipo (mirror)
#Root with restore v18 by Byn4ry (mirror)


So let's ROCK!

Step1



  • Open Flashtool (after installed), i assume that you already installed Sony companion software to your PC, so that Flashtool can detect your phone. (Maybe you shoud click on sofware update of your phone and at the last step you can go back if you see that the drivers installed correctly.)
  • Enable debugging mode on your phone (Setting>developer options) & enable unknown sources (Setting>security)
  • Connect your phone with usb, and if prompt to select your device
  • Click Flash icon (looks like thunder) and choose flashmode
  • Then browse the folder where you save the Old firmware (.ftf) file . Flashtool will automatically scan files inside the firmware.
    Click OK

    Step2
    • Flashtool will ask you to disconnect your phone
    • Disconnect your phone and shut it down
    • Push Volume Down (-) button (dont release it) and connect the usb cable again
    • Until Flashtool say your phone connected in flashmode then you can release the button
    • Let it finish and turn on your phone (it takes awhile to turn on)
    • Enable debugging mode on your phone (Setting>developer options) & enable unknown sources (Setting>security)
    Step 3
    • Extract  Root with Restore by Bin4ry you downloaded before, and make a folder called root in Drive C: then copy all the stuffs extracted into the root folder
    • Run Command Prompt as administrator (For Windows 7 search at start and right-click CMD run Administrator/ For Windows 8 push button windows(this button below Z) + X then select command prompt (Admin))
    • Type “cd c:\root” without the quote (“”)
    • Type “stuff\adb devices” without the quote (“”)
    • If your device connected properly, it should be there (For some PC there will be more devices because you install Bluestacks/You Wave. and you need to uninstall them otherwise it wont work)
    • Next type “runme”
    • Green message will come out, type “1″ then enter
    • A message will come out in your phone, ignore the password encryption. Just select Restore My Data option
    • The Green command prompt will assist you, if the message stuck on Running for so long, mean you fail to root. (Fail happened when you skip step 1 or your firmware is new)
    • After finish, your phone will reboot and there will be new application installed called Super SU
    • Gratz! You phone rooted!

    IF YOU WANT ONLY A ROOTED PHONE STOP HERE AND DONT UPDATE YOUR ANDROID!!!

    If you want you can update HERE!

    Hope you like my tutorial.. Do it at your own risk...
    I find this article at http://android.syokzone.com and I add my words to it.