[Q] Error 41 building AOSP ROM - General Questions and Answers

Hi guys! I am building a AOSP ICS Rom, and I am using to help me this tutorial! In "12)", when I make the command "make -j1", it gives me this error:
Code:
[email protected]:~/WORKING_DIRECTORY$ make -j1
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.1
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=ITL41D
============================================
host Java: jsr305lib (out/host/common/obj/JAVA_LIBRARIES/jsr305lib_intermediates/classes)
javac: target release 1.5 conflicts with default source release 1.7
make: ** [out/host/common/obj/JAVA_LIBRARIES/jsr305lib_intermediates/javalib.jar] Erro 41
How can I solve it?
Thanks,
pedrorubster
PS: My device is a Sony Ericsson Live with Walkman/WT19i/coconut

Bump!

Related

Help for unpack a boot.img

Hi! I'm cooking a rom for the Optimus 3D and flash does not work.
I have unpacked with this command:
./unpack-bootimg.pl boot.img
And there are three files:
boot.img-ramdisk.cpio.gz
boot.img-kernel.gz
boot.img-ramdisk (folder)
Modify the init.rc (where the values ​​of the ram) of boot.img-ramdisk (folder) and repackaged with this command:
mkbootfs FOLDER-ramdisk | gzip -9 - > ramdisk.bin
And then by the kernel with this:
mkimage -A arm -O linux -T multi -C none -a 0x80008000 -e 0x80008000 -n 'HTCSpain.com' -d kernel:ramdisk boot.img
Well, done all this, I put in a zip, and at the end of flash, does not pass the LG logo.
I need help, thanks.
PS: is not a problem with updater-script, because let me flash the boot.img original.
Anywhere?
Enviado desde LG Optimus 3D
adri_360 said:
Hi! I'm cooking a rom for the Optimus 3D and flash does not work.
I have unpacked with this command:
./unpack-bootimg.pl boot.img
And there are three files:
boot.img-ramdisk.cpio.gz
boot.img-kernel.gz
boot.img-ramdisk (folder)
Modify the init.rc (where the values ​​of the ram) of boot.img-ramdisk (folder) and repackaged with this command:
mkbootfs FOLDER-ramdisk | gzip -9 - > ramdisk.bin
And then by the kernel with this:
mkimage -A arm -O linux -T multi -C none -a 0x80008000 -e 0x80008000 -n 'HTCSpain.com' -d kernel:ramdisk boot.img
Well, done all this, I put in a zip, and at the end of flash, does not pass the LG logo.
I need help, thanks.
PS: is not a problem with updater-script, because let me flash the boot.img original.
Click to expand...
Click to collapse
Hello Adri_360
Few are going to help. Those who know it, they want to be stars. It's a shame. And who will do it to you esplique wrong, so you'll have to create you, anyway look here -
http://forum.xda-developers.com/showthread.php?t=1354950
luck
Spain
Hola Adri_360
Pocos te van a ayudar. Los que saben hacerlo, quieren ser ellos las estrellas. ES UNA PENA. Y quien te lo esplique lo hara mal, por lo que tendras que crear tu, de cualquier manera mira aqui --
http://forum.xda-developers.com/showthread.php?t=1354950
Suerte
Better Guide?
I used this one mate http://forum.xda-developers.com/showthread.php?t=1358717
samno said:
I used this one mate http://forum.xda-developers.com/showthread.php?t=1358717
Click to expand...
Click to collapse
Not working . I use Froyo original boot.img..
can you upload the tools.zip?
thanks
You only need this bit http://db.tt/DsIKREvk
Good Luck.
EduardoGM said:
Hello Adri_360
Few are going to help. Those who know it, they want to be stars. It's a shame. And who will do it to you esplique wrong, so you'll have to create you, anyway look here -
http://forum.xda-developers.com/showthread.php?t=1354950
luck
Spain
Hola Adri_360
Pocos te van a ayudar. Los que saben hacerlo, quieren ser ellos las estrellas. ES UNA PENA. Y quien te lo esplique lo hara mal, por lo que tendras que crear tu, de cualquier manera mira aqui --
http://forum.xda-developers.com/showthread.php?t=1354950
Suerte
Click to expand...
Click to collapse
You are wrong mate. There is a thread under both O3D or Thrills development section explaining how to do, if he search he will find, but I guess it is much more simple to ask those who spent their time searching first right? Nobody wants to be star here.
ThiaiZ said:
You are wrong mate. There is a thread under both O3D or Thrills development section explaining how to do, if he search he will find, but I guess it is much more simple to ask those who spent their time searching first right? Nobody wants to be star here.
Click to expand...
Click to collapse
i disagree with you, i searched more time and i found them, but not working for me.
finally working! oh
Thank you very very much, i love you! jaja
find . | cpio -o -H newc | gzip > ../newramdisk.cpio.gZ

Apktool recompiling error

