Mipad Unlock link working? - Xiaomi Mi Pad 4 Questions & Answers

I am unable to download the unlock file, according this:
http://en.miui.com/unlock/download_en.html
We do not need to signup and wait for unlock and can direct download this file: miflash_unlock-en-3.3.525.23.zip.
But download link times out.

Links download working. Please add to h t t p : / /
Code:
en.miui.com/thread-2770408-1-1.html
Code:
xiaomi-miui-ota-3rdrom.ks3-cn-beijing.ksyun.com/rom/u265827351/3.3.525.23/miflash_unlock-en-3.3.525.23.zip
Code:
miuirom.xiaomi.com/rom/u265827351/3.3.525.23/miflash_unlock-en-3.3.525.23.zip

Related

which module dvb?

Hi
I'm trying to set my avertv volar hd in my archos 101
what module in next step??
# sh loadmod mod/<KERNEL_MODULE>.ko
I download the file (.fw) from the site linuxtv org
many questions... please help!
thanks
what firmware (.fw) did you download from what page? on the very same page should be mentioned what module you have to load.

[Q] Fastboot - log from flash etc..

Hi. I would like make log file ( for example log.text) from flash.
It seems to me that must be fastboot flash zip xxx.zip >> log.txt but log.txt after flash is empty.
And 2 question
How to add end procedure? For exaple : my device is not respodning and fastboot is waiting withaut end. I wold like add to commend "time out".
thanx

Building kernel for android kali-nethunter fail

Hi everyone
To introduce , i wanted to build kali nethunter for my device but he is not builded so i go and try to build a kernel following the official github kali nethunter for porting device (link2),[a video tutorial](link 2) where i did same as the guy but at the end i got error and i also searched on stackoverflow for crosscompiler issue and resolved it. But now i have trouble that i doesn't know how to do with when building my kernel
Device: xiaomi redmi note 3 snapdragon version
codename: kenzo
I didn't find original kernel for kenzo so i took one custom kernel on xda forum :[github](link 2) and a [toolchain for 64 devices](link 3)
so i started building until modifing .config w/o trouble
Code:
make menuconfig
Code:
make
Code:
cp .config arch/arm/configs/kali_defconfig
Code:
make clean && make mrproper
Code:
mkdir ../out1
until now this was good but when i start to build defconfig
Code:
make O=../out1 kali1_defconfig
my .config was done but i get [error message](link 4) in
When i want to make my kernel this don't make it : [error](link 5)
Code:
make O=../out1 -j2
w/o using -j [error](link 6)
Code:
make O=../out1
[Makefile](link 7) [confdata.c](link 8)
I tried to give you all i can so sorry for using a lot of pastebin
Hope someone can try to help me ty
link 1 : youtube. com/ watch?v=6-oKLou69WM
link 2 : github. com /GuneetAtwal/kenzo
link 3 : android.googlesource. com /platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9
link 4 : pastebin. com /M0TtmMzS
link 5 : pastebin. com /2azLQgzN
link 6 : pastebin. com /J8JFGW41
link 7 : pastebin. com /s3Dycgm4
link 8 : pastebin. com /8FQJFWxJ

Python Script for Copy and Reinstall all Third Party apps from Device

i have created python script for copy all third party apps installed in your device and copy all the apps in your pc.
NON-ROOT script.
script uses adb shell commands for copy and reinstall apps in your device so no need of root access.
for now i only manage to test it on X00TD(Android 9.0) for now. Update me for other device/android versions.
Steps for backup apps :-
1) Download python 3 from python.org and install it in your pc.
2) Download python script files from the link below.
3) Run "windows-backup.py" if you are on Windows OS, else "linux-backup.py" for linux based OS.
Steps for reinstall apps:-
*first 2 steps are same
3) Run "install-apps.py" for install apps OS dosent effect on this script.
YouTube :- www . youtube . com / watch?v=EEoPo7Hqt3k
File Download link :- bit.ly / 2Lhqe0T (remove spaces).

			
				
