Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Tuesday, 29 November 2011

Solution for wifi connection problem in galaxy fit


Thumbs up Solution for wifi connection problem in galaxy fit

The solution that worked for me is:- (i know its damn irritating )
Follow these steps:

1.Apps>Settings>Wireless and network>Wi-Fi settings
2. Press the menu key on that page (left most bottom hap key)>advanced
3. Select Static IP
4. Now enter the IP address, gateway, Netmask, DNS1 and DNS 2. You can find these numbers on your computer by typing cmd (dos command prompt) in the Run and then check youre IP settings. Type ipconfig in the cmd prompt. It will tell you the exact IP address. Make sure the last digit in the IP address is different from that of your PC. Else it will result in a conflict. Typically, the Static IP data on your Galaxy fit will have to be like

IP Address: 192.168.1.3 (the last digit will be that of your PC/ devices that you are using. It has to be diff for your smartphone)
Gateway: 192.168.1.2
Netmask: 255.255.255.0
DNS1: 192.168.1.1
DNS2: 192.168.1.2
__________________

How to increase battery life on the Galaxy fit


How to increase battery life on the Galaxy fit
While the Galaxy fit has an excellent battery life for a 4' Android device here a few tips to help increase your uptime without charging.

  • Turn off the automatic brightness and set it to the lowest setting. The display is the biggest power user.
  • Select only 2G if your not using 3G  (network settings)
  • Turn off bluetooth and wifi when not in use
  • Turn off automatic background syncing
  • Don't use live wallpapers
  • Avoid widgets that use live updates
  • Make sure you close apps properly by going through the menu, hitting home doesnt close apps
  • You can try apps like startup auditor and autokiller to kill of running background applications.
  • If you really wanna go crazy use a solid black wallpaper, it wont use any battery at all
  • Some Task Managers seem to work against battery saving and consume more battery doing so ending tasks at regular intervals. Monitor these applications to see if they improve or decrease battery life.
  • Poor signal strength decreases battery life - Try not to leave you phone in a bag or place that might inhibit the signal strength. With low signal strenght the Galaxy fit will consume a larger amount of power to maintain connection with the nearest cell tower or searching for another.

Monday, 24 October 2011

How to make themes and learn developing for samsung galaxy fit s gt 5670

its lil bit tough need hard work and patience with time (tut originally posted by Wilfred Clement )



Theme Developing, XML Editting:
Tools Needed :
  • APK Manager
  • Photoshop or other photo editing software’s ( corel draw etc etc)
  • FS Resizer or GIMP
  • NOTEPAD ++
From the start:
  • Make sure u hav a deodexed ROM….If your ROM is not deodexed den use xultimate to deodex….
  • You will get a zip or rar file in which u will find “meta inf” and “system”…. We will be concentrating only on the system folder…..Extract it to the desktop or which ever location u want….
  • Inside the system folder u would see folders called “app” “framework” “media” “bin” etc….
Let me explain what does these folders Hav to do,,,,,
v  “app” is the major folder which has to do with all the pre installed apps(default apps) like calculator camera mms(messaging) touchwiz  bluetooth etc…..
v  “framework” is the folder associated with the body formation (i.e) the skeleton of out fit…..examples like the battery icon,icons in the notification panel like “autorotate” “Wi-Fi”  “GPS” etc….
v  “media” consists of “bootanimation.zip” file allows u to change the boot animation ( we would discuss about this later) :D


