Site on sale, contact us @ smartphonecity2012@gmail.com with your offer. Affiliate will be owner of 25% of total sale value.
Showing posts with label Symbian Tips n tricks. Show all posts
Showing posts with label Symbian Tips n tricks. Show all posts

Monday, 21 May 2012

How to Make Own SPB Shell Skin ? - Full Step by Step Tutorial


You can check out our Great Spb Shell skins Over here. What will be if you can make your own desired Skin ?Now you can learn how to make own SPB Shell skin from below tutorial. Whole credit goes to Raakaysh.

=> There are so many people who want to edit the Spb Mobile Shell to customize it in their own way and share their creation with the world. So here is a short article that will try to give you a step by step guide for modding the Spb Shell. I have had so many requests from my friends and others to tell them about modding the Shell. Since it was not possible to write a guide every time one asks you on a specific problem, I decided to prepare a wholesome account of the procedures.
The Spb Mobile for Symbian consists of two elements: the rle/bmp files that are made by converting a png file, and the xml part that lies inside all the dat files along with the rle/bmp files. The rle/bmp is related to the visual effect of the shell, while the xml entries define the function, arrangement and positioning of the elements of the Shell. Thus, for example, you will not be able to see any graphical widget unless there is an entry for it in the Widgets.xml (that is found inside the qa_layouts.dat) and the Index.xml (that is found inside every widget dat file). Thus, inside each va_xxx.dat there is the images of that widget ( 2 .bmp files for one image or 1 .rle file) and an archive called index.xml that contains the widget´s properties.

Opening a Dat File

You cannot open a dat file directly on your desktop so you need to change the extention .dat into .zip. Then right click on the file and extract it with WinRar or PowerArchiver. It would ask for a password that is ‘b0fm18zq’. Having extracted the dat files, you can edit them as you wish.

Converting a PNG Image to RLE or BMP Using Png2Skin

The Spb Mobile Shell for Symbian supports only rle/bmp images for its widgets and other graphical elements. Download a Sotware called Png2Skin.exe. I’ll set out my way of using png2skin.exe for you. This is how you can use the program: First of all create a folder as “1” in the C drive of your PC, and copy Png2Skin.exe inside it. So, it’s location is in C:\1. Now into that folder place all your files you want to convert to Rle format. Use Photoshop or any other Photo editor to make/convert/save as an image file in Png format. Copy the Png files to the newly created folder (‘1’). Now create a new text document and copy the following line in it:

c:\1\png2skin.exe c:\1\Arrows.png c:\1\ 8 RLE
In the above line ‘Arrows’ is the name of the png file to be converted to Rle. You can replace ‘Arrows’ with you own file name. Now copy the text-
  And paste it in the Windows Command Box. Then press the Enter key. Now you will see an Rle file beside your Png file. You can convert only one image at a time. Repeat the procedure to convert several images. Grab the Rle files and copy/replace them to your desired dat package.
You can also convert your Png images to Bmp by using Png2Skin.exe. For this, you will have to simply drag the Png image over the program icon. To edit an existing Bmp file, open it with Photoshop and cut out the image background to make it transparent. You can then convert it to to Rle or Bmp.

Creating a Widget in Spb Mobile Shell

As I have already said above, you need to do two things to create/add a new widget. Here we shall try to make a digital clock widget. The va_dclock_widget.dat file, for example, consists of three files: digits.rle, face.rle and index.xml. Therefore, you need to make the graphics file for the clock first. Thus, for this digital clock -

You will need two images: ‘face.rle’ and ‘digits.rle’. This is how they look before being converted to .rle format.
  
Now  take a look at the Index.xml file for this digital clock:
All you have to do is to play with the ‘x’ and ‘y’ values here. X value defines the horizontal (left/right) position of an image or element on your phone’s screen, so if you want to move the digits to the right side of the face, you only need to modify “22” in the timerect to a highernumber and if you want to move it to the left, give a lower number. In the same way Y defines the vertical (up/down) position. Use lower value to move it up and higher numbers to move down.
Having done this, we will have to pack the file into a .dat package. Put the there files (2 Rle and  index.xml) in a new folder. Open the folder and select all files by pressing Ctrl+A. Now right click on one of the files and select ‘Compress with Options’ (I use Powerarchiver for the purpose). The program will prompt you to input the password two times. Then click the Add button. You will have a new zip file in the same folder. Change the file extension from .zip to .dat. Now our dat package is ready. Rename the file name to ‘va_dclock_widget_green.dat’ (in this case).
The next step is to add the details of this widget in the widgets.xml that can be found inside the qa_layouts.dat. The widgets.xml generally has two entries for all widgets except the date and weather widgets. The first one looks like this:
<Plugin Name="ClockGreen" Class="Spb.LSP.DigitalClock" DoubleSkin="va_dclock_widget_green">
<BoundRect X="0" Y="0" Width="360" Height="115"/>
<String Name="_Size" Value="Green Digital Clock"/>
</Plugin>
And the second one, as follows:
<Plugin Name=" ClockGreen ">
 <BoundRect X="0" Y="0" Width="360" Height="115"/>
 </Plugin>
