Jan 02 2013

jQuery ile yapılmış Slider ve Carousel arşivi

jQuery ile yapılmış Slider ve Carousel arşivi

Agile Carousel

Adı : Agile Carousel
Site : http://www.agilecarousel.com/
Demo : http://www.agilecarousel.com/#examples
Download : https://github.com/edtalmadge/Agile-Carousel





» Agile_Carousel_Examples.rar [145,74 Kb] (İndirme: 384) Hash :4ece20dbb50430d8be29a8ce640822c3




HTML5 Slideshow

Adı : HTML5 Slideshow
Site : http://tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/
Demo : http://demo.tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/html5-slideshow.html
Download : http://demo.tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/html5-slideshow.zip



» Html5-Slideshow_Example.zip [272,58 Kb] (İndirme: 657) Hash :0a7f7bf955460b35a3e949e391f94198




Coin Slider

Adı : Coin Slider
Site : http://workshop.rs/projects/coin-slider/
Demo : http://workshop.rs/projects/coin-slider/
Download : https://code.google.com/p/coin-slider/downloads/list



» coin-slider.rar [419,83 Kb] (İndirme: 516) Hash :45d16feaa7347cac6deeeab69257295c




Elixon Theatre 2.4

Adı : Elixon Theatre
Site : http://www.webdevelopers.eu/shop/5
Demo : http://www.webdevelopers.eu/shop/5/demo
Download : http://www.webdevelopers.eu/packages/wds/download.php?iid=5&license=3





» elixon-theatre.zip [2,82 Mb] (İndirme: 560) Hash :ad7e059e106bd2c94d59541890f2dfc7




rCarousel 1.1.3

Adı : rCarousel (jQuery UI)
Site : http://ryrych.github.com/rcarousel/
Demo : http://ryrych.github.com/rcarousel/#examples
Download : https://github.com/ryrych/rcarousel/zipball/1.1.3



» rCarousel_Examples.rar [1,94 Mb] (İndirme: 297) Hash :80ddd29035718d8eddd746b7cd449f6f



Jquery MS Carousel 1.6

Adı : Jquery MS Carousel
Site : http://www.marghoobsuleman.com/jquery-ms-carousel
Demo : http://www.marghoobsuleman.com/mywork/jcomponents/carousel/carousel-hidden-feature.html
Download : http://marghoobsuleman.com/sites/default/files/carousel.zip






» MS-Carousel_Examples.zip [1,18 Mb] (İndirme: 171) Hash :87f4b186788979871aa4c1a86e20d39a




jQuery.popeye 2.1

Adı : jQuery.popeye
Site : http://dev.herr-schuessler.de/jquery/popeye/
Demo : http://dev.herr-schuessler.de/jquery/popeye/demo.html
Download : http://dev.herr-schuessler.de/jquery/popeye/download/jQuery.popeye-2.1.zip



» popeye-slider.rar [31,11 Kb] (İndirme: 199) Hash :eaf029bd96df3cc4a8330e85158e50df




Roundabout 2.3

Adı : Roundabout
Site : http://fredhq.com/projects/roundabout
Demo : http://fredhq.com/projects/roundabout#/demos
Download : https://github.com/fredhq/roundabout/zipball/v2.3





» roundabout-sldier.rar [1,07 Mb] (İndirme: 234) Hash :7ead28ca057820edae64e7fbdfdcafd8




carouFredSel 5.5.0

Adı : carouFredSel
Site : http://caroufredsel.frebsite.nl/
Demo : http://caroufredsel.frebsite.nl/examples/basic-carousels.php
Download : http://caroufredsel.frebsite.nl/downloads/carouFredSel-5.5.0.zip





» caroufredsel.rar [411,98 Kb] (İndirme: 91) Hash :3bcc193a9cbb3bf1e779f7e942f20a03




Slides 1.1.9

Adı : Slides
Site : http://slidesjs.com/
Demo : http://slidesjs.com/
Download : http://slidesjs.com/downloads/slides.zip



» slides.rar [1,76 Mb] (İndirme: 641) Hash :74970ee1d47034641241a06745ed4ef0




Dual Slider 0.3

Adı : Dual Slider
Site : http://www.hugoandcat.com/DualSlider/index.html
Demo : http://www.hugoandcat.com/DualSlider/index.html
Download : http://www.hugoandcat.com/DualSlider/dualSlider.zip



