Posts tagged ‘Tips n Tricks’

sony ericsson satip tips

For Sony Ericsson Satio users, are you boring with the default fonts in your phone? This is simple tips about how to change the font of Satio with your favorite one!

  1. Search The font U Want 2 Use it In U’re Mobile…
  2. Make 2 Copy From The font
  3. Rename 1st One “Sans-Serif_Latin_Regular.ltt” & 2nd “Sans-Serif_Latin_Bold.ltt”
  4. Make a New Folder In ,E:Resource & Rename It “Fonts” Then Copy The 2 Fonts In This Folder ….

Restart The Mobile & Enjoy!

Info: Sony Ericsson Satio Tips, Satio Tips, Sony Ericsson Satio Tricks

Sony Ericsson C902 is a relatively new phone. But for some unlucky people who got their phone broken and want to try to repair it, formymobile have great tutorial how to disassembling the C902. Here you can see detailed tutorial complete with pictures. Of course you can buy some tool from formymobile if you don’t have one.

Read C902 disassembly tutorial

Here another great way to personalized your Sony Ericsson phones. Ustwo™, a creative design studio has post a detailed tutorial about hw to change data from a Sony Ericsson phone can be presented as dynamic Flash Lite 2.0 animations which can then be used as freestanding wallpapers (standby) or imported into a theme using the Sony Ericsson Themes Creator tool (version 3.29).

se wallpapers

As you can see the pictures, Signal strength, time and battery status presented as buildings. Not a boring status bars anymore!

Continue reading ‘Make Your phone Data as Dynamic Animations With New Flash Lite 2.0’ »

se media centre themes

Wanna add media centre skins to your favourite theme? You come to the right place! parano!id from etheme forum just wrote a great tutorial how to add media center skins to theme. He made the tutorial with a view, themers prefer adding media skins to themes(w910.k850,etc) so that the theme is more complete. Its very simple & just adds 2 mins of extra labour.

Go here for complete tutorial

Guys, you can now create your own mobile photoblog at the famous Blogger (incase you don’t know, it’s a subsidiary of Google) and publish your best shots. You can do it if you had a Sony Ericsson phone that is equipped with a sensor photo. Our source said that creating widget to export to one site or another blog and display and its latest creations is possible now.

Continue reading ‘Create Your Own Mobile Photoblog!’ »

Cybershot and Walkman features in one phone? Why not! Till now megabass had been exclusive only to walkman phones. But now by applying patches you can get the wonderful megabass feature in your sony ericsson phone. Akshay has nice tutorial how to do it.

These patches can be applied on db2020 phones, For Example S500, k550, k610, k770, k790, k800, k810, Z Series Etc !

Here are few patches to get megabass on your SE K-series phone !

Follow this tutorial on how to apply patches. First apply Quick Access patch and then go ahead and apply these patches.

Patches are firmware specific, The Firmware Version is specified in the patch.
All of them change Bass to Megabass option. You can also get patches with change Voice Option to Megabass.

Read complete tutorial here

Parano!d, lasyk forum member has post a great tutorial to make Shake Controlled Wallpaper for Sony Ericsson W910 and K850. You can read completed tutorial here

Used script:
Quote:

fscommand2(“ExtendBacklightDuration”, 30);
fscommand2(“FullScreen”);
onEnterFrame = function () {
loadVariables(“accelerometer://data”, _root);
if (accX>1500) {
imager.play();
}
}
displayDevice = substring(eval(“/:$version”), 0, 2) == “FL” ? “phone” : “pc”;
if (displayDevice == “phone”) {nextButton._visible=false;}

Code explanation:
As every other animation that goes on a mobile phone this one has Extend Backlight Duration (to 30 seconds) and Full Screen fscommands. onEnterFrame makes sure that the following function will be repeated all the time though the movie has only one frame. The function is to read accelerometer data, in this case only the accX is of interest. The maximum it can react with Earth’s gravity is 990. When shaking the phone it can reach over 2000 but I find 1500 enough to initiate the wallpaper change which happens with simple play function for the “imager”. Imager is a movie clip that changes the picture to next one when it plays. It can be animated whatever way you like. The last 2 lines of the script are for those who want to preview the animation on PC. It unloads the next button if animation is open on the phone; on PC that button is visible and can be used.
Continue reading ‘How To Make Shake Controlled Wallpaper(W910 & K850)’ »