Zte Axon 20 (a2121) 5g - ZTE Axon 20 5G Themes, Apps, and Mods

A lot of work was done with the Chinese Zte A2121 but it worked

[email protected] said:
Zte Axon 20 CN version Working Google Play & multilanuage I was able to modify it.
Click to expand...
Click to collapse

Photo

I want multilenguage rom (spanish), how do you make multilenguage?? Morelocale2 or any other app??

MoreLocale 2 you connect the phone in debug mode you use the command console with adb & fastboot. You enter adb devices, confirm on the phone screen adb connection, in response you will get a number and the text device, enter the adb shell command and confirm with enter, then enter the command
pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION and confirm. From now on, you can choose any language in MoreLocale2, including the entire telephone interface, including settings. You also have to do this every time Axon is restarted but it works

[email protected] said:
MoreLocale 2 you connect the phone in debug mode you use the command console with adb & fastboot. You enter adb devices, confirm on the phone screen adb connection, in response you will get a number and the text device, enter the adb shell command and confirm with enter, then enter the command
pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION and confirm. From now on, you can choose any language in MoreLocale2, including the entire telephone interface, including settings. You also have to do this every time Axon is restarted but it works
Click to expand...
Click to collapse
that's the way I´ll do.. thnx!!

Related

Installing CIME into Hero

Guys, I just found this CIME at http://forum.xda-developers.com/showthread.php?t=512530&highlight=hero+cime
Was wondering if:
a. it will install onto a rooted Hero
b. if a rooted Hero will still be able to detect, download and install OTA updates
Advice is much appreciated, thanks!
I just rooted my Hero using this technique and confirm that it works:
http://theunlockr.com/2009/08/08/how-to-gain-root-access-on-your-htc-hero/
The new CIME is nicely installed, and that works well too. Now I'm just not sure if the phone will receive OTA updates. The only thing different is the fact that the phone is rooted.
Gulp.
Right. Thinking logically, since I rooted my phone by following these steps:
15. If the serial number and the word fastboot next to it popped up, then go back to the command prompt on the computer and type
fastboot boot cm-hero-recovery.img
16. Once the phone boots up into the recovery screen type the following in the command prompt on the computer:
adb shell mount /system
adb push su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app/
adb shell reboot
17. Once the phone reboots, click the Menu button and click Settings.
18. Goto Applications > Development and check the USB debugging on.
19. While the phone is still plugged in, goto the Command Prompt still up on your computer and type:
adb devices
You should see a serial number, which means the computer is seeing the device.
20. Then type:
adb shell
su
The phone should pop up an su request. Click Always Allow on the phone.
21. Type:
reboot
Logically, I haven't really changed anything else on the phone aside from:
a. copying in 2 APKs, one SU and one Superuser.
b. Setting permissions.
hmmm?
It does work, but with the IME I can only type simplified Chinese in Stroke input though (traditional Chinese is okay for Cangjie)
Now I'd be appreciated if I can get help of getting the attached "default.xml" into /system/customize/CID for displaying Chinese.
That is strange. Did you set TouchInput Chinese settings to use Pinyin?
I actually used the other method to did mine... but I think both ways works ^^
I installed the CIME on my rooted Hero with the method described in the linked thread, and it works like a charm.

ADB Not Working