» dualslider.zip [490,41 Kb] (İndirme: 300) Hash :716ef679b11571a780e451a69a87a9e8




Liquid Carousel 1.0

Adı : Slides
Site : http://www.nikolakis.net/liquidcarousel/
Demo : http://www.nikolakis.net/liquidcarousel/
Download : http://www.nikolakis.net/liquidcarousel/liquidcarousel.zip



» liquid-carousel.zip [125,61 Kb] (İndirme: 488) Hash :a6a3111908b89d4a3bbf0cacef293c99

Dec 28 2012

IIS FTP Site Creation and Management using C#

1. FTP C# Examples
2. Creating FTP and Web IIS virtual directories
    Create FTP and Web IIS Virtual Directory using C#
    Provisioning Sample in C#
3. Automating creation of IIS7 FTP site with C#
4. Simple FTP demo application using C#.Net 2.0

Dec 24 2012

DateTime.ToString() Patterns

DateTime.ToString() Patterns

All the patterns:

0 MM/dd/yyyy 08/22/2006
1 dddd, dd MMMM yyyy Tuesday, 22 August 2006
2 dddd, dd MMMM yyyy HH:mm Tuesday, 22 August 2006 06:30
3 dddd, dd MMMM yyyy hh:mm tt Tuesday, 22 August 2006 06:30 AM
4 dddd, dd MMMM yyyy H:mm Tuesday, 22 August 2006 6:30
5 dddd, dd MMMM yyyy h:mm tt Tuesday, 22 August 2006 6:30 AM
6 dddd, dd MMMM yyyy HH:mm:ss Tuesday, 22 August 2006 06:30:07
7 MM/dd/yyyy HH:mm 08/22/2006 06:30
8 MM/dd/yyyy hh:mm tt 08/22/2006 06:30 AM
9 MM/dd/yyyy H:mm 08/22/2006 6:30
10 MM/dd/yyyy h:mm tt 08/22/2006 6:30 AM
10 MM/dd/yyyy h:mm tt 08/22/2006 6:30 AM
10 MM/dd/yyyy h:mm tt 08/22/2006 6:30 AM
11 MM/dd/yyyy HH:mm:ss 08/22/2006 06:30:07
12 MMMM dd August 22
13 MMMM dd August 22
14 yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK 2006-08-22T06:30:07.7199222-04:00
15 yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK 2006-08-22T06:30:07.7199222-04:00
16 ddd, dd MMM yyyy HH':'mm':'ss 'GMT' Tue, 22 Aug 2006 06:30:07 GMT
17 ddd, dd MMM yyyy HH':'mm':'ss 'GMT' Tue, 22 Aug 2006 06:30:07 GMT
18 yyyy'-'MM'-'dd'T'HH':'mm':'ss 2006-08-22T06:30:07
19 HH:mm 06:30
20 hh:mm tt 06:30 AM
21 H:mm 6:30
22 h:mm tt 6:30 AM
23 HH:mm:ss 06:30:07
24 yyyy'-'MM'-'dd HH':'mm':'ss'Z' 2006-08-22 06:30:07Z
25 dddd, dd MMMM yyyy HH:mm:ss Tuesday, 22 August 2006 06:30:07
26 yyyy MMMM 2006 August
27 yyyy MMMM 2006 August

The patterns for DateTime.ToString ( 'd' ) :

0 MM/dd/yyyy 08/22/2006

The patterns for DateTime.ToString ( 'D' ) :

0 dddd, dd MMMM yyyy Tuesday, 22 August 2006

The patterns for DateTime.ToString ( 'f' ) :

0 dddd, dd MMMM yyyy HH:mm Tuesday, 22 August 2006 06:30
1 dddd, dd MMMM yyyy hh:mm tt Tuesday, 22 August 2006 06:30 AM
2 dddd, dd MMMM yyyy H:mm Tuesday, 22 August 2006 6:30
3 dddd, dd MMMM yyyy h:mm tt Tuesday, 22 August 2006 6:30 AM

The patterns for DateTime.ToString ( 'F' ) :

0 dddd, dd MMMM yyyy HH:mm:ss Tuesday, 22 August 2006 06:30:07

The patterns for DateTime.ToString ( 'g' ) :

