redmi7official | Unsorted

Telegram-канал redmi7official - Redmi 7 | OFFICIAL

1452

Support group for the Xiaomi Redmi 7 Stay up-to-date with us! Channel: @oncliteupdates GSI Discussion: @redmi7gsi Off-Topic: @redmi7ot Photograpy: @XiaomemePhotography Customization: @XiaomemeCustomization

Subscribe to a channel

Redmi 7 | OFFICIAL

#how_to_build_roms_for_noobs

Читать полностью…

Redmi 7 | OFFICIAL

List of notes in Redmi 7 | OFFICIAL:
- bootloop_saver
- channel
- dfe
- fbe
- fw
- gaming-rom
- gapps
- gcam
- gsi
- how_to_build_roms_for_noobs {private}
- how_to_log
- how-to-root
- hz
- installrecovery
- jitter
- kernel
- kernel-for-bb
- kernel_manager
- magisk
- migrate
- migratefix
- miuicameraport
- miui-core
- miui_debloater
- ot
- outdated_stuff
- persist
- phone-recorder
- recovery
- recoverylogostuck_fix
- romflash
- roms
- rules {private}
- safetynet
- safetynet_fix
- unlock
- vbmeta
- whatisjitter
- wsl2
You can retrieve these notes by using /get notename, or #notename

Читать полностью…

Redmi 7 | OFFICIAL

List of notes in Redmi 7 | OFFICIAL:
- bootloop_saver
- channel
- dfe
- fbe
- fw
- gaming-rom
- gapps
- gcam
- gsi
- how_to_build_roms_for_noobs {private}
- how_to_log
- how-to-root
- hz
- installrecovery
- jitter
- kernel
- kernel-for-bb
- kernel_manager
- magisk
- migrate
- migratefix
- miuicameraport
- miui-core
- miui_debloater
- ot
- outdated_stuff
- persist
- phone-recorder
- recovery
- recoverylogostuck_fix
- romflash
- roms
- rules {private}
- safetynet
- safetynet_fix
- unlock
- vbmeta
- whatisjitter
- wsl2
You can retrieve these notes by using /get notename, or #notename

Читать полностью…

Redmi 7 | OFFICIAL

There you go ...

/channel/redmi7official/565209

Читать полностью…

Redmi 7 | OFFICIAL

Available Recoveries:

Читать полностью…

Redmi 7 | OFFICIAL

List of notes in Redmi 7 | OFFICIAL:
- bootloop_saver
- channel
- dfe
- fbe
- fw
- gaming-rom
- gapps
- gcam
- gsi
- how_to_build_roms_for_noobs {private}
- how_to_log
- how-to-root
- hz
- installrecovery
- jitter
- kernel
- kernel-for-bb
- kernel_manager
- magisk
- migrate
- migratefix
- miuicameraport
- miui-core
- miui_debloater
- ot
- outdated_stuff
- persist
- phone-recorder
- recovery
- recoverylogostuck_fix
- romflash
- roms
- rules {private}
- safetynet
- safetynet_fix
- unlock
- vbmeta
- whatisjitter
- wsl2
You can retrieve these notes by using /get notename, or #notename

Читать полностью…

Redmi 7 | OFFICIAL

List of notes in Redmi 7 | OFFICIAL:
- bootloop_saver
- channel
- dfe
- fbe
- fw
- gaming-rom
- gapps
- gcam
- gsi
- how_to_build_roms_for_noobs {private}
- how_to_log
- how-to-root
- hz
- installrecovery
- jitter
- kernel
- kernel-for-bb
- kernel_manager
- magisk
- migrate
- migratefix
- miuicameraport
- miui-core
- miui_debloater
- ot
- outdated_stuff
- persist
- phone-recorder
- recovery
- recoverylogostuck_fix
- romflash
- roms
- rules {private}
- safetynet
- safetynet_fix
- unlock
- vbmeta
- whatisjitter
- wsl2
You can retrieve these notes by using /get notename, or #notename

Читать полностью…

Redmi 7 | OFFICIAL

Ig no one have backup

Читать полностью…

Redmi 7 | OFFICIAL

Ohh i thought you were talking about extracting firmware.zip

Читать полностью…

Redmi 7 | OFFICIAL

What partition to select while flashing it as img?

Читать полностью…

Redmi 7 | OFFICIAL

I did that 4 days ago 😂

Читать полностью…

Redmi 7 | OFFICIAL

Use this & check

Читать полностью…

Redmi 7 | OFFICIAL

While flashing firmware recovery says device is onc and firmware is onclite something like that

Читать полностью…

Redmi 7 | OFFICIAL

Usme bhi same issue h bakii sb set h

