[RECONTINUED][TOOL][RECOVERY][picasso] OFRP One-click Installation Tool - Redmi K30 5G ROMs, Kernels, Recoveries, & Other D

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OrangeFox Recovery Project One-click Installation Tool for Redmi K30 5G (picasso)
** Because of switching to new account, this thread is no more opened and will be locked soon **
For easier OFRP recovery installation, this tool is created for those who want to have a much quicker recovery installing. If you can't install the OrangeFox recovery zip, you can use this 1-click installation tool, based on the wzsx150's tool
Pay respect to him for ripping-off TWRPs
Rich (BB code):
Features:
+ Support English, Vietnamese & Chinese
+ Support flashing in both Normal & Fastboot mode
+ Make sure to have installed adb & fastboot driver onto your device. If not, go here
+ Quick and easy CMD tool, based on wzsx150's script (actually deprecated)
I will not responsible for bricking devices, failed flashing on NOT following the installation instruction given on the tool.
Do not messing up by pointing your middle finger at us or we will laugh at you. Hard & a lot
Downloads (Updated 2021-May-2, Google Drive):
For Android 10/Q v1.5 (Discontinued)
For Android 11/R v1.6
Older versions
Changelogs:​
Rich (BB code):
2021-May-14:
+ Updated to OFRP R11.1_1.7 (Stable branch)
2021-May-2:
+ Project recontinued
+ Latest OFRP can now successfully decrypted MIUI China Android 11 ROM and some others ROMs
without typing PIN/Password.
+ The tool for Android 11 version 1.5 March has been removed and replaced with 1.6 so there is
no March version saved in Older version
2021-Mar-17:
+ Last tool update from DumbHokage
2021-Feb-24:
+ MTP & fastbootd fixing with full NTFS support for OTGs
+ Tool minor revamped
2021-Feb-14:
+ New build based on TWRP 3.5.0
+ Some improvements
+ According to the author, the recovery can now survived from flashing MIUI China ROM, but there's still
decryption problem with China ROM
2021-Jan-26:
+ Added Chinese support, but known display issue for some cases
+ Engish & Vietnamese are now combined into single file.
+ Much thanks to @SummonHIM for Chinese and languages combining
2021-Jan-22:
+ Fixing Vietnamese displaying by adding chcp 65001 for UTF-8 characters support
+ Translation improvement
+ Some general bug fixes
2021-Jan-21:
+ First tool release with OFRP 2021-01-21
Screenshots:
English
Vietnamese
Chinese (by SummonHIM)
Credits:
OFRP for picasso author belongs to @masemoel
Tool authors belongs to @DumbHokage & @SummonHIM
Translators:
English & Vietnamese: @DumbHokage
Chinese: @SummonHIM
Original recovery author's post
For more, check out picasso updates on our Telegram here: https://t.me/K30_5J
Our discussion group: https://t.me/XiaomiRedmiK30​

Reserved

Can I flash OTA update zips normally with this recovery ? And thanks for your hard work.

sonicswink said:
Can I flash OTA update zips normally with this recovery ? And thanks for your hard work.
Click to expand...
Click to collapse
Of course, it support all OTA features optimized for Xiaomi

Wow, this project is really amazing.Can i upload chinese version for this project?

sure you can, but don't forget to credit me and masemoel