0 MM/dd/yyyy HH:mm 08/22/2006 06:30
1 MM/dd/yyyy hh:mm tt 08/22/2006 06:30 AM
2 MM/dd/yyyy H:mm 08/22/2006 6:30
3 MM/dd/yyyy h:mm tt 08/22/2006 6:30 AM

The patterns for DateTime.ToString ( 'G' ) :

0 MM/dd/yyyy HH:mm:ss 08/22/2006 06:30:07

The patterns for DateTime.ToString ( 'm' ) :

0 MMMM dd August 22

The patterns for DateTime.ToString ( 'r' ) :

0 ddd, dd MMM yyyy HH':'mm':'ss 'GMT' Tue, 22 Aug 2006 06:30:07 GMT

The patterns for DateTime.ToString ( 's' ) :

0 yyyy'-'MM'-'dd'T'HH':'mm':'ss 2006-08-22T06:30:07

The patterns for DateTime.ToString ( 'u' ) :

0 yyyy'-'MM'-'dd HH':'mm':'ss'Z' 2006-08-22 06:30:07Z

The patterns for DateTime.ToString ( 'U' ) :

0 dddd, dd MMMM yyyy HH:mm:ss Tuesday, 22 August 2006 06:30:07

The patterns for DateTime.ToString ( 'y' ) :

0 yyyy MMMM 2006 August

Building a custom DateTime.ToString Patterns

The following details the meaning of each pattern character. Note the K and z character.

d Represents the day of the month as a number from 1 through 31. A single-digit day is formatted without a leading zero
dd Represents the day of the month as a number from 01 through 31. A single-digit day is formatted with a leading zero
ddd Represents the abbreviated name of the day of the week (Mon, Tues, Wed etc)
dddd Represents the full name of the day of the week (Monday, Tuesday etc)
h 12-hour clock hour (e.g. 7)
hh 12-hour clock, with a leading 0 (e.g. 07)
H 24-hour clock hour (e.g. 19)
HH 24-hour clock hour, with a leading 0 (e.g. 19)
m Minutes
mm Minutes with a leading zero
M Month number
MM Month number with leading zero
MMM Abbreviated Month Name (e.g. Dec)
MMMM Full month name (e.g. December)
s Seconds
ss Seconds with leading zero
t Abbreviated AM / PM (e.g. A or P)
tt AM / PM (e.g. AM or PM
y Year, no leading zero (e.g. 2001 would be 1)
yy Year, leadin zero (e.g. 2001 would be 01)
yyy Year, (e.g. 2001 would be 2001)
yyyy Year, (e.g. 2001 would be 2001)
K Represents the time zone information of a date and time value (e.g. +05:00)
z With DateTime values, represents the signed offset of the local operating system's time zone from Coordinated Universal Time (UTC), measured in hours. (e.g. +6)
zz As z but with leadin zero (e.g. +06)
zzz With DateTime values, represents the signed offset of the local operating system's time zone from UTC, measured in hours and minutes. (e.g. +06:00)
f Represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value.
ff Represents the two most significant digits of the seconds fraction; that is, it represents the hundredths of a second in a date and time value.
fff Represents the three most significant digits of the seconds fraction; that is, it represents the milliseconds in a date and time value.
ffff Represents the four most significant digits of the seconds fraction; that is, it represents the ten thousandths of a second in a date and time value. While it is possible to display the ten thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On Windows NT 3.5 and later, and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.
fffff Represents the five most significant digits of the seconds fraction; that is, it represents the hundred thousandths of a second in a date and time value. While it is possible to display the hundred thousandths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On Windows NT 3.5 and later, and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.
ffffff Represents the six most significant digits of the seconds fraction; that is, it represents the millionths of a second in a date and time value. While it is possible to display the millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On Windows NT 3.5 and later, and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.
fffffff Represents the seven most significant digits of the seconds fraction; that is, it represents the ten millionths of a second in a date and time value. While it is possible to display the ten millionths of a second component of a time value, that value may not be meaningful. The precision of date and time values depends on the resolution of the system clock. On Windows NT 3.5 and later, and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.
F Represents the most significant digit of the seconds fraction; that is, it represents the tenths of a second in a date and time value. Nothing is displayed if the digit is zero.
: Represents the time separator defined in the current DateTimeFormatInfo..::.TimeSeparator property. This separator is used to differentiate hours, minutes, and seconds.
/ Represents the date separator defined in the current DateTimeFormatInfo..::.DateSeparator property. This separator is used to differentiate years, months, and days.
" Represents a quoted string (quotation mark). Displays the literal value of any string between two quotation marks ("). Your application should precede each quotation mark with an escape character (\).
' Represents a quoted string (apostrophe). Displays the literal value of any string between two apostrophe (') characters.
%c Represents the result associated with a c custom format specifier, when the custom date and time format string consists solely of that custom format specifier. That is, to use the d, f, F, h, m, s, t, y, z, H, or M custom format specifier by itself, the application should specify %d, %f, %F, %h, %m, %s, %t, %y, %z, %H, or %M. For more information about using a single format specifier, see Using Single Custom Format Specifiers.