Hi all guys. Hope someone can help me, cause I really don't know what to do. I read around but I didn't find anything that could solve my problem.
I want to modify SecSettings.apk from N8000 to edit a smali file. I follow these steps :
-Install framework-res.apk
-Install twframework-res.apk
-Decompile SecSettings.apk
-Modify .smali file
-Recompile. Here I get errors.
This is the log :
D:\DEVELOPING\one_click_signer\apktool>apktool if framework-res.apk
I: Framework installed to: C:\Users\Andrea\apktool\framework\1.apk
D:\DEVELOPING\one_click_signer\apktool>apktool if twframework-res.apk
I: Framework installed to: C:\Users\Andrea\apktool\framework\2.apk
D:\DEVELOPING\one_click_signer\apktool>apktool d SecSettings.apk
I: Using Apktool 2.0.0-Beta7 on SecSettings.apk
I: Loading resource table...
W: Skipping "android" package group
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\Andrea\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Loading resource table from file: C:\Users\Andrea\apktool\framework\2.apk
Cleaning up unclosed ZipFile for archive C:\Users\Andrea\apktool\framework\2.apk
I: Decoding values */* XMLs...
I: Loading resource table...
Cleaning up unclosed ZipFile for archive C:\Users\Andrea\apktool\framework\1.apk
W: Skipping "android" package group
I: Baksmaling...
I: Copying assets and libs...
I: Copying unknown files/dir...
I: Copying original files...
D:\DEVELOPING\one_click_signer\apktool>apktool b -f -d SecSettings
I: Using Apktool 2.0.0-Beta7 on SecSettings
I: Smaling...
I: Building resources...
D:\DEVELOPING\one_click_signer\apktool\SecSettings \res\xml\assistant.xml:3: erro
r: Error: No resource found that matches the given name (at 'resource' with valu
e '@drawable/assistant_menu_icon_messages_search').
aapt: warning: string 'accessibility_screen_magnification_summary' has no defaul
t translation in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found:
az_AZ et_EE hy_AM ka_GE
aapt: warning: string 'answering_end_call_title_prev' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: ar az bg ca c
s da de el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it
ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz
vi zh_CN zh_TW
aapt: warning: string 'category_printers' has no default translation in D:\DEVEL
OPING\one_click_signer\apktool\SecSettings\res; found: az_AZ
aapt: warning: string 'cell_broadcast_settings_summary' has no default translati
on in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ
aapt: warning: string 'downloadable_dialog_popup_text_wifi' has no default trans
lation in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: ar az b
g ca cs da de el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in
is it ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk
ur uz vi zh_CN zh_TW
aapt: warning: string 'experimental_webview' has no default translation in D:\DE
VELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE hy_AM ka_G
E
aapt: warning: string 'experimental_webview_summary' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et_EE hy
_AM ka_GE
aapt: warning: string 'location_category_app_settings' has no default translatio
n in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ
aapt: warning: string 'nfc_payment_ask' has no default translation in D:\DEVELOP
ING\one_click_signer\apktool\SecSettings\res; found: az_AZ
aapt: warning: string 'print_add_printer' has no default translation in D:\DEVEL
OPING\one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da de el e
n_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka kk ko
lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh_CN zh
_TW
aapt: warning: string 'screen_rate' has no default translation in D:\DEVELOPING\
one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da de el en_PH e
n_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka kk ko lt lv
mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh_CN zh_TW
aapt: warning: string 'screen_size_downscale_1' has no default translation in D:
\DEVELOPING\one_click_signer\apktool\SecSettings\r es; found: ar az bg ca cs da d
e el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka
kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh
_CN zh_TW
aapt: warning: string 'screen_size_downscale_2' has no default translation in D:
\DEVELOPING\one_click_signer\apktool\SecSettings\r es; found: ar az bg ca cs da d
e el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka
kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh
_CN zh_TW
aapt: warning: string 'screen_size_downscale_3' has no default translation in D:
\DEVELOPING\one_click_signer\apktool\SecSettings\r es; found: ar az bg ca cs da d
e el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka
kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh
_CN zh_TW
aapt: warning: string 'wifi_display_disconnect_text' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et_EE hy
_AM ka_GE
aapt: warning: string 'wifi_display_disconnect_title' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et_EE h
y_AM ka_GE
aapt: warning: string 'wifi_display_paired_devices' has no default translation i
n D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et_EE hy_
AM ka_GE
aapt: warning: string 'wifi_display_search_for_devices' has no default translati
on in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et_EE
hy_AM ka_GE
aapt: warning: string 'wifi_display_searching_for_devices' has no default transl
ation in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et
_EE hy_AM ka_GE
aapt: warning: string 'wifi_display_settings_empty_list_wifi_display_dis abled' h
as no default translation in D:\DEVELOPING\one_click_signer\apktool\SecSettings \
res; found: az_AZ et_EE hy_AM ka_GE
aapt: warning: string 'wifi_display_settings_empty_list_wifi_display_off ' has no
default translation in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res;
found: az_AZ et_EE hy_AM ka_GE
aapt: warning: string 'wifi_display_status_available' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings \res; found: az_AZ et_EE h
y_AM ka_GE
aapt: warning: string 'wimax_settings_summary' has no default translation in D:\
DEVELOPING\one_click_signer\apktool\SecSettings\re s; found: az_AZ
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [C:\Users\Andrea
\AppData\Local\Temp\brut_util_Jar_1856909593108704 239.tmp, p, --debug-mode, --fo
rced-package-id, 1, --min-sdk-version, 19, --target-sdk-version, 19, --version-c
ode, 19, --version-name, 4.4.2-N8000XXUDND5, -F, C:\Users\Andrea\AppData\Local\T
emp\APKTOOL7971105794680974515.tmp, -0, arsc, -I, C:\Users\Andrea\apktool\framew
ork\1.apk, -I, C:\Users\Andrea\apktool\framework\2.apk, -S, D:\DEVELOPING\one_cl
ick_signer\apktool\SecSettings\res, -M, D:\DEVELOPING\one_click_signer\apktool\S
ecSettings\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:434)
at brut.androlib.Androlib.buildResources(Androlib.jav a:362)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:233)
at brut.apktool.Main.main(Main.java:88)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [C:\Users\Andrea\AppData\Local\Temp\brut_util_Jar_1 85690959310870
4239.tmp, p, --debug-mode, --forced-package-id, 1, --min-sdk-version, 19, --targ
et-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-N8000XXUDND5, -F,
C:\Users\Andrea\AppData\Local\Temp\APKTOOL79711057 94680974515.tmp, -0, arsc, -I,
C:\Users\Andrea\apktool\framework\1.apk, -I, C:\Users\Andrea\apktool\framework\
2.apk, -S, D:\DEVELOPING\one_click_signer\apktool\SecSettings \res, -M, D:\DEVELO
PING\one_click_signer\apktool\SecSettings\AndroidM anifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:481)
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:415)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\Andrea\A
ppData\Local\Temp\brut_util_Jar_185690959310870423 9.tmp, p, --debug-mode, --forc
ed-package-id, 1, --min-sdk-version, 19, --target-sdk-version, 19, --version-cod
e, 19, --version-name, 4.4.2-N8000XXUDND5, -F, C:\Users\Andrea\AppData\Local\Tem
p\APKTOOL7971105794680974515.tmp, -0, arsc, -I, C:\Users\Andrea\apktool\framewor
k\1.apk, -I, C:\Users\Andrea\apktool\framework\2.apk, -S, D:\DEVELOPING\one_clic
k_signer\apktool\SecSettings\res, -M, D:\DEVELOPING\one_click_signer\apktool\Sec
Settings\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:475)
... 6 more
D:\DEVELOPING\one_click_signer\apktool>
Can someone help me please?
Sorry if I asked in the wrong section
Mikyno said:
Hi all guys. Hope someone can help me, cause I really don't know what to do. I read around but I didn't find anything that could solve my problem.
I want to modify SecSettings.apk from N8000 to edit a smali file. I follow these steps :
-Install framework-res.apk
-Install twframework-res.apk
-Decompile SecSettings.apk
-Modify .smali file
-Recompile. Here I get errors.
This is the log :
D:\DEVELOPING\one_click_signer\apktool>apktool if framework-res.apk
I: Framework installed to: C:\Users\Andrea\apktool\framework\1.apk
D:\DEVELOPING\one_click_signer\apktool>apktool if twframework-res.apk
I: Framework installed to: C:\Users\Andrea\apktool\framework\2.apk
D:\DEVELOPING\one_click_signer\apktool>apktool d SecSettings.apk
I: Using Apktool 2.0.0-Beta7 on SecSettings.apk
I: Loading resource table...
W: Skipping "android" package group
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\Andrea\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Loading resource table from file: C:\Users\Andrea\apktool\framework\2.apk
Cleaning up unclosed ZipFile for archive C:\Users\Andrea\apktool\framework\2.apk
I: Decoding values */* XMLs...
I: Loading resource table...
Cleaning up unclosed ZipFile for archive C:\Users\Andrea\apktool\framework\1.apk
W: Skipping "android" package group
I: Baksmaling...
I: Copying assets and libs...
I: Copying unknown files/dir...
I: Copying original files...
D:\DEVELOPING\one_click_signer\apktool>apktool b -f -d SecSettings
I: Using Apktool 2.0.0-Beta7 on SecSettings
I: Smaling...
I: Building resources...
D:\DEVELOPING\one_click_signer\apktool\SecSettings\res\xml\assistant.xml:3: erro
r: Error: No resource found that matches the given name (at 'resource' with valu
e '@drawable/assistant_menu_icon_messages_search').
aapt: warning: string 'accessibility_screen_magnification_summary' has no defaul
t translation in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found:
az_AZ et_EE hy_AM ka_GE
aapt: warning: string 'answering_end_call_title_prev' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: ar az bg ca c
s da de el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it
ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz
vi zh_CN zh_TW
aapt: warning: string 'category_printers' has no default translation in D:\DEVEL
OPING\one_click_signer\apktool\SecSettings\res; found: az_AZ
aapt: warning: string 'cell_broadcast_settings_summary' has no default translati
on in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ
aapt: warning: string 'downloadable_dialog_popup_text_wifi' has no default trans
lation in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: ar az b
g ca cs da de el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in
is it ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk
ur uz vi zh_CN zh_TW
aapt: warning: string 'experimental_webview' has no default translation in D:\DE
VELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE hy_AM ka_G
E
aapt: warning: string 'experimental_webview_summary' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE hy
_AM ka_GE
aapt: warning: string 'location_category_app_settings' has no default translatio
n in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ
aapt: warning: string 'nfc_payment_ask' has no default translation in D:\DEVELOP
ING\one_click_signer\apktool\SecSettings\res; found: az_AZ
aapt: warning: string 'print_add_printer' has no default translation in D:\DEVEL
OPING\one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da de el e
n_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka kk ko
lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh_CN zh
_TW
aapt: warning: string 'screen_rate' has no default translation in D:\DEVELOPING\
one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da de el en_PH e
n_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka kk ko lt lv
mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh_CN zh_TW
aapt: warning: string 'screen_size_downscale_1' has no default translation in D:
\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da d
e el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka
kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh
_CN zh_TW
aapt: warning: string 'screen_size_downscale_2' has no default translation in D:
\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da d
e el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka
kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh
_CN zh_TW
aapt: warning: string 'screen_size_downscale_3' has no default translation in D:
\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: ar az bg ca cs da d
e el en_PH en_US es_ES es_US et eu fa fi fr fr_CA ga gl hr hu hy in is it ja ka
kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tl tr uk ur uz vi zh
_CN zh_TW
aapt: warning: string 'wifi_display_disconnect_text' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE hy
_AM ka_GE
aapt: warning: string 'wifi_display_disconnect_title' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE h
y_AM ka_GE
aapt: warning: string 'wifi_display_paired_devices' has no default translation i
n D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE hy_
AM ka_GE
aapt: warning: string 'wifi_display_search_for_devices' has no default translati
on in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE
hy_AM ka_GE
aapt: warning: string 'wifi_display_searching_for_devices' has no default transl
ation in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et
_EE hy_AM ka_GE
aapt: warning: string 'wifi_display_settings_empty_list_wifi_display_disabled' h
as no default translation in D:\DEVELOPING\one_click_signer\apktool\SecSettings\
res; found: az_AZ et_EE hy_AM ka_GE
aapt: warning: string 'wifi_display_settings_empty_list_wifi_display_off' has no
default translation in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res;
found: az_AZ et_EE hy_AM ka_GE
aapt: warning: string 'wifi_display_status_available' has no default translation
in D:\DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ et_EE h
y_AM ka_GE
aapt: warning: string 'wimax_settings_summary' has no default translation in D:\
DEVELOPING\one_click_signer\apktool\SecSettings\res; found: az_AZ
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [C:\Users\Andrea
\AppData\Local\Temp\brut_util_Jar_1856909593108704239.tmp, p, --debug-mode, --fo
rced-package-id, 1, --min-sdk-version, 19, --target-sdk-version, 19, --version-c
ode, 19, --version-name, 4.4.2-N8000XXUDND5, -F, C:\Users\Andrea\AppData\Local\T
emp\APKTOOL7971105794680974515.tmp, -0, arsc, -I, C:\Users\Andrea\apktool\framew
ork\1.apk, -I, C:\Users\Andrea\apktool\framework\2.apk, -S, D:\DEVELOPING\one_cl
ick_signer\apktool\SecSettings\res, -M, D:\DEVELOPING\one_click_signer\apktool\S
ecSettings\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:434)
at brut.androlib.Androlib.buildResources(Androlib.java:362)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:233)
at brut.apktool.Main.main(Main.java:88)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [C:\Users\Andrea\AppData\Local\Temp\brut_util_Jar_185690959310870
4239.tmp, p, --debug-mode, --forced-package-id, 1, --min-sdk-version, 19, --targ
et-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-N8000XXUDND5, -F,
C:\Users\Andrea\AppData\Local\Temp\APKTOOL7971105794680974515.tmp, -0, arsc, -I,
C:\Users\Andrea\apktool\framework\1.apk, -I, C:\Users\Andrea\apktool\framework\
2.apk, -S, D:\DEVELOPING\one_click_signer\apktool\SecSettings\res, -M, D:\DEVELO
PING\one_click_signer\apktool\SecSettings\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:481)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:415)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\Andrea\A
ppData\Local\Temp\brut_util_Jar_1856909593108704239.tmp, p, --debug-mode, --forc
ed-package-id, 1, --min-sdk-version, 19, --target-sdk-version, 19, --version-cod
e, 19, --version-name, 4.4.2-N8000XXUDND5, -F, C:\Users\Andrea\AppData\Local\Tem
p\APKTOOL7971105794680974515.tmp, -0, arsc, -I, C:\Users\Andrea\apktool\framewor
k\1.apk, -I, C:\Users\Andrea\apktool\framework\2.apk, -S, D:\DEVELOPING\one_clic
k_signer\apktool\SecSettings\res, -M, D:\DEVELOPING\one_click_signer\apktool\Sec
Settings\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:475)
... 6 more
D:\DEVELOPING\one_click_signer\apktool>
Can someone help me please?
Sorry if I asked in the wrong section
Click to expand...
Click to collapse
Fix this
D:\DEVELOPING\one_click_signer\apktool\SecSettings \res\xml\assistant.xml:3: erro
r: Error: No resource found that matches the given name (at 'resource' with valu
e '@drawable/assistant_menu_icon_messages_search').
zelendel said:
Fix this
D:\DEVELOPING\one_click_signer\apktool\SecSettings \res\xml\assistant.xml:3: erro
r: Error: No resource found that matches the given name (at 'resource' with valu
e '@drawable/assistant_menu_icon_messages_search').
Click to expand...
Click to collapse
First thanks for the help. I did not touch this file. I only removed some removepreference method strings from a SpenSettingMenu.smali.
What do you mean with fix ? What should I do? Sorry if it's a dumb question but i am trying to learn as I am a noob
Mikyno said:
First thanks for the help. I did not touch this file. I only removed some removepreference method strings from a SpenSettingMenu.smali.
What do you mean with fix ? What should I do? Sorry if it's a dumb question but i am trying to learn as I am a noob
Click to expand...
Click to collapse
You picked one hell of a rom to begin with lol
Go here @drawable/assistant_menu_icon_messages_search and see if it is there and if not then you may need to add it.
zelendel said:
You picked one hell of a rom to begin with lol
Go here @drawable/assistant_menu_icon_messages_search and see if it is there and if not then you may need to add it.
Click to expand...
Click to collapse
I know lol. But I want to do something for N8000 community where devs are not very active
Anyway didn't find the file.. What to do now? If I decompile the apk, the file I need is not extracted
Mikyno said:
I know lol. But I want to do something for N8000 community where devs are not very active
Anyway didn't find the file.. What to do now? If I decompile the apk, the file I need is not extracted
Click to expand...
Click to collapse
you didnt find the xml or the entry? remember there are a few drawables. For this I would look in values/drawables.xml for the entry
zelendel said:
you didnt find the xml or the entry? remember there are a few drawables. For this I would look in values/drawables.xml for the entry
Click to expand...
Click to collapse
I didn't find in drawable the file assistant_menu_icon_messages_search. I only found that assistant.xml request it.
EDIT : tried to compile it taking another spi file and renaming in assistant_menu_icon_messages_search. It compile only with warnings.. So.. where should i get this file :S?
Mikyno said:
I didn't find in drawable the file assistant_menu_icon_messages_search. I only found that assistant.xml request it.
EDIT : tried to compile it taking another spi file and renaming in assistant_menu_icon_messages_search. It compile only with warnings.. So.. where should i get this file :S?
Click to expand...
Click to collapse
Spi file?
Bat cave One
zelendel said:
Spi file?
Bat cave One
Click to expand...
Click to collapse
Yes.. I found that assistant_menu_icon_messages_search and assistan_menu_blabla are spi files.. :S
See the attachment
Mikyno said:
Yes.. I found that assistant_menu_icon_messages_search and assistan_menu_blabla are spi files.. :S
See the attachment
Click to expand...
Click to collapse
Ok I have no idea what that type of file is for. Might want to ask in your device forums.
Bat cave One
zelendel said:
Ok I have no idea what that type of file is for. Might want to ask in your device forums.
Bat cave One
Click to expand...
Click to collapse
Seems that this is only an icon...
Mikyno said:
Seems that this is only an icon...
Click to expand...
Click to collapse
Ok that seems to be a special icon file. Not sure if apktool can decompile it might check in the apktool thread. It could be corrupting it when you decompile it
zelendel said:
Ok that seems to be a special icon file. Not sure if apktool can decompile it might check in the apktool thread. It could be corrupting it when you decompile it
Click to expand...
Click to collapse
Problem not solved cause I renamed a spi to the file I need but I didn't manage to unlock air command feature in the new settings menu