I'm getting error.
Zenfone max pro m1
Android: 8.1 (stock, No root, bootloader unlocked, TWRP recovery)
PC: Windows 8.1
USB debugging enabled, USB mounted as storage
ERROR msg in screenshot
foxonfox said:
I'm getting error.
Zenfone max pro m1
Android: 8.1 (stock, No root, bootloader unlocked, TWRP recovery)
PC: Windows 8.1
USB debugging enabled, USB mounted as storage
ERROR msg in screenshot
Click to expand...
Click to collapse
Install adb in your pc first
Can you tell me why I'm getting this error?
[email protected]:~/Documents/App backup-restore$ python3 linux-backup.py
Folder Created
Fetching Packages list from device
error: no devices/emulators found
Packages are fethced
Copying Started
Total 1 Apps
b'
1 : .apk
/bin/sh: 1: Syntax error: Unterminated quoted string
Traceback (most recent call last):
File "linux-backup.py", line 47, in <module>
os.rename("base.apk",name)
FileNotFoundError: [Errno 2] No such file or directory: 'base.apk' -> '.apk'
[email protected]:~/Documents/App backup-restore$
What's wrong or what am i doing wrong?
OS 9 MSM Extended with MicroG installed (No Google)
EDIT:
got it after enabling USB DeBugging

Ubuntu Touch for Moto G5

--- This is not made by me. This is an repost to XDA. ---
This is 32-bit, so you can use offical TWRP.
Made by hacker12455 and Lukapanio
Bugs:
Camera and minor bugs
Installation:
(Requires ADB + Fastboot, Linux on the PC and Git)
1. Format the data partition with ext4 (Format != Wipe)
2. Download the latest halium-boot.img from https://sourceforge.net/projects/ubports-cedric/files
3. Run
Code:
fastboot flash boot halium-boot.img
4. Download the latest ubports-touch.rootfs-xenial-armhf.tar.gz from https://ci.ubports.com/job/xenial-rootfs-armhf/
5. Download the latest system.img from https://sourceforge.net/projects/ubports-cedric/files
6. Clone https://gitlab.com/JBBgameich/halium-install git repository and go into that folder
7. Run
Code:
./halium-install -v -p ut path/to/ubports-touch.rootfs-xenial-armhf.tar.gz path/to/system.img
8. Reboot your phone.
9. Run
Code:
dmesg -w
and look for an GNU/Linux device.
10. Connect your computer to the RNDIS network that appeared when you rebooted your phone. (If not already happened.)
11. SSH onto the device:
Code:
ssh [email protected]
12. Follow that guide: http://docs.ubports.com/en/latest/porting/running-ut.html
You made it!
Source: https://github.com/ubports-on-cedric
Download: http://ubports-cedric.sf.net
Fail, ignore
Screenshots!
Note: Visual glitch already fixed, old screenshots.
About this device is coming soon.
Nice, i will try it tomorrow
[censored because imei leak, looking for new screenshot]
@nift4 the broken things are fixable?
lucki1000 said:
@nift4 the broken things are fixable?
Click to expand...
Click to collapse
Sound yes
Why authors are redacted?
nift4 said:
Why authors are redacted?
Click to expand...
Click to collapse
Follow the xda rules - telegram is not allowed on xda nor is the promotion of any other social media
XDA is a place for discussion and building of android projects - if everyone went to telegram the forums would be empty
I'd advise you remove all references to telegram
Done
EDIT: I did not want to break the rules I simply did not made it
Ok, I:
- Flashed the boot image from fastboot mode
- Booted into TWRP because the halium-install script tried to use ADB (there's no ADB in fastboot mode!)
- image flashed, i rebooted and the RNDIS appeared with
Code:
sudo dmesg -w
but ssh connection is refused on port 22, and when I connected with telnet the commands from the last guide (had to use the Wayback Machine, since the actual page doesn't exist anymore) but
Code:
/ # cat /var/lib/lxc/android/rootfs/ueventd*.rc|grep ^/dev|sed -e 's/^\/dev\///'|awk '{
printf "ACTION==\"add\", KERNEL==\"%s\", OWNER=\"%s\", GROUP=\"%s\", MODE=\"%s\"\n",$1,
$3,$4,$2}' | sed -e 's/\r//' >/usr/lib/lxc-android-config/70-cedric.rules
cat: can't open '/var/lib/lxc/android/rootfs/ueventd*.rc': No such file or directory
/bin/sh: can't create /usr/lib/lxc-android-config/70-cedric.rules: nonexistent directory
/ #
So, what am I doing wrong? Is there a more recent version?

Categories

Resources