||\c || Represents the escape character, and displays the character "c" as a literal when that character is preceded by the escape character (\). To insert the backslash character itself in the result string, the application should use two escape characters ("\\").

Any other character copies any other character to the result string, without affecting formatting. ||

 

DateTime.Now
3/22/2006 1:03:25 PM 

DateTime.Now.ToString() 
3/22/2006 1:03:25 PM 

DateTime.Now.ToShortTimeString() 
1:03 PM 

DateTime.Now.ToShortDateString() 
3/22/2006 

DateTime.Now.ToLongTimeString() 
1:03:25 PM 

DateTime.Now.ToLongDateString() 
Wednesday, March 22, 2006 

DateTime.Now.ToString("d") 
3/22/2006 

DateTime.Now.ToString("D") 
Wednesday, March 22, 2006 

DateTime.Now.ToString("f") 
Wednesday, March 22, 2006 1:03 PM 

DateTime.Now.ToString("F") 
Wednesday, March 22, 2006 1:03:25 PM 

DateTime.Now.ToString("g") 
3/22/2006 1:03 PM 

DateTime.Now.ToString("G") 
3/22/2006 1:03:25 PM 

DateTime.Now.ToString("m") 
March 22 

DateTime.Now.ToString("r") 
Wed, 22 Mar 2006 13:03:25 GMT 

DateTime.Now.ToString("s") 
2006-03-22T13:03:25 

DateTime.Now.ToString("t") 
1:03 PM 

DateTime.Now.ToString("T") 
1:03:25 PM 

DateTime.Now.ToString("u") 
2006-03-22 13:03:25Z 

DateTime.Now.ToString("U") 
Wednesday, March 22, 2006 7:03:25 PM 

DateTime.Now.ToString("y") 
March, 2006 

DateTime.Now.ToString("dddd, MMMM dd yyyy") 
Wednesday, March 22 2006 