Procedure for only ICON changing
TUTORIAL ON HOW TO CHANGE THE ICON OF APPS:
 STEP 1: First go into the “apps” folder and extract everythin(if u wish extract everythin or extract only the file u want) to the desktop…….
  • Don’t be bothered about the .odex files… concentrate only on the .apk files…..
  • for ex: if u wish to change the “messaging” icon…select mms.apk….enter into that and u would find folders called “res” “metainf”…….. ENTER into “res” folder and u would see folders such as “drawable” “drawable ldpi”( or similar to that) leave the folders like “xml” etc and just concentrate on “drawable-ldpi” and extract it to the desktop…..enter into that folder and u would find all the images which u see on the mobile while messaging…..  Hope u would remember how the icon for the messagin app be….now search for that….for this apk it would be as “ic_launcher_smsmms”….. and BINGO :D your done…… download a png of the icon u want from google (for that go into google and type message icon png and select images…. Select the image of ur choice and save it)
  • now copy that downloaded image (for ex the downloaded image name is 123.png replace that name to “ic_launcher_smsmms”)After renaming it copy and replace the default image in the “drawable ldpi” folder….. Similarly make changes for wat ever icon u want but REMBEMBER the icon ur changing should hav the same name of the default icon”
  • Since u’ve modded(changed) only the “drawable ldpi” folder copy that folder in which u hav changed the icon to the folder in “res” of “mms.apk”……  to make it clear delete the default drawable ldpi and replace it with the one u modded from the desktop……(to replace just drag from the desktop to the rar file) IF WINRAR asks a confirmation “update changes made” click YES…… cool now u’ve changed the icon of the messaging app….
  • Similarly try replacing the default icon of the calculator camera dialer tab activity etc by just moving into the apk file “res”à”drawable ldpi (hdpi, land-ldpi or wateva)
  • To go more interior take dialer tab activity and follow the above steps first.,….den replace the number icons, dialer_tab_background image with any image u like J but it should be of PNG and of the same default name while replacing it in the folder……
  • That’s it now u’ve learnt how to change the icons and images……
  • Now do the reverse of STEP 1….. copy the modded(changed) apk files from the desktop  into the “system”à”app” folder and don’t forget to save the changes…..
TUTORIAL ON HOW TO CHANGE THE ICON OF FRAMEWORK:
  • SIMILARLY just like how u replaced the icons of “apps” try replacing icons of framework folder….
  • Open “framework” folder…..u’ll find many .JAR files and “framework-res.apk” and “twt-framework.apk”
  • Go into framework-res.apkàresàand extract drawable (ldpi,hdpi,mdpi,land-hdpi) or wateva file is der to ur desktop…. Just as how u did it in “apps” replace the PNGS in it…. For ex: replace the alarm clock icon “auto rotate” “vibrate” “sound””battery icons” etc…..
  • After doing all the changes in drawable folder replace the drawable folder in “framework-res.apk” and replace this “framework-res.apk” in the framework folder of the RAR file….
XML EDITTING:

 XML editing is the trickiest and difficult part yet a challenging part :D :P
To do this u must need “apk manager” version 4 or higher…..

These are the folders inside the apk manager
Take the apk file for which u r goin to edit the xml for example to change the conversion of sms to mms from 4pgs to any no of pgs u want……copy the “mms.apk” file from “system”à”app” to “PLACE APK HERE FOR MODDING” of the apk manager….. HINT: for beginners u can edit only one file at a time :OAfter this open “SCRIPT”


ULL find a window like this…..IF u hav placed mms.apk file in “PLACE APK HERE FOR MODDING” den “NONE” would be shown as “mms.apk” or if u had placed “touchwiz.apk” it would show as “touchwiz.apk” on the place of NONE

Now press no 9….. the “DECOMPILING” would start and would finish with no alert…
now go to the “APK manager” folder and go into “PROJECTS” u’ll find mms.apk or wateva apk u hav used….
Den go into “RES”à”XML” ..... u’ll find “mms_config” open it with notepad or notepad++….(notepad++ is advisable and recommended)
You will find a line called <int name="smsToMmsTextThreshold">4</int> replace that four with whatever number u want…. 