[Q][H]Need help

[email protected]:~/Slimrom$ time brunch umts_spyder
including vendor/slim/vendorsetup.sh
Trying dependencies-only mode on anon-existing device tree?
============================================
PLATFORM_VERSION_CODENAME=UNOFFICIAL
PLATFORM_VERSION=5.1.1
SLIM_VERSION=Slim-5.1.1.alpha.0.3-UNOFFICIAL-20150609-1605
TARGET_PRODUCT=slim_umts_spyder
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-38-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LMY48B
OUT_DIR=/home/wagh/Slimrom/out
============================================
============================================
PLATFORM_VERSION_CODENAME=UNOFFICIAL
PLATFORM_VERSION=5.1.1
SLIM_VERSION=Slim-5.1.1.alpha.0.3-UNOFFICIAL-20150609-1605
TARGET_PRODUCT=slim_umts_spyder
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-38-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LMY48B
OUT_DIR=/home/wagh/Slimrom/out
============================================
device/motorola/omap4-common/Android.mk:43: *** my-dir must be called before including any other makefile.. Stop.
#### make failed to build some targets (24 seconds) ####
real 0m29.164s
user 0m20.943s
sys 0m5.521s
guys i m getting this error while building the ROM for motorola razr xt910 [umts-spyder] can anyone help me ??
previously there was error about the charging saying cannot include a particular library file "libc" so i removed that and then this error showed up ..