MY ADB has stopped Working
It happened after Installing the CWM And TWCR
Well What happened it was saying ADB was outdated while installing but it installed CWM and TWCR
Now if i enable ADB in the phone the windows doesnt read that there is a mobile nor anything detected not even charging
When i disable ADB I can see my phone charging and i can transfer files
I don't know what to do and I am very worried ...
Hope If any1 could help...
Tried installing ADB drivers and the Android SDK .. No luck
I think the problem is in the phone as it doesnt allow me to connect to the PC with ADB on
I read this http://forum.xda-developers.com/showthread.php?t=1917741
and found that ro.debuggable=0 in the Deafult.prob While it is enabled ...
And there is a question too how can i backup it so if i eddit it and get a bootloop I want to be able to restore using CWM or TWCR
John98Zakaria said:
MY ADB has stopped Working
It happened after Installing the CWM And TWCR
Well What happened it was saying ADB was outdated while installing but it installed CWM and TWCR
Now if i enable ADB in the phone the windows doesnt read that there is a mobile nor anything detected not even charging
When i disable ADB I can see my phone charging and i can transfer files
I don't know what to do and I am very worried ...
Hope If any1 could help...
Tried installing ADB drivers and the Android SDK .. No luck
I think the problem is in the phone as it doesnt allow me to connect to the PC with ADB on
I read this http://forum.xda-developers.com/showthread.php?t=1917741
and found that ro.debuggable=0 in the Deafult.prob While it is enabled ...
And there is a question too how can i backup it so if i eddit it and get a bootloop I want to be able to restore using CWM or TWCR
Click to expand...
Click to collapse
Can you use adb over other computers?
Also, try ADB over network. Goto Settings > Developer Options and turn "ADB over network" on. If prompted with a warning, press OK. Then you will see an ip address with a port number under ADB over Network setting. Now open cmd (or Terminal in Linux) and cd to the directory where the ADB files are present. Then type
Code:
adb connect <ipaddress>
Of course, replace <ipaddress> with the ip that you see in the Developer Options under ADB over network. It should be something like "192.168.1.2:5555", enter the whole thing. Then see if you are successfully connected by typing
Code:
adb devices
.
If you are using windows go to control panel and look for "hardware" or more specifically "drivers". It is somewhere there, just look around and you will find it. Then enable adb and connect phone. Then Select your device name from the list and right-click and select appt. drivers.
ayushag96 said:
Can you use adb over other computers?
Also, try ADB over network. Goto Settings > Developer Options and turn "ADB over network" on. If prompted with a warning, press OK. Then you will see an ip address with a port number under ADB over Network setting. Now open cmd (or Terminal in Linux) and cd to the directory where the ADB files are present. Then type
Code:
adb connect <ipaddress>
Of course, replace <ipaddress> with the ip that you see in the Developer Options under ADB over network. It should be something like "192.168.1.2:5555", enter the whole thing. Then see if you are successfully connected by typing
Code:
adb devices
.
If you are using windows go to control panel and look for "hardware" or more specifically "drivers". It is somewhere there, just look around and you will find it. Then enable adb and connect phone. Then Select your device name from the list and right-click and select appt. drivers.
Click to expand...
Click to collapse
Thanks for the reply I can't use ADB anywere ..
The phone doesn't even appear in the PC with ADB debuging enabled not even a connected sound or anything ..
I tried Wifi Kontect on the playstore as I didnt find "ADB over Network" But ADB wont connect....
Any Other solutions ... I dont mind if i have ADB over wifi the important thing is to have any ADB connection
www .mediafire .com/convkey/fb15/db3ykaaldgkqsd66g.jpg?size_id=5
www .mediafire .com/convkey/93e0/49f47ps6s9nbeyj6g.jpg
Remove spaces so you can see the images I cant post links yet
Fixed
I have fixed my probem thanks to @sijav !
Installing
http://forum.xda-developers.com/showthread.php?t=1687590
Fixed everything ! even after un-installing the app

Change language !!!

Hi guys!
I bought the Galaxy Note 4 (SM-N910T), and it did not come with Portuguese language ('m from Brazil).
I've tried to translate app's (morelocale2) already replaced the ROM for the newest, but it worked!
Is there any way to put the language?
Is there any custom ROM or not, that works for my model?
Thank you!
Additional language added for Note 4 SM-N9100G without root
Hi,
I face the same problem with a Note 4 SM-N9100G trying to install a additional local language without to root the phone and to affect the warranty. The solution found on Internet is given below:
1. On Windows PC download and install the latest Android SDK Manager (Google for it).
2. Unlock the "Developer Option" on your Note 4 device.
3. Install MoreLocale 2 from Google Play on your Note 4 device.
4. On your PC go on the <Platform - Tools> subfolder from SDK Manager folder and launch a command prompt window here (press simultaneously shift and right click then select from drop menu).
5. Connect the Note 4 to PC though the USB cable on USB debugging mode (accept the debugging action from your PC on the popping window from your phone).
6. To ensure that the devices are properly communicating type <adb devices> on the Command Prompt window from your PC and you shall see your device listed.
7. Launch the adb shell from same Command Prompt window with the command <adb shell> then enter
Note: the top of the command prompt window shall indicate "adb shell" mode upon command input.
8. Input the following command line exactly as is given in the Command Prompt window then press enter (take care on CAPS LOCK):
pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
9. If you don't receive any error on the command prompt window then you manage to unlock the MoreLocale 2 application on your phone.
10. Go to your Note 4 launch MoreLocale 2 and select the language you want to load, set it as default then you are done.
Hope that this will help.

Stock ROM install without ADB commands

Hello all
Please is it possible to install stock ROM or stock OTA update without ADB commands?
Some other way for install?
Because my watch blocking ADB authorization!!!
Simply not show confirmation ADB dialog window
I tryed everything around ADB and nothing
I´m on stock recovery for info...
Thank you very much for help :good:
Have a nice day for all
Somebody help me?
Thank you very much
https://forum.xda-developers.com/zenwatch-3/how-to/guide-how-to-revert-to-android-wear-1-5-t3635196
No adb commands required. To enter fastboot press and hold Upper button+ Center button on turned off watch.
Here you can find more useful info https://forum.xda-developers.com/zenwatch-3/how-to/guide-reboot-recovery-fastboot-unlock-t3546743
djdarkrider said:
https://forum.xda-developers.com/zenwatch-3/how-to/guide-how-to-revert-to-android-wear-1-5-t3635196
No adb commands required. To enter fastboot press and hold Upper button+ Center button on turned off watch.
Here you can find more useful info https://forum.xda-developers.com/zenwatch-3/how-to/guide-reboot-recovery-fastboot-unlock-t3546743
Click to expand...
Click to collapse
Thank you for reply but in both links are adb commands...
those are fastboot commands. You don't need adb popup on watch to use them.
djdarkrider said:
those are fastboot commands. You don't need adb popup on watch to use them.
Click to expand...
Click to collapse
I can't use adb commands because my device is unauthorized for adb commands
I can't authorize my watch because not showing pop up window for allow adb.
Note: all my other Android devices works fine for adb commands and authorization...
This mean that problem is in the watch...
Hoffmanns said:
I can't use adb commands because my device is unauthorized for adb commands
I can't authorize my watch because not showing pop up window for allow adb.
Note: all my other Android devices works fine for adb commands and authorization...
This mean that problem is in the watch...
Click to expand...
Click to collapse
I get it.
Those commands are typed in adb command line, when your watch are in FASTBOOT mode. There will be no authorization for fastboot mode. Turn your watch off, then press and hold power+upper buttons, until you are in fastboot mode(it will be written on watch screen). Then connect watch to pc and type "fastboot devices" in adb window.
Just try it. NO AUTHORIZATION REQUIRED
djdarkrider said:
I get it.
Those commands are typed in adb command line, when your watch are in FASTBOOT mode. There will be no authorization for fastboot mode. Turn your watch off, then press and hold power+upper buttons, until you are in fastboot mode(it will be written on watch screen). Then connect watch to pc and type "fastboot devices" in adb window.
Just try it. NO AUTHORIZATION REQUIRED
Click to expand...
Click to collapse
God bless you :laugh::good:
It's working :laugh:
I tryed many many things but not this
Thank you very much for your help and time :good::good::good:

How to rescue data from my 9T Pro

So while walking it slipped out from my hand and hit the lower left corner.. The screen didnt even work anymore (after removing the glas, it was clear why, as the connector is lower left corner).
Good thing is, I have adb debugging enabled and my keys are known.. So I can access adb shell and various commands..
My problem is: It rebooted and now, the important stuff is NOT mounted.. Also via scrcpy or MonkeyRemote, I cannot send any touch event... Its not reacting at all.. Honestly, I dont know what it is doing, but its quite busy writing for ever logs in logcat, that the sensors have errors (which is no wonder).
So I tried various "adb shell input XXX", but its not working at all..
Tried to connect a mouse via normal usb-c hub, but I dont know if I would need an OTG cable or if it would even work.
DrFone and some other software, already wants the money, before unlocking anything.. And I would be Ok, if it would be 5-10€.. But buying the whole thing for 1 test, is a big no.
So my status:
adb shell working.
scrcpy at least showing a screen
phone is not reacting on anything else, besides the lockscreen to wake it up.. volume keys are also kinda ignored.
I tried the adb shell input stuff from stackoverflow, but nope.
Can I boot in any recovery thing and mount sdcard there? Does scrcpy work there?
What he heck is my phone even doing?? If I connect another phone in lockscreen and use scrcpy, I can also wake it up normaly.. So probably not only the screen got dmg while flying :/
Most annoying things: It has alarms going off all the time, as I can only snooze them -.-
Is there no command, to unlock it from adb/terminal? I know the damn pin
When I run top, the top most things are sufaceflinger and logd (between 2-15). So its not like sth is always at 100% cpu load..
So little status update:
all adb shell input XXX are simple not working, as Xiaomi needs another setting for that.. Which I cannot activate, without screen.
I will try a manual keyboard at home..
Is there a way, to root it with adb only? Would help me alot..
MIUI security center requires you bonded MI account to enable adb input commands in developer options. scrcpy has OTG mode and can emulate HID device.
scrcpy also didnt work, without that stupid setting set to be true/1.
Tested with my old Mi6. When I enabled the option in dev-settings, it worked fine.
But I was able to unlock it with a keyboard plugged in (+ mouse). Looks like the CPU also has some issues, as everything is slow-motion..
So I just tried, what do I need to press on the Mi6 -> then did it on the Mi9.
"hitting space -> pin -> enter", "hitting space -> pin -> enter".
But was able to rescue all my data + turn off the alarms.
PS.: I then tried to enable this setting, for inputs, but you need to have a SIM cart inserted, to activate it
PPS.: Oh.. Now I got you.. I have to enable this option in scrcpy.. OMG Will test that now
PPPS.: Yeah, with that otg mode, the keyboard and mouse would have also worked.. Well, for the next time I know it
alecxs said:
MIUI security center requires you bonded MI account to enable adb input commands in developer options. scrcpy has OTG mode and can emulate HID device.
Click to expand...
Click to collapse
Ok, thanks - that was missing
If you figure out the command line to enable it from adb settings put global I am very grateful
alecxs said:
If you figure out the command line to enable it from adb settings put global I am very grateful
Click to expand...
Click to collapse
Ok, so I dumped all settings and props to files:
Code:
adb shell settings list global > global.txt
adb shell settings list secure > secure.txt
adb shell settings list system > system.txt
adb shell getprop > props.txt
then searched for adb, usb and similar butfound only the following:
SETTINGS GLOBAL:
adb_enabled=1
adb_wifi_enabled=0
verifier_verify_adb_installs=1
GETPROP:
persist.security.adbinput=1
persist.security.adbinstall=1
(My phone: Mi 11 Lite 5G NE, MIUI 13)
That is, eg ADB can be enabled/disabled as settings global adb_enabled
However, ADB Input is not in settings but as persistent prop persist.security.adbinput and it can be only manipulated by Magisk - and by TWRP but on the old devices where System is not read-only
IMO, it would be theoretically possible on the Mi 9T Pro, but not if display is broken where TWRP cannot be used (I doubt there is anything like scrpy that works for TWRP)
zgfg said:
Ok, so I dumped all settings and props to files:
Code:
adb shell settings list global > global.txt
adb shell settings list secure > secure.txt
adb shell settings list system > system.txt
adb shell getprop > props.txt
then searched for adb, usb and similar butfound only the following:
SETTINGS GLOBAL:
adb_enabled=1
adb_wifi_enabled=0
verifier_verify_adb_installs=1
GETPROP:
persist.security.adbinput=1
persist.security.adbinstall=1
(My phone: Mi 11 Lite 5G NE, MIUI 13)
That is, eg ADB can be enabled/disabled as settings global adb_enabled
However, ADB Input is not in settings but as persistent prop persist.security.adbinput and it can be only manipulated by Magisk - and by TWRP but on the old devices where System is not read-only
IMO, it would be theoretically possible on the Mi 9T Pro, but not if display is broken where TWRP cannot be used (I doubt there is anything like scrpy that works for TWRP)
Click to expand...
Click to collapse
Btw (sorry, OT for the originally reported problem), Netflix cannot be fooled (DRM) to display over scrcpy, only subtitles are displayed on the PC
YT works fine (although without sound - I will try with sndcpy), and strcpy properly recognizes landscape orientation, hence window on the PC can be stretched over the whole monitor
Edit: On the other PC I tried, audio works fine with scrcpy
zgfg said:
However, ADB Input is not in settings but as persistent prop persist.security.adbinput and it can be only manipulated by Magisk - and by TWRP but on the old devices where System is not read-only
Click to expand...
Click to collapse
Nice! I was curious because I don't have Mi account. Although I didn't have this property, just set it from resetprop anyway and it worked!
We can set it from magisk patched boot.img ramdisk/overlay.d/custom.rc systemless. or just add it in init.rc directly.
Code:
on boot
setprop persist.security.adbinput 1

Categories

Resources