and i pack 3 language in 1 file
Code:
chcp 65001
@ECHO OFF
cls
color 1f
ECHO.***********************************************
ECHO. Please select a language:
ECHO,
ECHO. 1.English
ECHO. 2.Vietnamese
ECHO. 3.Simplified Chinese
ECHO,
ECHO.***********************************************
choice /c 123
:** Language Config Start, DON'T DELETE EMPTY LINE **
if errorlevel 1 (
set language=english
set LangTitle=One click flash
set LangRecInfo=RECOVERY INFORMATION
set LangRecName=REC name
set LangRecver=REC version
set LangDevName=Device name
set LangRecAuth=Author
set LangRecDate=Release date
set LangSuppMode=Support flash in normal mode and fastboot mode
set LangPause=Press any key to continue
set LangMenuMode=Your phone current mode
Set LangMenuNormalMode=Normal mode
Set LangMenuFastMode=Fastboot mode
Set LangMenuOtherMode=Other mode
Set LangMenuNumChoice=Please enter correct mode number
Set LangOtherReboot=Please reboot phone to
Set LangOtherPause=Press anykey to return back to main menu. It will automatically return if no key pressed in 6 secs.
Set LangOr=or
Set LangDevTypeTitle=Please connect your phone to your computer
Set LangDevTypeMakeSure=Make sure
Set LangDevTypeMakeSure1=Phone is unlocked bootloader
Set LangDevTypeMakeSure2=Phone is screen on
Set LangDevTypeMakeSure3=USB debugging is enable
Set LangDevTypeMakeSure4=Driver installed on PC
Set LangDevTypeMakeSure5=When the phone prompts USB debugging
Set LangDevTypeMakeSure5a=authorization, check Always and click Authorize
Set LangDevTypeMakeSure6=Phone in fastboot mode
Set LangDevTypeCheckTitle=Checking device connected
Set LangDevTypeCheckDesc1=If staying on this step too long, please check above information
Set LangDevTypeCheckDesc2=And restart the phone
Set LangDevTypeRestarting=The phone is restarting
Set LangFlashingDesc=If staying on this step too long, please check
Set LangFlashingDesc1=USB cable is connected
Set LangFlashingDesc2=Driver install correctly
Set LangFlashingDesc3=Phone is on fastboot mode
Set LangFlashingRec=Flashing recovery
Set LangFlashingRecDesc1=If OKAY is flash successfully, otherwise it fails
Set LangFlashingRecDesc2=If staying on this step too long, please restart tool
Set LangFlashFailed=SOMETHING WENT WRONG!
Set LangFlashFailedTitle=Flash failed
Set LangFlashFailedDesc1=Please check model is correct
Set LangFlashFailedDesc2=Make sure fastboot is correct
Set LangFlashFailedDesc3=Run the program again
Set LangFlashFailedDesc4=If still not successful, please contact author
Set LangFlashFailedDesc5=thank you for use this tool
Set LangFlashOverTitle=Flash recovery complete
Set LangFlashOverDesc1=The phone will restart to
Set LangFlashOverDesc2=Phone may restart 1-2 times
Set LangFlashOverDesc3=Thank you for using our tool
Set LangFlashOverDesc4=A tool by
Set LangFlashOverDesc5=Based on wzsx150's script
Set LangExit=Press any key to exit
)
if errorlevel 2 (
set language=vietnamese
set LangTitle=One click flash
set LangRecInfo=THÔNG TIN RECOVERY
set LangRecName=Tên Recovery
set LangRecver=Phiên bản Recovery
set LangDevName=Tên thiết bị
set LangRecAuth=Tác giả
set LangRecDate=Ngày xuất bản
set LangSuppMode=Hỗ trợ flash ở chế độ thường và fastboot
set LangPause=Nhấn phím bất kỳ để tiếp tục
set LangMenuMode=Chế độ hiện tại trên điện thoại của bạn là
Set LangMenuNormalMode=Chế độ thường
Set LangMenuFastMode=Chế độ fastboot
Set LangMenuOtherMode=Chế độ khác
Set LangMenuNumChoice=Nhập đúng số bạn chọn rồi nhấn ENTER
Set LangOtherReboot=Hãy khởi động điện thoại của bạn về 1 trong 2 chế độ dưới
Set LangOtherPause=Nhấn phím bất kỳ để quay trở về menu chính. Tool sẽ tự động quay về trong vòng 6 giây nếu không nhấn bất kỳ phím nào.
Set LangOr=hoặc
Set LangDevTypeTitle=Hãy kết nối điện thoại của bạn với máy tính
Set LangDevTypeMakeSure=Đảm bảo rằng
Set LangDevTypeMakeSure1=Điện thoại của bạn đã mở khoá bootloader
Set LangDevTypeMakeSure2=Điện thoại đang mở sáng
Set LangDevTypeMakeSure3=Đã bật USB Debugging
Set LangDevTypeMakeSure4=Đã cài đặt đủ driver
Set LangDevTypeMakeSure5=When the phone prompts USB debugging
Set LangDevTypeMakeSure5a=authorization, check Always and click Authorize
Set LangDevTypeMakeSure6=Điện thoại dang ở chế độ fastboot
Set LangDevTypeCheckTitle=Đang kiểm tra thiết bị được kết nối
Set LangDevTypeCheckDesc1=Nếu bạn đang ở bước này quá lâu, hãy kiểm tra các thông tin trên
Set LangDevTypeCheckDesc2=và khởi động lại thiết bị của bạn
Set LangDevTypeRestarting=Điện thoại đang khởi động lại
Set LangFlashingDesc=Nếu bạn đang ở bước này quá lâu, hãy kiểm tra lại rằng
Set LangFlashingDesc1=Đã kết nói cáp USB
Set LangFlashingDesc2=Cài đặt đúng driver cần thiết
Set LangFlashingDesc3=Điện thoại ĐANG ở chế độ fastboot
Set LangFlashingRec=Đang flash recovery
Set LangFlashingRecDesc1=Nếu hiện OKAY là flash thành công, ngược lại là thất bại
Set LangFlashingRecDesc2=Nếu bạn đang ở bước này quá lâu, hãy khởi động lại tool
Set LangFlashFailed=SOMETHING WENT WRONG!
Set LangFlashFailedTitle=Flash thất bại
Set LangFlashFailedDesc1=Hãy kiểm tra model khớp đúng với thiết bị
Set LangFlashFailedDesc2=Đảm bảo fastboot thực hiện đúng với thiết bị
Set LangFlashFailedDesc3=Chạy lại tool
Set LangFlashFailedDesc4=Nếu bạn vẫn không thành công, hãy liên hệ với tác giả
Set LangFlashFailedDesc5=Cảm ơn bạn đả sử dụng tool của chúng tôi
Set LangFlashOverTitle=Flash recovery thành công
Set LangFlashOverDesc1=Điện thoại sẽ khởi động về
Set LangFlashOverDesc2=Điện thoại của bạn sẽ có thể khởi động 1-2 lần
Set LangFlashOverDesc3=Cảm ơn bạn đả sử dụng tool của chúng tôi
Set LangFlashOverDesc4=Tool được viết bởi
Set LangFlashOverDesc5=Dựa trên script của wzsx150
Set LangExit=Nhấn phím bất kỳ để thoát
)
if errorlevel 3 (
set language=chinese
set LangTitle=一键刷入
set LangRecInfo=Recovery 信息
set LangRecName=REC 名称
set LangRecver=REC 版本
set LangDevName=设备名称
set LangRecAuth=作者
set LangRecDate=发布日期
set LangSuppMode=支持设备处于开机或 Fastboot 状态
set LangPause=按任意键继续
set LangMenuMode=您的设备当前状态是
Set LangMenuNormalMode=正常开机模式
Set LangMenuFastMode=Fastboot 模式
Set LangMenuOtherMode=其他模式
Set LangMenuNumChoice=请选择当前手机运行状态
Set LangOtherReboot=请重启您的设备至
Set LangOtherPause=按任意键返回主菜单。若 6 秒内无操作将自动返回。
Set LangOr=或
Set LangDevTypeTitle=请连接您的设备至您的计算机
Set LangDevTypeMakeSure=并确保
Set LangDevTypeMakeSure1=设备已经解锁 Bootloader 锁
Set LangDevTypeMakeSure2=设备已经解锁屏幕
Set LangDevTypeMakeSure3=USB 调试已启用
Set LangDevTypeMakeSure4=设备驱动已经安装至计算机内
Set LangDevTypeMakeSure5=当设备提示申请 USB 调试授权时,
Set LangDevTypeMakeSure5a=勾选“一律允许使用该计算机”并点击允许
Set LangDevTypeMakeSure6=设备当前状态为 Fastboot 模式
Set LangDevTypeCheckTitle=正在检查设备连接状态
Set LangDevTypeCheckDesc1=如果在此步骤上停留时间过长,请检查上述信息。
Set LangDevTypeCheckDesc2=并重启您的设备
Set LangDevTypeRestarting=设备正在重启中
Set LangFlashingDesc=如果在此步骤上停留时间过长,请检查
Set LangFlashingDesc1=USB 线已经连接
Set LangFlashingDesc2=设备驱动已经正确安装
Set LangFlashingRec=正在刷入 Recovery
Set LangFlashingRecDesc1=若提示 [OKAY] 则刷入成功,否则为失败。
Set LangFlashingRecDesc2=如果在此步骤上停留时间过长,请重启本工具
Set LangFlashFailed=出了点问题!
Set LangFlashFailedTitle=刷入失败
Set LangFlashFailedDesc1=请检查设备型号是否正确
Set LangFlashFailedDesc2=确保设备状态在 Fastboot 模式,并且 Bootloader 已解锁
Set LangFlashFailedDesc3=重新启动本脚本
Set LangFlashFailedDesc4=若仍失败,请联系作者
Set LangFlashFailedDesc5=感谢您使用本工具
Set LangFlashOverTitle=刷入 Recovery 成功
Set LangFlashOverDesc1=设备将会重启至
Set LangFlashOverDesc2=设备可能会重启 1-2 次
Set LangFlashOverDesc3=感谢您使用本工具
Set LangFlashOverDesc4=本工具作者为
Set LangFlashOverDesc5=基于 wzsx150 的脚本制作
Set LangExit=按任意键退出
)
:** Language Config End, DON'T DELETE EMPTY LINE **
set device_name=Redmi K30 5G
set rec_name=OFRP_TWRP
set rec_ver=1.2
set rec_auth=masemoel
set rec_tooleditor=DumbHokage
set rec_date=2021.01.21
set rec_img=recovery_a11.img
TITLE %device_name% %LangTitle% %rec_name%
color 1f
cd /d "%~dp0"
:LOGO
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangRecInfo%
ECHO.
ECHO. %LangRecName%:%rec_name%
ECHO. %LangRecver%:%rec_ver%
ECHO. %LangDevName%:%device_name%
ECHO. %LangRecAuth%:%rec_auth%
ECHO. %LangRecDate%:%rec_date%
ECHO.
ECHO. %LangSuppMode%
ECHO.***********************************************
ECHO.
ECHO.%LangPause%...
pause>nul
:MENU
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangMenuMode%:
ECHO.
ECHO. 1.%LangMenuNormalMode%
ECHO.
ECHO. 2.%LangMenuFastMode%
ECHO.
ECHO. 3.%LangMenuOtherMode%
ECHO.
ECHO.
ECHO.***********************************************
ECHO.
choice /c 123 /m "%LangMenuNumChoice%:"
set MenuNumChoice=%errorlevel%
if "%MenuNumChoice%"=="1" (
goto IN_SYSTEM
)
if "%MenuNumChoice%"=="2" (
goto FASTBOOT_MODE
)
if "%MenuNumChoice%"=="3" (
goto OTHERS
)
:OTHERS
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangOtherReboot%
ECHO.
ECHO. %LangMenuNormalMode%
ECHO. %LangOr%
ECHO. %LangMenuFastMode%
ECHO.
ECHO.%LangOtherPause%
ECHO.***********************************************
ECHO.
timeout /t 6 >nul
echo.
goto MENU
:IN_SYSTEM
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangDevTypeTitle%
ECHO.
ECHO. %LangDevTypeMakeSure%:
ECHO. 1. %LangDevTypeMakeSure1%
ECHO. 2. %LangDevTypeMakeSure2%
ECHO. 3. %LangDevTypeMakeSure3%
ECHO. 4. %LangDevTypeMakeSure4%
ECHO. 5. %LangDevTypeMakeSure5%
ECHO. %LangDevTypeMakeSure5a%
ECHO.
ECHO. %LangPause%...
ECHO.***********************************************
ECHO.
pause>nul
ECHO. %LangDevTypeCheckTitle%...
ECHO.
ECHO. %LangDevTypeCheckDesc1%
ECHO. %LangDevTypeCheckDesc2%
ECHO.***********************************************
ECHO.
timeout /t 2 /nobreak >NUL
adb.exe wait-for-device >NUL 2>NUL
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO.
ECHO. %LangDevTypeRestarting%
ECHO.
ECHO.
ECHO.***********************************************
ECHO.
ECHO. %LangDevTypeCheckDesc1%
ECHO.
adb.exe reboot bootloader >NUL 2>NUL
timeout /t 3 /nobreak >NUL
goto FLASHING
:FASTBOOT_MODE
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangDevTypeTitle%
ECHO.
ECHO. %LangDevTypeMakeSure%:
ECHO. 1. %LangDevTypeMakeSure1%
ECHO. 2. %LangDevTypeMakeSure6%
ECHO. 3. %LangDevTypeMakeSure4%
ECHO.
ECHO. %LangPause%...
ECHO.***********************************************
ECHO.
pause>nul
goto FLASHING
:FLASHING
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO. %LangDevTypeCheckTitle%...
ECHO.
ECHO.
ECHO. %LangFlashingDesc%
ECHO.
ECHO. 1. %LangFlashingDesc1%
ECHO. 2. %LangFlashingDesc2%
ECHO. 3. %LangDevTypeMakeSure6%
ECHO.
ECHO. %LangDevTypeCheckDesc2%
ECHO.***********************************************
timeout /t 2 /nobreak >NUL
fastboot.exe wait-for-device >NUL 2>NUL
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO.
ECHO. %LangFlashingRec%...
ECHO.
ECHO.
ECHO.***********************************************
ECHO.
ECHO. %LangFlashingRecDesc1%
ECHO.
ECHO. %LangFlashingRecDesc2%
ECHO.
fastboot.exe flash recovery "%rec_img%" || goto FLASH_FAILED
REM fastboot.exe flash misc misc.bin >NUL 2>NUL
timeout /t 6 /nobreak >NUL
goto FLASH_OVER
:FLASH_FAILED
ECHO.
ECHO. %LangFlashFailed%
timeout /t 6 /nobreak >NUL
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO. %LangFlashFailedTitle%
ECHO.
ECHO. 1. %LangFlashFailedDesc1%
ECHO. 2. %LangFlashFailedDesc2%
ECHO. 3. %LangFlashFailedDesc3%
ECHO. %LangFlashFailedDesc4%
ECHO.
ECHO. %rec_auth% %LangFlashFailedDesc5%
ECHO.
ECHO. %LangExit%...
ECHO.***********************************************
ECHO.
timeout /t 1 /nobreak >NUL
pause >NUL
EXIT
:FLASH_OVER
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO. %LangFlashOverTitle%
ECHO.
ECHO.
ECHO. %LangFlashOverDesc1% %rec_name%
ECHO. %LangFlashOverDesc2%
ECHO.
ECHO.
ECHO. %LangFlashOverDesc3%
ECHO. %LangFlashOverDesc4% %rec_tooleditor%
ECHO. %LangFlashOverDesc5%
ECHO.
ECHO. %LangExit%...
ECHO.***********************************************
ECHO.
fastboot.exe reboot recovery
pause >NUL
EXIT