[Completed] Last Error Help Kernel Compiling

any one there to fix this error compiling kernel
CC lib/rwsem.o
CC lib/sha1.o
CC lib/show_mem.o
CC lib/string.o
CC lib/timerqueue.o
CC lib/vsprintf.o
AR lib/lib.a
LINK vmlinux
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
drivers/built-in.o: In function `iris_fops_open':
/home/vineet/Desktop/Kernel_Source_MI4I/drivers/media/radio/radio-iris.c:5228: undefined reference to `radio_hci_smd_init'
Makefile:820: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
vineetdev said:
any one there to fix this error compiling kernel
CC lib/rwsem.o
CC lib/sha1.o
CC lib/show_mem.o
CC lib/string.o
CC lib/timerqueue.o
CC lib/vsprintf.o
AR lib/lib.a
LINK vmlinux
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
drivers/built-in.o: In function `iris_fops_open':
/home/vineet/Desktop/Kernel_Source_MI4I/drivers/media/radio/radio-iris.c:5228: undefined reference to `radio_hci_smd_init'
Makefile:820: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
Click to expand...
Click to collapse
Hello,
Thanks for using XDA Assist.
You can post your query in Android Q&A,Help and Troubleshooting
___
v7
XDA Assist

oppo_a53s_android-10_coloros-7.2: failing update loop