By changing the ‘x’ and ‘y’ values of the BoundRect, you can change the position of the highlight square line that appears over a widget when you try to drag its position on your screen in the Edit Mode of the Spb Shell. Changing the values of the Width and Height you can define the size of the highlight box of the widget. After making the entry of the widget in the widgets.xml, we need to save the changes and repack the qa_layouts.dat by following the above-mentioned procedure and put the file to the SpbShell folder located in E:/Others. Remember that each time you make any change in the qa_layouts.dat, you will have to exit delete the ‘SpbShell_20028b16.reg’ file from C:\System\Apps, and SpbShellBackup.reg from E:\Private\20028b16 \ to let the changes take effect.

Modifying the Features of the Shell

Exit the shell, then edit the file in the folder Spbmobileshell.rgs located in E:/private/20028b16.  Search/find the string ‘Panels’ or ‘ForceRemove Panels’ and delete unneeded panel to retain the structure and numbering. After that, you will have to delete the ‘SpbShell_20028b16.reg’ file from C:\System\Apps, and SpbShellBackup.reg from E:\Private\20028b16 \ to let the changes take effect.(WARNING: This will reset the Shell to the defaults, so do not forget to backup your settings from backup options in Menu> Settings> Right click the lower bar> Save Settings). Using less number of panels would free more RAM.

Sizes of Images for Wallpaper

You can use three sizes of images as wallpapers in the Spb Shell. In the Professional Mode, you can use 360×640 pixels Png/Jpeg images as wallpapers. However, in the Lifestyle Mode,  the ideal size of images should be 720×594 pixels in Jpeg format. You need to put these images in put in the folder E:\Images\Pictures\SPBShell\ (in the same drive on which you have installed the program). In some mods (my Spb Ultimate Edition Series, for example), you can configure different wallpapers on each homescreen. For this, you need to crop your images in 360×614 pixels. You can set fullscreen wallpapers with the help of the Picture Frame widget.

Adding Your Applications Folder  to SPB Menu