SummonHIM said:
and i pack 3 language in 1 file
Code:
chcp 65001
@ECHO OFF
cls
color 1f
ECHO.***********************************************
ECHO. Please select a language:
ECHO,
ECHO. 1.English
ECHO. 2.Vietnamese
ECHO. 3.Simplified Chinese
ECHO,
ECHO.***********************************************
choice /c 123
:** Language Config Start, DON'T DELETE EMPTY LINE **
if errorlevel 1 (
set language=english
set LangTitle=One click flash
set LangRecInfo=RECOVERY INFORMATION
set LangRecName=REC name
set LangRecver=REC version
set LangDevName=Device name
set LangRecAuth=Author
set LangRecDate=Release date
set LangSuppMode=Support flash in normal mode and fastboot mode
set LangPause=Press any key to continue
set LangMenuMode=Your phone current mode
Set LangMenuNormalMode=Normal mode
Set LangMenuFastMode=Fastboot mode
Set LangMenuOtherMode=Other mode
Set LangMenuNumChoice=Please enter correct mode number
Set LangOtherReboot=Please reboot phone to
Set LangOtherPause=Press anykey to return back to main menu. It will automatically return if no key pressed in 6 secs.
Set LangOr=or
Set LangDevTypeTitle=Please connect your phone to your computer
Set LangDevTypeMakeSure=Make sure
Set LangDevTypeMakeSure1=Phone is unlocked bootloader
Set LangDevTypeMakeSure2=Phone is screen on
Set LangDevTypeMakeSure3=USB debugging is enable
Set LangDevTypeMakeSure4=Driver installed on PC
Set LangDevTypeMakeSure5=When the phone prompts USB debugging
Set LangDevTypeMakeSure5a=authorization, check Always and click Authorize
Set LangDevTypeMakeSure6=Phone in fastboot mode
Set LangDevTypeCheckTitle=Checking device connected
Set LangDevTypeCheckDesc1=If staying on this step too long, please check above information
Set LangDevTypeCheckDesc2=And restart the phone
Set LangDevTypeRestarting=The phone is restarting
Set LangFlashingDesc=If staying on this step too long, please check
Set LangFlashingDesc1=USB cable is connected
Set LangFlashingDesc2=Driver install correctly
Set LangFlashingDesc3=Phone is on fastboot mode
Set LangFlashingRec=Flashing recovery
Set LangFlashingRecDesc1=If OKAY is flash successfully, otherwise it fails
Set LangFlashingRecDesc2=If staying on this step too long, please restart tool
Set LangFlashFailed=SOMETHING WENT WRONG!
Set LangFlashFailedTitle=Flash failed
Set LangFlashFailedDesc1=Please check model is correct
Set LangFlashFailedDesc2=Make sure fastboot is correct
Set LangFlashFailedDesc3=Run the program again
Set LangFlashFailedDesc4=If still not successful, please contact author
Set LangFlashFailedDesc5=thank you for use this tool
Set LangFlashOverTitle=Flash recovery complete
Set LangFlashOverDesc1=The phone will restart to
Set LangFlashOverDesc2=Phone may restart 1-2 times
Set LangFlashOverDesc3=Thank you for using our tool
Set LangFlashOverDesc4=A tool by
Set LangFlashOverDesc5=Based on wzsx150's script
Set LangExit=Press any key to exit
)
if errorlevel 2 (
set language=vietnamese
set LangTitle=One click flash
set LangRecInfo=THÔNG TIN RECOVERY
set LangRecName=Tên Recovery
set LangRecver=Phiên bản Recovery
set LangDevName=Tên thiết bị
set LangRecAuth=Tác giả
set LangRecDate=Ngày xuất bản
set LangSuppMode=Hỗ trợ flash ở chế độ thường và fastboot
set LangPause=Nhấn phím bất kỳ để tiếp tục
set LangMenuMode=Chế độ hiện tại trên điện thoại của bạn là
Set LangMenuNormalMode=Chế độ thường
Set LangMenuFastMode=Chế độ fastboot
Set LangMenuOtherMode=Chế độ khác
Set LangMenuNumChoice=Nhập đúng số bạn chọn rồi nhấn ENTER
Set LangOtherReboot=Hãy khởi động điện thoại của bạn về 1 trong 2 chế độ dưới
Set LangOtherPause=Nhấn phím bất kỳ để quay trở về menu chính. Tool sẽ tự động quay về trong vòng 6 giây nếu không nhấn bất kỳ phím nào.
Set LangOr=hoặc
Set LangDevTypeTitle=Hãy kết nối điện thoại của bạn với máy tính
Set LangDevTypeMakeSure=Đảm bảo rằng
Set LangDevTypeMakeSure1=Điện thoại của bạn đã mở khoá bootloader
Set LangDevTypeMakeSure2=Điện thoại đang mở sáng
Set LangDevTypeMakeSure3=Đã bật USB Debugging
Set LangDevTypeMakeSure4=Đã cài đặt đủ driver
Set LangDevTypeMakeSure5=When the phone prompts USB debugging
Set LangDevTypeMakeSure5a=authorization, check Always and click Authorize
Set LangDevTypeMakeSure6=Điện thoại dang ở chế độ fastboot
Set LangDevTypeCheckTitle=Đang kiểm tra thiết bị được kết nối
Set LangDevTypeCheckDesc1=Nếu bạn đang ở bước này quá lâu, hãy kiểm tra các thông tin trên
Set LangDevTypeCheckDesc2=và khởi động lại thiết bị của bạn
Set LangDevTypeRestarting=Điện thoại đang khởi động lại
Set LangFlashingDesc=Nếu bạn đang ở bước này quá lâu, hãy kiểm tra lại rằng
Set LangFlashingDesc1=Đã kết nói cáp USB
Set LangFlashingDesc2=Cài đặt đúng driver cần thiết
Set LangFlashingDesc3=Điện thoại ĐANG ở chế độ fastboot
Set LangFlashingRec=Đang flash recovery
Set LangFlashingRecDesc1=Nếu hiện OKAY là flash thành công, ngược lại là thất bại
Set LangFlashingRecDesc2=Nếu bạn đang ở bước này quá lâu, hãy khởi động lại tool
Set LangFlashFailed=SOMETHING WENT WRONG!
Set LangFlashFailedTitle=Flash thất bại
Set LangFlashFailedDesc1=Hãy kiểm tra model khớp đúng với thiết bị
Set LangFlashFailedDesc2=Đảm bảo fastboot thực hiện đúng với thiết bị
Set LangFlashFailedDesc3=Chạy lại tool
Set LangFlashFailedDesc4=Nếu bạn vẫn không thành công, hãy liên hệ với tác giả
Set LangFlashFailedDesc5=Cảm ơn bạn đả sử dụng tool của chúng tôi
Set LangFlashOverTitle=Flash recovery thành công
Set LangFlashOverDesc1=Điện thoại sẽ khởi động về
Set LangFlashOverDesc2=Điện thoại của bạn sẽ có thể khởi động 1-2 lần
Set LangFlashOverDesc3=Cảm ơn bạn đả sử dụng tool của chúng tôi
Set LangFlashOverDesc4=Tool được viết bởi
Set LangFlashOverDesc5=Dựa trên script của wzsx150
Set LangExit=Nhấn phím bất kỳ để thoát
)
if errorlevel 3 (
set language=chinese
set LangTitle=一键刷入
set LangRecInfo=Recovery 信息
set LangRecName=REC 名称
set LangRecver=REC 版本
set LangDevName=设备名称
set LangRecAuth=作者
set LangRecDate=发布日期
set LangSuppMode=支持设备处于开机或 Fastboot 状态
set LangPause=按任意键继续
set LangMenuMode=您的设备当前状态是
Set LangMenuNormalMode=正常开机模式
Set LangMenuFastMode=Fastboot 模式
Set LangMenuOtherMode=其他模式
Set LangMenuNumChoice=请选择当前手机运行状态
Set LangOtherReboot=请重启您的设备至
Set LangOtherPause=按任意键返回主菜单。若 6 秒内无操作将自动返回。
Set LangOr=或
Set LangDevTypeTitle=请连接您的设备至您的计算机
Set LangDevTypeMakeSure=并确保
Set LangDevTypeMakeSure1=设备已经解锁 Bootloader 锁
Set LangDevTypeMakeSure2=设备已经解锁屏幕
Set LangDevTypeMakeSure3=USB 调试已启用
Set LangDevTypeMakeSure4=设备驱动已经安装至计算机内
Set LangDevTypeMakeSure5=当设备提示申请 USB 调试授权时,
Set LangDevTypeMakeSure5a=勾选“一律允许使用该计算机”并点击允许
Set LangDevTypeMakeSure6=设备当前状态为 Fastboot 模式
Set LangDevTypeCheckTitle=正在检查设备连接状态
Set LangDevTypeCheckDesc1=如果在此步骤上停留时间过长,请检查上述信息。
Set LangDevTypeCheckDesc2=并重启您的设备
Set LangDevTypeRestarting=设备正在重启中
Set LangFlashingDesc=如果在此步骤上停留时间过长,请检查
Set LangFlashingDesc1=USB 线已经连接
Set LangFlashingDesc2=设备驱动已经正确安装
Set LangFlashingRec=正在刷入 Recovery
Set LangFlashingRecDesc1=若提示 [OKAY] 则刷入成功,否则为失败。
Set LangFlashingRecDesc2=如果在此步骤上停留时间过长,请重启本工具
Set LangFlashFailed=出了点问题!
Set LangFlashFailedTitle=刷入失败
Set LangFlashFailedDesc1=请检查设备型号是否正确
Set LangFlashFailedDesc2=确保设备状态在 Fastboot 模式,并且 Bootloader 已解锁
Set LangFlashFailedDesc3=重新启动本脚本
Set LangFlashFailedDesc4=若仍失败,请联系作者
Set LangFlashFailedDesc5=感谢您使用本工具
Set LangFlashOverTitle=刷入 Recovery 成功
Set LangFlashOverDesc1=设备将会重启至
Set LangFlashOverDesc2=设备可能会重启 1-2 次
Set LangFlashOverDesc3=感谢您使用本工具
Set LangFlashOverDesc4=本工具作者为
Set LangFlashOverDesc5=基于 wzsx150 的脚本制作
Set LangExit=按任意键退出
)
:** Language Config End, DON'T DELETE EMPTY LINE **
set device_name=Redmi K30 5G
set rec_name=OFRP_TWRP
set rec_ver=1.2
set rec_auth=masemoel
set rec_tooleditor=DumbHokage
set rec_date=2021.01.21
set rec_img=recovery_a11.img
TITLE %device_name% %LangTitle% %rec_name%
color 1f
cd /d "%~dp0"
:LOGO
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangRecInfo%
ECHO.
ECHO. %LangRecName%:%rec_name%
ECHO. %LangRecver%:%rec_ver%
ECHO. %LangDevName%:%device_name%
ECHO. %LangRecAuth%:%rec_auth%
ECHO. %LangRecDate%:%rec_date%
ECHO.
ECHO. %LangSuppMode%
ECHO.***********************************************
ECHO.
ECHO.%LangPause%...
pause>nul
:MENU
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangMenuMode%:
ECHO.
ECHO. 1.%LangMenuNormalMode%
ECHO.
ECHO. 2.%LangMenuFastMode%
ECHO.
ECHO. 3.%LangMenuOtherMode%
ECHO.
ECHO.
ECHO.***********************************************
ECHO.
choice /c 123 /m "%LangMenuNumChoice%:"
set MenuNumChoice=%errorlevel%
if "%MenuNumChoice%"=="1" (
goto IN_SYSTEM
)
if "%MenuNumChoice%"=="2" (
goto FASTBOOT_MODE
)
if "%MenuNumChoice%"=="3" (
goto OTHERS
)
:OTHERS
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangOtherReboot%
ECHO.
ECHO. %LangMenuNormalMode%
ECHO. %LangOr%
ECHO. %LangMenuFastMode%
ECHO.
ECHO.%LangOtherPause%
ECHO.***********************************************
ECHO.
timeout /t 6 >nul
echo.
goto MENU
:IN_SYSTEM
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangDevTypeTitle%
ECHO.
ECHO. %LangDevTypeMakeSure%:
ECHO. 1. %LangDevTypeMakeSure1%
ECHO. 2. %LangDevTypeMakeSure2%
ECHO. 3. %LangDevTypeMakeSure3%
ECHO. 4. %LangDevTypeMakeSure4%
ECHO. 5. %LangDevTypeMakeSure5%
ECHO. %LangDevTypeMakeSure5a%
ECHO.
ECHO. %LangPause%...
ECHO.***********************************************
ECHO.
pause>nul
ECHO. %LangDevTypeCheckTitle%...
ECHO.
ECHO. %LangDevTypeCheckDesc1%
ECHO. %LangDevTypeCheckDesc2%
ECHO.***********************************************
ECHO.
timeout /t 2 /nobreak >NUL
adb.exe wait-for-device >NUL 2>NUL
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO.
ECHO. %LangDevTypeRestarting%
ECHO.
ECHO.
ECHO.***********************************************
ECHO.
ECHO. %LangDevTypeCheckDesc1%
ECHO.
adb.exe reboot bootloader >NUL 2>NUL
timeout /t 3 /nobreak >NUL
goto FLASHING
:FASTBOOT_MODE
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO. %LangDevTypeTitle%
ECHO.
ECHO. %LangDevTypeMakeSure%:
ECHO. 1. %LangDevTypeMakeSure1%
ECHO. 2. %LangDevTypeMakeSure6%
ECHO. 3. %LangDevTypeMakeSure4%
ECHO.
ECHO. %LangPause%...
ECHO.***********************************************
ECHO.
pause>nul
goto FLASHING
:FLASHING
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO. %LangDevTypeCheckTitle%...
ECHO.
ECHO.
ECHO. %LangFlashingDesc%
ECHO.
ECHO. 1. %LangFlashingDesc1%
ECHO. 2. %LangFlashingDesc2%
ECHO. 3. %LangDevTypeMakeSure6%
ECHO.
ECHO. %LangDevTypeCheckDesc2%
ECHO.***********************************************
timeout /t 2 /nobreak >NUL
fastboot.exe wait-for-device >NUL 2>NUL
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO.
ECHO. %LangFlashingRec%...
ECHO.
ECHO.
ECHO.***********************************************
ECHO.
ECHO. %LangFlashingRecDesc1%
ECHO.
ECHO. %LangFlashingRecDesc2%
ECHO.
fastboot.exe flash recovery "%rec_img%" || goto FLASH_FAILED
REM fastboot.exe flash misc misc.bin >NUL 2>NUL
timeout /t 6 /nobreak >NUL
goto FLASH_OVER
:FLASH_FAILED
ECHO.
ECHO. %LangFlashFailed%
timeout /t 6 /nobreak >NUL
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO. %LangFlashFailedTitle%
ECHO.
ECHO. 1. %LangFlashFailedDesc1%
ECHO. 2. %LangFlashFailedDesc2%
ECHO. 3. %LangFlashFailedDesc3%
ECHO. %LangFlashFailedDesc4%
ECHO.
ECHO. %rec_auth% %LangFlashFailedDesc5%
ECHO.
ECHO. %LangExit%...
ECHO.***********************************************
ECHO.
timeout /t 1 /nobreak >NUL
pause >NUL
EXIT
:FLASH_OVER
CLS
ECHO.
ECHO. %device_name% %LangTitle% %rec_name%
ECHO.***********************************************
ECHO.
ECHO. %LangFlashOverTitle%
ECHO.
ECHO.
ECHO. %LangFlashOverDesc1% %rec_name%
ECHO. %LangFlashOverDesc2%
ECHO.
ECHO.
ECHO. %LangFlashOverDesc3%
ECHO. %LangFlashOverDesc4% %rec_tooleditor%
ECHO. %LangFlashOverDesc5%
ECHO.
ECHO. %LangExit%...
ECHO.***********************************************
ECHO.
fastboot.exe reboot recovery
pause >NUL
EXIT
Click to expand...
Click to collapse
Great idea, but through my test of ur code, there a problem with Chinese characters
I may recommended to seperate languages that is not support UTF-8 because it is impossible to activate 2 chcp characters codes
So Chinese is chcp 936, then it should different from chcp 65001 which is UTF-8 (support latin-accents characters)
Anyway thanks for ur idea, ur name will be credited in next tool update