Hello,
on a new oppo_a53s_android-10_coloros-7.2_CPH2135_11_A58, the proposed downloaded update, CPH2135_11_C.14, "update to coloros-11", failed three times.
(on
https://support.oppo.com/fr/software-update/software-download/?m=A53s
the current version is CPH2135_11_A.58
on
https://oppocommunity.fr/forums/t/mise-a-jour-coloros-11/348
the coloros-11 is announced.)
then the proposed solution, 'restore in wiping the history' failed too and the parameters/update icon shows the same update to do. some loop.
the phone is not rooted.
the developer mode is activated.
in the list of executing services, I tried to stop those probably linked to the updating :
. updating software:
services: EnterpriseDo..., EnterpriseOTA..., DownloadSer..., OTAService
process: updating software: com.opp.ota
. updating system services:
services: SAUAppServic.., SauBinderUpd.., DataResServi..
process: updating system services: com.coloros.sau
but after restarting, the situation is back again
1/ is there a way to fix the updating ?
2/ how to cancel this update and wipe the cache ?
many thanks in advance !
Hello,
following is the packages list on this phone, with those I've 'uninstalled', in order to simplify the usage for an old person.
is there some more that I could uninstall to fix the updating problem ?
Code:
[email protected]:~$ adb shell
OP4EFDL1:/ $ pm list packages
package:com.coloros.backuprestore
package:android.frameworkres.overlay
package:org.jitsi.meet
package:com.google.android.apps.subscriptions.red >>> $ pm uninstall -k --user 0
package:com.android.cts.priv.ctsshim
package:com.ghostsq.commander
package:com.google.android.youtube
package:com.qualcomm.qti.qcolor
package:com.google.android.ext.services >> gapps ?
package:com.coloros.onekeylockscreen
package:com.oppo.oppopowermonitor
package:com.android.providers.telephony
package:com.android.dynsystem
package:com.coloros.wirelesssettings
package:com.google.android.googlequicksearchbox >>> uninstalled
package:com.coloros.smartsidebar
package:com.android.providers.calendar
package:com.google.android.apps.googleassistant >>> uninstalled
package:com.google.android.permissioncontroller.overlay.oppo
package:com.android.providers.media
package:com.qti.service.colorservice
package:com.google.android.onetimeinitializer
package:com.google.android.ext.shared
package:com.android.internal.systemui.navbar.gestural_wide_back
package:com.wifi.rxsenstest
package:com.qualcomm.qti.simcontacts
package:com.qualcomm.qti.modemtestmode
package:com.android.wallpapercropper
package:com.android.theme.color.cinnamon
package:com.coloros.gamespace >>> uninstalled
package:com.android.theme.icon_pack.rounded.systemui
package:com.oppoex.afterservice
package:com.oppo.operationManual
package:com.google.android.apps.podcasts >>> uninstalled
package:com.coloros.simsettings
package:com.oppo.partnerbrowsercustomizations
package:com.android.externalstorage
package:com.qualcomm.uimremoteclient
package:com.oppo.gmail.overlay
package:com.android.htmlviewer
package:com.coloros.healthcheck
package:com.qualcomm.qti.uceShimService
package:com.android.companiondevicemanager
package:com.coloros.weather.service >>> uninstalled
package:com.android.mms.service
package:mobi.omegacentauri.SendReduced
package:com.android.providers.downloads
package:com.coloros.providers.downloads.ui
package:com.coloros.athena
package:com.google.android.apps.messaging >>> uninstalled
package:com.android.networkstack.inprocess
package:com.android.theme.icon_pack.rounded.android
package:vendor.qti.hardware.cacert.server
package:com.mediatek.omacp
package:com.qualcomm.qti.telephonyservice
package:com.coloros.locationproxy
package:com.android.theme.icon_pack.circular.themepicker
package:com.google.android.overlay.gmsgsaconfig >>> uninstalled
package:vendor.qti.iwlan
package:com.google.android.configupdater
package:com.coloros.wifibackuprestore
package:com.google.android.overlay.modules.permissioncontroller
package:com.qualcomm.uimremoteserver
package:com.heytap.openid
package:com.qti.confuridialer
package:com.coloros.focusmode
package:android.qvaoverlay.common
package:com.google.ar.core
package:com.google.ar.lens
package:com.android.vending
package:com.android.pacprocessor
package:com.android.simappdialog
package:com.coloros.oshare
package:com.coloros.exsystemservice
package:com.coloros.gesture
package:android.overlay.common
package:com.android.vendors.bridge.softsim
package:com.android.certinstaller
package:com.android.theme.color.black
package:com.android.carrierconfig
package:com.google.android.marvin.talkback
package:com.android.theme.color.green
package:com.android.theme.color.ocean
package:com.android.theme.color.space
package:com.wapi.wapicertmanage
package:com.android.internal.systemui.navbar.threebutton
package:com.google.android.apps.work.oobconfig
package:com.qti.qualcomm.datastatusnotification
package:com.coloros.bootreg
package:android
package:com.coloros.screenrecorder
package:com.qualcomm.qti.callfeaturessetting
package:com.qualcomm.wfd.service
package:com.android.overlay.modules.ModuleMetadataConfigOverlay
package:com.android.theme.icon_pack.rounded.launcher
package:com.qti.qualcomm.deviceinfo
package:com.rongcard.eid
package:com.coloros.oppoguardelf
package:com.android.mtp
package:com.android.nfc
package:com.android.ons
package:com.android.stk
package:com.artifex.mupdf.viewer.app
package:com.oppo.wifiage
package:com.secuso.privacyFriendlyCodeScanner
package:com.android.backupconfirm
package:se.dirac.acs
package:com.wire
package:com.coloros.activation
package:com.android.internal.systemui.navbar.twobutton
package:org.pocketworkstation.pckeyboard
package:org.codeaurora.ims
package:com.android.statementservice
package:com.android.hotspot2
package:com.google.android.gm >>> uninstalled
package:android.overlay.target
package:android.autoinstalls.config.oppo
package:com.google.android.apps.tachyon >>> uninstalled
package:com.oppo.decrypt
package:com.microsoft.bing
package:org.thoughtcrime.securesms
package:com.android.settings.intelligence
package:com.android.internal.systemui.navbar.gestural_extra_wide_back
package:com.google.android.permissioncontroller
package:com.oppo.display
package:com.google.android.setupwizard
package:com.qualcomm.qcrilmsgtunnel
package:com.android.providers.settings
package:com.android.sharedstoragebackup
package:com.facebook.services
package:com.android.printspooler
package:com.coloros.notificationmanager
package:com.android.hotwordenrollment.okgoogle >>> uninstalled
package:com.qualcomm.qti.services.systemhelper
package:com.android.theme.icon_pack.filled.settings
package:com.google.android.overlay.modules.ext.services >>> uninstalled
package:com.coloros.ocs.opencapabilityservice
package:com.oppo.multimedia.dirac
package:com.android.se
package:com.android.inputdevices
package:com.google.android.apps.wellbeing >>> uninstalled
package:com.google.android.dialer
package:com.mediatek.entitlement.o2
package:com.android.bips
package:com.qti.dpmserviceapp
package:com.google.android.apps.nbu.files
package:at.bitfire.davdroid
package:com.daemon.shelper
package:com.android.theme.icon_pack.circular.settings
package:com.qti.xdivert
package:oppo
package:com.coloros.securitykeyboard
package:com.coloros.backuprestore.remoteservice
package:com.oppo.launcher
package:com.oppo.nw
package:com.google.android.overlay.gmsconfig >>> uninstalled
package:com.google.android.apps.docs >>> uninstalled
package:android.frameworkres.overlay.ZERO_TOUCH
package:com.google.android.apps.maps
package:com.oppo.mimosiso
package:com.google.android.modulemetadata
package:org.fdroid.fdroid
package:com.android.cellbroadcastreceiver
package:com.google.android.webview >>> uninstalled
package:com.android.theme.icon.teardrop
package:com.coloros.wallpapers
package:com.coloros.sau
package:org.dmfs.tasks
package:com.coloros.weather2 >>> uninstalled
package:com.coloros.encryption
package:com.qualcomm.qti.simsettings
package:com.google.android.contacts
package:com.android.server.telecom
package:com.google.android.syncadapters.contacts
package:com.color.uiengine
package:com.android.keychain
package:com.qti.snapdragon.qdcm_ff
package:com.android.chrome
package:com.coloros.compass2
package:com.android.theme.icon_pack.filled.systemui
package:com.google.android.packageinstaller
package:com.nearme.statistics.rom
package:com.google.android.gms >>> uninstalled
package:com.google.android.gsf
package:com.google.android.ims
package:com.google.android.tag
package:com.google.android.tts
package:com.google.android.gmsintegration
package:com.android.phone.overlay.common
package:com.qualcomm.qti.qtisystemservice
package:com.android.carrierconfig.overlay.common
package:com.google.android.apps.walletnfcrel
package:com.android.calllogbackup
package:com.google.android.partnersetup
package:com.android.systemui.overlay.common
package:com.android.server.telecom.overlay.common
package:com.android.localtransport
package:com.google.android.videos >>> uninstalled
package:com.oppo.resmonitor
package:com.android.carrierdefaultapp
package:com.dsi.ant.server
package:com.qualcomm.qti.remoteSimlockAuth
package:com.coloros.lockassistant
package:com.android.theme.font.notoserifsource
package:com.android.theme.icon_pack.filled.android
package:com.android.proxyhandler
package:com.coloros.widget.smallweather
package:com.android.theme.icon_pack.circular.systemui
package:org.videolan.vlc
package:com.coloros.calculator
package:com.google.android.overlay.modules.permissioncontroller.forframework
package:com.google.android.feedback
package:com.google.android.printservice.recommendation
package:com.google.android.apps.photos >>> uninstalled
package:com.google.android.calendar
package:com.android.managedprovisioning
package:com.oppo.nhs
package:com.oppo.ota
package:com.oppo.sos
package:com.oppo.camera
package:com.tencent.soter.soterserver
package:com.google.android.documentsui
package:com.coloros.oppopods
package:com.fsck.k9
package:com.coloros.uxdesign
package:com.coloros.alarmclock
package:com.android.providers.partnerbookmarks
package:com.android.smspush
package:com.coloros.gamespaceui
package:com.android.wallpaper.livepicker
package:com.oppo.logkit
package:com.coloros.phonemanager
package:com.coloros.securepay
package:com.facebook.system >>> uninstalled
package:com.coloros.sauhelper
package:com.oppo.engineermode.network
package:org.mozilla.firefox
package:com.android.theme.icon.squircle
package:com.coloros.safecenter
package:com.coloros.deepthinker
package:com.android.storagemanager
package:com.oppo.qualityprotect
package:com.android.bookmarkprovider
package:com.android.settings
package:com.qualcomm.qti.cne
package:com.qualcomm.qti.ims
package:com.qualcomm.qti.lpa
package:com.qualcomm.qti.uim
package:com.heytap.mcs
package:com.oppo.engineermode
package:com.android.theme.icon_pack.filled.launcher
package:com.oppo.wifirf
package:com.android.networkstack.permissionconfig
package:com.coloros.exserviceui
package:com.google.android.projection.gearhead >>> uninstalled
package:com.coloros.screenshot
package:com.oppo.bttestmode
package:com.qualcomm.location
package:com.oppo.atlas
package:com.oppo.music
package:com.oppo.otaui
package:com.android.cts.ctsshim
package:com.coloros.video
package:com.android.theme.icon_pack.circular.launcher
package:com.coloros.filemanager
package:com.qualcomm.qti.uimGbaApp
package:com.oppo.usercenter
package:com.android.vpndialogs
package:com.coloros.oppomultiapp
package:com.google.android.keep >>> uninstalled
package:com.coloros.soundrecorder
package:com.android.phone
package:com.android.shell
package:com.android.theme.icon_pack.filled.themepicker
package:com.android.wallpaperbackup
package:com.android.providers.blockednumber
package:com.android.email.partnerprovider
package:com.android.providers.userdictionary
package:com.todobom.opennotescanner
package:com.google.android.apps.setupwizard.searchselector
package:com.oppo.quicksearchbox
package:com.coloros.healthservice
package:com.qualcomm.qti.seccamservice
package:com.google.android.gms.location.history >>> uninstalled
package:com.android.internal.systemui.navbar.gestural
package:com.color.eyeprotect
package:com.android.location.fused
package:com.android.theme.color.orchid
package:com.android.systemui
package:com.google.android.apps.youtube.music >>> uninstalled
package:com.android.theme.color.purple
package:com.coloros.providers.fileinfo
package:com.android.bluetoothmidiservice
package:com.heytap.themestore
package:com.qualcomm.qti.poweroffalarm
package:com.qti.ltebc
package:com.facebook.appmanager
package:com.oppo.tzupdate
package:com.oppo.engineermode.camera
package:com.nearme.romupdate
package:com.android.carrierconfig.overlay
package:com.coloros.childrenspace
package:com.oppo.rftoolkit
package:com.oppo.gestureservice
package:com.coloros.videoeditor
package:com.coloros.gallery3d
package:com.android.bluetooth
package:com.qualcomm.timeservice
package:com.qualcomm.atfwd
package:com.qualcomm.embms
package:com.android.providers.contacts
package:com.coloros.appmanager
package:com.android.captiveportallogin
package:com.android.theme.icon.roundedrect
package:com.android.internal.systemui.navbar.gestural_narrow_back
package:com.coloros.securitypermission
package:com.android.cellbroadcastreceiver.overlay.common
package:com.android.keepass
package:com.android.theme.icon_pack.rounded.settings
package:cn.wps.moffice_eng
package:com.google.android.diskusage
package:com.google.android.inputmethod.latin
package:com.oppo.cota
package:com.oppo.lfeh
package:com.android.bluetooth.overlay.common
package:com.android.theme.icon_pack.circular.android
package:com.google.android.apps.restore
thanks !
hello,
after contacting the oppo support :
1/ save the config/data
2/ reset to factory
3/ parameters > update : cph2135_11_c.14 : ok, android 11.1, coloros 11.1
have a good day

Categories

Resources