mi max hydrogen kernel commandline ?? - Xiaomi Mi Max Questions & Answers

https://forum.xda-developers.com/nexus-4/help/solved-fastboot-boot-recovery-img-t2380675
with reference to above thread what is the mi max kernel command line ???

Related

[H] Soft Brick

I cant flash anything I have this message: "unmount of /system failed no such volume".
Please help D:
sk8lucas said:
I cant flash anything I have this message: "unmount of /system failed no such volume".
Please help D:
Click to expand...
Click to collapse
Try formatting /system from fastboot
Always press the thanks button
Sent From LG-E975
Powered By MultiROM :
AICP Fuelled By Solid Kernel 1.95
ArtMOD V7 Fuelled By JollaKernel
Recovery : TWRP 2.8.4 with MultiROM and MTP
CPU Governer : Intelliactive
CPU Clock Range : 162 to 172800
UnderVolt : 125000
GPU Clock Range : 128 to 487
I/O Scheduler : fiops

Compiling Kernel

I tried to compile kernel from official CM github, but I end up with this errors:
"Make [1]: *** No rule to make target� arch / arm64 / boot / dts / hydrogen-msm8956-mtp.dtb �, required for� arch / arm64 / boot / Image.gz-dtb �Stop.. "
I tried disable "build_appended_dtb" , but this is not correct.
it worked, but the Image still not boot
I tried to clone some of GitHub repos:
https://github.com/MiCode/Xiaomi_Kernel_OpenSource
https://github.com/TheStrix/android_kernel_xiaomi_msm8956
https://github.com/zhaochengw/android_kernel_xiaomi_hydrogen
https://github.com/karthick111/android_kernel_xiaomi_hydrogen
All they show this error!
Help me please
It works after doing this:
Code:
cp -arn arch/arm/boot/dts/* arch/arm64/boot/dts/
cp -arn include/dt-bindings/* arch/arm64/include/
TEKME said:
It works after doing this:
Code:
cp -arn arch/arm/boot/dts/* arch/arm64/boot/dts/
cp -arn include/dt-bindings/* arch/arm64/include/
Click to expand...
Click to collapse
Make to compiling kernel xiaomi mi max Hydrogen with iptables function?

mi 10t pro imei

mi 10t pro imei onarım dosyası lazım
non-hlos.bin
factory_nv.img
lazım
why do need them?
Ne için ihtiyaç duyuyorsun bunlara? repair yöntemini paylaşır mısın?
Bana özelden yazının boyutu yardımcı 72kubi @ gmail.com

mi 10t pro

hi i wanted to know if my mi10t pro i can put twrp
bootloader open it
my model does not have expandable
You can safely boot TWRP through fastboot (that's boot only, you don't flash). That'll let you run TWRP once, then revert to the standard recovery when you next boot.
There may be a way to have TWRP stick in recovery now, but I've had no need to try it as booting works ok.
chisnz said:
Puoi avviare in sicurezza TWRP tramite fastboot (solo avvio, non flash). Ciò ti consentirà di eseguire TWRP una volta, quindi ripristinare il ripristino standard al prossimo avvio.
Potrebbe esserci un modo per avere la chiavetta TWRP in recovery ora, ma non ho avuto bisogno di provarlo poiché l'avvio funziona bene.
Click to expand...
Click to collapse
Unfortunately my cell phone a antirollback 1
i would like to put idonesia version it's possible
I've read that people have applied standard MIUI versions from TWRP by using the .zip format MIUI ROM. If you're staying with MIUI that's even more reason not to flash TWRP and leave the MIUI recovery, as this may be required to run stock MIUI versions.
chisnz said:
I've read that people have applied standard MIUI versions from TWRP by using the .zip format MIUI ROM. If you're staying with MIUI that's even more reason not to flash TWRP and leave the MIUI recovery, as this may be required to run stock MIUI versions.
Click to expand...
Click to collapse
Yes, certainly
question but if I load a more up-to-date rom but idonesia works or goes in brik
always with miflash_unlock
People have had various levels of success with Miflash. Yes, you must be unlocked to load anything non-standard. But if I can't use it for a standard ROM you could be forced down the booting TWRP and flashing a .zip version.
where do i find twrp for the mi note 10 t pro
rossi rosssinni said:
where do i find twrp for the mi note 10 t pro
Click to expand...
Click to collapse
https://androidfilehost.com/?w=files&flid=318203
NOSS8 said:
https://androidfilehost.com/?w=files&flid=318203
Click to expand...
Click to collapse
Il valore ARB di 1 significa che la protezione anti rollback è disabilitata. ???
rossi rosssinni said:
Unfortunately my cell phone a antirollback 1
i would like to put idonesia version it's possible
Click to expand...
Click to collapse
Use this tool: https://forum.xda-developers.com/t/flash-tool-guide-use-xiaomi-flash-tool.4262425/
If it is for call recording, flash a Xiaomi EU rom A11 or A12.
https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv12/
https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13/
NOSS8 said:
Use this tool: https://forum.xda-developers.com/t/flash-tool-guide-use-xiaomi-flash-tool.4262425/
If it is for call recording, flash a Xiaomi EU rom A11 or A12.
https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv12/
https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13/
Click to expand...
Click to collapse
con questo sistema elimino il
antiribaltamento 1
o rimane???
antirollback
check error 1
can i load rom 0
antirollback
check error 0
rossi rosssinni said:
antirollback
check error 1
can i load rom 0
antirollback
check error 0
Click to expand...
Click to collapse
Edit flash_all.bat
Remove these lines:
Code:
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || exit /B 1
::check anti_version
if exist %~dp0images\anti_version.txt (for /f "delims==" %%a in (%~dp0images\anti_version.txt) do (set CURRENT_ANTI_VER=%%a))
if [%CURRENT_ANTI_VER%] EQU [] set CURRENT_ANTI_VER=0
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"') do (set version=%%i)
if [%version%] EQU [] set version=0
set anticheck="antirollback check pass"
if %version% GTR %CURRENT_ANTI_VER% set anticheck="Current device antirollback version is greater than this pakcage"
echo %anticheck% | findstr /r /c:"pass" || @ECHO "Antirollback check error" && exit /B 1
fastboot %* getvar crc 2>&1 | findstr /r /c:"^crc: 1" && if %errorlevel% equ 0 (
fastboot %* flash crclist %~dp0images\crclist.txt || @ECHO "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @ECHO "Flash sparsecrclist error" && exit /B 1
)
or use TWRP
once the all.but file has been modified
and loaded the new rom
anti-rollback check error has been eliminated forever
if I have to reload a new rom I have to modify the file all but
rossi rosssinni said:
once the all.but file has been modified
and loaded the new rom
anti-rollback check error has been eliminated forever
if I have to reload a new rom I have to modify the file all but
Click to expand...
Click to collapse
I've used it a few times with no problem.
Do not lock the bootloader = advantage in case of problem you can solve it. Disadvantage = the phone will no longer be certified.
Install a Xiaomi EU rom (see post #11) which are better than stock roms with call recorder and without antirollback problem.
flash a Xiaomi EU rom A11 or A12
A11 or A12 means miu 11 or mui 12 right ???
rossi rosssinni said:
flash a Xiaomi EU rom A11 or A12
A11 or A12 means miu 11 or mui 12 right ???
Click to expand...
Click to collapse
MIUI 12 Android 11 Stable recovery/weekly Fastboot zip // MIUI 13 Android 12 Fastboot zip
or caricoto rom eu
by mistake or closed the botoloader can I reopen it with me flash miflash_unlock ???
and selected CURRENT_ANTI_VER = # and always 1

Themes / Apps / Mods XIAOMI 11T (AMBER/AGATE) MIUI 14 GLOBAL TWEAKS AIO

feature :
1. SDA/SDB/SDC
UP 1024 read_ahead_kb
UP 1024 nr_requests
ENABLE add_random
2. GED
ENABLE boost_gpu_enable
ENABLE enable_game_self_frc_detect
ENABLE gx_boost_on
ENABLE gx_game_mode
ENABLE ged_smart_boost
3. KERNEL HAL
LVL 5 gpu_boost_level
SET MAX FREQ custom_boost_gpu_freq
4. EARA THERMAL
SET DISABLE
5. ZRAM
SET 6GB disksize
7. APU
ENABLE mnoc_apu_qos_boost
8. RAM
RAM 0-15 SET 1024 read_ahead_kb
DM 0-43 SET 1024 read_ahead_kb
LOOP 0-10 SET 1024 read_ahead_kb
ZRAM SET 1024 read_ahead_kb
9. VM
SET 75 dirty_ratio
SET 60 overcommit_ratio
SET 10 vfs_cache_pressure
SET 3000 dirty_expire_centisecs
10. I/O
SET DEADLINE scheduler
11. TCP NET
SET BIC tcp_congestion_control
12. CPU
SET PERFORMANCE CPU 0-7 cpufreq
SET MAX CLOCK SPEED CPU 0,1,2,3 TO 2000000
SET MAX CLOCK SPEED CPU 4,5,6 TO 2600000
SET MAX CLOCK SPEED CPU 7 TO 3000000
SET MAX CLOCK CPU POLICY 0,4,7
13. KERNEL PANIC
DISABLE panic_on_oops
DISABLE perf_cpu_time_max_percent
DISABLE panic
REDUCE TO 10000 perf_event_max_sample_rate
DISABLE kptr_restrict
14. THERMAL KILL
STOP THERMAL_CORE + FILE REPLACE
CUSTOM THERMALD + FILE REPLACE
STOP THERMAL + FILE REPLACE
STOP THERMAL_MANAGER + FILE REPLACE
STOP THERMALLOADALGOD + FILE REPLACE
STOP MI_THERMAL + FILE REPLACE
TEST
XIAOMI 11T AGATE /AMBER
ROM MIUI 14 GLOBAL
MEDIATEK DIMENSITY 1200
ATTENTION: THIS MODULE MAY RESULT IN DAMAGE!, ALL DAMAGE CAUSED BY THIS MODULE IS NOT OUR RESPONSIBILITY!
MY RESPECT, THEDYA
thedyaaaa_ said:
feature :
1. SDA/SDB/SDC
UP 1024 read_ahead_kb
UP 1024 nr_requests
ENABLE add_random
2. GED
ENABLE boost_gpu_enable
ENABLE enable_game_self_frc_detect
ENABLE gx_boost_on
ENABLE gx_game_mode
ENABLE ged_smart_boost
3. KERNEL HAL
LVL 5 gpu_boost_level
SET MAX FREQ custom_boost_gpu_freq
4. EARA THERMAL
SET DISABLE
5. ZRAM
SET 6GB disksize
7. APU
ENABLE mnoc_apu_qos_boost
8. RAM
RAM 0-15 SET 1024 read_ahead_kb
DM 0-43 SET 1024 read_ahead_kb
LOOP 0-10 SET 1024 read_ahead_kb
ZRAM SET 1024 read_ahead_kb
9. VM
SET 75 dirty_ratio
SET 60 overcommit_ratio
SET 10 vfs_cache_pressure
SET 3000 dirty_expire_centisecs
10. I/O
SET DEADLINE scheduler
11. TCP NET
SET BIC tcp_congestion_control
12. CPU
SET PERFORMANCE CPU 0-7 cpufreq
SET MAX CLOCK SPEED CPU 0,1,2,3 TO 2000000
SET MAX CLOCK SPEED CPU 4,5,6 TO 2600000
SET MAX CLOCK SPEED CPU 7 TO 3000000
SET MAX CLOCK CPU POLICY 0,4,7
13. KERNEL PANIC
DISABLE panic_on_oops
DISABLE perf_cpu_time_max_percent
DISABLE panic
REDUCE TO 10000 perf_event_max_sample_rate
DISABLE kptr_restrict
14. THERMAL KILL
STOP THERMAL_CORE + FILE REPLACE
CUSTOM THERMALD + FILE REPLACE
STOP THERMAL + FILE REPLACE
STOP THERMAL_MANAGER + FILE REPLACE
STOP THERMALLOADALGOD + FILE REPLACE
STOP MI_THERMAL + FILE REPLACE
TEST
XIAOMI 11T AGATE /AMBER
ROM MIUI 14 GLOBAL
MEDIATEK DIMENSITY 1200
ATTENTION: THIS MODULE MAY RESULT IN DAMAGE!, ALL DAMAGE CAUSED BY THIS MODULE IS NOT OUR RESPONSIBILITY!
MY RESPECT, THEDYA
Click to expand...
Click to collapse
Do I flash with magisk?
Stephanizgo said:
Do I flash with magisk?
Click to expand...
Click to collapse
Yes (module)!
I flashed the module and rebooted. Waited about 30 seconds and again rebooted is that normal
Stephanizgo said:
I flashed the module and rebooted. Waited about 30 seconds and again rebooted is that normal
Click to expand...
Click to collapse
The device restarted only twice?
carlos974 said:
The device restarted only twice?
Click to expand...
Click to collapse
only twice now working fine
Stephanizgo said:
only twice now working fine
Click to expand...
Click to collapse
thedyaaaa_ said:
feature :
1. SDA/SDB/SDC
UP 1024 read_ahead_kb
UP 1024 nr_requests
ENABLE add_random
2. GED
ENABLE boost_gpu_enable
ENABLE enable_game_self_frc_detect
ENABLE gx_boost_on
ENABLE gx_game_mode
ENABLE ged_smart_boost
3. KERNEL HAL
LVL 5 gpu_boost_level
SET MAX FREQ custom_boost_gpu_freq
4. EARA THERMAL
SET DISABLE
5. ZRAM
SET 6GB disksize
7. APU
ENABLE mnoc_apu_qos_boost
8. RAM
RAM 0-15 SET 1024 read_ahead_kb
DM 0-43 SET 1024 read_ahead_kb
LOOP 0-10 SET 1024 read_ahead_kb
ZRAM SET 1024 read_ahead_kb
9. VM
SET 75 dirty_ratio
SET 60 overcommit_ratio
SET 10 vfs_cache_pressure
SET 3000 dirty_expire_centisecs
10. I/O
SET DEADLINE scheduler
11. TCP NET
SET BIC tcp_congestion_control
12. CPU
SET PERFORMANCE CPU 0-7 cpufreq
SET MAX CLOCK SPEED CPU 0,1,2,3 TO 2000000
SET MAX CLOCK SPEED CPU 4,5,6 TO 2600000
SET MAX CLOCK SPEED CPU 7 TO 3000000
SET MAX CLOCK CPU POLICY 0,4,7
13. KERNEL PANIC
DISABLE panic_on_oops
DISABLE perf_cpu_time_max_percent
DISABLE panic
REDUCE TO 10000 perf_event_max_sample_rate
DISABLE kptr_restrict
14. THERMAL KILL
STOP THERMAL_CORE + FILE REPLACE
CUSTOM THERMALD + FILE REPLACE
STOP THERMAL + FILE REPLACE
STOP THERMAL_MANAGER + FILE REPLACE
STOP THERMALLOADALGOD + FILE REPLACE
STOP MI_THERMAL + FILE REPLACE
TEST
XIAOMI 11T AGATE /AMBER
ROM MIUI 14 GLOBAL
MEDIATEK DIMENSITY 1200
ATTENTION: THIS MODULE MAY RESULT IN DAMAGE!, ALL DAMAGE CAUSED BY THIS MODULE IS NOT OUR RESPONSIBILITY!
MY RESPECT, THEDYA
Click to expand...
Click to collapse
It's difficult for me to understand, please can you tell what this tweak does? Is it like over clock?
llSOULll said:
It's difficult for me to understand, please can you tell what this tweak does? Is it like over clock?
Click to expand...
Click to collapse
It is more like underclock, for gaming I recommend to turn it off
llSOULll said:
It's difficult for me to understand, please can you tell what this tweak does? Is it like over clock?
Click to expand...
Click to collapse
llSOULll said:
It's difficult for me to understand, please can you tell what this tweak does? Is it like over clock?
Click to expand...
Click to collapse
No, just tunning for best performance
hay guys, i made the modul for may self. maybe have mistake just for xiaomi 11T agate/amber mediatek, if you wan to see may module just welcome to my drive https://drive.google.com/drive/folders/1gqNZHInbiQI7irsGT-TZbrCARxLEQhZE
I was watching a TV series on my phone when my phone did re,re,re,re,Re and rebooted on itself. This magisk module is buggy I think
im sory about that. what miui version you have? maybe you can deleted this module and change to new version for miui 14

Categories

Resources