[KERNEL][STOCK][4.4.2] Only Adb Insecure - Nexus 5 Android Development

[KERNEL][STOCK][4.4.2] Only Adb Insecure
Hi there!
I needed adbd to always run as root in order to push/pull files, but I wanted to stick as close as possible to stock, so I just modified the production boot.img with a patched version of adbd that enforces it to always run as root. I used a boot.img for Android 4.4.2 extracted from the factory images [1] provided by Google.
I thought that it could be usefull to somebody else so... here you have.
It comes in two flavors:
CWM installable .zip [2]
boot.img for fastboot[/URL] [3]
LINKS
[1] Google Factory Images : https://developers.google.com/android/nexus/images?hl=es#hammerhead
[2] CWM Installable .zip : https://mega.co.nz/#!lJVxWCaA!QA4Zo04_bnzxEjmHDyjUDl9cFiAjJ5QCuIzuYFN bnFU
[3] boot.img : https://mega.co.nz/#!sYE0xDZL!PpR1GzIraGCMxr9BOqrZ0wFbBnJO6HSdsee4mGF d5PA
Enjoy!!
XDA:DevDB Information
[KERNEL][STOCK][4.4.2] Only Adb Insecure, a Kernel for the Google Nexus 5
Contributors
_AtilA_
Kernel Special Features: Stock kernel, but with adbd running always as root, so you can adb push/pull/remount/shell/etc as root
Version Information
Status: Stable
Created 2014-01-16
Last Updated 2014-01-16

Err would be nice if we could auto patch a boot.img from other custom kernels ^^

BRiANj64 said:
Err would be nice if we could auto patch a boot.img from other custom kernels ^^
Click to expand...
Click to collapse
Not really sure about what you mean... Basically, the only change I made is a patched adbd. So, the only thing that other custom kernels have to do, is replace the binary. I can provide you a link with the binary, but it's quite easy to extract it from the boot.img
I you want to know exactly what I've changed in the adb.c, here it is:
Code:
static int should_drop_privileges() {
#ifndef ALLOW_ADBD_ROOT
return 1;
#else /* ALLOW_ADBD_ROOT */
int secure = 0;
char value[PROPERTY_VALUE_MAX];
/* run adbd in secure mode if ro.secure is set and
** we are not in the emulator
*/
#if 0 /* <JGM> No privileges drop! */
property_get("ro.kernel.qemu", value, "");
if (strcmp(value, "1") != 0) {
property_get("ro.secure", value, "1");
if (strcmp(value, "1") == 0) {
// don't run as root if ro.secure is set...
secure = 1;
// ... except we allow running as root in userdebug builds if the
// service.adb.root property has been set by the "adb root" command
property_get("ro.debuggable", value, "");
if (strcmp(value, "1") == 0) {
property_get("service.adb.root", value, "");
if (strcmp(value, "1") == 0) {
secure = 0;
}
}
}
}
#endif
return secure;
#endif /* ALLOW_ADBD_ROOT */
}
Simple, disable privilege drop logic and return the correct value.

can we flash using twrp recovery?? i think most people use twrp

P.Mobile said:
can we flash using twrp recovery?? i think most people use twrp
Click to expand...
Click to collapse
I don't really know! I've never used TWRP, maybe someone could tell us if CWM .zip file is compatible with the TWRP installation system

_AtilA_ said:
I don't really know! I've never used TWRP, maybe someone could tell us if CWM .zip file is compatible with the TWRP installation system
Click to expand...
Click to collapse
Yup
Sent from my Nexus 5 using Tapatalk
---------- Post added at 11:16 PM ---------- Previous post was at 11:14 PM ----------
{
"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"
}
Can't imagine why all the guys are using custom kernels...:what:
Sent from my Nexus 5 using Tapatalk