Stuck at Fastboot mode when tried to install with One-click Installation Tool, same with manual flash method, reinstalled ADB drivers and still same results. Even OFRP tool would not progress any more further than "checking device connected" message.
USB debugging enabled - Bootloader unlocked.

sonicswink said:
Stuck at Fastboot mode when tried to install with One-click Installation Tool, same with manual flash method, reinstalled ADB drivers and still same results. Even OFRP tool would not progress any more further than "checking device connected" message.
USB debugging enabled - Bootloader unlocked.
Click to expand...
Click to collapse
This must be your driver problem, mine is still success in latest version
if u keep stucking in fastboot mode, try restore firmware
don't remind me if ur device is bricked

DumbHokage said:
Great idea, but through my test of ur code, there a problem with Chinese characters
I may recommended to seperate languages that is not support UTF-8 because it is impossible to activate 2 chcp characters codes
So Chinese is chcp 936, then it should different from chcp 65001 which is UTF-8 (support latin-accents characters)
Anyway thanks for ur idea, ur name will be credited in next tool update
Click to expand...
Click to collapse
Maybe loss fonts? i also have problem with Vietnamese characters (in utf-8) too.
but chinese charcters (in utf-8) work well.

SummonHIM said:
Maybe loss fonts? i also have problem with Vietnamese characters (in utf-8) too.
but chinese charcters (in utf-8) work well.
View attachment 5204233
View attachment 5204235
Click to expand...
Click to collapse
Oh I see, maybe because of CMD fonts
And it could depend on Windows edition, like if u have Home China, there will be full of Chinese support but Latin UTF-8 were not natively supported, I have Pro (International) and Latin UTF-8 fully support, Chinese were not fully supported by default
Anyway thanks for ur screenshot