Well u hav learnt how to edit the XML’s also…….try to edit xml of touchwiz (androidmanifest.xml) to enable touch wiz rotation or touchwiz(launcher_config{to change number of rows and columns}….”default_mainapplication_order”{to change order of the apps in the touch wiz}
All the changes must be made in the projects folder and COMPILE it again by pressing number 11…..
copy the COMPILED .APK back into “apps” or “framework-res” or from wer ever u took the apk file…..

THEME DEVELOPING DOESN’T COME WITHIN A DAY SO TRY IT REPEATEDLY TILL U GET THE ART 


credits : Wilfred Clement



Thursday, 6 October 2011

basic deodexed update.zip for samsung galaxy fit XXKQ2 and DDKQ5 romz


This is a basic deodexed update.zip for samsung galaxy fit XXKQ2 and DDKQ5

What does it do ?

1. Deodexes your ROM (removes .odex files and saves internal space) 
2. Roots your phone and adds superuser.
3. If you have flashed a theme and want to revert back to default stock theme then flash it.
4. Deletes  and retores the factory apps.

Installation :-

1. Download the file for XXKQ2 from http://adf.ly/33Oni and for DDKQ5 from http://www.multiupload.com/900K7T36G7
2. Place it in the root of the sdcard.
3. Flash it via recovery.

NOTE :-

1. Make sure you are using it on XXKQ2 or DDKQ5.

Sunday, 2 October 2011

samsung mobile code. - - - global code.







samsung mobile code. - - - global code.


*#1234# = Firmware Version.
*#2222# = H/W Version.
*#8999*8376263# = All Versions Together.
*#8999*8378# = Test Menu.
*#4777*8665# = GPSR Tool.
*#8999*523# = LCD Brightness.
*#8999*377# = Error Menu.
*#8999*327# = EEP Menu.
*#8999*667# = Debug Mode.
*#92782# = PhoneModel. (Wap)
#*5737425# = JAVA Mode.
*#2255# = Call List.
*#232337# = Bluetooth MAC Adress.
*#5282837# = Java Version.
#*4773# = Incremental Redundancy.
#*7752# = 8 PSK uplink capability bit.
#*7785# = Reset wakeup & RTK timer cariables/variables.
#*7200# = Tone Generator Mute.
#*3888# = BLUETOOTH Test mode.
#*7828# = Task screen.
#*#8377466# = S/W Version & H/W Version.
#*2562# = Restarts Phone.
#*2565# = No Blocking? General Defense.
#*3353# = General Defense, Code Erased.
#*3837# = Phone Hangs on White screen.
#*3849# = Restarts Phone.
#*3851# = Restarts Phone.
#*3876# = Restarts Phone.
#*7222# = Operation Typ: (Class C GSM)
#*7224# = !!! ERROR !!!
#*7252# = Operation Typ: (Class B GPRS)
#*7271# = CMD: (Not Available)
#*7274# = CMD: (Not Available)
#*7337# = Restarts Phone. (Resets Wap Settings)
#*2787# = CRTP ON/OFF.
#*2886# = AutoAnswer ON/OFF.
#*3737# = L1 AFC.
#*5133# = L1 HO Data.
#*7288# = GPRS Detached/Attached.
#*7287# = GPRS Attached.
#*7666# = White Screen.
#*7693# = Sleep Deactivate/Activate.
#*7284# = L1 HO Data.
#*2256# = Calibration info? (For CMD set DEBUGAUTONOMY in cihard.opt)
#*2286# = Databattery.
#*2527# = GPRS switching set to (Class 4, 8, 9, 10)
#*2679# = Copycat feature Activa/Deactivate.
#*3940# = External looptest 9600 bps.
#*4263# = Handsfree mode Activate/Deactivate.
#*4700# = Please use function 2637.
#*7352# = BVMC Reg value (LOW_SWTOFF, NOMINAL_SWTOFF)
#*2558# = Time ON.
#*3370# = Same as 4700.
#*3941# = External looptest 115200 bps
#*5176# = L1 Sleep.
#*7462# = SIM Phase.
#*7983# = Voltage/Freq.
#*7986# = Voltage.
#*8466# = Old Time.
#*2255# = Call Failed.
#*5187# = L1C2G trace Activate/Deactivate.
#*5376# = DELETE ALL SMS!!!!.
#*6837# = Official Software Version: (0003000016000702)
#*7524# = KCGPRS: (FF FF FF FF FF FF FF FF 07)
#*7562# = LOCI GPRS: (FF FF FF FF FF FF FF FF FF FF FF FE FF 01)
#*2337# = Permanent Registration Beep.
#*2474# = Charging Duration.
#*2834# = Audio Path. (Handsfree)
#*3270# = DCS Support Activate/Deactivate.
#*3282# = Data Activate/Deactivate.
#*3476# = EGSM Activate/Deactivate.
#*3676# = FORMAT FLASH VOLUME!!!
#*4760# = GSM Activate/Deactivate.
#*4864# = White Screen.
#*5171# = L1P1.
#*5172# = L1P2.
#*5173# = L1P3.
#*7326# = Accessory.
#*7683# = Sleep variable.
#*8465# = Time in L1.
#*2252# = Current CAL.
#*2836# = AVDDSS Management Activate/Deactivate.
#*3877# = Dump of SPY trace.
#*7728# = RSAV.
#*2677# = Same as 4700.
#*3728# = Time 2 Decod.
#*3725# = B4 last off.
#*7372# = Resetting the time to DPB variables.
#*7732# = Packet flow context bit Activate/Deactivate.
#*6833# = New uplink establishment Activate/Deactivate.
#*3273# = EGPRS multislot. (Class 4, 8, 9, 10)
#*7722# = RLC bitmap compression Activate/Deactivate.
#*2351# = Blinks 1347E201 in RED.
#*4472# = Hysteresis of serving cell: 3 dB
#*2775# = Switch to 2 inner speaker.
#*9270# = Force WBS.
#*7878# = FirstStartup. (0=NO, 1=YES)
#*3757# = DSL UART speed set to. (LOW, HIGH)
#*8726# = Switches USBACM to Normal.
#*8724# = Switches USBACM to Generator mode.
#*8727# = Switches USBACM to Slink mode.
#*8725# = Switches USBACM to Loop-back mode.
#*3838# = Blinks 3D030300 in RED.
#*2077# = GPRS Switch.
#*2027# = GPRS Switch.
#*0227# = GPRS Switch.
#*0277# = GPRS Switch.
#*8370# = Tfs4.0 Test 0.
#*8371# = Tfs4.0 Test 1.
#*8372# = Tfs4.0 Test 2.
#*8373# = Tfs4.0 Test 3.
#*8374# = Tfs4.0 Test 4.
#*8375# = Tfs4.0 Test 5.
#*8376# = Tfs4.0 Test 6.
#*8377# = Tfs4.0 Test 7.
#*8378# = Tfs4.0 Test 8.
#*8379# = Tfs4.0 Test 9.
#*7878# = FirstStartup. (0=NO, 1=YES)
#*3838# = Blinks 3D030300 in RED.
#*2077# = GPRS Switch.
#*2027# = GPRS Switch.
#*0227# = GPRS Switch.
#*0277# = GPRS Switch.
#*22671# = AMR REC START.
#*22672# = Stop AMR REC. (File name: /a/multimedia/sounds/voice list/ENGMODE.amr)
#*22673# = Pause REC.
#*22674# = Resume REC.
#*22675# = AMR Playback.
#*22676# = AMR Stop Play.
#*22677# = Pause Play.
#*22678# = Resume Play.
#*77261# = PCM Rec Req.
#*77262# = Stop PCM Rec.
#*77263# = PCM Playback.
#*77264# = PCM Stop Play.
#*22679# = AMR Get Time.
*#8999*364# = Watchdog ON/OFF.
*#8999*427# = WATCHDOG signal route setup.
*2767*226372# = Camera Reset. (deletes photos)
*2767*3855# = E2P Full Reset.
*2767*2878# = E2P Custom Reset.
*2767*927# = E2P Wap Reset.
*2767*226372# = E2P Camera Reset.
*2767*688# = Reset Mobile TV.
#7263867# = RAM Dump. (On or Off)


samsung mobile code. - - - wap / mms code.
*2767*43927# = Austria WAP Settings.
*2767*420927# = Czech WAP Settings.
*2767*33927# = France WAP Settings.
*2767*49927# = Germany WAP Settings.
*2767*30927# = Greece WAP Settings.
*2767*39927# = Italy WAP Settings.
*2767*31927# = Netherlands WAP Settings.
*2767*351927# = Portugal WAP Settings.
*2767*7927# = Russia WAP Settings.
*2767*34927# = Spain WAP Settings.
*2767*46927# = Sweden WAP Settings.
*2767*44927# = UK WAP Settings.
*2767*380927# = Ukraine WAP Settings.
*2767*73738927# = WAP Settings Reset.


*2767*43667# = Austria MMS Settings.
*2767*420667# = Czech MMS Settings.
*2767*33667# = France MMS Settings.
*2767*49667# = Germany MMS Settings.
*2767*30667# = Greece MMS Settings.
*2767*39667# = Italy MMS Settings.
*2767*31667# = Netherlands MMS Settings.
*2767*351667# = Portugal MMS Settings.
*2767*7667# = Russia MMS Settings.
*2767*34667# = Spain MMS Settings.
*2767*46667# = Sweden MMS Settings.
*2767*44667# = UK MMS Settings.
*2767*380667# = Ukraine MMS Settings.
samsung mobile code. - - - email code.
#*36245# Turns Email TestMenu on.
*2767*22236245# Email EPP set (....)!
*2767*837836245# Email Test Account!
*2767*29536245# Email Test2 Account!
*2767*036245# Email EPP reset!
*2767*136245# Email EPP set (1)!
*2767*736245# Email EPP set (7)!
*2767*3036245# Email...
*2767*3136245# Email...
*2767*3336245# Email...
*2767*3436245# Email...
*2767*3936245# Email...
*2767*4136245# Email...
*2767*4336245# Email...
*2767*4436245# Email...
*2767*4536245# Email...
*2767*4636245# Email...
*2767*4936245# Email...
*2767*6036245# Email...
*2767*6136245# Email...
*2767*6236245# Email...
*2767*6336245# Email...
*2767*6536245# Email...
*2767*6636245# Email...
*2767*8636245# Email...
*2767*85236245# Email...
samsung mobile code. - - - lock code.
*#7465625# = Check the locks.
*7465625*638*Code# = Enables Network lock.
#7465625*638*Code# = Disables Network lock.
*7465625*782*Code# = Enables Subset lock.
#7465625*782*Code# = Disables Subset lock.
*7465625*77*Code# = Enables SP lock.
#7465625*77*Code# = Disables SP lock.
*7465625*27*Code# = Enables CP lock.
#7465625*27*Code# = Disables CP lock.
*7465625*746*Code# = Enables SIM lock.
#7465625*746*Code# = Disables SIM lock.
*7465625*228# = Activa lock ON.
#7465625*228# = Activa lock OFF.
*7465625*28638# = Auto Network lock ON.
#7465625*28638# = Auto Network lock OFF.
*7465625*28782# = Auto subset lock ON.
#7465625*28782# = Auto subset lock OFF.
*7465625*2877# = Auto SP lock ON.
#7465625*2877# = Auto SP lock OFF.
*7465625*2827# = Auto CP lock ON.
#7465625*2827# = Auto CP lock OFF.
*7465625*28746# = Auto SIM lock ON.
#7465625*28746# = Auto SIM lock OFF.
samsung mobile code. - - - sound code.
Samsung phones.
Dial *#6984125*#
Test menu dial *#9072641*# (You need this one i think.)
Click 5 Audio - 2 AP volume config


Now you see zie je 4 things:
1 RCV config
2 EAR config
3 SPK config
4 BTH config


Now you see this:
1 MP volume
2 Keytone volume
3 Ringtone volume
4 Rec volume
5 FM radio volume
6 Camera volume
7 Voice call volume
8 Vt call volume
9 Voice memo volume


( SPK = Speaker )( Ear = Headset )


Tune Headset volume:
*#9072641*# - 2 EAR config - 3 Ringtone volume - Stap 6 tune it to 10
Tune movie volume:
*#9072641*# - 3 SPK config - 3 Ringtone volume - Stap 6 tune it to 10


Note it works but don't forget to type somewhere your old settings.

how to change you boot animation in Galaxy fit s5670 [root only]


Wink how to change you boot animation in Galaxy fit s5670 [root only]

downlod your fev boot animation file from google

or the one provided here in QVGA only

http://forum.xda-developers.com/showthread.php?t=744893

unzip it in pc remove bootanimation.zip from it and copy to your SD card

1. Using any root explorer app, rename (or delete, just make sure you have a backup) the 'samsungani' file to located in /system/bin
2. Rename the file 'bootanimation' (also located in /system/bin) to 'samsungani'
3. Now put the bootanimation.zip of your choice in /system/media folder

In some cases the samsungani will not be available so replace with samsungloop
__________________

Monday, 19 September 2011

[TUTORIAL] Create your own THEME with UOT Kitchen Samsung Galaxy Fit s5670

TUTORIAL

Who wants to change battery icon and status bar layout, there is a great solution...

Ultimate Online Theme Kitchen 
 
http://uot.dakra.lt/kitchen/


tested with Gingerbread 2.3.4 KPL/KQ2/KPG/KPI


NO ROOT OR DEODEX NEEDED.... 


go to website make you theme 


file upload section upload file (copy file from phone with root explorer)


select type galaxy in Select flashable zip scripting


go to summery 


submit work to kitchen


and download file and flash via recovery mode and restart done.


any problem post a comment .

Android gingerbread on Galaxy FIT S5670

Go to samfirmware.com (create your account > login > tool section > firmware > android choose Galaxy fit )

Check firmware version download the one you want :

Download It open Unzip it Odin Multi downloder



Download Process
1. Load the binary download program by executing the "Odin Multi Downloader v4.38

2. Select OPS file (BENI_v1.0.ops) from the folder that you saved the binary files.

3. Load the file of Bootloader, AMSS, PDA, CSC files from the folder that you saved the
binary files.


4. COM Port Mapping change to yellow colour when the phone with download mode is
connected to PC by data cable.
cf. You have to set the phone as a download mode by pressing Volume down + Middle
Key(OK Key) + End key simultaneously before connecting to PC .
Then, the port would be searched.


5. Click the Start button when the Port searched.


It will start to download.

when pass comes you done
enjoy Creditts : mine (Just kidding here)