_AtilA_ said:
Hi there!
I needed adbd to always run as root in order to push/pull files, but I wanted to stick as close as possible to stock, so I just modified the production boot.img with a patched version of adbd that enforces it to always run as root. I used a boot.img for Android 4.4.2 extracted from the factory images [1] provided by Google.
I thought that it could be usefull to somebody else so... here you have.
It comes in two flavors:
CWM installable .zip [2]
boot.img for fastboot[/URL] [3]
LINKS
[1] Google Factory Images : https://developers.google.com/android/nexus/images?hl=es#hammerhead
[2] CWM Installable .zip : https://mega.co.nz/#!lJVxWCaA!QA4Zo04_bnzxEjmHDyjUDl9cFiAjJ5QCuIzuYFN bnFU
[3] boot.img : https://mega.co.nz/#!sYE0xDZL!PpR1GzIraGCMxr9BOqrZ0wFbBnJO6HSdsee4mGF d5PA
Enjoy!!
XDA:DevDB Information
[KERNEL][STOCK][4.4.2] Only Adb Insecure, a Kernel for the Google Nexus 5
Contributors
_AtilA_
Kernel Special Features: Stock kernel, but with adbd running always as root, so you can adb push/pull/remount/shell/etc as root
Version Information
Status: Stable
Created 2014-01-16
Last Updated 2014-01-16
Click to expand...
Click to collapse
FWIW: The MEGA link does not work natively with the MEGA App if you attempt to download directly from your N5. The link is
Code:
https://mega.co.nz/#!lJVxWCaA!QA4Zo04_bnzxEjmHDyjUDl9cFiAjJ5QCuIzuYFNbnFU

_AtilA_ said:
I thought that it could be usefull to somebody else so... here you have.
Click to expand...
Click to collapse
This insecure boot works good for stock 4.4.3.
remount... delele... etc... by adb.
Thank you.

Related

[ROM][T531] Aj's Tab 4 ROM [February 10, 2017]