DumbHokage said:
Oh I see, maybe because of CMD fonts
And it could depend on Windows edition, like if u have Home China, there will be full of Chinese support but Latin UTF-8 were not natively supported, I have Pro (International) and Latin UTF-8 fully support, Chinese were not fully supported by default
Anyway thanks for ur screenshot
Click to expand...
Click to collapse
My pleasure

DumbHokage said:
This must be your driver problem, mine is still success in latest version
if u keep stucking in fastboot mode, try restore firmware
don't remind me if ur device is bricked
View attachment 5203129
Click to expand...
Click to collapse
Yes it was absolutely my faulty driver which caused issues, fixed it in short time after, just I forgot to update my comment, my apologies and thanks again for this recovery

China windows 10 cant display chinese fonts. I convert to ANSI display fine

Add some new function...
1.Chinese language now work fine. and add Traditional Chinese support.
2.Automatic download and expand adb.exe and fastboot.exe
3.Add "Source list" function. Maybe it can help you update new version more easily.
Here is the code: https://github.com/SummonHIM/1ClickFlashRec

SummonHIM said:
Add some new function...
1.Chinese language now work fine. and add Traditional Chinese support.
2.Automatic download and expand adb.exe and fastboot.exe
3.Add "Source list" function. Maybe it can help you update new version more easily.
Here is the code: https://github.com/SummonHIM/1ClickFlashRec
Click to expand...
Click to collapse
Oh thanks so much
I haven't online on XDA for 3 weeks, so I would fork and make some changes (if needed) to my repository. Thanks a lot for revamped the codes

sonicswink said:
Stuck at Fastboot mode when tried to install with One-click Installation Tool, same with manual flash method, reinstalled ADB drivers and still same results. Even OFRP tool would not progress any more further than "checking device connected" message.
USB debugging enabled - Bootloader unlocked.
Click to expand...
Click to collapse
I stuck the same too...win10 education edition problem?

sonicswink said:
Stuck at Fastboot mode when tried to install with One-click Installation Tool, same with manual flash method, reinstalled ADB drivers and still same results. Even OFRP tool would not progress any more further than "checking device connected" message.
USB debugging enabled - Bootloader unlocked.
Click to expand...
Click to collapse
I found the reason... before flush , must change Stable.ED into DEV.ED...

Congratulation for recontinued!

Related

need help on hp ipaq hw6965

hi guys, i was trying to install a language pack on my hp hw6965 and suddenly the power went out ( fluctuate ) then when i turned on my phone again the OS wont boot up...is there a way i can install a new OS on it via memory card or via usb to my pc or anyother way to revert back to the original os?
i already tried doing a hard reset on it by holding down the action buttons and reset button but i only get message saying "clearing ok" and thats all..
when ever i open up my phone its just stays on the HP screen and thats about it.
i would really appreciate any help out there.
thank you in advance
Tôi cũng đang quan tâm đến con này.Ai có thì post hộ cái nhá.
I need rom for hp hw 6965....help....
Tôi cũng đang quan tâm đến con này.Ai có thì post hộ cái nhá.
I need rom for hp hw 6965....help....

