Question [How to create files in root partition on android 12] - Google Pixel 6 Pro

How can i create a directory in the root/sys/module path ? I have tried many ways but still no success, even though the device is rooted
{
"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"
}

duongtulap said:
How can i create a directory in the root/sys/module path ? I have tried many ways but still no success, even though the device is rootedView attachment 5859329
Click to expand...
Click to collapse
You can't. It becomes protected after boot which is why you use magisk modules to do modifications in root prior to a full boot. I think this change happened in Android 10? Don't quote me on that.

Related

[Q] Please Help Me!

Am I allowed to delete the file labeled "Recovery"? If not please tell me why and tell me if i'm allowed to delete any other file in the root of my sdcard. I'm trying to get memory back! Thanks!
{
"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"
}
I AM VS4 said:
Am I allowed to delete the file labeled "Recovery"? If not please tell me why and tell me if i'm allowed to delete any other file in the root of my sdcard. I'm trying to get memory back! Thanks!
Click to expand...
Click to collapse
Pretty sure that's just the recovery image that you flashed to your device previously so you should be able to delete it.
Sent from my T-Mobile G2 using XDA App

efs information screen showing on top of all screens

hi
while returning the device to the stock rom, I lost the efs file but I have a copy.
After rooting and copying the efs file to the root folder, a screen start to appear contentiously on top of the home screen.
The device is functioning properly including being able to make phone calls.
You can see the screen shot below
Any help will be appreciated.
My best regards
{
"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"
}
[/IMG]
Follow this
http://forum.xda-developers.com/showthread.php?t=2389426
dr.ketan said:
Follow this
http://forum.xda-developers.com/showthread.php?t=2389426
Click to expand...
Click to collapse
I can't thank you enough.
Device is back to normal.

I Think I should Share These. SM-G975U

Let me start of by saying I was messing around with Smart Switch in the past and again a couple months ago.
These files are what Smart Switch downloads when it goes to Flash the stock firmware to your phone
C:\Program Files (x86)\Samsung\Smart Switch PC\FirmwareUpdateTemp\PLUGIN\SM-G975U\
They are then normally automatically deleted.
https://www.goofwear.com/android/downloads/programs/Smart_Switch_PC.zip
See these screen shots to see what it executed by the program and how.
{
"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"
}
The odin Flashable zip is downloaded to here and then it gets decrypted. You can copy it after it is decrypted but have to do it before it gets deleted.
C:\Users\user\AppData\Local\Temp
What is this used for?
Right now all that I know off is to flash stock firmware.
We might be able to leverage this to flash other things.

Question I THINK I just figured out how to install incremental OS while rooted

If you are having trouble, give this a shot, i'm not sure if this was a glitch or i got lucky (or both?)
Uninstall Magisk from Manager
Reboot
use this workhorse of a tool to flash stock images
reboot
update
{
"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"
}
aNGERY said:
If you are having trouble, give this a shot, i'm not sure if this was a glitch or i got lucky (or both?)
Uninstall Magisk from Manager
Reboot
use this workhorse of a tool to flash stock images
reboot
update
View attachment 5486679
Click to expand...
Click to collapse
... You know there's a thread for that right?
Lol

can anyone help me with this error? - custom rom compilation

{
"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"
}
Building CrDroid 8.8
Moto G 5G Plus (nairo)
what should i do to get the error resolved?
Those are warnings, turned into errors due to the "-Werror" flag used in compilation, making the compilation fail. The underlying issues outlined by the warnings are basically "code linting" issues ("unused but set" variables; linters are programs that go over code and can say "huh, why did you even write that? Lemme put a warning on it for you to assess."). Those variables should be of no consequence when running the program/ROM, and be optimized out by the compiler. You can safely remove the flag and try recompiling again.

Categories

Resources