{
"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"
}
Code:
[B]*** Disclaimer***[/B]
IF YOUR DEVICE IS ALREADY ROOTED TAKE A " BACKUP " OF YOUR FULL ROM
INCLUDING " EFS " using " TWRP " to your SD Card
*I Am NOT RESPONSIBLE IF YOU DAMAGE YOUR DEVICE*
*I Am NOT RESPONSIBLE IF YOUR ALARM FAILS TO RING AND YOU GET FIRED FOR BEING LATE*
*I Am NOT RESPONSIBLE IF YOUR DEVICE CONVERT TO NOTE 7 AND EXPLODE*
*Your Warranty Will be VOID If you Flash TWRP Recovery and ROM*
Based on T531XXU1BPK3/T531XXU1BOE6 (Novemeber 1, 2016 patch)
Extremely Deboated (still keeping all core features)
Deodexed
Zip-aligned
200% De-Knox(remove ASKS security also)
Rooted with the latest SuperSU v2.79 SR3
Added the latest Busybox v1.25.1
Added latest Sqlite3 v3.12.1
ROM size only 581 mb
Removed safe volume warning
Completely removed Signature verification
Added 5 way reboot menu
Added extra toggles to notification panel
Set animation scale to x.25 on system level
Added welcome text
Many many more coming, this is only the first build.
===>DOWNLOAD<=== only use twrp from below!!!
IF YOU ARE COMING FROM KITKAT FLASH THIS MODEM AND BOOTLOADER IN ODIN.
1. Flash this TWRP In Odin [ONLY USE THIS TWRP- RILL WONT WORK IF YOU USE OTHER VERSIONS!
2. Reboot into TWRP
3. Wipe System/Data/Cache,Dalvik Cache
4. Flash ROM Wait at least 5 minutes for first boot.
XDA:DevDB Information
[ROM][T531] Aj's Tab 4 ROM, ROM for the Samsung Galaxy Tab 4
Contributors
jonathanmohamed
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: v1.0
Stable Release Date: 2017-02-10
Created 2017-02-10
Last Updated 2017-02-09
@jonathanmohamed - ROM
@ASSAYYED - Rom Kitchen
@Chainfire - SuperSu v2.79 SR3
@sub77 - TWRP
@yash92duster & @amtra - Advice & various things
XDA Community and everyone is S5 and S6 Unified Threads
1. Why isn't Wifi working?
=> Because you didnt read, i specifically said to you the TWRP from above.
2. Can this work one other Tab 4 Devices?
=> No only for T531
3. Why can't i take screenshot?
=> Method 1. Open root explorer go to Internal SD card and either delete "Pictures" folder or rename it to "Pictures1"
Youtube guide if needed https://www.youtube.com/watch?v=NWOimkOHXt4
=> Method 2: Reboot into TWRP, go to Advanced/File Manger/sdcard/Pictures - then either delete the folder or rename it to "Pictures1"
=> Method 3: Do a compete clean installation, incl. Internal Storage wipe
reserved 2
reserved 3
Any screenhot ?
nar67 said:
Any screenhot ?
Click to expand...
Click to collapse
really, its just stock based... but sure ill post some, check back later.
So far my system (SM-T531) is good.
I'm looking for a ROM for my tab that will enable my Sim Card and a stable wifi again, even the camera is working now.
Tried the marshmallow and nougat custom roms but I can't trade those stuff for now.
thanks for this @jonathanmohamed (AJ?)
wifi doesn't work even with specified TWRP
no wifi fresh install using the twrp specified SMT531 .
waze magma said:
no wifi fresh install using the twrp specified SMT531 .
Click to expand...
Click to collapse
Fixed the prob my self by flashing the modem and bootloader .
waze magma said:
Fixed the prob my self by flashing the modem and bootloader .
Click to expand...
Click to collapse
Please tell what modem and bootloader are you flashed?
I used this TWRP androidfilehost.com/?fid=24052804347828381 to wipe and flash ROM, and flashed this CP & BL androidfilehost.com/?fid=817550096634744770 via Odin, but wifi still doesn't want to turn on
N2off said:
Please tell what modem and bootloader are you flashed?
I used this TWRP androidfilehost.com/?fid=24052804347828381 to wipe and flash ROM, and flashed this CP & BL androidfilehost.com/?fid=817550096634744770 via Odin, but wifi still doesn't want to turn on
Click to expand...
Click to collapse
they are specified in the post, I used the same as yours and it works perfectly, but nothing special in the rom it's a fully rooted stock rom with some bugs and that's all.
https://www.androidfilehost.com/?fid=817550096634744770
wi fi
does your rom have wi fi problem where it wont turn on

[ROM][UNOFFICIAL][6.0.1] Flyme 6 For Nexus 5 [03/03/2018]

{
"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"
}
Flyme OS 6.7.12.29IR (international version) for Nexus 5
Bugs
Screenshots are kind of stretched
You tell me
Flashing Instructions:
Unlock the bootloader and install TWRP
Boot to recovery mode
Factory reset
Install ROM
Reboot
The first boot needs 15-20 minutes.
Code:
/* Your warranty is now void. I am not responsible for bricked devices or any damage.
Making any modifications to your device is your own choice only! */
Download:
https://drive.google.com/file/d/16Ds5kd2w1sCnCULbczRVdGb2aZ0o2LqS/view?usp=sharing
Sources:
https://github.com/FlymeOS/manifest
https://github.com/svncibrahim/flyme_device_hammerhead_cm
XDA:DevDB Information
FlymeOS 6 for Nexus 5, ROM for the Google Nexus 5
Contributors
svncibrahim
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On:
Code:
cm-13.0-ZNH5YAO3Z2
Version Information
Status: Beta
Beta Release Date: 2018-03-01
Created 2018-03-03
Last Updated 2018-03-03
flyme_Nexus-5_6.7.12.29IR.zip
I flashed it with no problem, but the boot process just stucks on Flyme animation. Shadу APKs inside, by the way.
system/priv-app/Browser/Browser.apk = ZIP = assets/plug.jar = ZIP = classes.dex - modified Android/SMSreg.XM
system/priv-app/Video/Video.apk = ZIP = assets/YoukuPluginVideo_926_prd.apk = ZIP = classes.dex - modified Android/Apptrack.C
I figured out how to boot it: phone encryption must be off.
I flashed it and everything looks fine, the first boot took quite a long time, maybe 25 minutes to finally show the welcome screen, i almost forgot about it
Awesome ROM. Flashing right now! There's a chance to see the 6.3.x version?
Jilz87 said:
Awesome ROM. Flashing right now! There's a chance to see the 6.3.x version?
Click to expand...
Click to collapse
Sorry. I just build 6.7.x and 6.8.x versions.
I get an error when installing, I have the last baseband and I have the latest version of the trwp, I need to know the solution in advance thanks.
Akira38 said:
I get an error when installing, I have the last baseband and I have the latest version of the trwp, I need to know the solution in advance thanks.
Click to expand...
Click to collapse
Can you send a log or an error message?
svncibrahim said:
Flyme OS 6.7.12.29IR (international version) for Nexus 5
Bugs
Screenshots are kind of stretched
You tell me
Flashing Instructions:
Unlock the bootloader and install TWRP
Boot to recovery mode
Factory reset
Install ROM
Reboot
The first boot needs 15-20 minutes.
Code:
/* Your warranty is now void. I am not responsible for bricked devices or any damage.
Making any modifications to your device is your own choice only! */
Download:
https://drive.google.com/file/d/16Ds5kd2w1sCnCULbczRVdGb2aZ0o2LqS/view?usp=sharing
Sources:
https://github.com/FlymeOS/manifest
https://github.com/svncibrahim/flyme_device_hammerhead_cm
XDA:DevDB Information
FlymeOS 6 for Nexus 5, ROM for the Google Nexus 5
Contributors
svncibrahim
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On:
Code:
cm-13.0-ZNH5YAO3Z2
Version Information
Status: Beta
Beta Release Date: 2018-03-01
Created 2018-03-03
Last Updated 2018-03-03
Click to expand...
Click to collapse
I am getting an error as insufficient storage while flashing pico gapps after flashing the rom(also tried the minimal gapps but i am still getting the same error) can anyone please help me out
:crying:
Can you send a log or an error message?
in twrp I get error 7
I tried to erase the lines of meta-data without success
help
Neroi said:
in twrp I get error 7
I tried to erase the lines of meta-data without success
help
Click to expand...
Click to collapse
check system partition is unmounted before installation. If mounted unmount system and try install rom.
if error still going on send a twrp log
twrp -> advenced -> Copy log

[RECOVERY][PITCHBLACK][UNOFFICIAL][v2.9.0]

PITCH BLACK RECOVERY PROJECT​
{
"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"
}
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Based on TWRP version: 3.2.3
PitchBlack version: 2.9.0
For device: a50dd
Authors build: @GalacticRogue
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Device tree: https://github.com/GalacticRogue/twrp_device_samsung_a50dd
Kernel: https://github.com/GalacticRogue/kernel_samsung_opensource9610
PitchBlack Team: @rezaadi0105, @firewolfxda, @manjot.gni, @androiabledroid, Arbaz Khan.
THANKS TO @geiti94 and @prashantp01 for trees
Features
Supports Treble and non-Treble ROMs
Up-to-date Oreo kernel, built from sources (Pie is on the way)
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Click to expand...
Click to collapse
Installation Instructions
From previous version or other recovery
Download the PitchBlack zip to your device
Reboot to your current custom recovery
Flash the PitchBlack zip
The device will automatically reboot into PitchBlack Recovery after installation
Enjoy
From PC(Windows & Linux)
Download PBRP PC Installer zip from bellow
Download PitchBlack Recovery flashable zip from bellow
Extract the PBRP PC installer zip & copy the flashable zip to the installer folder
Goto fastboot mode in your device
Windows users open pbinstaller.bat file
Linux users execute pbinstaller.sh in a terminal
Follow the introductions on the installer from there
Enjoy
(LInux users will need unzip, adb & fastboot installed on their system)
Changelog
- Initial Build
Code:
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Downloads
Flashable zip
https://sourceforge.net/projects/th...d-2.9.0-20190331-1030-UNOFFICIAL.zip/download
Can you create a Odin flushable twrp
Jjaswant77 said:
Can you create a Odin flushable twrp
Click to expand...
Click to collapse
Isn't it flashable
GalacticRogue said:
Isn't it flashable
Click to expand...
Click to collapse
I can't flash it by Odin my boot loader is unlocked and
Have the stock recovery
So guide me how to install this particular recovery
Jjaswant77 said:
I can't flash it by Odin my boot loader is unlocked and
Have the stock recovery
So guide me how to install this particular recovery
Click to expand...
Click to collapse
I flash this via twrp i hope this will work buti didnt tried far
sorry out of topic, i want to asking, whether samsung galaxy a50 support aosp
GalacticRogue said:
Isn't it flashable
Click to expand...
Click to collapse
You flashed a rom with this?
a505f recovery setup, custom recovery error.
Is there something missing here in the instructions? I thought without decrypting the phone that the recovery partition would fail to boot due to custom binaries not being allowed by samsung?
I have two A505G's for 10 more days, so I'm gonna try this tonight.
How about TWRP recovery, where is it? how I can flash it if there is no TWRP recovery
It can not enter PithBlack recovery after flashed it.. stuck on samsung logo
[GUIDE][ROOT][Magisk] Root Samsung Galaxy A50 ( tested on SM-A505F )
https://forum.xda-developers.com/galaxy-a50/how-to/guide-root-samsung-galaxy-a50-tested-sm-t3946889
Bruh, samsung devices dont have fastboot... lmao

[KERNEL][G8231][G8232] Custom Kernel for Android Oreo build 41.3.A.2.234

Alright, I just made a custom kernel based on current Android Oreo build 41.3.A.2.234 which enabled root properties and you can flash it by using fastboot method and then, you can install Magisk and also drmfix on TWRP after flashing the custom kernel. Just got an idea to create this custom kernel by editing the rootkernel script and this custom kernel might fix some issues especially the chrome browser turned into "Android Go" mode due to tiny swap partition.
Before installing, make sure that you have current Android Oreo build 41.3.A.2.234 installed on Xperia XZs G8231 or G8232 model and the bootloader must be unlocked first (you will need to perform backup on TA partition first before doing so - I'm really didn't noticed about that part before unlocking my device so don't follow my mistakes by not performing TA partition backup before unlock the bootloader!)
One more thing to remember - DO IT AT YOUR OWN RISK!!!
Download it here:
G8231: [Google Drive link]
G8232: [Google Drive link]
Note: If you did not have current firmware build installed, you can install it by using Xperia Flashtool program. Make sure that you are flashing the right kernel for your device model. You will be not entertained if you ask on how to unlock bootloader and even flashing the custom kernel. You should know the risk of flashing the wrong kernel and you should know how to handle it.
UPDATE: Adding the G8232 custom kernel as requested.
{
"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"
}
great work sir :good:
great work for this and is able to dual sim version ??
Dark Pwince said:
great work for this and is able to dual sim version ??
Click to expand...
Click to collapse
Not tested yet on dual-sim version because I don't have that device. You may want to try it out but at your own risk.
amirzaim said:
Not tested yet on dual-sim version because I don't have that device. You may want to try it out but at your own risk.
Click to expand...
Click to collapse
Can anybody confirm whether this works on dual sim?
Does both SIM get recognised in the phone using this boot.img kernel?
QPR_FC said:
Can anybody confirm whether this works on dual sim?
Does both SIM get recognised in the phone using this boot.img kernel?
Click to expand...
Click to collapse
Ok...just flash the G8232 custom kernel which I posted here recently.
amirzaim said:
Ok...just flash the G8232 custom kernel which I posted here recently.
Click to expand...
Click to collapse
Thanks, because I tried to create my own using Rootkernal v5.23 and the tool kept bombing out....
[email protected]:~/Documents/SONY/rootkernel$ ./rootkernel.sh kernel.elf boot.img
================================================================================
-------------------ROOTKERNEL V5.23 FOR XPERIA DEVICES--------------------------
================================================================================
-e Rootkernel V5.23
kernel.elf: kernel.elf: cannot execute binary file
QPR_FC said:
Thanks, because I tried to create my own using Rootkernal v5.23 and the tool kept bombing out....
[email protected]:~/Documents/SONY/rootkernel$ ./rootkernel.sh kernel.elf boot.img
================================================================================
-------------------ROOTKERNEL V5.23 FOR XPERIA DEVICES--------------------------
================================================================================
-e Rootkernel V5.23
kernel.elf: kernel.elf: cannot execute binary file
Click to expand...
Click to collapse
Probably a few of x-executable files which didn't set its permission for executable: bootimg, busybox, init and even rootkernel.sh itself

Development [ROM][12.1][renoir][OFFICIAL] Project Streak [18/05/22]

{
"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"
}
ProjectStreak for the Xiaomi Mi 11 Lite 5G [renoir]​
Code:
/*
* Your warranty is void. Or vaild, probably?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or the current economic crisis caused by you following
* these directions. YOU are choosing to make these modificiations, and if
* you point your finger at me for messing up your device, I will LMAO at you.
*/
About
ProjectStreak is just an another aftermarket OS based on Android Open Source Project. Even though we focus on stability and performace, we still allow user to customize system to his own needs.
Flashing instructions
Clean Flash
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Flash the ROM
4. Flash firmware
5. Format data
6. Reboot to System
Dirty Flash
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Flash the ROM
4. Reboot to System
Download
Download latest build from our webpage:
https://projectstreak.pl/download?device=renoir
Recommended firmware:
https://xiaomifirmwareupdater.com/firmware/renoir/stable/V12.5.7.0.RKIMIXM/
Recommended recovery:
http://arix.postaw.se/renoir/pixel/images/
To flash recovery:
1. Download both images found in the above directory
2. fastboot flash boot boot.img
3. fastboot flash vendor_boot vendor_boot.img
Make sure to also check out our telegram chat!​
Android OS version: 12.1
Security patch level: May 2022
Build Author: ejbtrd
Source Code: https://github.com/ProjectStreak
Kernel Source Code: https://github.com/ProjectStreak-Devices/kernel_xiaomi_renoir
ROM Developer: ejbtrd
the polish rom? / Polski rom?
MaksGG said:
the polish rom? / Polski rom?
Click to expand...
Click to collapse
indeed
Which stock miui is required? Eea or global?
What do you mean by recovery? Does the flash work with LineageOS Recovery, Pixel Experience Recovery, or do we need something else?
Also, is there a specific MIUI base we need to have for the highest stability and bug-free experience?
sutysut said:
Which stock miui is required? Eea or global?
Click to expand...
Click to collapse
as long as you flash correct firmware, previous rom doesn't matter
Stefancho123 said:
What do you mean by recovery? Does the flash work with LineageOS Recovery, Pixel Experience Recovery, or do we need something else?
Also, is there a specific MIUI base we need to have for the highest stability and bug-free experience?
Click to expand...
Click to collapse
post has been updated to dispel any doubts
there is no specific miui base required - only correct firmware
Hi, first post here, just wanted to contribute.
Got it working fine on mine this way:
-Flashed recommended recovery as advised.
-Switched phone off then boot on recovery manually.
-ADB sideloaded recommended ROM.
-ADB sideloaded recommended FIRMWARE.
-Format/Factory Reset gave error, so switched phone off again.
-Restarted phone, this time a pop up asked for a factory reset, once done phone booted perfectly.
I hope that helps.
Hello,
Does this ROM need Firmware V12.5 as a base ?
I am on MIUI 13, can I flash this ROM without running into issues ?
Thanks for your work
excellent firmware
1. flash recovery
2. adb sideload *.zip (rom)
3. adb sideload *.zip (firmware)
4. format data
5. reboot re-try
6. format data
7. reboot
9. perfect ( battery no drain, wifi good)
please,
Disable redir_party_num
Caused incoming caller number not being parsed correctly by Phone app on
VoLTE and VoWiFi. No idea why Xiaomi enabled this ancient prop.
vendor.prop
--------------------------------------------------
persist.vendor.radio.redir_party_num=1
Bluetooth problems randomly turning off.

Categories

Resources