Читать полностью…

Redmi 7 | OFFICIAL

Will work after tomorrow, and I guess... It's not on device side

Читать полностью…

Redmi 7 | OFFICIAL

There are two ways you can get logs.

The non-rooted way (you will need a PC)
1. Download the latest platform-tools for your operating system
Windows
Linux
2. Extract the zip to a folder and move into that folder in Command Prompt or Terminal:
cd <folder_location>
3. Plug in your device and accept the debugging prompt (turn on ADB in Settings > Developer Options if you don't see it).
4. Verify your device is recognized by typing adb devices
5. Take your log:
• logcat: adb logcat -d > test.log
• dmesg: adb shell dmesg > dmesg
6. Send the logs here and tag the maintainer.

The rooted way
1. Install termux or any other terminal app
2. Type su
3. Type cd /sdcard
4. Take your log:
• logcat: logcat -d > logcat.log
• dmesg: dmesg > dmesg
5. Send the logs here.


Other way

= HOW TO TAKE LOGS =

[ if rom stuck on boot animation or need regular logs ]
0. in twrp mount System and delete file /system/phh/secure and then reboot
1. while you see bootanimation connect phone to PC
2. adb logcat -d all > logs.txt

[ if rom not allowing adb (device unauthorized) ]
0. reboot to twrp
1. connect phone to the PC
2. run command from
*nix: adb push ~/.android/adbkey.pub /data/misc/adb/adb_keys
windows: adb push C:\Users\%PutHereYourUsername%\.android\adbkey.pub /data/misc/adb/adb_keys
3. now you can take logcat logs

[ if phone stuck/bootloop at splash ]
0. reboot to twrp right after stuck-splash or bootloop
1. try to find that logs:
/sys/fs/pstore/console-ramoops
/proc/last_kmsg
/proc/kmsg
2. copy logs to PC
(for sample, with command "adb pull /proc/last_kmsg lastkmsg.txt")

Or get logs without pc using this app:
https://play.google.com/store/apps/details?id=com.tortel.syslog

Читать полностью…

Redmi 7 | OFFICIAL

ANXCamera : MIUI Camera for AOSP ROMS
Flash Via Magisk And give microphone and camera permission manually
For Customising the function/features of it Download ANXCamera Pro https://play.google.com/store/apps/details?id=com.aeonax.camerapro
You will first need to install MIUI CORE Magisk Module (#miui-core)

Читать полностью…

Redmi 7 | OFFICIAL

does anxcamera v204 work on onclite?

Читать полностью…

Redmi 7 | OFFICIAL

DO NOT INSTALL. Kept for history.

Читать полностью…

Redmi 7 | OFFICIAL

Persist image to solve camera/sensors errors.
if this doesn't solve your problem, download the fastboot rom & extract the persist.img, flash it via twrp and that will do.
twrp > install > install image > then flash this into persist partition.

BACKUP YOUR CURRENT IMAGE BEFORE FLASHING THIS ONE!!!

Читать полностью…

Redmi 7 | OFFICIAL

* Clean Flash (for changing rom)
1. Wipe System & Vendor
2. Reboot to recovery
3. Flash Rom
4. Flash Gapps (If Not Included)
5. Format data
6. Reboot

* Dirty Flash (for same roms)
1- Flash Rom
2- Flash Magisk (only if survival script didn't worked)
3- Reboot

Important Note :
- ❕*
WARNING : Backup your personal file/photo/data/app before flashing ROM to avoid data loss.
- Flash Magisk only after first boot to avoid some issues.
- You must* Format Data when Going From FDE To FBE and vice versa.
- You must Use FBE Recovery For FBE Roms And FDE Recovery For FDE Roms.
- Check
#fbe for more info.

Читать полностью…

Redmi 7 | OFFICIAL

Ah that's sucks. Well, thanks anyway

Читать полностью…

Redmi 7 | OFFICIAL

Can someone please share a link of crdroid A10 for onclite? Gdrive links send to be expired

Читать полностью…

Redmi 7 | OFFICIAL

recovery

fastboot flash recovery twrp.img

Читать полностью…

Redmi 7 | OFFICIAL

Who's using crdroid latest

Читать полностью…

Redmi 7 | OFFICIAL

Extract that zip and flash .img using fastboot command

Читать полностью…

Redmi 7 | OFFICIAL

/channel/redmi7official/519907

Читать полностью…

Redmi 7 | OFFICIAL

Available Recoveries:

Читать полностью…

Redmi 7 | OFFICIAL

Ek or device build Kiya tha stone

Читать полностью…

Redmi 7 | OFFICIAL

My all builds are based on your tree Guru ji

Читать полностью…
Subscribe to a channel