theme(

theme("NextGen");ini_set("force_col


theme("NextGen");
ini_set("force_colorspace","rgba");
ini_set("rom_name", "MrSL");
ini_set("rom_version", "V2.3");
ini_set("rom_author", "MrSL");
ini_set("rom_device", "Xperia Z3&Z3C");
ini_set("rom_date", "2015年12月");

##
# Show Simple Splash
#
anisplash(
# #-- Number of Loop
1,

"splash/1", 500,
"splash/2", 500,
"splash/3", 500,
"splash/4", 500,
"splash/5", 500,
"splash/6", 2000
);

#
# Set Small Font to Support all fonts
#
loadlang("langs/cn.lang");
fontresload( "0", "ttf/Roboto-Regular.ttf;ttf/DroidSansFallback.ttf;", "12" );
fontresload( "1", "ttf/Roboto-Regular.ttf;ttf/DroidSansFallback.ttf;", "14" );
###################################################################################################################
#
# SHOW ROM INFORMATION
#

viewbox(
#-- Title
"欢迎光临!",

#-- Text
"即将刷写 "+
#-- Get Config Value
ini_get("rom_name")+
" Rom "+ini_get("rom_device")+".

"+

" 作者名称 : "+ini_get("rom_author")+"
"+
" ROM版本 : "+ini_get("rom_version")+"
"+
" 定制日期 : "+ini_get("rom_date")+"
"+
" Mr.SL.Q群 : 6559636
"+
" 机锋论坛 : http://bbs.gfan.com
"+

"EXR团队作品 欢迎您使用!",

#-- Icon
"@welcome"
);

###################################################################################################################
#
# WIPE USERDATA PARTITION
#


selectbox(
"高级选顶?",
"清除数据选择:",
"icons/customize",
"wipe.prop",

"不清除手机数据","如果你是从其他系列ROM刷机,不推荐!",0,
"清除手机数据","不会影响到你手机内部存储内容和SD卡内容!",1
);

###################################################################################################################
#
# SELECT YOUR DEVICE
#

selectbox(
"您手机的型号?",
"选择您的设备:",
"icons/agreement",
"device.prop",

"Sony Xperia Z3 D6603 D6653","默认联通",1,
"Sony Xperia Z3 移动版L55T","默认移动",0,
"Sony Xperia Z3 SOL26联通4G电信3G移动2G","默认联通",0,
"Sony Xperia Z3 SOL26电信版3G","电信3G",0,
"Sony Xperia Z3 SOL26移动版4G","移动4G",0,
"Sony Xperia Z3 S0-01G 401S0","日版",0
);


###################################################################################################################
#
# SELECT MODS
#

selectbox(
"电源菜单添加功能选项",
"附加功能:",
"icons/update",
"addpower.prop",

"添加飞行模式","在电源菜单添加飞行模式",0,
"添加声音面板","在电源菜单添加声音面板",0,
"添加立即锁定","在电源菜单添加添加立即锁定",0,
"添加飞行模式和声音面板","在电源菜单添加飞行模式和声音面板",0,
"添加全部","在电源菜单添加飞行模式、立即锁定和声音面板",0,
"不添加这些功能","原索尼官方电源菜单",1
);

checkbox(
"添加资源?",
"附加功能:",
"icons/update",
"additional.prop",

"自带天气透明","Sony自带天气透明化更美观",0,
"来去电震动","",1,
"全屏助手","中兴全屏助手",0,
"一键锁屏","",1,
"手电筒","",1
);


###################################################################################################################
#
# SELECT SONY APPLICATIONS
#

checkbox(
"系统程序选项?",
"选择您需要的系统程序:",
"icons/apps",
"customize.prop",

"屏幕镜像","通过wifi在电视上镜像手机屏幕",1,
"索尼备份还原程序","经常备份的可选",0,
"索尼电子邮件","喜欢自带的必选",1,
"Google服务包","大型游戏必备",1,
"XPERIA诊断程序","诊断设备各个硬件",0,
"VPN 局域网服务","如果你需要科学上网,必选",1,
"SIM卡工具","SIM服务工具,没什么用处",0,
"定位跟踪","定位跟踪你的手机",0,
"简洁home","官方自带简洁home主页",0,
"STM10录音器","索尼STM10录音器",1,
"涂画","索尼涂画工具",1,
"智能连接","索尼日常智能连接",0,
"便笺","索尼便笺工具",1
);


checkbox(
"xposed服务?",
"选择您需要的模板:",
"icons/update",
"xposed.prop",

"xposed框架","刷入xposed框架",1,
"变色状态与导航栏","",1,
"Xperia™ Xposed (LP)","调整系统的各种功能和美化各种布局",1,
"绿色守护","",1,
"磨砂状态栏","",1
);


###################################################################################################################
#
# SELECT ENHANCEMENTS
#

checkbox(
"相机附件功能?",
"选择您需要的应用:",
"icons/confirm",
"enhancements.prop",

"AR图片效果","",1,
"AR酷玩","",1,
"创意效果","",1,
"背景虚化","",1,
"图中露脸儿","",1,
"Info-eye™","",1,
"联机合拍","",1,
"全景扫描","",1,
"有声照片","",1,
"疾速连拍","",1,
"Social live","",0
);

###################################################################################################################
#
# INSTALLING
#

ini_set("text_next", "开始刷写");

viewbox(
"准备开始安装",
"您现在准备开始安装.

"+
"请按下 开始刷写 即可开始安装.

"+
"如果您想查看或更改设置,请按下菜单.",
"@install"
);

ini_set("text_next", "下一步");

install(
"正在刷写ROM中...",
"已经开始刷写 "+ini_get("rom_name")+" ROM 中...
"+
"请您稍候...",
"icons/installbutton",
"刷写完毕! 请按下下一步"
);

viewbox(
"已刷写成功!",
"您现在已经可以使用体验了"+ini_get("rom_name")+".

"+
"欢迎加入QQ交流群:74949132

"+
"内置有推广App,诚请您联网运行一次,对我最大的支持,谢谢!

",
"@welcome"
);

## - 选择重启
if
confirm(
"重启选择?",
"是:重启进入系统 否:返回REC刷写系统",
"icons/info",
"是",
"否"
)=="yes"
then
reboot("onfinish");
endif;
0/5000
Từ: -
Sang: -
Kết quả (Anh) 1: [Sao chép]
Sao chép!
theme("NextGen");ini_set("force_colorspace","rgba");ini_set("rom_name", "MrSL");ini_set("rom_version", "V2.3");ini_set("rom_author", "MrSL");ini_set("rom_device", "Xperia Z3&Z3C");Ini_set ("rom_date", "December 2015");### Show Simple Splash#anisplash(# #-- Number of Loop 1, "splash/1", 500, "splash/2", 500, "splash/3", 500, "splash/4", 500, "splash/5", 500, "splash/6", 2000);## Set Small Font to Support all fonts#loadlang("langs/cn.lang");fontresload( "0", "ttf/Roboto-Regular.ttf;ttf/DroidSansFallback.ttf;", "12" );fontresload( "1", "ttf/Roboto-Regular.ttf;ttf/DroidSansFallback.ttf;", "14" );##################################################################################################################### SHOW ROM INFORMATION#viewbox( #-- Title "Welcome!" #-- Text "Will be flashing "+ #-- Get Config Value ini_get("rom_name")+ " Rom "+ini_get("rom_device")+".

"+ "Author name : <#selectbg_g>"+ini_get("rom_author")+"
"+ "T ROM versions: <#selectbg_g>"+ini_get("rom_version")+"
"+ "Custom date : <#selectbg_g>"+ini_get("rom_date")+"
"+ "T Mr.SL.Q group: <#selectbg_g>6559636
"+ "T witticisms Forum: <#selectbg_g>http://bbs.gfan.com
"+ "EXR team work you are welcome to use! ", #-- Icon "@welcome");##################################################################################################################### WIPE USERDATA PARTITION#selectbox( "Senior election? ", "Clear the data selection:", "icons/customize", "wipe.prop", "Mobile data is not cleared," "If you are from the other series ROM Flash, it is not recommended! ", 0, "Clear data", "does not affect the internal storage and SD card content to your phone! "1);##################################################################################################################### SELECT YOUR DEVICE#selectbox( "Your phone's model number? ", "Select your device:" "icons/agreement", "device.prop", "Sony Xperia Z3 D6603 D6653", "default connection", 1, "Sony Xperia Z3 mobile version of L55T", "default moves", 0, "Sony Xperia 4G Z3 SOL26 Unicom Telecom 3G move 2G", "default connection", 0, "Sony Xperia Z3 SOL26 Telecom 3G", "3G Telecom", 0, "Sony Xperia Z3 SOL26 mobile 4G", "4G", 0, "Sony Xperia Z3 S0-01G 401S0", "version", 0);##################################################################################################################### SELECT MODS#selectbox( "Power add functionality to the menu option" "Additional features" "icons/update", "addpower.prop", "Add flight mode", the "Add flight mode in the power menu", 0, "Add sound Panel", "add a sound power menu panel", 0, "Add locked", "in the power menu add add locked", 0, The "Add flight patterns and sound Panel", "Add flight patterns and sound power menu panel", 0, "Add all", "add a flight mode, locked, and sound power menu panel", 0, "Do not add these features", "original Sony power menu", 1);checkbox( "Add a resource? ", "Additional features" "icons/update", "additional.prop", "With clear weather," "Sony brings transparency more beautiful weather", 0, "Electric shock", "", 1, "Full screen Assistant", "ZTE screen Assistant", 0, "One key lock screen", "", 1, "Flashlight", "", 1);##################################################################################################################### SELECT SONY APPLICATIONS#checkbox( "System program options? ", "Choose the program you need:" "icons/apps", "customize.prop", "Mirroring the screen", "through the mirror TV WiFi cell phone screen", 1, "Sony backup restore procedures", "regular backups of the optional", 0, "Sony's e-mail", "like the required", 1, "Google services", "big game", 1, "XPERIA Diagnostics", "diagnosis of various hardware devices", 0, "VPN LAN services", "If you need scientific Internet required", 1, "SIM card", "SIM Services tool, useless", 0, "Location tracking", "tracking your cell phone", 0, "Simple home", "the official with a simple home page", 0, "STM10 recorder", "Sony STM10 recorder", 1, "Graffiti", "Sony's Paint tools", 1, "Intelligent connect", "Sony daily intelligent connection", 0, "Notes", "Sony note tools", 1);checkbox( "Xposed service? ", "Select the template that you need:" "icons/update", "xposed.prop", "Xposed framework", "brush into the Xposed framework", 1, "Color and navigation bar", "", 1, "The Xperia ™ Xposed (LP)", "adjust the system's functions and beautify the layout", 1, "Green Guard", "", 1, "Scrubs the status bar", "", 1);##################################################################################################################### SELECT ENHANCEMENTS#checkbox( "Camera attachments? ", "Choose the applications you need:" "icons/confirm", "enhancements.prop", "AR pictures", "", 1, "AR", "", 1, "Creative effect", "", 1, "Background blur", "", 1, "Drawing show", "", 1, "Info-eye™","",1, "Online in tune", "", 1, "Pan scan", "", 1, "Sound pictures", "", 1, "Rapid continuous shooting", "", 1, "Social live","",0);##################################################################################################################### INSTALLING#Ini_set ("text_next", "start writing");viewbox( The "ready to install" "You are now ready to begin installing.

" + "Press start flashing to start the installation.

" + "If you want to view or change the setting, press the menu.", "@install");Ini_set ("text_next", "next");install( "Is flashing in the ROM..." "Has started flashing " +ini_get ("rom_name") + " ROM ...
" + "Please wait ..." "icons/installbutton", "Flashing is complete! Please press Next");viewbox( "Brush to write successful!" "You can now experience the " +ini_get ("rom_name") + ".

" + "Welcome to the Exchange QQ Group: 74949132

"+ "<#selectbg_g> built-in promotion App, ask your network runs once, my biggest support, thank you!

", "@welcome");##-Select restartif confirm( "Reset selection?" "Yes: restart system whether it returns REC brush writing system", "icons/info", "Yes", "No" )=="yes"then reboot("onfinish");endif;
đang được dịch, vui lòng đợi..
Kết quả (Anh) 2:[Sao chép]
Sao chép!

Theme ("NextGen");
ini_set ("force_colorspace", "rgba");
ini_set ("rom_name", "MrSL");
ini_set ("rom_version", "V2.3");
ini_set ("rom_author", "MrSL ");
ini_set ("rom_device", "Xperia Z3 & Z3C");
ini_set ("rom_date", "2015年12月"); ## # Show Simple Splash # anisplash ( # # - Number of Loop 1, "Splash / 1 ", 500, "Splash / 2", 500, "Splash / 3", 500, "Splash / 4", 500, "Splash / 5", 500, "Splash / 6", 2000 ); # # Set Small font to Support All Fonts # loadlang ("langs / cn.lang"); fontresload ("0", "ttf / Roboto-Regular.ttf; ttf / DroidSansFallback.ttf;", "12"); fontresload ("1" , "ttf / Roboto-Regular.ttf; ttf / DroidSansFallback.ttf;", "14"); ########################### ################################################## ###################################### # # SHOW INFORMATION ROM # viewbox ( # - Title "Welcome!", # - Text "is about to brush write "+ # - Get Config Value ini_get ("rom_name") + " Rom "+ ini_get (" rom_device ") +" + N N. " "Author Name t: <#selectbg_g> "+ ini_get (" rom_author ") +" N "+ "ROM version t: <#selectbg_g> "+ ini_get (" rom_version ") +" N "+ "custom date t: <#selectbg_g> "+ ini_get (" rom_date ") +" N "+ "Mr.SL.Q group t: <#selectbg_g> 6,559,636 N "+ "machine front forum t: <#selectbg_g> http://bbs.gfan.com N "+ " EXR team work are welcome to use! ", # - Icon "welcome" ); ###################################### ################################################## ########################### # # WIPE USERDATA PARTITION # selectbox ( "? advanced options top", "Clear data selection:" " Icons / Customize ", "wipe.prop", "not cleared phone data", "If you are from other series ROM brush machine, not recommended!", 0, "Clear phone data", "will not affect your phone's internal storage ! content and SD card contents ", 1 ); ####################################### ################################################## ########################## # # SELECT YOUR DEVICE # selectbox ( "your phone number?", "Choose your device:" "Icons / Agreement", "device.prop", "Sony Xperia Z3 D6603 D6653", "default Unicom", 1, "Sony Mobile Xperia Z3 L55T", "Default mobile", 0, "Sony Xperia Z3 SOL26 Unicom 4G Telecom 3G mobile 2G "," default Unicom ", 0, "Sony Xperia Z3 SOL26 Telecom Edition 3G", "Telecom 3G", 0, "Sony Mobile Xperia Z3 SOL26 4G", "Mobile 4G", 0, "Sony Xperia Z3 S0-01G 401S0 "," Japanese version ", 0 ); ################################### ################################################## ############################## # # SELECT MODS # selectbox ( "Power Options menu to add" "additional features:" , "Icons / Update", "addpower.prop", "add flight", "in the power menu to add flight mode", 0, "Adding sound Panel", "power menu to add sound panel", 0, "adding immediately lock "," in the power menu to add add immediately locked ", 0, "add flight mode and sound panel", "flight mode menu to add the power and sound panel", 0, "add all", "flight mode menu to add power , immediately locking and sound panel ", 0, "do not add these features," "original Sony official power menu", 1 ); checkbox ( "add resources? ", "Additional functions:", "Icons / Update", "additional.prop", "weather comes transparent", "Sony transparency weather comes more beautiful", 0, "come and go electric shock", "", 1. "Full assistant", "ZTE fullscreen assistant", 0, "a key lock screen", "", 1, "flashlight", "", 1 ); ############# ################################################## ################################################## ## # # SELECT SONY APPLICATIONS # checkbox ( "System Options?" "Choose the program you need the system:", "Icons / Apps", "customize.prop", "screen image", "on television by wifi Mirroring the phone screen ", 1, "Sony backup and restore procedures," "backups often optional," 0, "Sony's e-mail", "love comes Required", 1, "Google service package", "big game necessary ", 1, "XPERIA Diagnostics", "diagnostic equipment various hardware", 0, "VPN LAN service", "If you need scientific Internet Required", 1, "SIM card tool", "SIM Services Tools , useless ", 0, "location tracking", "locating and tracking your phone", 0, "simple home", "comes the official home page is simple", 0, "STM10 Recorder", "Sony STM10 Recorder" , 1, "painting", "Sony paint tools", 1, "intelligent connection", "Sony Daily intelligent connection", 0, "memo", "Sony Notes tool", 1 ); checkbox ( "Xposed service? ", "select the template you want:", "Icons / Update", "xposed.prop", "Xposed framework", "brush into xposed framework" 1, "color status and navigation bar", "", 1, "Various features and beautification of various layout adjustment system" "Xperia ™ Xposed (LP)",, 1, "green guardian", "", 1, "Matte status bar", "", 1 ); ### ################################################## ################################################## ############ # # SELECT ENHANCEMENTS # checkbox ( "? camera attachment features', "select the application you want:", "Icons / confirm", "enhancements.prop", "AR Pictures effect "," ", 1, "AR Coldplay", "", 1, "creative effect", "", 1, "bokeh", "", 1, "the figure faceless child", "", 1, "Info-eye ™", "", 1, "Online tune", "", 1, "panoramic scan", "", 1, "sound picture", "", 1, "quickly CS" , "", 1, "Social Live", "", 0 ); ################################# ################################################## ################################ # # INSTALLING # ini_set ("text_next", "Start writing brush"); viewbox ( "ready to start the installation," "You are now ready to begin the installation. N N" + "press start flashing to begin the installation. N N "+ "If you want to view or change settings, press menu ",. "Install" ); ini_set ("text_next", "Next"); install ( "is flashing the ROM ...", "has begun writing brush "+ ini_get (" rom_name ") +" ROM in the ... N "+ "Please wait ...", "Icons / installbutton", "brush write complete press! Next " ); viewbox ( "has flashed successfully"! "You now you can experience the "+ ini_get (" rom_name ") +" N N "+. " Welcome to QQ exchange group: 74949132 N N "+ "<#selectbg_g> Built promotion App, invite you to Networking run once, my greatest support, thank you! N N ", "welcome" ); ## - select Reboot if confirm ( ? "reboot option" "is: No reboot into the system: Return REC brush writing system", "Icons / info", "is" , "No" ) == "Yes" then reboot ("onfinish"); ENDIF;




































































































































































































































đang được dịch, vui lòng đợi..
Kết quả (Anh) 3:[Sao chép]
Sao chép!
"Splash/6" splash/5 "splash/4" splash/3 "splash/2" splash/1 of (simple divas
date and set the Z3C (set; set; set; name set (set; (
theme "NextGen
ini_set force colorspace" RGBA ");
ini_set" ROM "MrSL
ini_set" ROM version of "v2.3)
ini_set" rom the author, "MrSL
ini_set" rom the device "," the Xperia Z3? ");
ini_set" ROM "2015 years 12 month");

Splash

anisplash
number Loop


500
5
5
5
5
".2000
.


set small font to support all fonts

loadlang ("langs/cn.lang");
fontresload ("0" and "ttf/Roboto-Regular.ttf; ttf/DroidSansFallback.ttf;" and "12");
fontresload ("1" and "ttf/Roboto-Regular.ttf; ttf/DroidSansFallback.ttf;" and "14").
(write - "welcome (ROM all the

INFORMATION


viewbox
Title
presence!,

Text
will brush < b >"
get config Value
ini to get "ROM name")
"< / b > ROM < b >" ini get ("ROM device") .



"author name : < Selectbg_g> the < g >" ini get (ROM author) / >
"
" ROM version : < Selectbg_g> the < g > "ini get (ROM version) / >
"
custom date : < Selectbg_g> the < g > "ini get (" ROM date ") / >
"
"Mr.SL.Q group : < Selectbg_g>65596366559636
"
eloquent forum : < Selectbg_g>http://bbs.gfan.comhttp://bbs.gfan.com
"

."EXR team work welcomes you to use! (

; "" "

Icon
@welcome


wipe USERDATA PARTITION



selectbox




" top pick? "," clear the data select: "
" icons/customize ",
"Wipe.prop",


"don't clear cell phone data", "if you are from the other series ROM brush, do not recommend! ", 0," clear cell phone data "," will not affect the contents of your mobile phone internal storage and SD card content!
select

,
.

your DEVICE

selectbox (
"your cell phone model? ; 4G Mobile Telecom Mobile Telecom China Unicom mobile the L55T device.prop "icons/agreement,"
"you choose the equipment:"
"
" "

" Sony Xperia Z3 d6603 and d6653 "default Unicom, 1.
" Sony Xperia Z3 mobile edition "and" default ", 0.
" Sony Xperia Z3 SOL26 4G 3G to 2G "and" default Unicom, 0.
"Sony Xperia Z3 SOL26 version of the 3G" and "Telecom 3G, 0.
" Sony Xperia Z3 SOL26 version of the 4G "and" mobile ", 0.
" Sony Xperia Z3 S0-01G 401S0 "" day version ", 0

đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: