[Q] Apktools errors - Defy Themes and Apps

Hi!
I've been all day trying to get rid of the status bar drop shadow. To make things short, I can't recompile the framework-res.apk with apktools. I get lots of errors.
I would like to know what could be wrong or if there is an easier way of doing this, although I'd really like to learn to do this right, so I can make more changes if I wish to, later.
Here's the end of the output (it's huge):
Code:
C:\Users\Flavia\Downloads\android\frame\res\values\public.xml:3783: error: Publi
c symbol drawable/zz_vzw_stat_sys_roaming_cdma_flash_custom3_anim1 declared here
is not defined.
brut.androlib.AndrolibException: brut.common.BrutException: could not exec comma
nd: [aapt, p, -F, C:\Users\Flavia\AppData\Local\Temp\APKTOOL4676669657813309351.
tmp, -x, -S, C:\Users\Flavia\Downloads\android\frame\res, -M, C:\Users\Flavia\Do
wnloads\android\frame\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Flavia\AppData\Local\Temp\APKTOOL4676669657813309351.tmp, -x, -S, C:\Users\
Flavia\Downloads\android\frame\res, -M, C:\Users\Flavia\Downloads\android\frame\
AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
Oh! And I'm noob.
Thank you!!

Would need to see start of log - but try using apk manager instead, much easier.
http://forum.xda-developers.com/showthread.php?t=695701

It was so big, I couldn't see the beginning. I'll try that one. Thank you!!

I'm trying APK Manager, but I'm also getting errors. This time when I do zipalign. It says I shouldn't sign if it's a system apk, so I didn't.
I unzipped, changed only one .png file, zipped and did zipalign.
These are the errors in the log:
Code:
O sistema nÆo pode encontrar o arquivo especificado.
NÆo foi poss¡vel encontrar C:\Users\Flavia\Downloads\android\apk_manager_4.9\place-apk-here-for-modding\signedframework-res.apk
NÆo foi poss¡vel encontrar C:\Users\Flavia\Downloads\android\apk_manager_4.9\place-apk-here-for-modding\unsignedframework-res.apk
O sistema nÆo pode encontrar o arquivo especificado.
O sistema nÆo pode encontrar o arquivo especificado.
cannot stat 'place-apk-here-for-modding\unsignedframework-res.apk': No such file or directory
cannot stat 'place-apk-here-for-modding\unsignedframework-res.apk': No such file or directory
'zipalign' nÆo ‚ reconhecido como um comando interno
ou externo, um programa oper*vel ou um arquivo em lotes.
NÆo foi poss¡vel encontrar C:\Users\Flavia\Downloads\android\apk_manager_4.9\place-apk-here-for-modding\signedframework-res.apk
O sistema nÆo pode encontrar o arquivo especificado.
O sistema nÆo pode encontrar o arquivo especificado.
'zipalign' nÆo ‚ reconhecido como um comando interno
ou externo, um programa oper*vel ou um arquivo em lotes.
I can't see what I'm doing wrong. Any help will be much appreciated.

Josephine... said:
I'm trying APK Manager, but I'm also getting errors. This time when I do zipalign. It says I shouldn't sign if it's a system apk, so I didn't.
I unzipped, changed only one .png file, zipped and did zipalign.
These are the errors in the log:
Code:
O sistema nÆo pode encontrar o arquivo especificado.
NÆo foi poss¡vel encontrar C:\Users\Flavia\Downloads\android\apk_manager_4.9\place-apk-here-for-modding\signedframework-res.apk
NÆo foi poss¡vel encontrar C:\Users\Flavia\Downloads\android\apk_manager_4.9\place-apk-here-for-modding\unsignedframework-res.apk
O sistema nÆo pode encontrar o arquivo especificado.
O sistema nÆo pode encontrar o arquivo especificado.
cannot stat 'place-apk-here-for-modding\unsignedframework-res.apk': No such file or directory
cannot stat 'place-apk-here-for-modding\unsignedframework-res.apk': No such file or directory
'zipalign' nÆo ‚ reconhecido como um comando interno
ou externo, um programa oper*vel ou um arquivo em lotes.
NÆo foi poss¡vel encontrar C:\Users\Flavia\Downloads\android\apk_manager_4.9\place-apk-here-for-modding\signedframework-res.apk
O sistema nÆo pode encontrar o arquivo especificado.
O sistema nÆo pode encontrar o arquivo especificado.
'zipalign' nÆo ‚ reconhecido como um comando interno
ou externo, um programa oper*vel ou um arquivo em lotes.
I can't see what I'm doing wrong. Any help will be much appreciated.
Click to expand...
Click to collapse
Apart from not having any clue what that says . . . its telling you it cant find the file it needs (cannot stat 'place-apk-here-for-modding\unsignedframework-res.apk': No such file or directory).
Anyways, you are going about this the wrong way.
1. Copy framework-res.apk to place-apk-here-for-modding folder.
2. Run Script.bat.
3. Select option 22 and pick framework-res.apk.
4. Select option 9 to decompile the apk.
5. Edit your images in the projects folder.
6. Select option 11 to recompile the apk following onscreen instructions.
7. Assuming it doesnt have any errors it will spit out unsignedframework-res.apk in the place-apk-here-for-modding folder.
8. Rename unsignedframework-res.apk (system apk so dont resign) to framework-res.apk.
9. Test your new framework by either pushing it over adb or flashing an update zip from clockwork recovery.

Those were the directions of the guy on that other post, but didn't work for me. Also, I didn't rename the file. I'll try this way, now.
Again, thank you very much!

Wonderful. Now every service is stopping and I can't do anything on the phone. It will be a long night.

How did you try to copy the file to the phone ?

Adb push. I'll have to flash the sbf and starting all over. I couldn't even enter the custom recovery. I hope I get this working again soon.

Ya just flash the sbf and you will be fine.
Your working on a stock rom arent you ?
Which I'm assuming has a whole bunch of .odex files ?
If thats true, you need to deodex the files before you can edit them (http://forum.xda-developers.com/showthread.php?t=598026).
Anyways here is an update.zip you can use to copy new system files.
Just put your framework-res.apk into the system/framework folder inside the zip.
Dont change the other files/folders in the zip.
You can then use clockwork recovery to flash the update.zip.
Otherwise this is how to push system files.
Pushing using adb:
1. Copy framework-res.apk to sd.
2. Change sd to charge only (so phone can access sd). NOT MASS STORAGE.
3. Use these commands:
adb shell
su (will popup on phone asking for permission).
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
stop
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
reboot
I have a notion this is a little above and beyond your current skill level; search xda, google and read up !

Well.... yes, it may be above my skill, but everything I try to learn is, in the beginning. I'm learning a lot of things.
It's not stock. It is Pays Rom with fixed UK SBF. Deodexed.
Thank you for your help! I'll post here if I get it fixed.

Josephine... said:
Well.... yes, it may be above my skill, but everything I try to learn is, in the beginning. I'm learning a lot of things.
It's not stock. It is Pays Rom with fixed UK SBF. Deodexed.
Thank you for your help! I'll post here if I get it fixed.
Click to expand...
Click to collapse
Seeing as its deodexed - just use the update.zip.
It will make your life easier.
Also I'm off to bed so got any last questions for today ?

No, it's ok. I can ask tomorrow.
Thank you very, very much!!

Well.... It's alive. Thanks!!

Related

[APP]MIUI Camera/MIUI Music in PT-BR(Portuguese)

For this using the MiniCM/MiniCMPro - Froyo and Cyanogen Gingerbread CM7
Here's the app MiuiCamera/MIUIMusic in PT-BR
testing in MiniCMPro,
I not test the other rom.
Use at your own risk
Edit:
Installation
1º - Copy file for /sdcard
2º - Open "Root Explorer" and copy for /system/app
3º - Give permissions (rw-r--r--)
4º - Reboot
Do you like???
Click in Thank's!!
application not installed
miniCM RC2
u must deinstall the old miui camera with titanium backup or deleting in system/app. than kopie this apk in system/app and give permissions, works for me.
great work, now i can read the settings ^^
P.S.: i tested it on owains CM6 v4 and Final.
luz1fer said:
u must deinstall the old miui camera with titanium backup or deleting in system/app. than kopie this apk in system/app and give permissions, works for me.
great work, now i can read the settings ^^
P.S.: i tested it on owains CM6 v4 and Final.
Click to expand...
Click to collapse
There is an easiest way to read the settings and much simple if you doesn't understand portuguese ! Put your phone in English : Settings -> Language, and these apps will be in english, set the settings in the app as you want and turn your phone in the language of your choice
Ei amigo, você por acaso não tem uma versão que instale no eclair, ta dando erro, eu até achei uma que instala so que está em inglês, mesmo se não tiver, valeu a iniciativa é um player muito bom esse ai!!
phenriqueff said:
Ei amigo, você por acaso não tem uma versão que instale no eclair, ta dando erro, eu até achei uma que instala so que está em inglês, mesmo se não tiver, valeu a iniciativa é um player muito bom esse ai!!
Click to expand...
Click to collapse
I also want to go and look, but not created to be the last version that I will find.
Eu também quero e vou procurar, mas não criou que seja a ultima versão que eu vá achar.
muitas opsőes nao funcionam
as que sao diferentes dos outros apps de camera como filtro
Sent from my X10mini using XDA App

ICSified Settings - translated to portuguese Brazil

ICSified Settings - Portuguese Brazil
links at the end of the post
First, many thanks to djnilse for permission to change your great ICS Settings application for gingerbread, which is in this post:
http://forum.xda-developers.com/showpost.php?p=16042725&postcount=4
And also thank you to balamu96m by your great post explaining how to create its own ICS Settings, your post without this project would not be possible:
http://forum.xda-developers.com/showthread.php?t=1576565
So, this app is just a modification of djnilse's ICSified Settings, in order to translate it into my native language, Portuguese - Brazil. I decided to do this because much of the application was not automatically translated, just to be part of the modification.
An important thing to remember is that often the update by CWM does not work, so if you have problems, install the app manually, which I will show later.
Furthermore, this app is a modification of the original settings GingerDX v028b therefore might not work on other roms.
Then, below:
download and install update.zip preferred by CWM, but if you have problems or fails, follow these steps:
* Extract the app in the \system\app of update.zip and put it to the sd card
* Uninstall the original settings
* By the root explorer, rename the app to: Settings.apk
* Copy the application to the folder in your x8: \system\app
* Give the appropriate permissions, pressing continually and leaving like that:
{
"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"
}
* Reboot and enjoy
some screenshots and bugs of the first version:
View attachment 1264585
PS.: The fourth version don't have any bug!!! The translation and the shortcuts to switch on\off bluettoth and wifi are fuly working thanks to djnilse!
PS².:The fifth version also has no bug, and best, can be used both in English and Portuguese!
Sorry for my bad English, and realy thanks djnilse for the permissions and tips for the modification!!:fingers-crossed:
Legal!
Funciona com o Jelly Beans - 4.1?
acho que voce podia postar isso em português mesmo
Hi guys
I think: it is a forum in english, so I respect the rules of the forum, which I know is permitted only post in English even if not their native language and that is a topic for your nationality ...
in a PM is not necessary to post in English, then the will fell
I tested GingerDX only all the versions, and is generally only for ROMs gingerbread
The bugs of the first are in the screenshots
since the other two versions have only one bug: shortcuts on and off the bluetooth and wifi do not work, but I'm working on it.
Sorry for my bad English
Everything is working perfectly!!
Está tudo funcionando perfeitamente!!
jucazastrow said:
Everything is working perfectly!!
Está tudo funcionando perfeitamente!!
Click to expand...
Click to collapse
What's different in v05?
O que tem de diferente na v05? :silly:
In the fifth version can be used both in Portuguese as in English, with the complete translation in both languages​​, thereby to better understand:
Na quinta versão é possível utilizar tanto em Português quanto em Inglês, com a tradução completa em ambas as línguas, deste modo, para entender melhor:
jucazastrow said:
In the fifth version can be used both in Portuguese as in English, with the complete translation in both languages​​, thereby to better understand:
Na quinta versão é possível utilizar tanto em Português quanto em Inglês, com a tradução completa em ambas as línguas, deste modo, para entender melhor:
Click to expand...
Click to collapse
I had decompiled with apktool discovered before and (vi new "ics" at the end of the folder strings.xml values​​-pt): p I took and changed the activity of the Nemus launcher for holo launcher plus (a version already cracked in a single. apk): laugh: But anyway thanks: good:
Ps: You could send me the icon CyanogenMod me replace the "{}" in the achep ics theme? (I've found the ac_settings_ic_cyanogenmod com_android_settings by seeing the xml folder ... just change the lack of CyanogenMod you have and compile again): silly:
Eu já tinha descompilado com o apktool e descoberto antes (vi as novas "ics" no final da strings.xml na pasta values-pt) Eu aproveitei e troquei a atividade do nemus launcher para a do holo launcher plus (uma versão já crackeada em um unico .apk) :laugh: Mas de qualquer forma obrigado :good:
Ps: Você poderia me enviar o icone cyanogenmod pra mim substituir o "{}" no tema ics do achep? (Eu já achei o ac_settings_ic_cyanogenmod vendo pelo com_android_settings.xml na pasta xml... Só falta trocar pelo da cyanogenmod que você tem e compilar de novo) :silly:
Eu também já tinha feito uma versão com o settings para holo launcher, inclusive é a que eu utilizo, mas decidi não postá-la porque esse app que resolvi mudar foi somente para traduzir...
Bom, o ícone das configurações cyanogenmod do app da settings está correto, o que você tem que fazer é encontrá-lo no app de settings e substituí-lo no tema AcheapICS desta forma:
Com o WinRar, 7Zip, ou qualquer compressor:
*abrir o app de settings, e extrair o arquivo: res / drawable-mdpi / ic_cyanogenmod.png
*renomeá-lo para: ac_settings_ic_cyanogenmod.png
*abrir o app do tema AcheapICS, encontrar o arquivo: res / drawable-mdpi / ac_settings_ic_cyanogenmod.png - e excluí-lo
*nesta mesma pasta adicionar o arquivo extraído do app settings já renomeado
pronto
OBS.: Fiz este pequeno tuto para quem quizer fazer a alteração no app que quizer (tem o tema black, blue e trans), no final tá o ícone para a alteração.
English:
I had also done a version for the holo launcher settings, even is the one I use, but I decided not to post it because this app only change was that I decided to translate ...
Well, the icon of the app's settings CyanogenMod settings are correct, what you have to do is find it in the app settings and replace it AcheapICS theme in this way:
With WinRar, 7Zip, or any compressor:
* open the app settings, and extract the file: res / drawable-mdpi / ic_cyanogenmod.png
* rename it to: ac_settings_ic_cyanogenmod.png
* open the app AcheapICS theme, find the file: res / drawable-mdpi / ac_settings_ic_cyanogenmod.png - and delete it
* add this same folder the file extracted from the app settings now renamed
done
OBS.: I made this little tuto who want to make the change in that app want (is themed black, blue and trans), herer is the icon:
jucazastrow said:
Eu também já tinha feito uma versão com o settings para holo launcher, inclusive é a que eu utilizo, mas decidi não postá-la porque esse app que resolvi mudar foi somente para traduzir...
Bom, o ícone das configurações cyanogenmod do app da settings está correto, o que você tem que fazer é encontrá-lo no app de settings e substituí-lo no tema AcheapICS desta forma:
Com o WinRar, 7Zip, ou qualquer compressor:
*abrir o app de settings, e extrair o arquivo: res / drawable-mdpi / ic_cyanogenmod.png
*renomeá-lo para: ac_settings_ic_cyanogenmod.png
*abrir o app do tema AcheapICS, encontrar o arquivo: res / drawable-mdpi / ac_settings_ic_cyanogenmod.png - e excluí-lo
*nesta mesma pasta adicionar o arquivo extraído do app settings já renomeado
pronto
OBS.: Fiz este pequeno tuto para quem quizer fazer a alteração no app que quizer (tem o tema black, blue e trans), no final tá o ícone para a alteração.
English:
I had also done a version for the holo launcher settings, even is the one I use, but I decided not to post it because this app only change was that I decided to translate ...
Well, the icon of the app's settings CyanogenMod settings are correct, what you have to do is find it in the app settings and replace it AcheapICS theme in this way:
With WinRar, 7Zip, or any compressor:
* open the app settings, and extract the file: res / drawable-mdpi / ic_cyanogenmod.png
* rename it to: ac_settings_ic_cyanogenmod.png
* open the app AcheapICS theme, find the file: res / drawable-mdpi / ac_settings_ic_cyanogenmod.png - and delete it
* add this same folder the file extracted from the app settings now renamed
done
OBS.: I made this little tuto who want to make the change in that app want (is themed black, blue and trans), herer is the icon:
Click to expand...
Click to collapse
Lol to muito ancioso... Já recompilei com o apkmanager usando outro icone do tema do Sonnysekhons (o mascote do android encima de um skate), e tá funcionando certinho :laugh:
Eu aproveitei e arrumei o bug da versão de fundo com gradiente azul/branco (se abrir as configurações em landscape e depois de algum tempo girasse para portrait a parte inferior ficava escura) e limpei varias .png e linha de apps que não uso por ex: galeria nativa, xperia active launcher, launcherpro, widget de pesquisa do google, player nativo, etc pra diminuir o tamanho do tema não gastando tanto espaço em system/app
English:
Lol very anxious to ... Already recompiled with the apkmanager using another icon theme Sonnysekhons (the mascot android on top of a skateboard), and're working just right :laugh:
I enjoyed the packed version of the bug background with gradient blue / white (if I opened up the settings in landscape and after a while turned to portrait the bottom was dark) and cleaned several. Png and line apps that do not use for eg native gallery, xperia active launcher, LauncherPro, google search widget, native player, etc. to reduce the size of the subject not spending as much space in system / app
Funciona na GingerZaraki v08?
English:
Does it works on GingerZaraki v08?
Sent from my E15i using xda premium
Works, because its for all gingerbread roms, i think, but its a modification of gdx's settings. So, test.
Sent from my X8 using xda premium

[Q] [suluçao PT-BR ] NAO CONEXAO GOOGLE PLAY

**ROOT É NESSESARIO**
Aqui é uma correção de curto para o erro Sem conexão em loja de jogo. Ele pode não funcionar em todos os dispositivos.
(TESTADO NO XPERIA T2 (4.4.2 ANDROID)
1. Baixe ROOT EXPLORER APK
2. Instale-o no seu dispositivo.
3. Abra ROOT EXPLORER / VÁ EM " ETC "
4. role a pagina até chegar no arquivo " HOST" ------- esta logo abaixo do "gps.conf"
5. Localize o arquivo chamado "hosts", e mantenha-o por 3 segundos. Escolha ABRIR COM "editor de texto"
6. Excluir tudo e cole este na primeira linha: "127.0.0.1 localhost". Copiá-lo exatamente, não modifica nada.
7. Salve o arquivo e saia
8. desligue e ligue o celular. :good:
ROOT EXPLORER APK

MOTO G6 PLAY windowsmgr.max_events_per_sec

Coloquei esse comando: windowsmgr.max_events_per_sec no build.prop, depois a sensibilidade nos jogos ficaram rápida e perdi desempenho no celular todo, já reinstalei a rom e fiz downgrade e nd.
higor6677 said:
Coloquei esse comando: windowsmgr.max_events_per_sec no build.prop, depois a sensibilidade nos jogos ficaram rápida e perdi desempenho no celular todo, já reinstalei a rom e fiz downgrade e nd.
Click to expand...
Click to collapse
If you set Android's smoothness property
Code:
windowsmgr.max_events_per_sec=90
higher than shown above then performance slows down.
jwoegerbauer said:
If you set Android's smoothness property
Code:
windowsmgr.max_events_per_sec=90
higher than shown above then performance slows down.
Click to expand...
Click to collapse
Tentei colocar
Code:
windowsmgr.max_events_per_sec=90
Senti uma performance melhor, porém não é a mesma de antes e a sensibilidade continua muito rápida, é como se editar o comando não funcionasse
@higor6677
It's not a command, it's a setting.
BTW: 90 is equivalent to 60FPS x 1,5. The closer you get to 60, the more you avoid unnecessary CPU-stress.
@jwoegerbauer
vc sabe como eu posso restaurar a configuração ou algo do tipo? já tentei colocar vários valores, é como se nenhum funcionasse
@higor6677
You have to edit Android's system file named build.prop accordingly.
jwoegerbauer said:
@higor6677
You have to edit Android's system file named build.prop accordingly.
Click to expand...
Click to collapse
system/build.prop? estou certo!
higor6677 said:
system/build.prop? estou certo!
Click to expand...
Click to collapse
Yes, and take note that changes made take effect after Android got rebooted.
jwoegerbauer said:
Yes, and take note that changes made take effect after Android got rebooted.
Click to expand...
Click to collapse
Reiniciei e nao alterou nada, sensibilidade continua muito rápido e com desempenho ruim
higor6677 said:
Reiniciei e nao alterou nada, sensibilidade continua muito rápido e com desempenho ruim
Click to expand...
Click to collapse
In Android FPS typically is capped to 30 - yes newer devices can 60FPS, some even 120FPS. IMHO it makes no sense trying to manually extend this GPU-depedent maximum value.
Hence steadily narrow down the value until you reach your phone's GPU-possible maximum FPS value .
No more clues by me. I no longer will participate the chat.

Question safest way to ROOT in REALME GT android 12 rui 3.0 c.15 CN

I was researching how to root this cell phone, I only find complex ways that don't seem very safe to me, if anyone can help me with this I would appreciate it, I already have unlocked bootloader, I don't want to have my phone bricked
you can try this tutorial。
[RMX2202] Realme GT 5G (UI2.0 & UI3.0) - ALL ROOT
forum.xda-developers.com
worked, thank you. for those who are going to try, use the twrp11 file even though you are on android 12, the android 12 file does not enter twrp
Let's face it! not work.
I fave a stupid new phone, and by an accident i make upgrade, now i have UI3 instead of UI2.
NOW i fave Factory version RMX2202domestic_11_C.15_20220311****************
It seems First version is was RMX2202domestic_11_A.14_20210410**************
I read all from this site, nothing work to UNLOCK BOOTLOADER; this is first think need to do.
after command: adb reboot bootloader , phone reboot and apears some china chars for 1{ONE) second, and reboot again in normal mode.
How to work FASTBOOT command if you are not in bootloader??
I think first step is to run In.depth / deep testing apk, but i can't install any version that i find.
APP WITH SAME SIGNATURE ALREADY INSTALED.
If i falow strait path to download DEEP TESTING APK i finish in baido ****ing com.
I see good peoples here, some one have new in.depth / deep testing apk for this domestic version?! with another SIGNATURE?
I whant to change my rom to GDPR or INDIAN.... Android auto not connect to car, even GOOGLE PLAY SERVICES is seems not work.
OR same chinese people to try to download real in.depth/deep testing apk from baido.com
cferoiu said:
Vamos encarar! não funciona.
Eu gosto de um novo telefone estúpido e, por acidente, faço uma atualização, agora tenho UI3 em vez de UI2.
AGORA eu gosto da versão de fábrica RMX2202domestic_11_C.15_20220311****************
Parece que a primeira versão é RMX2202domestic_11_A.14_20210410****************
Li tudo deste site, nada funciona para DESBLOQUEAR BOOTLOADER; isso é primeiro acho que precisa fazer.
após o comando: adb reboot bootloader , phone reboot e aparece alguns caracteres da china por 1{ONE) segundo, e reinicie novamente no modo normal.
Como trabalhar o comando FASTBOOT se você não estiver no bootloader??
Acho que o primeiro passo é executar o apk In.depth/deep testing, mas não consigo instalar nenhuma versão que encontro.
APP COM A MESMA ASSINATURA JÁ INSTALADO.
Se eu falow strait path para baixar o DEEP TESTING APK eu termino em baido ****ing com.
Eu vejo gente boa aqui, alguém tem novo apk in.depth / deep testing para esta versão doméstica?! com outra ASSINATURA?
Eu quero mudar minha rom para GDPR ou INDIAN.... Android auto não conecta ao carro, mesmo GOOGLE PLAY SERVICES parece não funcionar.
OU mesmo povo chinês para tentar baixar o apk real in.depth/deep testing de baido.com
Click to expand...
Click to collapse
deptestin apk doesn't work on RUI 3.0 android 12, you need to revert to android 11, you will succeed in unlocking bootloader

Categories

Resources