can anyone help me with this error? - custom rom compilation - Moto G 5G Plus Questions & Answers

{
"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.

Related

TOOL Bypass Google Account Verification - Anyone, take a look?

Hi,
Tried to resolve the Google Verification by this tool.
Looks like everything went smouthly.
I did that bc's after trying to use the phone with a new SIM and it gave me the Google Verification thing.
Maybe it is a stupid quesion...but:
If i successfuly inserted the new sim (and it working) after completed the the first boot without the new sim(Language, Google and so on) and it worked => it should'nt do any problems with this verification anymore?
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"
}
....
Doesn't work on Flex 2 ATT

Vendor image mismatch?

Hey guys,I have compiled Resurrection Remix Oreo from their source.Now i get "Vendor image mismatch" every boot.I have checked fingerprint property among system ,vendor and boot, they are all same.Although the rom works fines,the popup is too annoying for me.Is there a way to workaround this?Or Will there be a source patch to hide this popup?
Well,i finally found the case with on boot logcat.....It's caused by "Vendor interface is incompatible".I think android found that sagit roms is built with non-standard treble.....So the following is my fix,but that's need to edit the android source.
file>>SOURCE_TOP/frameworks/base/core/java/android/os/Build.java
Found those pattern and edit to ,see attached image.
{
"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"
}
Developers known what to do next.
Remember to add ro.vendor.ignoremismatch=true in your vendor prop.

Question Graphics corruption after gaming

Hey all,
Anyone else seeing graphics corruption after some gaming? After I see this corruption the game will just close. I am hoping it is not something wrong my device needing to be sent back.
{
"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"
}
Did you try this out with other games?
If this would happen with a PC, I'd suspect a hardware problem/corruption. Considering that Android 12 is a buggy mess though, it migh just be a software bug. If this continues to happen (try to force it, you are still in return window and have some leverage to get a new device from Google), get a replacement and/or try a factory reset.

Question T-Mo A12 update, message icon on AOD never goes away

Is this a bug or a feature?
{
"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've checked the Messages app (the Google one, the stock one is disabled), even force closed it, and yet this remains until I reboot the phone. Is this an OOS thing? Or A12 in general? Or maybe the app itself?
No one? Am I seriously the only one with this annoyance?
Never had this problem on any custom A12 ROM, or OOS12. Google message user here as well. Sorry I can't help much further than that.
Could be just a T-Mobile thing, maybe.

Question [How to create files in root partition on android 12]

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.

Categories

Resources