vietnamese for s620

who can creative vietnamese unikey for s620, plz help me. i'm a vietnamese person
haha, Mr. Trị come here to find a Vietnamese Input Method for S620??? I tried at least 7 programs, but I got no thing. Try [email protected] Typing, It's good, but after typing, you must copy text and paste in some place (sms, contact, winword...) Some body help us. I really need a Vietnamese Input for Smartphone S620.
you don't need to copy and then paste, because in [email protected] Typing, after you choose a textbox to put text in, it will automatically copy the text you've just entered into that textbox.
Yes, I know it. But it's so inconvenient. I tried GoTiengVietCF on S630 but it just show hint, and no character show up in SMS box... there are a lot of virtual vietnam keyboard for pocketpc, but too few for smartphone. (
sorry, it's not GoTiengVietCF, it's AEKeyMap. But I also cannot run GoTiengVietCF on S620.
Copy and Paste few Vietnam characters/words from one of your current Vietnames doccuments to make the autotext learns itself to complete it dictionary. The next time when you type, it will prompt you a hint, just select the characters/words u entered before. That how I type a message in Vnese and sent to may contacts
Start > Setting > Joggr > Bottom key Application Name: "\Storage Card\Programs\[email protected] Typing\[email protected] Typing.exe" (without "", you can enter your real path to [email protected])
in the next field, enter: "1052,1003" (without "")
done!
in your SMS input box, double-touch your bottom JOGGR bar to show [email protected] > enter your words in VN > OK and your words will auto-pasted in yout SMS input box.
learn english and may be you can get a job with ct nước ngòai and you don't have to worry about sửa phone anymore
hehe. thanks porto35, funny Vietlish! I'll try my best to learn English!
up date thời tiết cho anh em nè ASIlVNlVM017lHANOI các tỉnh khác anh em thực hiện đổi đuôi nhé
có bác nào xem tv bằng phần mềm SPB TV ko ạ?có pm em nhé,quangthuan_st,e cài vào ko sài được phần mềm của nó hơn 100 kênh em toàn phải xem bằng SPB online,xem được 57 kênh
anhthuan12 said:
có bác nào xem tv bằng phần mềm SPB TV ko ạ?có pm em nhé,quangthuan_st,e cài vào ko sài được phần mềm của nó hơn 100 kênh em toàn phải xem bằng SPB online,xem được 57 kênh
Click to expand...
Click to collapse
I'm a Vietnamese. And this is an international Forum. So, try to write in English to improve it (although it's not good). Don't write Vietnamese in here! Try your best to learn English in this forum.
and never ask for cracked versions of sharewares, mod will delete them
nguyenphucthanh said:
I'm a Vietnamese. And this is an international Forum. So, try to write in English to improve it (although it's not good). Don't write Vietnamese in here! Try your best to learn English in this forum.
Click to expand...
Click to collapse
or use a translator, they are plenty of them in the web
sorry,I see a doctor tv software not SPB TV? said nhé em, quangthuan_st, they are not set to use the software to its more than 100 channels you have to see the full SPB online, watch 57 channels,thanks
anhthuan12 said:
sorry,I see a doctor tv software not SPB TV? said nhé em, quangthuan_st, they are not set to use the software to its more than 100 channels you have to see the full SPB online, watch 57 channels,thanks
Click to expand...
Click to collapse
If I can understand what you wrote, I will die right now! (Hiểu gì chết liền!)
I say no Proficiency in English
people who have installed software spb tv,

[Q] How to save the "joined contact"?

For ex:
- You merge 2 contacts: 1 from Facebook, 1 from "Phone contact".
- Backup Contacts.
- Do something, such as format your Arc.
- Restore -> Just "Phone contact", Facebook information of that person will disappear.
Do you know how to save (and use) the "Joined contacts" (2.3.3 version)?
Thanks for your help.
Patrick Eyewear (PEW.VN) là công ty cung cấp các sản phẩm mắt kính GM authentic uy tín tại TPHCM, miễn phí giao hàng toàn quốc. Tất cả những sản phẩm kính Gentle Monster của chúng tôi đều là sản phẩm chính hãng, có thẻ chứng nhận từ web quốc tế. Hỗ trợ check code tại cửa hàng.
Đặc biệt, duy nhất khi mua kính Gentle Monster tại Patrick Eyewear, bạn sẽ được bảo dưỡng miễn phí trọng đời và bảo hành ngay tại Việt Nam.
Gọi ngay cho Patrick Eyewear theo hotline: 0906003396 (call, iMessage, Viber, Zalo, Whatsapp)
Không gian trưng bày mắt kính Gentle Monster tại TPHCM
174 Võ Thị Sáu, phường 7, quận 3
206 Nguyễn Văn Hưởng, quận 2
Bạn đang xem chuyên mục kính Gentle Monster chính hãng (kính râm Gentle Monster)
Vui lòng ấn vào đây để tìm các sản phẩm liên quan đến gọng kính Gentle Monster.
fantomas2503 said:
For ex:
- You merge 2 contacts: 1 from Facebook, 1 from "Phone contact".
- Backup Contacts.
- Do something, such as format your Arc.
- Restore -> Just "Phone contact", Facebook information of that person will disappear.
Do you know how to save (and use) the "Joined contacts" (2.3.3 version)?
Thanks for your help.
Click to expand...
Click to collapse
Sync back and you will get back.
I don't think there is an option for this unless that "other" application is able to provide the information. Joining contacts means, it just displays two contacts together in one place and doesn't mean that both are merged.
Sync back and you will get back.
Click to expand...
Click to collapse
Sync back & have to merge again :-<
If you long press on the contact you get the option 'join contact'. Does this help? or have i mis understood your question?

Lollipop GX Final Matrix (310L / LR) - GPRO (240 L / S / K) - GK