Open the file spbmobileshell.rgs by changing its extension to .xml. Here we shall try to add the “Video Player’’ to the program, for example, in the folder “Internet”. There are two ways to add an application to a specific folder: by defining the location of the .exe of a particular application, and by giving the UID. Here is the first method. Let’s begin and find the code:
ForceRemove 'Internet'
 {
 val Index = d '1 '
 val Image = d '2 '
 val Text = s 'Internet'
 val DrawType = s 'List'
 val MRUImage = d '185 '
 Code:
 ForceRemove 'Internet' - the name of the program
{
val Index = d '1 ' - her next number in the list
val Text = s 'Internet' - the name for the shortcut
val File = s' Z: \ sys \ bin \ BrowserNG.exe ' - path to .exe file or program in a form UID - '0 x101F4DED'
val ImagePath = s 'Z: \ sys \ bin \ BrowserNG.exe' - path to icon bend. This is either the path to the program, or UID
val MRU = d '0' - Parameter indicates the presence of the translation of the program's shortcut in some other language.
}
Or to add programs via UID, here is the code:
ForceRemove 'OperaBrowser'
 {
 val Index = d '2 '
 val Text = s 'Opera'
 val UseProgramName = d '1 '
 val Check = d '1 '
 val File = s '0 x101F4DED '
 val ImagePath = s '0 x101F4DED '
 val MRU = d '0 '
To add programs to the “Organizer”, search code:
ForceRemove 'Organizer'
 {
 val Index = d '0 '
 val Image = d '3 '
 val Text = s 'Organizer'
 val DrawType = s 'List'
 val MRUImage = d '186 '
To add programs in “Media”, look for the code:
ForceRemove 'Multimedia'
 {
 val Index = d '2 '
 val Image = d '6 '
 val Text = s 'Multimedia'
 val DrawType = s 'List'
 val MRUImage = d '189 '
Do not forget about the correct numbering, to avoid overlap.

Configuring the Number of Homescreens

Exit  the Shell first
Edit the file E: /System/apps/SpbShell_20028b16.reg.
Find the following lines:
[\ Software \ Spb Software House 2 \ Spb Mobile Shell \ Widgets \ HomeScreen]
ActivePage = 0
PageCount = 5
And change the PageCount = 5 to any value.  For example, for 9 pages change the value to ‘9’:
[\ Software \ Spb Software House 2 \ Spb Mobile Shell \ Widgets \ HomeScreen]
ActivePage = 0
PageCount = 9
After the changes restart the Shell.

How to Configure the Shell to Drag the Widgets to Bottom

1.  Extract qa_layouts.dat
2.  Edit LockScreen2.xml:
Height = "512" changed to "560"
 <Layout Name="360x640">
 <General>
 <Rect Name="DragRect" X="0" Y="0" Width="360" Height="512"/>
 </ General>
 </ Layout>
3.  Edit MenuBar.xml
Find the line:
<General>
<DialogObject Value="Spb.Data.MenuBar"/>
<LayerAlign Value="Bottom"/>
Change in:
<General>
 <DialogObject Value="Spb.Data.MenuBar"/>
 <LayerAlign Value="Bottom" Clip="0" />
Repack the qa_layouts.dat with the password “b0fm18zq” and copy to the folder /Others/ SPBShell. Restart the shell.

Editing the Bottom of the Spb Mobile Shell

Here is a list of xml files inside the qa_layouts.dat that determine the bottom portion of the shell in different screens (almost all files names start with ‘menu’). Take a look to find whwt is responsible for what.
  • MenuBar.xml – is responsible for the bar on the desktop;
  • MenuBar2.xml – for small menus and carousel;
  • MenuBarContacts.xml – a bar menu configures the contacts panel;
  • MenuBarCrop.xml – a bar on a page image cut to the desktop;
  • MenuBarList.xml – for when choosing a bar widgets;
  • MenuBarPopup.xml – For the pop-up window when you click the right button bar;
  • MenuBarPrograms.xml – Defines the configuration of the program panel;
  • MenuBarSkinDownloader.xml – at a bar when downloading images from Spb server;
  • MenuBarTransp.xml – I do not know why;
  • MenuBarWeather.xml – a bar in the weather.

Changing the Value of the Left Button Bar

  1. Copy the folder qa_layouts.dat shell on the computer.
  2. Rename a qa_layouts.zip.
  3. Unpack with winrar (password b0fm18zq).
  4. Open LockScreen2.xml and see what the name of a file that is responsible for the lower bar (if the custom theme). In the standard skin the code is:
     <Layers> <Layer/> <Layer Name=”Menu” Dialog=”MenuBar”/> </ Layers>
  5. Open MenuBar.xml with Notepad.
  6. Edit the following line:
 <Plugin Name="Panels" ID="3">
 <Int Name="ActivateOnPress" Value="1"/>
 <String Name="Action" Value="Panels"/>
 <Int Name="LeftBtn" Value="1"/>
 <Rect Name="SrcIcon" X="0" Y="108" Width="54" Height="54"/>
 </ Plugin>

 Options for the Designation of Panels

  • <String Name=”Action” Value=”Panels”/> (3D carousel)
  • <String Name=”Open” Value=”:BTN0″/> (Selected Programs)
  • <String Name=”Open” Value=”:LAUNCHER”/> (Selected Programs)
  • <String Name=”Open” Value=”:SPBMENU”/> (Spb Menu)
  • <String Name=”Open” Value=”:BTN1″/> (Contact)
  • <String Name=”Open” Value=”:CALLLOG”/> (Call History)
  • <String Name=”Open” Value=”:CONTACTS”/> (Spb Contacts)
  • <String Name=”Open” Value=”:FAVORITES”/> (Selected Contacts)
  • <String Name=”Open” Value=”:WEATHER”/> (Weather)
  • <String Name=”Open” Value=”:WEATHERCOND”/> “(Current weather)
  • <String Name=”Open” Value=”TASKMANAGER” /> (SPBshny Task Manager)
  • <String Name=”Open” Value=”:MANAGEFAVS”/> (Carousel favorite contacts)
  • <String Name=”Open” Value=”:AGENDA”/> (Schedule)
  • <String Name=”Open” Value=”:TIME”/> (Time (world + clock)

Sunday, 8 April 2012

How to add lyrics to Default Music Player in Symbian - Without PC and Internet - Symbian v5 - S^3 - Anna Belle - Tips and Tricks



You can use TTPOD H0N3 4.40 for auto lyrics and album cover download. But it requires internet and some time it cant find your track lyrics which makes you upset.

Now you can add lyrics of any song of your choice to Default music player of Symbian.

The default music player also supports .lrc files!
 An lrc file is just a text file with lyrics and a timestamp.

Steps to add lyrics:
1. Download the .lrc files from the internet. (ttpod also uses lrc files which are stored in e:/ttpod/lyrics)
2. Rename the lrc file as the same name of the mp3 file. Eg. If your song file is mysong.mp3 then rename the lrc file as mysong.lrc
3. Put the lrc file in the same folder of the song file. You can also take the lrc file from the ttpod/lyrics folder and place it there.


Now you done, Enjoy !!!

Tuesday, 27 March 2012

[Mod] Camera mute mod by Youhol - S^3 - Belle - Tweak





Time to capture without hearing the sound. Enjoy your silent camera anywhere anytime without disturbing the nearby people. The installation will be automatically added to drive c. Of course there is no icon with this release. After installation, open camera app and click setting. Then set the camera sound to off and restart.


 Click below to Download

Monday, 26 March 2012

[MOD] - New v1.7 - Menu Grid - Extended - Symbian^3 - Belle - Modding







Some of you may like Nokia N9 menu grid and want to change your Symbian^3 menu to that, if so then use this mod.

Procedure :

Extract in C:/sys/hash/Menurenderer.dll
Extract in E:/sys/bin/Menurenderer.dll

Extract in F:/sys/bin/Menurenderer.dll

If anything goes wrong, just pull out your microSD card and restart your device to revert the changes you had made.

Updated v1.7!!! The changes list:

1) More icons in portrait and landscape. 4x5 and 7x3.
2) Allow rename applications in menu.( You will delete the C:/sys/bin/menurenderer.dll, if you used this mod, before this day.)
3) Fixed icons alignment
4) Fixed text alignment.
5) Enabled function, to allow create folers in folders
6) Disabled scroll bar.

