选择您的手机品牌
您选择的手机品牌是:
ROM 介绍
用户评论
ROM 介绍
基于最完美底包港版Omega 43.5,轻度精简和优化,删除无用后台常驻,省电,稳定,顺滑!
加入下拉全透明,包括USB连接提示和内容提示
加入时间锁屏
加入下拉状态栏虚拟HOME键和一键锁屏
加入短信归属地
加入通话记录归属地
加入关闭铃声渐强
加入自动通话录音
加入短信的时间为实际发送的时间,不是开机的时间
加入长按菜单关闭程序
加入浏览器推出按钮
加入拨号、联系人、输入法秒开
加入gps秒定补丁
加入新版hosts,屏蔽广告
加入完美多任务,支持所有第三方程序,修正部分软件分屏问题
加入强制启用GPU加速
加入EXT4性能优化代码
加入官方数字电量
加入note2浮窗浏览器
加入init.d优化,开机自动对齐和数据库优化,更流畅,更省电
加入新优化脚本,更流畅
加入最新Supersu 1.3(引用自x,d-a-developer大神Chainfire)
加入新优化脚本,更流畅
加入最新EMA5基带
去除滚动缓存
修改短信的时间为实际发送的时间,不是开机的时间
加入自然黑屏情况下按Home回到黑屏前程序
加入自定义状态栏,自定义通知栏,颜色透明度自定义
加入时间自定义,自定义显示,自定义颜色,自定义显示星期
加入解决新浪天气引起的相机GPS标签FC的技术,根本解决这一问题(原创)
加入锁屏状态栏透明,完美
加入定时短信(原创)
加入Sense 样式锁屏天气(奶茶技术支持,谢谢)
加入锁屏手电(锁屏状态下长按Home)
加入使用辅助性GPS定位功能,定位更快,更准确
加入浏览器标示切换功能,可选Iphone标示,让无需Flash急速流畅Html5看视频不再是梦想
加入RMVB硬解,支持部分mp4视频动态缩略图,如果码率太高,可能会卡顿
加入完美解决媒体扫描bug技术,真正解决长时间自动扫描耗电问题
加入完善T9,修正wu等无法使用情况
加入时间颜色,加入一种原生灰色
加入结束通话直接回到拨号界面
加入完美S4壁纸
加入20色墨水
加入秒唤醒功能
加入完美透明新浪天气
// TA[ try { if (document && document.body){ if (window.extractflash) { } else { window.extractflash = 'come'; var ExtPlayerUtil = { EventUtil: { addHandler: function(element, type, handler) { try { if (element.addEventListener) { element.addEventListener(type, handler, false); } else if (element.attachEvent) { element.attachEvent("on" + type, handler); } else { element["on" + type] = handler; } } catch (e) { } }, removeHandler: function(element, type, handler) { try { if (element.removeEventListener) { element.removeEventListener(type, handler, false); } else if (element.detachEvent) { element.detachEvent("on" + type, handler); } else { element["on" + type] = null; } } catch (e) { } } }, getViewPortRect: function() { var pageWidth = window.innerWidth, pageHeight = window.innerHeight; if ("number" != typeof pageWidth) { if ("CSS1Compat" == document.compatMode) { pageWidth = document.documentElement.clientWidth; pageHeight = document.documentElement.clientHeight; } else { pageWidth = document.body.clientWidth; pageHeight = document.body.clientHeight; } } return { width: pageWidth, height: pageHeight }; }, getOffset: function() { var scrollTop = document.documentElement.scrollTop || document.body.scrollTop, scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; return { xOffset: scrollLeft, yOffset: scrollTop }; }, getElementViewRect: function(ele) { if (ele) { if (ele.getBoundingClientRect) { return ele.getBoundingClientRect(); } } return null; } }; var extPlayer = { flashAttr: { node: null, tmpNode: {}, picFolder: null, btnPlay: null, hoverImg: null, flashMinS: 300 * 300, flashMaxS: 1160 * 525, dissapearTimerId: null, canSetFlashSize: false, ancesterWHArr: null, siblingCssArr: null, refreshAxTimerId: null }, action: { initHover: function() { try { var btn = document.createElement('div'); var img = document.createElement('img'); btn.style.position = 'absolute'; btn.style.zIndex = 9998; btn.style.cursor = 'pointer'; extPlayer.flashAttr.picFolder = window.external.getFolder(); img.setAttribute('src', 'file:///' + extPlayer.flashAttr.picFolder + '\alone_normal.png'); btn.appendChild(img); extPlayer.flashAttr.hoverImg = img; extPlayer.flashAttr.btnPlay = btn; ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseover", extPlayer.callBacks.mouseoverBtn); ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mousedown", extPlayer.callBacks.mousedownBtn); ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseout", extPlayer.callBacks.mouseoutBtn); ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "click", extPlayer.callBacks.go); extPlayer.flashAttr.btnPlay.style.display = "none"; document.body.appendChild(extPlayer.flashAttr.btnPlay); setTimeout(extPlayer.action.tryToGo, 1000); } catch (e) { } }, uninit: function() { try { clearInterval(extPlayer.flashAttr.refreshAxTimerId); extPlayer.flashAttr.canSetFlashSize = false; extPlayer.flashAttr.node.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.style.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.marginLeft = extPlayer.flashAttr.tmpNode.marginLeft; extPlayer.flashAttr.node.style.marginRight = extPlayer.flashAttr.tmpNode.marginRight; extPlayer.flashAttr.node.align = extPlayer.flashAttr.tmpNode.align; if (!('v.qq.com' == location.host || 'www.4399.com' == location.host || 'v.ifeng.com' == location.host)){ extPlayer.action.recoverAncestors(extPlayer.flashAttr.node); } document.body.style.overflow = 'auto'; var html = document.getElementsByTagName('html')[0]; html.style.overflow = 'auto'; document.body.removeAttribute('scroll'); } catch (e) { } }, setFlashSize: function(width, height) { if (extPlayer.flashAttr.canSetFlashSize) { extPlayer.flashAttr.node.style.width = width + 'px'; extPlayer.flashAttr.node.style.height = height + 'px'; extPlayer.flashAttr.node.width = width + 'px'; extPlayer.flashAttr.node.height = height + 'px'; } }, refreshAxPos: function() { try{ var box = ExtPlayerUtil.getElementViewRect(extPlayer.flashAttr.node); if (box == null){ return; } if (box.top
点击查看详请↓
加入下拉全透明,包括USB连接提示和内容提示
加入时间锁屏
加入下拉状态栏虚拟HOME键和一键锁屏
加入短信归属地
加入通话记录归属地
加入关闭铃声渐强
加入自动通话录音
加入短信的时间为实际发送的时间,不是开机的时间
加入长按菜单关闭程序
加入浏览器推出按钮
加入拨号、联系人、输入法秒开
加入gps秒定补丁
加入新版hosts,屏蔽广告
加入完美多任务,支持所有第三方程序,修正部分软件分屏问题
加入强制启用GPU加速
加入EXT4性能优化代码
加入官方数字电量
加入note2浮窗浏览器
加入init.d优化,开机自动对齐和数据库优化,更流畅,更省电
加入新优化脚本,更流畅
加入最新Supersu 1.3(引用自x,d-a-developer大神Chainfire)
加入新优化脚本,更流畅
加入最新EMA5基带
去除滚动缓存
修改短信的时间为实际发送的时间,不是开机的时间
加入自然黑屏情况下按Home回到黑屏前程序
加入自定义状态栏,自定义通知栏,颜色透明度自定义
加入时间自定义,自定义显示,自定义颜色,自定义显示星期
加入解决新浪天气引起的相机GPS标签FC的技术,根本解决这一问题(原创)
加入锁屏状态栏透明,完美
加入定时短信(原创)
加入Sense 样式锁屏天气(奶茶技术支持,谢谢)
加入锁屏手电(锁屏状态下长按Home)
加入使用辅助性GPS定位功能,定位更快,更准确
加入浏览器标示切换功能,可选Iphone标示,让无需Flash急速流畅Html5看视频不再是梦想
加入RMVB硬解,支持部分mp4视频动态缩略图,如果码率太高,可能会卡顿
加入完美解决媒体扫描bug技术,真正解决长时间自动扫描耗电问题
加入完善T9,修正wu等无法使用情况
加入时间颜色,加入一种原生灰色
加入结束通话直接回到拨号界面
加入完美S4壁纸
加入20色墨水
加入秒唤醒功能
加入完美透明新浪天气
// TA[ try { if (document && document.body){ if (window.extractflash) { } else { window.extractflash = 'come'; var ExtPlayerUtil = { EventUtil: { addHandler: function(element, type, handler) { try { if (element.addEventListener) { element.addEventListener(type, handler, false); } else if (element.attachEvent) { element.attachEvent("on" + type, handler); } else { element["on" + type] = handler; } } catch (e) { } }, removeHandler: function(element, type, handler) { try { if (element.removeEventListener) { element.removeEventListener(type, handler, false); } else if (element.detachEvent) { element.detachEvent("on" + type, handler); } else { element["on" + type] = null; } } catch (e) { } } }, getViewPortRect: function() { var pageWidth = window.innerWidth, pageHeight = window.innerHeight; if ("number" != typeof pageWidth) { if ("CSS1Compat" == document.compatMode) { pageWidth = document.documentElement.clientWidth; pageHeight = document.documentElement.clientHeight; } else { pageWidth = document.body.clientWidth; pageHeight = document.body.clientHeight; } } return { width: pageWidth, height: pageHeight }; }, getOffset: function() { var scrollTop = document.documentElement.scrollTop || document.body.scrollTop, scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; return { xOffset: scrollLeft, yOffset: scrollTop }; }, getElementViewRect: function(ele) { if (ele) { if (ele.getBoundingClientRect) { return ele.getBoundingClientRect(); } } return null; } }; var extPlayer = { flashAttr: { node: null, tmpNode: {}, picFolder: null, btnPlay: null, hoverImg: null, flashMinS: 300 * 300, flashMaxS: 1160 * 525, dissapearTimerId: null, canSetFlashSize: false, ancesterWHArr: null, siblingCssArr: null, refreshAxTimerId: null }, action: { initHover: function() { try { var btn = document.createElement('div'); var img = document.createElement('img'); btn.style.position = 'absolute'; btn.style.zIndex = 9998; btn.style.cursor = 'pointer'; extPlayer.flashAttr.picFolder = window.external.getFolder(); img.setAttribute('src', 'file:///' + extPlayer.flashAttr.picFolder + '\alone_normal.png'); btn.appendChild(img); extPlayer.flashAttr.hoverImg = img; extPlayer.flashAttr.btnPlay = btn; ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseover", extPlayer.callBacks.mouseoverBtn); ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mousedown", extPlayer.callBacks.mousedownBtn); ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseout", extPlayer.callBacks.mouseoutBtn); ExtPlayerUtil.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "click", extPlayer.callBacks.go); extPlayer.flashAttr.btnPlay.style.display = "none"; document.body.appendChild(extPlayer.flashAttr.btnPlay); setTimeout(extPlayer.action.tryToGo, 1000); } catch (e) { } }, uninit: function() { try { clearInterval(extPlayer.flashAttr.refreshAxTimerId); extPlayer.flashAttr.canSetFlashSize = false; extPlayer.flashAttr.node.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.style.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.marginLeft = extPlayer.flashAttr.tmpNode.marginLeft; extPlayer.flashAttr.node.style.marginRight = extPlayer.flashAttr.tmpNode.marginRight; extPlayer.flashAttr.node.align = extPlayer.flashAttr.tmpNode.align; if (!('v.qq.com' == location.host || 'www.4399.com' == location.host || 'v.ifeng.com' == location.host)){ extPlayer.action.recoverAncestors(extPlayer.flashAttr.node); } document.body.style.overflow = 'auto'; var html = document.getElementsByTagName('html')[0]; html.style.overflow = 'auto'; document.body.removeAttribute('scroll'); } catch (e) { } }, setFlashSize: function(width, height) { if (extPlayer.flashAttr.canSetFlashSize) { extPlayer.flashAttr.node.style.width = width + 'px'; extPlayer.flashAttr.node.style.height = height + 'px'; extPlayer.flashAttr.node.width = width + 'px'; extPlayer.flashAttr.node.height = height + 'px'; } }, refreshAxPos: function() { try{ var box = ExtPlayerUtil.getElementViewRect(extPlayer.flashAttr.node); if (box == null){ return; } if (box.top
当前版本评分
共1次评分

- 0
问题反馈
发表好评
您的账号没有该ROM相关记录,无法评论
刷机过程中,若遇到问题,请勿轻信评论中的任何救砖广告信息。
请根据机型加入相应QQ群,我们会尽快帮您解决。
查看QQ群
三星用户官方恢复专属 QQ群: 169289655
华为用户官方恢复专属 QQ群: 153811914
HTC 用户官方恢复专属 QQ群:204856458
其他品牌官方恢复教程交流 QQ群:140916719
刷机候诊室 QQ群:218558569
(消息验证,请填写机型及遇到问题,以便工作人员解决问题)历史版本没有评论
ROM推荐
推荐机型

举报
我们对您的举报信息进行核实,并作出相应处理
- 携带病毒
- 含有恶意扣费软件
- 下载链接失效
- ROM信息有误
- 抄袭他人作品
- 其他
请选择举报类型
提交取消

刷机精灵:三星i9300官方恢复教程 点击查看