mình k phải dev hay là moder chuyên nghiệp, đc sự hỗ trợ của @lite và @Shield và ham mê nhỏ nhỏ nên mang bản rom đang dùng ra chia sẻ vs ace trong 4rums. rom lần đầu chưa tránh khỏi sai sót ace sử dụng góp ý để mình phát triển....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thông tin Matrix Final V2
tối ưu V1
Volume wake
điều hướng ảo
update app
miniview
chặn quảng cáo bằng file hosts
plug & pop
Thêm kết nối PC connection
thu nhỏ navi
Task manage g3
tùy chỉnh bật tắt tốc độ mạng 1/2 dòng thanks @vuphihung1979
thay đổi giao diện thư viện, cuộc gọi, quản lý file.tin nhắn, trình phát nhạc ..... (tham khảo trên xda)
............
UPDATE 2: thực ra cũng k có gì mới mẻ cho lắm share nốt bản rom mod khi dùng GX. Chân thành cảm ơn bác @lite nhé
add 1 số app G4 ( thời tiết - danh bạ - quản lý file - LGhome - LGtheme)
thêm tùy chọn rung khi kết thúc, hình nền thông báo. cảm ơn bác @vuphihung1979giúp mình mod thêm
LINK : MATRIX_FINAL_UPDATE_2
[
MD5 : 839FC46C - 5099EF7B - DE8302C8 - 5386B185
Khuyến Mại : UI trong suốt nhìn rõ ảnh nền thanh thông báo hơn ) (chép vào system/priv-app/LGsystemUI set 644 ->reboot)
Lưu Ý :
rom hơi nặng dạng system.img nên khi cài đặt và boot lên hơi lâu, kiên trì và nhẫn nại nhé
Ai muốn ui ios full chức năng thì vào system/priv-app/lgsystemui xóa file ui hiện tại và đổi file có đuôi .apk0 thành .apk xong reboot
Gói update_ui chỉ dành cho bản FINAL nên ai fl vào sẽ mất tùy chọn cá nhân. Rảnh mình làm gói update_2 lại cho các bạn fl trực tiếp cho bản FINAL_2. Tks
LINK : MATRIX_FINAL
MD5: E16135FE - 00F775A6 - FB0956FB - A1B75A78
Lưu Ý :
bật phím điều hướng : dùng Build Prop Editor chỉnh dòng cuối build.prop qemu.hw.mainkeys=1 ( chỉnh 1thành 0 để bật)
khi cài đặt rom lên có thể bị FC cập nhật phần mềm thì cứ ấn ok là đc, k sao hết
UPDATE:
add user - clock 3 kim - 6 hiệu ứng màn hình khóa - toggle nhiều màu sắc
fix lỗi font in đậm trong cài đặt...
link :
UI STOCK https://www.fshare.vn/file/HVOJCTUJT8E3
UI IOS https://www.fshare.vn/file/PH3LJNBCJCUZ
thanks @lite đã hỗ trợ mình rất nhiều :inlove:
thanks @Shield hỗ trợ boot .........
Hướng dẫn cài đặt :
* Yêu cầu máy đã root rec, nền 4.4 hoặc 5.0 đều đc. khuyến khích nền 4.4 stock
* Vào Rec TWRP, 4 wipe (system,data,cache, dalvik cache) flash rom,
* 2 wipe dalvik cache/cache
* reboot -> enjoy
The rom is originally posted here.I am just sharing.Thanx.
MOD EDIT OUTSIDE XDA LINKS NOT ALLOWED ALSO DEAD
I have been using this rom since last week.It does not have a single bug & battery back is up far better than stock lg.So I thought it is worth to be shared..
asingha94 said:
I have been using this rom since last week.It does not have a single bug & battery back is up far better than stock lg.So I thought it is worth to be shared..
Click to expand...
Click to collapse
Are you using it on E988? Also can colors of quick settings can be set to default / single color?
Waxim1 said:
Are you using it on E988? Also can colors of quick settings can be set to default / single color?
Click to expand...
Click to collapse
https://www.fshare.vn/file/WU8AHARNRKBH
use this one.There is no clock on status bar & everything is like stock lg default one with some g4 update & I am using f240l.:laugh:If you want colorful ui then you have to flsah the other system ui provided on the page.
asingha94 said:
https://www.fshare.vn/file/WU8AHARNRKBH
use this one.There is no clock on status bar & everything is like stock lg default one with some g4 update & I am using f240l.[emoji23]If you want colorful ui then you have to flsah the other system ui provided on the page.
Click to expand...
Click to collapse
I must admit the battery timing is quite impressive. Better than stock and other builds. Kudos
Anyone tried this on e988? Hows battery backup?
add update 2 to g drive plz
Which kernel u r using fot e98x ?
Waxim1 said:
Anyone tried this on e988? Hows battery backup?
Click to expand...
Click to collapse
I have f240l but no issue has been reported in the forum. Battery back up is also better than stock one & any rom I have been through.
zohaibkhan143 said:
add update 2 to g drive plz
Which kernel u r using fot e98x ?
Click to expand...
Click to collapse
The rom will flash the kernal automatically.So don't need to be worried. I will post a link to google drive
asingha94 said:
The rom will flash the kernal automatically.So don't need to be worried. I will post a link to google drive
Click to expand...
Click to collapse
I know and I tried this rom but same damn thing.. Poor battery on e980
Sent from my LG Optimus G Pro E980

Question poco f3 suddenly power off

Hi everybody . my phone is suddenly turned off. When I restart, it just goes to the miui logo and it turns off. I have flashed many roms and tried flashing arrow os but still have the same problem. So what is wrong with my phone?
Dinh Huy said:
Hi everybody . my phone is suddenly turned off. When I restart, it just goes to the miui logo and it turns off. I have flashed many roms and tried flashing arrow os but still have the same problem. So what is wrong with my phone?
Click to expand...
Click to collapse
Clear data
Dinh Huy said:
Hi everybody . my phone is suddenly turned off. When I restart, it just goes to the miui logo and it turns off. I have flashed many roms and tried flashing arrow os but still have the same problem. So what is wrong with my phone?
Click to expand...
Click to collapse
If it's not working, try this : https://androidfilehost.com/?fid=2188818919693788158
X0PIRAT3 said:
Xóa dữ liệu
Click to expand...
Click to collapse
Tôi đã xóa dữ liệu nhưng nó không hoạt động
X0PIRAT3 said:
Nếu nó không hoạt động, hãy thử cách này: https://androidfilehost.com/?fid=21888189196937
Click to expand...
Click to collapse
Tôi đã thử rom đó và nhiều rom khác nhưng nó không hoạt động. tất cả đến logo khởi động đều bị tắt
What ROM were you running at the time Stock MIUI, xiaomi.eu, arrowOS etc...
As recommend by the others try formatting the data / factory reset (if you insist on mi flash make sure to NOT LOCK BOOTLOADER)

Categories

Resources