There are two folders in archive:
-first with all features
-second contains all features, but with enabled scroll bar.
Unpack the archive, and Reboot the phone (or kill homescreen and ailaunch).


Click below to Download





Wednesday, 29 February 2012

How to apply Flash Live Homescreens in Nokia S60v5.

Here is tutorial to Apply Flash Live Homescreens in Nokia S60v5.


1. Download any flash live HS (.swf) from internet or download my given WP7 Flash live hs and download Flash hs and c2z patch.zip from below.
2. Extract Flash live hs and c2z patch.zip.
3. Open rom patcher and apply open4all patch.
4. Copy private, resource and sys in flash live/c folder to root folder of c: by using x plore or any other file browser.
4. Copy c2z patch to e:/patches.
5. Extract gadget.zip and extract gadget.swf to e:
6. Open rom patcher and apply c2z patch.
7. Go to themes/home screen themes and apply flash live.

You can use flash live hs just rename any flash live hs to gadget.swf... For example if you have iphone.swf then rename it to gadget.swf and paste it to e:

Important
To make ur own c2z patch
-apply open4all patch in rompatcher and then install c2z patch maker. It is present in zip file. Install it and open it. Then click generate. A c2z.rmp patch will form in e. Copy it to e/patches. It will help u to make phone not hang.

Note:-
You will need a Application Dial Pad for Default Dialer to work with Flash HomeScreens
 
                                           Downloads:
                                           Gadgets.zip
                                                       Flash hs and c2z patch.zip
                                                                      


You Can Get Many Cool Flash Live HomeScreens From Here and Here.

Saturday, 25 February 2012

How to apply Theme Effect in Symbian V5 and S^3 - Anna Belle - Tutorial




First thing to apply Custom theme effect is your phone must be hacked. You can hack your phone in 1 min without PC easily with our tutorial here - Hack symbian

Now Download any theme effects from our site - 20 Cool Theme effects for symbian

Open rompatcher and apply Openfor all and C2Z or E2Z patches (if you not have romepatcher then get it from hack Symbian download link)
Note:- Every device have different C2Z patch you can create it with this application and apply by rompatcher - C2Z Maker

You will found effects folder in achived folder (that theme effect folder you downloaded) place that to C:/resources

Now go to menu/settings/theme/general/theme and go option then choose theme effect and select ON.


Now you done. Enjoy !!!

We have many great theme effects for you just checkout  them also.

Friday, 17 February 2012

How to save bluetooth Message files to Memory Card Folders - Symbian Tricks



As you know symbian bluetooth files not recieved in mem card and comes in messages. We can easily save video and audio files but not jar and sis setups.

We can send jar and sis files from hacked devices . But reciever can't save them he/she can only install that file.

So here is an short tutorial how to save apps, games setups from bluetooth messages. Some apps also help you to recieve files directly in memcard. But what will be if you already have some important setup that you want to get in memory card from bluetooth ?

Tutorial :
You need to have mobile guard to do this trick. Get it from - here
-Now run Netqin MobiGuard and go to bluetooth files from file manager.
- Now Select bluetooth file that you want to save and then select folder. You can copy or move files.

Now you done!!!


Now send the game or app or tranfer to pc simplified .

Wednesday, 1 February 2012

20 Theme effects for Symbian V5 - S^3 - Anna Belle - Free Download


Here is 20 cool hand picked theme effects collection.


Note:- Your device must be hacked to apply these theme effects .

Read readme text file from download folder to learn how to apply these theme effects.
Enjoy!!!

Share and spread happyness :)



Download here

Saturday, 14 January 2012

HOW TO FLASH NOKIA MOBILES THROUGH J.A.F. FULL TUTORIAL FOR NOKIA SYMBIN, STEP BY STEP WITH VIDEO TUTORIAL.

Download Software:

1. Download and install Windows Installer 3.1 
2. Download and install .NET Framework 2.0
3. Download Navifirm
 




Download Flashing Tools:

1. Download  Nokia Flash Tools 
(Contains JAF 1.98.62 , Pkey Emulator , Jaf_nok4models.ini File) install JAF 1.98.62 and put OGM pkey Emulator on Desktop.
 
Now place the Jaf_nok4models.ini file in c:\program files\ODEON\JAF\
Replace The older one with this file.



You have to install Nokia pc suite if you dont have Download from Here.



First of all Check out this Video Tutorial by abhisek :


Flashing with JAF.
JAF will load files from here so copy your firmware files here: 


1.   Copy all firmware to :"C:\Program Files\Nokia\Phoenix\Products\RM-356\" or 
"C:\Program Files\Common Files\Nokia\DataPackage\Products\RM-356\" (e.g. for Nokia 5230)
Note:- Change Rm-356 folder to your Nokia device Rm version. You can find it by dialing *#0000# or you can see your RM version backside of your mobile behind of Battery.



