클립보드
11=2*4+3
2008-06-02 17:30 추가
http://forum.xda-developers.com/archive/index.php/t-389586.html 출처
########################
###S2U2 - Gif changer###
###Dr.Jeckyll - 2008 ###
########################
Repeat(9999)
If(ProcExists("iLock2.exe"))
Run("\Program Files\S2U2\iLock2.exe")
Sleep(1000)
SendOK()
EndIf
gif_nr = Rand(29) Change this Nr. to the number of gifs you want to use but +1
Copy("\Storage Card\My Pictures\"&%gif_nr%&".gif", "\Program Files\S2U2\gfx\Wallpaper.gif", TRUE) you can change the folder where the gif files are and you can change the installation folder of S2U2
Run("\Program Files\S2U2\iLock2.exe")
Sleep(3600000) every 1 hour the picture will change the time is in milliseconds
Run("\Program Files\S2U2\iLock2.exe")
Sleep(1500)
SendOK()
EndRepeat
2008-06-02 14:00추가
| 데니어 [denier] | ||
|
|
||
|
==================================================================
1. S2U2
아이폰 스타일로 스마트폰을 꾸며 주는 프로그램으로, M4650의 기본 화면 잠금 기능이 부족하여
많은 분들이 사용하는 프로그램입니다.
하지만 S2U2는 영문 OS를 기준으로 만들어진 프로그램이기 때문에, 한글 OS 상에서는 몇가지
충돌이 일어날 가능성이 있습니다.
한 예로, S2U2는 시스템 시간정보를 받아가는데 시스템상에 시간을 '오전/오후' 이렇게 해두면 S2U2에서 충돌발생해 Lock-up이 발생할 가능성이 있습니다.
이를 해결하기 위해서는 시작 -> 설정 -> 시스템 -> 국가별 설정 -> 시간 부분에서 오전, 오후 부분을
AM/PM 으로 수정하시면 해결 됩니다.
다만, 그 외에도 몇가지 문제가 발생될 소지가 있으니 사용에 주의를 요합니다.

Comments (0)