DateTime.Now.ToString("ddd, MMM d "'"yy") 
Wed, Mar 22 '06 

DateTime.Now.ToString("dddd, MMMM dd") 
Wednesday, March 22 

DateTime.Now.ToString("M/yy") 
3/06 

DateTime.Now.ToString("dd-MM-yy") 
22-03-06
Dec 14 2012

Behzat Ç 80

Dec 13 2012

android yazılımlı teller için imei değiştirmeye.

android yazılımlı teller için imei değiştirmeye.
Öncelikle telefonunuzu root yapmanız gerekmektedir.
Ardından markette veya internette kolayca apk sını bulabileceğiniz “Terminal Emulator” uygulamasını indirin ve kurun Uygulamaya girince karşınıza mavi ekran çıkacak önce oraya su yazarak enterlayın ve superuser olarak programı kullanmaya başlayın.Örnek olarak yazacağımız imei şu olsun 123456789012345 Şimdi aynı yere aşağıdaki kodu yazıp enterlıyoruz bir hata almamışsak teli kapatıp açıyoruz ve yeni imei hayırlı olsun.

IMEI 1 için echo ‘AT+EGMR=1,7,”123456789012345″‘ >/dev/pttycmd1

IMEI 2 İçin echo ‘AT+EGMR=1,10,”123456789012345″‘ >/dev/pttycmd1

https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=tr

 

Dec 13 2012

Samsung Galaxy Secret Code

Samsung Galaxy Secret Code 


*#06# (Display IMEI number)
*#1234# (Display current firmware)
*#*#4636#*#* (Diagnostic and general settings mode)
*#*#7780#*#* (Factory soft reset)
or *#7780#
*2767*3855# (Factory hard reset to ROM firmware default settings)
*2767*4387264636# (To display product code)
*#272*imei#* (Display/change CSC code)
or *#272*HHMM#*
*#*#1472365#*#* (GPS test settings)
*#*#197328640#*#* (Service mode main menu)
*#12580*369# (SW & HW Info)
*#232337# (Bluetooth Address)
*#232331# (Bluetooth Test Mode)
*#232338# (WLAN MAC Address)
*#0228# (ADC Reading)
*#32489# (Ciphering Info)
*#2263# (RF Band Selection)
*#9090# (Diagnostic ConfiguratioN)
*#7284# (USB I2C Mode Control)
*#232339# (WLAN Test Mode)
*#0842# (Vibra Motor Test Mode)
*#0782# (Real Time Clock Test)
*#0673# (Audio Test Mode)
*#0*# (General Test Mode)
*#872564# (USB Logging Control)
*#4238378# (GCF Configuration)
*#0283# (Audio Loopback Control)
*#1575# (GPS Control Menu)
*#3214789650# (LBS Test Mode)
*#745# (RIL Dump Menu)
*#03# (NAND Flash S/N)
*#0589# (Light Sensor Test Mode)
*#0588# (Proximity Sensor Test Mode)
*#273283*255*3282*# (Data Create Menu)
*#34971539# (Camera Firmware Update)
*#526# (WLAN Engineering Mode)
*#746# (Debug Dump Menu)
*#9900# (System Dump Mode)
*#44336# (Sofware Version Info)
*#273283*255*663282*# (Data Create SD Card)
*#3282*727336*# (Data Usage Status)
*#7594# (Remap Shutdown to End Call TSK)
*#0289# (Melody Test Mode)
*#2663# (TSP / TSK firmware update)
*#528# (WLAN Engineering Mode)
*#7412365# (Camera Firmware Menu)
or *#*#34971539#*#*
*#80# (Unknown)
*#07# (Test History)
*#3214789# (GCF Mode Status)
*#272886# (Auto Answer Selection)
*#8736364# (OTA Update Menu)
*#301279# (HSDPA/HSUPA Control Menu)
*#7353# (Quick Test Menu)
*2767*4387264636# (Sellout SMS / PCODE view)
*#7465625# (View Phone Lock Status)
*7465625*782*# (Configure Network Lock NSP)
*7465625*27*# (Insert Network Lock Keycode NSP/CP)
#7465625*27*# (Insert Content Provider Keycode)
#7465625*782*# (Insert Partitial Network Lock Keycode)
*7465625*77*# (Insert Network Lock Keycode SP)
#7465625*77*# (Insert Operator Lock Keycode)
*7465625*638*# (Configure Network Lock MCC/MNC)
#7465625*638*# (Insert Network Lock Keycode)

Dec 13 2012

Samsung Galaxy NOTE Secret code.

Samsung Galaxy NOTE Secret code.
*#06# = IMEI Number.
*#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.
#*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.
*#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.
#*7222# = Operation Typ: (Class C GSM)
#*7224# = !!! ERROR !!!
#*7252# = Operation Typ: (Class B GPRS)
#*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.
#*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.
#*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)
#*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.
#*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.
#*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.
*2767*688# = Reset Mobile TV.
#7263867# = RAM Dump. (On or Off)
* # 06 # Show IMEI number
* # 0 * # LCD Test Menu
* # * # 4636 # * # * user statistics and Phone Info
* # 0011 # Displays status information for the GSM
*#1234# View SW Version PDA, CSC, MODEM
*#12580*369# SW & HW Info
*#197328640# Service Mode
*#0228# ADC Reading
*#32489# (Ciphering Info)
*#232337# Bluetooth Address
*#232331# Bluetooth Test Mode
*#232338# WLAN MAC Address
*#232339# WLAN Test Mode
*#0842# Vibra Motor Test Mode
*#0782# Real Time Clock Test
*#0673# Audio Test Mode
*#0*# General Test Mode
*#2263# RF Band Selection
*#9090# Diagnostic ConfiguratioN
*#7284# USB I2C Mode Control
*#872564# USB Logging Control
*#4238378# GCF Configuration
*#0283# Audio Loopback Control
*#1575# GPS Control Menu
*#3214789650# LBS Test Mode
*#745# RIL Dump Menu
*#746# Debug Dump Menu
*#9900# System Dump Mode
*#44336# Sofware Version Info
*#7780# Factory Reset
*2767*3855# Full Factory Reset
*#0289# Melody Test Mode
*#2663# TSP / TSK firmware update
*#03# NAND Flash S/N
*#0589# Light Sensor Test Mode
*#0588# Proximity Sensor Test Mode
*#273283*255*3282*# Data Create Menu
*#273283*255*663282*# Data Create SD Card
*#3282*727336*# Data Usage Status
*#7594# Remap Shutdown to End Call TSK
*#34971539# Camera Firmware Update
*#526# WLAN Engineering Mode
*#528# WLAN Engineering Mode
*#7412365# Camera Firmware Menu
*#07# Test History
*#3214789# GCF Mode Status
*#272886# Auto Answer Selection
*#8736364# OTA Update Menu
*#301279# HSDPA/HSUPA Control Menu
*#7353# Quick Test Menu
*2767*4387264636# Sellout SMS / PCODE view
*#7465625# View Phone Lock Status
*7465625*638*# Configure Network Lock MCC/MNC
#7465625*638*# Insert Network Lock Keycode
*7465625*782*# Configure Network Lock NSP
#*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.
#7465625*782*# Insert Partitial Network Lock Keycode
*7465625*77*# Insert Network Lock Keycode SP
#7465625*77*# Insert Operator Lock Keycode
*7465625*27*# Insert Network Lock Keycode NSP/CP
#7465625*27*# Insert Content Provider Keycode
*#272*imei#* Product code , works on Froyo
*#*#7780#*#* Factory data reset

Dec 12 2012

Klavyenizi kullanma

Klavyenizi kullanma

Harf yazarken ya da sayısal veri girerken, klavyeniz bilgileri bilgisayarınıza girmenin ana yoludur. Ancak, bilgisayarınızı denetlemek için klavyenizi de kullanabileceğinizi biliyor muydunuz? Birkaç basit klavye komutu (bilgisayarınız için yönergeler) daha etkin olarak çalışmanıza yardımcı olabilir. Bu makale, temel klavye kullanma bilgilerini kapsamaktadır ve klavye komutlarına başlamanızı sağlar.

Tuşlar nasıl düzenlenir

Klavyenizdeki tuşlar, işlevlerine göre birkaç gruba ayrılabilirler:

  • Tuşlarla (alfasayısal) yazma. Bu tuşlar, geleneksel daktilodaki aynı harf, sayı, noktalama ve simge tuşlarından oluşmaktadır.

  • Denetim tuşları. Bu tuşlar, belirli eylemleri gerçekleştirmek için tek başına veya diğer tuşlarla birlikte kullanılır. En sık kullanılan denetim tuşları CTRL, ALT, Windows logosu tuşu Windows logo tuşunun resmive ESC'dir.
  • İşlev tuşları. İşlev tuşları belirli görevleri gerçekleştirmek için kullanılır. F1, F2, F3 şeklinde devam ederek F12'ye kadar etiketlenmiştir. Bu tuşların işlevleri programdan programa değişir.

  • Gezinme tuşları. Bu tuşlar, belgelerde ve web sayfalarında hareket etme ve metin düzenleme için kullanılır. Bunlara ok tuşları, HOME, END, PAGE UP, PAGE DOWN, DELETE ve INSERT dahildir.

  • Sayısal tuş takımı. Sayısal tuş takımı sayıları hızlı bir şekilde girmek için kullanışlıdır. Tuşlar, geleneksel bir hesap makinesi veya toplama makinesinde olduğu gibi bir blokta bir araya gruplanmıştır.

Aşağıdaki resimde, normal bir klavyede bu tuşların nasıl dizildiği gösterilmektedir. Klavye düzeniniz değişebilir.

Tuş türlerini gösteren klavyenin resmiTuşların klavyede dizilişi
Dec 12 2012

İGO Primo 2.0 Final Edition 2012 Full

-Önceden igo kurulu ise kaldırınız diyorum.
-Anlatım gayet basit.Bahsedilen sdkart cihazınızın dahili hafızasıdır.Harici kart olursa sdexternal olur.
Cihazınızın dosya yöneticisinden hafıza kartları sdkart(dahili hafıza) ve sdexternal (harici hafıza kartı) şeklinde görünür.
Siz burada sdkarta kopyalayacaksınız.B.sayarda ise card ve phone şeklinde görünür ve burada phone yazan yere atacaksınız.

800x480 için:
Aşağıda indirdiğiniz rarlı dosyayı açın.İGO klasörünü Sd karta kopyalayın.İGO klasörünün içindeki apkyı kurun. İşlem bu kadar.
İçinde Türkiye 2012.07 haritası ve Pois,peedcam,Google yerel arama(aktif) 3D,canlı trafik,building ve tüm dosyalar günceldir.

Part 1 http://www16.zippyshare.com/v/19463991/file.html
Part 2 http://www19.zippyshare.com/v/57420037/file.html
Part 3 http://www63.zippyshare.com/v/93075042/file.html

Dec 06 2012

Android Uygulamaları Direk Sd Karta Kurma

Andorid telefonların en büyük zaaflarından birisi Root işlemi yapmadan uygulamaları Sd karta kurma sorunudur. Bu gün size sunacağımız uygulama sayesinde Root işlemine gerek kalmadan direk olarak Sd karta uygulamanızı kurmuş olacaksınız.

Kullanımı Nasıl Yapılır?

İlk olarak Buradan veya GalaxyACE.rar (966,63 kb) indirin.

Uygulamamız telefona kurulan bir uygulama değildir. Windows işletim sistemi ile çalışmaktadır. Bu sebepten uygulamayı telefonunuza atmayınız.

Uygulama C: sürücüsünün tam altına kurulacaktır ve sağlıklı bir şekilde çalışacaktır.

Başta da bahsettiğimiz gibi Root işlemi gerektirmez.

Telefonunuzu bilgisayara takınız. Tabi ki bilgisayarınızda telefonunuza ait Usb sürücüleri kurulu olması gerekir.

Telefonu bilgisayara taktıktan sonra uygulamayı çalıştırınız.

sd karta uygulama yükleme androd Android Uygulamaları Direk Sd Karta Kurma

Kurulu uygulamaları hafıza kartına taşımak ve daha sonra kurulacaklarında otomatik olarak hafıza kartına kurulması için Uygulamaları Karta Kur butonuna basınız. Bir kez tıklamanız yeterlidir herhangi bir hata mesajı almazsanız işlem başarılı olmuş demektir.

Versiyon yüklemek için Download modunda aç butonuna basın telefonunuz kapanacak ve download modunda açılacaktır. Bu menü özellikle yazılımsal olarak zarar görmüş olduğundan download modua geçemiyen sistemlerde, bir şekilde tuşlardan birinin işlevsiz kaldığı durumlarda ve bazı yarı brick hallerinde kolayca downloadmoduna geçmek üzere tesarlanmıştır.

Kurtarma moduna geçmek için Recovery modunda aç butonuna basın. Telefonunuz kapanacak ve recovery modunda açılacaktır. Bu şekilde kısmi güncelleme ve yükleme için recovery moduna geçmiş olursunuz.

 

Program telefonunuza hiçbir zarar vermez. Çünkü program telefonunuza hiçbir yükleme yapmaz komut sistemi ile işlemler yapmaktadır.
Olabilecek herhangi bir sorun için konu altında belirtmeniz de fayda vardır. Hem arkadaşlarımız bilgilenmiş olur hemde biz elimizden geldiği kadar yardımcı olmuş oluruz.

Önemli Not:
App2SD, MoveSD, link2SD türü bir yöntem ve uygulama kullanıyorsanız bu programları kaldırmanız önerilir.

Uygulama+data+dalvik chace tümünün hafıza kartına yüklenmesi A2sd yönteminde güvenle kullanılabildiği, uygulamanın tamamını (cache dahil) özel kart bölümüne taşıdığı test edilmiştir.

Daha önceki versiyon olan kartatası.exe programını kullandıysanız bu yeni versiyonu tekrar kullanmak size bir artı kazandırmaz. Daha önce kullanmadıysanız.Yeni bir versiyon yüklediyseniz bu güncel versiyonunu kullanınız.

2.2.1 froyo ve 2.3.4 gingerbread arasındaki tüm android versiyonlarda çalışır. Eclair desteği yoktur.
Kullanıcıların test ettiği ve sorunsuz çalıştığını bildirdikleri telefonlar;
Galaxy S serisi, Galaxy ACE, FİT, GİO, MİNİ serisi, HTC serileri, Vodafone 945 (2.2.1 ve üstü sürümleri), Huawei X5, Sony xperia (model belirtilmemiş)

GalaxyACE.rar (966,63 kb)