2. Connect your phone with PC Suite Mode.
3. Now open OGM_JAF_PKEY_Emulator_v3.exe from Desktop.



4. Now click GO. (Dont make any changes.)



5. Then you will see Error: BOX DRIVER NOT INSTALLED ==> click OK (don`t panic)



6. Now click on BB5 tab and untick CRT 308 and tick following:- 
    *Manual Flash
    *Dead USB
    *Use INI and wait for 20 seconds



7. Select your phone model and press Ok.



8. You will see MCU, PPM, CNT, APE Variant become green now. ( In some symbian devices CNT green glow didnt glow but dont worry Continue) 

Connect your device and choose Mass Storage mode and delete four folders : sys, system, resources and private. 



9. Now TURN OFF your phone !! and then click FLASH button after that press power button for  2 seconds (don't hold it) on your phone and JAF now will start flashing.

If Jaf dont detect your phone then try again and again until it not detected .



10. Fter completing flashing your phone will restart .

Note: - 
Note:-
  1. You cant downgrade from new version to old. It will break your phone.
  2. If your phone breaked (dead) while flashing then flash again.
  3. After flashing successfully do a hard reset by this code : *#7370#

Now you done enjoy new features and much more.



If you still having some problem in flashing comment below.


Flashing with J.A.F Video Tutorial:  


Many people are unable to flash their phones with this process which shows them errors like Error reading INIT Data, Files corrupt or missing, Phone not found etc. So for them, here is a 3-way Flash process which is comparably more convenient than the above mentioned process. Kindly follow the instructions below :


1. First backup your phone data i.e. only contacts and messages to your memory card. Do not backup using Nokia Suite. To backup via phone, go to your File manager > Select backup > Backup Content only Messages & Contacts (Bookmarks if needed) > Options > Backup Now.
It will create the backup in your memory card and the phone will restart.

2. Go to your Core Files Location i.e. C:Program Files/Nokia/Phoenix/Product/RM-XXX/ and rename the .C00 file to .c0r extension. This is very much essential or else the process won’t work.

3. Open JAF Emulator by running it with Windows XP Service Pack 2 compatibility mode if you’re using Windows 7.

4. Go to BB5 tab and untick CRT308, tick on Normal Mode, Dead USB and Manual Flash. Now like before don’t click on Use INI or else it will automatically use the firmware files.

5. Click on the following lights and select the files respectively.
MCU - c0r
PPM - rofs2
APE - uda
You will find total 3 green lights will be glowing instead of 4. As here we are not going to select any file for CNT. CNT light will not be glowing and it shouldn’t glow in this process. Don’t select any file for it.


6. Now simply click on Flash, it will show a warning that you have selected the above files for flashing, downgrading will kill phone. Ignore it and click on yes.

7. When it will ask to power on your phone, Gently press the power button for 1/2 seconds and leave the phone without any disturbance. Remember, your phone should not get disturbed a bit also or else the Init usb connection will be lost and it will show error reading phone data or phone not found. Do not disturb them.

8. After the flash is complete, it will show “Nokia Local Mode” in a white screen. Remove your battery to switch off your phone, insert again and switch it ON. It will work perfectly fine. If you want to hard reset your phone after flash, then dial *#7370# to format your factor settings and data.

9. Restore your backup data via phone’s file manager and enjoy your new custom firmware!

Friday, 13 January 2012

Kill Certificate & Key Files Sign Error Forever Safely in You Symbianr

Now this new latest technique where you will No Need of Cer & Key Files to sign your apps following below method with the help of DrWeb 6 Antivirus app, would help to inject RomPatcher driver files into your mobile drive C:/Sys/Bin (which may not accessible in Symbian Devices by you as its restricted) so we gonna unlock C:/Sys/Bin folder using Rom Patcher’s OPEN4ALL patch and then we will move Installserver.exe into C:/Sys/Bin using X-plore File Manager to Kill Certificate & Key Errors and restrictions for installing any unsigned .sis appz.




Note: All the tools using this Tutorial are included in the download pack found end of the post.

How to:

Lets know How to Hack SymbianOS9.x S60v5, S^3 (PR 1.0, 1.1, 1.2), Latest Symbian Anna (PR 2.0) and Symbian Belle (PR 3.0) SmartPhones:

1. Connect phone with PC / Memory Card to card-reader or any media where you can access private folder.
(Mass storage mode)
2. Move to E:/ drive mass memory OR F:/ Memory card.
3. Install DrWeb6 mobile anti-virus Available in download package.
a. Open Dr. Web6 antivirus application.
b. Go to Options – Quarantine
c. Go Options – Select all
d. Go Options – Restore
e. RomPacther drivers now in c:sysbin folder
4. Now install (Symbian60v5.com)RomPatcherPlus_3.1_LiteVersion.sisx file from Downloaded zip package.
5. Launch RomPatcher+ then apply Open4all patch.
6. Now you can access all folders even private un-accessible folders in your mobile memory.
7. Finally, apply installserver patch found in web installserver.exe which latest may need installing all sis applications without any certificate & key restrictions.


Download Pack here

Thursday, 8 December 2011

Android 2.2 froyo without SPB Shell on your Nokia S60v5 and symbian^3 like Nokia 5233, 5230, x6, n8, x7, c6, c6-01, e7, e6 5800 etc.




Now enjoy Android froyo on your Nokia mobile without SPB shell. Its like official Android 2.2 froyo and works like you have original Android mobile.

Here is tutorial:-

1. Download this file GDesk v0.35b3.rar
2. Extract GDesk v0.35b3.rar to your memory card.
3. Install all sis files.
4. then run GDesk app in your mobile. 
5. Tap to screen and click on design option.
6. then again tap to screen and select load design.
7. Select Froyo.gdd
8. Then goto option and tick fullscreen and in orientation tick portrait.












                                                                 Download






Please like us Facebook.

Wednesday, 7 December 2011

recover deleted messages

Hi friends if you deleted an important sms accidentally dont worry,here is an trick for you to restore that deleted sms,this can be done only for symbian mobile phones or phones with file managers. 
requirements: 
Any system explorer or file explorer program (eg. LCG X-Plore) 
Step 1: 
Open Fexplorer in your mobile 
Step 2: 
Select drive C: or D: (on which sms is stored) 
depending on the memory in which the Sms messages have been saved. 
Step 3: 
For example u selected c: , Then open “system” folder. 
Step 4: 
Then in “system” folder open “mail” folder. 
Step 5: 
Then in this folder u will see different folders (eg 0010001_s) and certain files (eg 00100000). These files are the actual messages. Browse through every folder and open all files till u get the sms u are looking for. 
Step 6: 
For opening the files don’t choose options>file>open as it will show format not supported rather choose options>file>hex/text viewer.By selecting the “Hex/ text viewer” u ll be able to open and read the deleted SMS message. 
thus you can get your accidentally deleted sms messages back.


        by VALLABH CHOLE

Tips & Tricks for Symbians!

Tips & Tricks for Symbians!
Tip 1 : Do u know how to use the edit button (abc or pencil button)?
Heres how... in the inbox for example; u wanna delete multiple sms, simply hold the edit button, scroll down, and then, press c to delete the marked sms. The edit button can also b used to copy and past text in sms, simply hold it and scroll across, choose copy. pretty good for placing song names in ngages
Tip 2 : Shit happens, on a smartphone, its inevitable u do something wrong, and tis calls for a format of fone. to format the fone, press *#7370#, then enter the lock code, which is the sec code of the fone. NOTE: batt must b full, else if format is disrupted by low batt, consequences will b disatrous
I heard the code *#7780# works too, pretty much the same i tink.
for 6600 users, to format the fone, theres an alternative way. Press and hold <3>, <*> and Call (Send) buttons, then power on fone, keep holding on the 3 buttons, till u come to a format screen. this method ONLY works on 6600, and need not enter the sec code. BUT sec code would be reset to default 12345.
Tip 3 : TO NGAGE USERS; Did u know u can install .sis files simply using the cable given? Juz plug it in, place the .sis file anywhere on e: (the mmc), not in any folders, root of e:, disconnect, then look for it in manager.

Tip 4: Save on battery and system memory being used by regulary checking the task manager which can be accessed by holding down the menu button!!
Tip 5: Type *#06# to display your IMEI serial number, very valuable for the unlocking your phone to other sim cards
Tip 6: Type *#0000# to view which firmware version you are running
Tip 4a: Set the screen saver to a short time out period to prolong battery life.
Tip 4b: Avoid restarting the phone, or repeatedly turning it on and off. This helps increase battery life.
Tip 7: If you would like to avoid being "blue jacked", keep bluetooth turned off, or set your phone's visibility to hidden.
Tip 8: Don't want to carry a watch and a phone? Set the screen saver to show date and time, then you can ditch the watch.
Tip 9: Save memory when installing apps, by installing over bluetooth. This can be done using the nokia phone suite and a bluetooth serial connection. Only works with .SIS files, so java still has to be sent to the phone, but will save space when using .SIS files.
Tip 10: Operator logos
Use a filemanager like FExplorer or SeleQ to add the folders: "c:/system/Apps/phone/oplogo". Add a .bmp picture to folder "oplogo" and restart your phone! The .bmp picture size needs to be: 97 x 25 pixels
Tip 11: Check if the recepients phone is on
Delivery reports
or
Type *0# your message in the message composer window space then write your message, the recipient will not see the star zero hash bit - just the message When they read it it will relay a message back to your fone showing the time they recieved it. (haven't yet tried it myself though)
Tip 12: BlueJacking
First up, you need to know what Bluetooth is. There are lots of types of modern devices that incorporate Bluetooth as one of their many features. PDAs, mobile phones and laptops are a few of these modern devices. Bluetooth means that Bluetooth enabled devices can send things like phonebook/address book contacts, pictures & notes to other Bluetooth enabled devices wirelessly over a range of about 10 metres. So, we've got past the boring part. Now, using a phone with Bluetooth, you can create a phonebook contact and write a message, eg. 'Hello, you've been bluejacked', in the 'Name' field. Then you can search for other phones with Bluetooth and send that phonebook contact to them. On their phone, a message will popup saying "'Hello, you've been bluejacked' has just been received by Bluetooth" or something along those lines. For most 'victims' they will have no idea as to how the message appeared on their phone.

Tip 13: While you are viewing a picture in your phone's gallery, press one of these shortcut keys (definitely works on 6600, not sure about other symbians)
1 - turn image anticlockwise
3 - turn image clockwise
* - toggle on/off of full screen
5 - zoom in
0 - zoom out
#15 u can select all files in a folder by selecting THE folder and copy it then paste it somewhere. however u need to make a new directory. fexplorer wun let u copy that folder together. well seleQ can mark files to copy but it really takes time!
#16: A soft and Hard reset
A Soft-reset - the process of resetting all the settings of the phone to the factory default! No applications are deleted! A Hard-reset is like formatting a drive! It does format the memory. Everything that has been installed after the first use of the phone is deleted! It will recover the memory of the phone to the state you purchased it! It is done by inputing the following code: *#7370# NOTE: The battery must be full or the charger has to be connected to the phone so that it does not run out of power and make the phone unusable.
#17: Formats of images
supported ones: JPG UPF GIF87a/89a WBMB MBM TIFF/F PNG EXIF
How to copy & paste text in your Nokia 3650:
Press and hold the pencil key and select your text using the scroll key.
Left function key will change to 'Copy'. Press it to copy the selected text to clipboard.
You can paste the clipboard contents the same way:
press and hold the pencil key and press 'Paste'. Or, press pencil key once and select 'Paste'.
Press and hold the Menu key to open the application switching window, where you can *duh* switch between applications.
If a program hangs and you can't shut it down, select the application in the
application switching window and press 'C' to kill it. It's also a faster way to exit programs.
Turn on/off the "click" sound made by the camera by selecting the 'Silent' profile or by turning warning tones on/off:
Menu > Profiles > "select your activated profile" > Personalise > Warning tones > On/Off.
(This also effects the sound of Java games and apps).
To change background image go to:
Menu > Tools > Settings > Phone > Standby mode > Background image > Yes > "choose an image".
The best size for background images is 174x132 pixels.
Only got blue, green and purple in your 3650 colour palette?
This free app adds 3 more colours: Palette Extender.
Display an image when someone's calling:
Menu > Contacts > "select a contact card" > Options > Edit > Options > Add thumbnail > "choose an image".
Add a personal ringing tone to a contact:
Menu > Contacts > "select a contact card" > Options > Open > Options > Ringing tone > "choose a ringing tone".
Delete all messages from your Inbox at once:
Menu > Messaging > Inbox > Options > Mark/Unmark > Mark all > Options > Delete.
Send or hide your caller ID: Go to: Menu > Tools > Settings > Call > Send My
Caller ID > 'Yes', 'No' or 'Set By Network' to follow the default settings of your home network.
If you often copy large files to your MultiMedia Card, I recommend a card reader.
E.g. With a card reader it takes only 12 seconds to copy a 10 MB file!
Record the sound of a phone call using the (sound) Recorder.
Menu > Extra's > Recorder > Options > Record sound clip.
Note: short beeps are audible during call registration.
But there is a 60 second limitation so if you want unlimited sound recording get this app: Extended Recorder.
While writing text, press "#" to switch between upper and lower case and Dictonary on/off (predictive text input).
Press and hold "#" to switch between Alpha mode and Number mode.
Keyboard shortcuts for zooming and rotating images in Images:
1 = zoom in, 0 = zoom out, press and hold to return to the normal view.
2 = rotate anticlockwise, 9 = rotate clockwise, * = full screen.
 

How to free more RAM on your phone >>>

 FOR S60v5 use speedy go app and remove change sms storage to memory card use AIO patch ,mcleaner
download speedy go from here- speedy go
and  aio patch from here - aio patch
mcleaner read this for more info about mcleaner - download from here - download mcleaner

>>> Method 1: Flight mode:

Put your phone in "Flight mode" with Psiloc System Tools. Install System Tools, open it and select "Flight mode". This way you can restart the phone without your SIM card so there will be no running phone tasks in the background. Now you can have up to 3,5 MB of free RAM!
Note: ironically enough, Flight mode doesn't work when Smart Launcher is installed, at least in my case.
But i've also heard several reports of people who have both apps running without any problems.


>>> Method 2: Smart Launcher trick:

Install Smart Launcher and open it. Go to Options, Settings and put Launcher ON.
Now plug in your charger and switch off your phone. Wait untill the battery meter appears and short press the Menu button (don't hold).
The menu should appear and now you can have 3,5 to 4,5 MB free RAM! (Hold Menu button to check RAM).
The trick is that with the charger plugged in, the phone must get a minimum software support for charging, even when
the phone is switched off. And somehow Smart Launcher has still got it's shortcut running and that's the Menu button. So when
you press the Menu button, you go directly to the Menu without any other phone tasks running in the background so
you trick the phone and you have more free RAM!
Note: when you unplug the charger, the phone will switch off.

>>> Method 3: Menu :

This method I found it by myself, it frees a little about 100~200 KB but I guess it's useful sometime
Close your menu not by selecting the right selection key "exit", or pressing the menu key another time, they only hide the menu app but do not close it, to close it select the left selection key "option" and scroll down and select "exit"
So when you open an app needs more ram reopen menu and close it, it's useful when play low bit rate video in realplayer paradis.


   BY VALLABH CHOLE
 

What is Symbian? and its supporting devices

What is Symbian?

Every electronic material need some instruction.In new material like MOBILE PHONES AND PC there is special program means rule which they follow. All modern computing devices, big or small, require an Operating System, also known as an OS. The OS contains all the basic instructions that the computer needs in order to do things.

Symbian is one of those OS. mainly Nokia is running on symbian platform but samsung also launched symbian phone OMNIA HD.
Symbian is the operating system used on the Nokia 5800, on all of Nokia's smartphones, and on smartphones from many other manufacturers too such as Samsung, Sony Ericsson and LG.
S60, also known as Series 60, is a software platform and interface that sits on top of Symbian.

In the past there were other flavours of Symbian such as Symbian UIQ, Symbian Series 80 and Symbian Series 90. However, nowadays all Symbian phone manufacturers use Symbian S60. Because all Symbian phones now use S60, the two terms are often used interchangeably.

Which version of Symbian and S60 does the Nokia 5800,5233,5230 use?

The 5800 runs Symbian version 9.4 and S60 5th Edition. These are the very latest versions, and the 5800 is the first phone to run them.

S60 5th Edition is sometimes written as S60v5.

What about the S60 web browser? What's that?

It's the web browser that is built into phones running Symbian S60.

Do all of Nokia's phones run Symbian?

No. Only their advanced phone models (the smartphones) run Symbian. The ordinary cheaper models run a much simpler operating system called ISA. ISA-based phones use an interface called Series 40, and they're often referred to as "Series 40 phones".

For various historical reasons some people mistakenly think Series 40 is something to do with Symbian, but it isn't.

Are all Symbian phones made by Nokia?

No. Nokia is the biggest maker of Symbian phones, but they're not the only maker. Other companies such as Samsung, Sony Ericsson, LG and others also manufacture Symbian devices.

If Symbian is so widely-used, why have I never heard of it?

Symbian is in over 250 million devices and about half of all smartphones use it as their operating system. It's by far the most used OS on portable computing devices.
The reason you probably haven't heard of it is because it's not really a consumer brand. Manufacturers who use it in their smartphones tend not to mention it on the phone's box or on the start-up screen, so most Symbian users aren't aware that they ARE Symbian users! :-)
However that may change soon as the old Symbian company has been replaced by the Symbian Foundation, an organisation dedicated to encouraging Symbian use and awareness. The Symbian operating system has now been made royalty-free so any manufacturer can use it free-of-charge, and the Symbian "source code" is about to become open source, along much the same lines as Google's Android operating system.
Don't worry if that last part sounded like gibberish, you don't need to know anything about operating systems in order to use them. In fact you probably use several different OSes every day, in your computer, your phone, your games console, even your car if it's a new model. OSes intended for public use hide their workings behind easy-to-use interfaces so you never have to worry about what goes on behind the scenes.

What is a "smartphone" anyway?

Well, different people have different definitions of the word, but basically it means a combination of a computer and a mobile phone. Smartphones are like pocket-sized PCs, and you can even attach a monitor and full-size keyboard to many smartphones (including the 5800).

If you want a very technical definition, we would say that a smartphone lets you install and run native software. Native software means applications and games that can access the phone's computing hardware very directly, which means they can use the hardware to its fullest.

Non-smart phones can run Java apps and games, but these have to run through a special application called Java VM, which slows things down and restricts what the Java software can do. Native apps can work directly with the phone itself, and that's why smartphones can run more advanced applications than normal phones. For example smartphone games tend to have much better graphics than games on ordinary phones, because smartphone games are native software.

Who created Symbian?

Symbian, originally known as EPOC, was created by the British firm Psion, who are perhaps most famous for their best-selling "Organiser", "Series 3" and "Series 5" pocket computers of the 1990s. Psion were one of the co-founders of the Symbian company, but sold their shares a few years later.



                       I know this is stupid blog but so many people don know about symbian,JAVA,AND android so iposted this blog first and then i will post other blog.

The Samsung Omnia HD and the Nokia 5800 XpressMusic are both powered by Symbian S60 5th Edition.


 





















S60 V1--








THANKS FOR READING AND VISITING -vallabh Chole



If you are first time here, Like our page to receive all new updates on your Facebook Wall.

Powered By | Best Site for Your Smartphone Via Fastest Growing Site

ShareThis

Related Posts Plugin for WordPress, Blogger...

 
Design by SmartPhoneCity | Bloggerized by Smartphonecity - (C) SMARTPHONECITY.IN | Admin: admin@smartphonecity.in