[Q] Magisk v14.5 compatibility - Galaxy S III Mini Q&A, Help & Troubleshooting

For some reason, Magisk v14.5 fails to detect the boot image location (while Magisk v12.0 installs fine)
So, can any of you with an S3 Mini (GT-I8190/N) run
Code:
su
find /dev/block
in a terminal emulator/adb shell and post the output of these commands to something like hastebin.com?
Thanks.

DodoGTA said:
For some reason, Magisk v14.5 fails to detect the boot image location (while Magisk v12.0 installs fine)
So, can any of you with an S3 Mini (GT-I8190/N) run
Code:
su
find /dev/block
in a terminal emulator/adb shell and post the output of these commands to something like hastebin.com?
Thanks.
Click to expand...
Click to collapse
Attached.

mauam said:
Attached.
Click to expand...
Click to collapse
Can you also run
Code:
su
find /sys/devices/platform -maxdepth 1
?
Sent from my Samsung Galaxy Trend Plus using XDA Labs

DodoGTA said:
Can you also run
Code:
su
find /sys/devices/platform -maxdepth 1
?
Sent from my Samsung Galaxy Trend Plus using XDA Labs
Click to expand...
Click to collapse
Here you go.

Related

[Q] busybox install

I just unlocked and rooted my nexus 7 and choose to install busybox but its not showing in the list of installed apps. is there a way to check if it installed correctly? I don't want to reinstall it and corrupt my device. Thanks..
Install terminal emulator and enter su then some command line commands. If it works busybox installed right.
Sent from my Nexus 7 using xda app-developers app
where can I get this app?
lildishlvr said:
where can I get this app?
Click to expand...
Click to collapse
i got it.. thanks
busybox
jgr208 said:
Install terminal emulator and enter su then some command line commands. If it works busybox installed right.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
one more question, is busybox is installed, should it show up as an app in the list of apps installed on the nexus 7?
Busybox is not an app and won't show up as one because it isn't something you can run by itself. It is a component that other apps require to run.

How to install a kernel by Adb

I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
If you have no idea what you are doing, then just f****ng look in the threads of your desired kernel. Install-tutorials everywhere...
amr7san said:
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
Click to expand...
Click to collapse
First save the kernel as kernel.bin.md5 in root of internal SD..
In the command give superuser permission by writing $su
Then "dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
Then hit enter and it should show some bytes of data transferred then hit reboot! Or simple use the universal kernel flash app!
Sent from my GT-I9070 using xda premium
amr7san said:
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
Click to expand...
Click to collapse
Why don't u use frapeti's easy as a pie app. Here. Need also some file explorer like ES or Root Explorer. The easiest way for you.
Tons of tutorial and examples here on xda and all around the internet.
But anyway...
I will assume that you know how to run adb, you already have it and know what adb shell is.
If you don't, don't continue next and read a little bit more around xda forum.
Copy kernel.bin.md5 to your internal memory.
Run adb as adb shell
Code:
$ su
# dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
# reboot
Thanks all
amr7san said:
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
Click to expand...
Click to collapse
Thank you very much i installed the thunderzap kernel by the universal app thanks
but PES 2012 Still do'nt work
it was work on GB ?

[Q] How to install ViPER4Android FX drivers?

When I install drivers for ViPER4Android FX I get "Driver installed, please reboot your device." and when I reboot, I'm asked to install drivers again. Did anyone figure out how to successfully install these drivers? I saw fixed around the forum, but they don't seem to work for me.
sarcastical said:
When I install drivers for ViPER4Android FX I get "Driver installed, please reboot your device." and when I reboot, I'm asked to install drivers again. Did anyone figure out how to successfully install these drivers? I saw fixed around the forum, but they don't seem to work for me.
Click to expand...
Click to collapse
Doesn't it require root permission?
My phone is rooted, I wouldn't be able to install them if it wasn't. The problem is that after required reboot, it's asking me to install divers again.
sarcastical said:
My phone is rooted, I wouldn't be able to install them if it wasn't. The problem is that after required reboot, it's asking me to install divers again.
Click to expand...
Click to collapse
Try this way...
http://www44.zippyshare.com/v/29045158/file.html (audio_effects.conf)
http://www68.zippyshare.com/v/82038954/file.html (libv4a_fx_ics.so)
1.audio_effects.conf - copy to system/etc (rw-r-r)
2.libv4a_fx_ics.so - copy to system/lib/soundfx (rw-r-r)
3.Instal V4A.apk
4.Reboot
Unfortunately, that didn't work.
Here are instructions for installing VIPER4Android on P7
1) have your phone ROOTED
2) install BUSYBOX from PLAYSTORE
3) install terminal emulator from PLAYSTORE
4)open Terminal Emulator and type in the following commands exactly:
su
mount -o rw,remount /system
cd system
lsattr
chattr -R -i *
rm –f /system/set_immutable.list
lsattr
After this set_immutable.list should be removed and you should have full access. Now you can install VIPER4Android
Work on my P7-L10
sarcastical said:
Unfortunately, that didn't work.
Click to expand...
Click to collapse
http://www62.zippyshare.com/v/58631086/file.html
Downlod zip,extract V4A.apk,copy to system/app(rw-r-r),reboot to twrp,wipe cache&dalvik cache,reboot to system.
Sent from my HUAWEI P7-L10 using Tapatalk
Sandokan91 said:
Here are instructions for installing VIPER4Android on P7
1) have your phone ROOTED
2) install BUSYBOX from PLAYSTORE
3) install terminal emulator from PLAYSTORE
4)open Terminal Emulator and type in the following commands exactly:
su
mount -o rw,remount /system
cd system
lsattr
chattr -R -i *
rm –f /system/set_immutable.list
lsattr
After this set_immutable.list should be removed and you should have full access. Now you can install VIPER4Android
Work on my P7-L10
Click to expand...
Click to collapse
This worked, thank you!
Isattr and chattr commands dont works for me
Please delete this
adrianbass09 said:
Isattr and chattr commands dont works for me
Click to expand...
Click to collapse
You have to install busybox. Without this, the comand files are not there and the comand doesn't work.
Sent from my HUAWEI P7-L10 using XDA Free mobile app
I have busybox after run the commands
*sorry for my english*
adrianbass09 said:
I have busybox after run the commands
*sorry for my english*
Click to expand...
Click to collapse
Then reinstall it. This comands are from busybox.
Sent from my HUAWEI P7-L10 using XDA Free mobile app
And reboot your phone after , it should work
Not works , adb on windows not works , busybox is installed but "lsattr" and "chattr -R -i *" appears to be "not found"
*sorry for my english*
Again, a screenshot. Am I doing something wrong?
adrianbass09 said:
Not works , adb on windows not works , busybox is installed but "lsattr" and "chattr -R -i *" appears to be "not found"
*sorry for my english*
Click to expand...
Click to collapse
You realy have root?
Sent from my HUAWEI P7-L10 using XDA Free mobile app
Yes, root genius [kinguser]
Try install SuperSU true twrp,reboot to system,install BusyBox 1.22.1 Stericson,with root explorer navigate to system/app and delete Kinguser,reboot phone and than try again step by step.
Sent from my HUAWEI P7-L10 using Tapatalk
adrianbass09 said:
Yes, root genius [kinguser]
Click to expand...
Click to collapse
Follow this...
(Begin with "...so you also get access...". Step 1,2,3 at begin of my post you already have done).
I think gregysk said the right. Your problem is the false SU binary.
http://forum.xda-developers.com/showthread.php?p=54719981
is only minimally different from the instructions above. but so it works in any case
Sent from my HUAWEI P7-L10 using XDA Free mobile app

Xposed for Pipo X8 -infinite bootloop

Hello. I am trying to install Xposed on a Pipo X8 dual-booting (Android/Windows selectable from start) tablet, however I get stuck in an infinite bootloop. Any ideas on how to make it work for the Pipo X8? I tried installing SELinux permissive mode apk, however that app says it is already in that mode, and it doesn't help.
KitKat 4.4.4
same result on X9
Just tried same on a Pipo X8. Same bootloop.
ulev said:
Just tried same on a Pipo X8. Same bootloop.
Click to expand...
Click to collapse
Do you mean X9 or X8?
misterbobdobalina said:
Do you mean X9 or X8?
Click to expand...
Click to collapse
.
X9 like I said, but that really doesn't make any difference.
ulev said:
same result on X9
Just tried same on a Pipo X8. Same bootloop.
Click to expand...
Click to collapse
Yes, or X8 like you also said.
Made me wonder...
ulev said:
Just tried same on a Pipo X8. Same bootloop.
Click to expand...
Click to collapse
misterbobdobalina said:
Hello. I am trying to install Xposed on a Pipo X8 dual-booting (Android/Windows selectable from start) tablet, however I get stuck in an infinite bootloop. Any ideas on how to make it work for the Pipo X8? I tried installing SELinux permissive mode apk, however that app says it is already in that mode, and it doesn't help.
KitKat 4.4.4
Click to expand...
Click to collapse
Read rovo89's reply in the latest change log for his Xposed framework for Lollipop. Seems that he is aware of the issues with pre-Lollipop Android systems.
orville87 said:
Read rovo89's reply in the latest change log for his Xposed framework for Lollipop. Seems that he is aware of the issues with pre-Lollipop Android systems.
Click to expand...
Click to collapse
Thanks for info.
I am trying to log logcat when the bootloop occurs, but I can't trigger logcat myself because Ethernet doesn't work, there is no USB-debugging, and obviously I can't trigger something from screen. How can I write a script that logs logcat to file early on? I haven't managed...
misterbobdobalina said:
Thanks for info.
I am trying to log logcat when the bootloop occurs, but I can't trigger logcat myself because Ethernet doesn't work, there is no USB-debugging, and obviously I can't trigger something from screen. How can I write a script that logs logcat to file early on? I haven't managed...
Click to expand...
Click to collapse
Well, ADB per command line works during boot. USB debugging should be available via Developer Options, which you can activate manually.
orville87 said:
Well, ADB per command line works during boot. USB debugging should be available via Developer Options, which you can activate manually.
Click to expand...
Click to collapse
Yes, it's only that I don't have an USB jack to plug into. Only host ports...
misterbobdobalina said:
Yes, it's only that I don't have an USB jack to plug into. Only host ports...
Click to expand...
Click to collapse
At your PC or at your device?
orville87 said:
At your PC or at your device?
Click to expand...
Click to collapse
At the Pipo X8 device. It has only USB host ports.
misterbobdobalina said:
At the Pipo X8 device. It has only USB host ports.
Click to expand...
Click to collapse
Aren't there USB to USB cables (male to male) available at your place?
orville87 said:
Aren't there USB to USB cables (male to male) available at your place?
Click to expand...
Click to collapse
That won't work. Can't connect host-to-host.
logcat of xposed bootloop!
I managed to get a logcat of when xposed tries to load and gets stuck in a bootloop for device Pipo X8.
See attachement.
This thread may also be of interest since it also concerns Intel Atom processors:
http://forum.xda-developers.com/xposed/xposed-causing-bootloops-intel-z3735d-t2794565
Great news!
I managed to activate Xposed Framework 2.6.1 without causing bootloop using the following method:
http://www.androidauthority.com/community/threads/installing-xposed-framework-on-intel-powered-devices.25841/ :angel:
I did however have to modify the above procedure slightly because there existed no
/data/data/de.robv.android.xposed.installer/conf directory
or
conf/jit_reset_offset file
What I did was this (requires root):
adb install de.robv.android.xposed.installer_v32_de4f0d.apk
adb shell
su
mkdir /data/data/de.robv.android.xposed.installer/conf
chmod 771 /data/data/de.robv.android.xposed.installer/conf
chown u0_a71:u0_a71 /data/data/de.robv.android.xposed.installer/conf (u0_a71-user might differ)
touch /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
echo 148> /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
chmod 771 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
chown u0_a71:u0_a71 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
Basically make the conf/jit_reset_offset file and conf directory have exactly the same owner and permissions as the other files in the folder.
Then exit adb, open the app and install the framework. It should work. Make sure you know your way out of a bootloop before you try though. Just in case. If the permissions of one of the folders or files differ then the Framework wont be correctly installed. In such a case just change them and try to reinstall the Framework once again. :good:
Does it only works for your phone or for everyone who had a bootloop?
Chekaaaa said:
Does it only works for your phone or for everyone who had a bootloop?
Click to expand...
Click to collapse
I suspect it might work for phones/tablets with Intel Atom processors.
misterbobdobalina said:
Great news!
I managed to activate Xposed Framework 2.6.1 without causing bootloop using the following method:
http://www.androidauthority.com/community/threads/installing-xposed-framework-on-intel-powered-devices.25841/ :angel:
I did however have to modify the above procedure slightly because there existed no
/data/data/de.robv.android.xposed.installer/conf directory
or
conf/jit_reset_offset file
What I did was this (requires root):
adb install de.robv.android.xposed.installer_v32_de4f0d.apk
adb shell
su
mkdir /data/data/de.robv.android.xposed.installer/conf
chmod 771 /data/data/de.robv.android.xposed.installer/conf
chown u0_a71:u0_a71 /data/data/de.robv.android.xposed.installer/conf (u0_a71-user might differ)
touch /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
echo 148> /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
chmod 771 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
chown u0_a71:u0_a71 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
Basically make the conf/jit_reset_offset file and conf directory have exactly the same owner and permissions as the other files in the folder.
Then exit adb, open the app and install the framework. It should work. Make sure you know your way out of a bootloop before you try though. Just in case. If the permissions of one of the folders or files differ then the Framework wont be correctly installed. In such a case just change them and try to reinstall the Framework once again. :good:
Click to expand...
Click to collapse
Thanks a lot. This also works with my dual-boot baytrail tablet Voyo A1 Mini. In my case the correct user and group is u0_a98, which I found out after installing the Framework by doing ls -al /data/data/de.robv.android.xposed.installer/ in Terminal.
I executed the few lines all in one go by copy paste in Terminal after I had manually installed the apk. So no need for using adb which is hard to use anyway with my tablet because same as for your Pipo it doesn't support usb slave mode.
jockyw2001 said:
Thanks a lot. This also works with my dual-boot baytrail tablet Voyo A1 Mini. In my case the correct user and group is u0_a98, which I found out after installing the Framework by doing ls -al /data/data/de.robv.android.xposed.installer/ in Terminal.
I executed the few lines all in one go by copy paste in Terminal after I had manually installed the apk. So no need for using adb which is hard to use anyway with my tablet because same as for your Pipo it doesn't support usb slave mode.
Click to expand...
Click to collapse
That's good to know!
However, if you do:
setprop persist.adb.tcp.port 5555 (might require a reboot!)
in terminal app, you can connect via Ethernet using:
adb connect [Tablet's IP address]
then use
adb shell
if you want to use adb via Ethernet some time.
Pipox8 alternative xposed install method
My experience with PipoX8 was slightly different, but reliably installs without bootloop, I would never have got there without the help above.
Install xposed installer.
Install xposed framework
Install terminal app
Open terminal app
Su
CD data
CD data
CD de.robv.android.xposed.installer
ls -al
Check which user owns the conf directory, if installed (mine was)
If not installed then:
mkdir /conf
chmod 644 /conf
chown u0_a71:u0_a71 /conf (u0_a71-user might differ, make it the same as the other directories)
ls -al
Check that user and permissions are exact match
Now we need to check if jit file is installed
CD conf
Is -al
Check to see if jit_reset_offset file is installed.
If not installed then
touch jit_reset_offset
echo 148> jit_reset_offset
chmod 644 jit_reset_offset
chown u0_a71:u0_a71 jit_reset_offset(u0_a71-user might differ, make it the same as the other files)
ls -al
Check user name and permissions are exact match to other files
Reinstall xposed framework.
Reboot device
Check xposed logs to ensure xposed is working.
Finally ensure you tick the box to make any modules you download active.

can anyone help me root my coolpad defiant?

Hello guys im new to these forums an did not know where to post at, i got a coolpad defiant (Not the best phone) an i wanted to root it and was seeing if anyone here maybe able to help me out?? ive tried to use kingRoot but not luck on using that method if anyone got any suggestions id really like that, thanks again!
rebz408 said:
Hello guys im new to these forums an did not know where to post at, i got a coolpad defiant (Not the best phone) an i wanted to root it and was seeing if anyone here maybe able to help me out?? ive tried to use kingRoot but not luck on using that method if anyone got any suggestions id really like that, thanks again!
Click to expand...
Click to collapse
Any luck?
Thank you very much
Jayfreshh said:
Any luck?
Click to expand...
Click to collapse
Did you ever find anything for this device?
remarkablecow913 said:
Did you ever find anything for this device?
Click to expand...
Click to collapse
Nothing as yet still searching, need to do some work on the phone but nothing to start with ?
Jayfreshh said:
Nothing as yet still searching, need to do some work on the phone but nothing to start with ?
Click to expand...
Click to collapse
I know. I can't find Any resources for this phone. I might get brave And see if I can find twrp for same chipset and try.
---------- Post added at 04:24 AM ---------- Previous post was at 04:23 AM ----------
remarkablecow913 said:
I know. I can't find Any resources for this phone. I might get brave And see if I can find twrp for same chipset and try.
Click to expand...
Click to collapse
Have you tried unlocking bootloader? That's probly most important. If it's locked there is no point tying
remarkablecow913 said:
I know. I can't find Any resources for this phone. I might get brave And see if I can find twrp for same chipset and try.
---------- Post added at 04:24 AM ---------- Previous post was at 04:23 AM ----------
Have you tried unlocking bootloader? That's probly most important. If it's locked there is no point tying
Click to expand...
Click to collapse
Okay if anything works out when you try let me know
The bootloader can be opened in developer mode for this devise if I'm correct
You can unlock bootloader in developer options but from there. I'm stuck and really want to get root and see what "deleted" files I can recover from a factory reset. Anybody ever try twrp for same chipset like someone was talking about doing?
rebz408 said:
Hello guys im new to these forums an did not know where to post at, i got a coolpad defiant (Not the best phone) an i wanted to root it and was seeing if anyone here maybe able to help me out?? ive tried to use kingRoot but not luck on using that method if anyone got any suggestions id really like that, thanks again!
Click to expand...
Click to collapse
[Update Anyone?]
I picked up a Coolpad 3632a yesterday and I've been trying to ROOT it for quite a while nowl; trying Kingroot v5.3.7 without PC, and KingRoot 3.5 on PC both failed to ROOT. I've been out of the loop for quite a while regarding Android devices and OS - the last Android Phone i owned was the LG G3 if i remember correctly. According to the available info I've found searching for Rooting Options for the coolpad 3632a it all seemed almost %100 easily rootable with or without PC mainly using Kingroot.
If anyone was successful in rooting this device (Coolpad 3632a / Android 7.1.1) - please let me know, my main goal is to find a good custom ROM and load it replacing the Bloat/Malware filled phone!
Thanks again to anyone who has taken the time to read and respond with any news (good or bad) on getting this device successfully rooted.
-=Mac3lite=-
Bootloader Unlock = Not happening on this device. At least yet.
Development = Absolutely none. Means no TWRP/ROMS etc.
Root = Nothing as of 10/10/2018.
phonecapone said:
Bootloader Unlock = Not happening on this device. At least yet.
Development = Absolutely none. Means no TWRP/ROMS etc.
Root = Nothing as of 10/10/2018.
Click to expand...
Click to collapse
EDIT: I just obtained temporary root.. seeing if it sticks.
Root for Coolpad Devices
NOTE: I have not tried this on your device but I have tried it on my Coolpad Mega 2.5 D , Coolpad Mega 3 and Coolpad Note 5 lite. You might try to see if this works on your Coolpad Device.
Requirements :
A working ADB setup
Procedureownload the Given Zip File and Extract Them in a folder.
CONNECT YOUR DEVICE TO PC
ALLOW USB DEBUGGING IN DEVELOPER SETTINGS:
OPEN THE FOLDER WHERE YOU EXTRACTED THE FILES AND RUN CMD.BAT
COPY AND PASTE THESE CODES ONE BY ONE IN ADB ....
Or RUN THE SCRIPT IN THE GIVEN FILE
Quote:
adb wait-for-device
Quote:
adb install magisksu.apk
Quote:
adb install rootcheck.apk
Quote:
adb install root.apk
Quote:
adb shell monkey -p com.yulong.openrp -v 500
Quote:
adb reboot
WAIT TILL THE DEVICE BOOTS
OPEN MAGISK APP & COPY AND PASTE THIS CODE :
Quote:
adb shell mount -o remount,rw /system
NOW :
Quote:
adb push magisk /system/bin
IF SUCCESSFUL, TYPE:
Quote:
adb shell magisk su
RUN THIS COMMAND AFTER EVERY REBOOT TO AGAIN GET ROOT ;
Quote:
adb shell magisk su
OR
Update magisk for permanent root.
Download::::::::
https://drive.google.com/file/d/1e1atRg7PQ2JyI8W88g1E9L9NihdGEjqO/view?usp=drivesdk
Yeah that's already what I tried previous to your post. Had zero luck. =/ Also after that point forward for some reason when i try to fastboot i cannot issue any commands and it displays "Secure Phone" at the bottom left of the screen. Whether or not it was due to this I do not know for certain.
phonecapone said:
Yeah that's already what I tried previous to your post. Had zero luck. =/ Also after that point forward for some reason when i try to fastboot i cannot issue any commands and it displays "Secure Phone" at the bottom left of the screen. Whether or not it was due to this I do not know for certain.
Click to expand...
Click to collapse
Does fastboot detect your device ? Or just the commands fail even after detection ?
Also , when your phone boots , does MTKlogger automatically start ?
dwaipayan774 said:
Does fastboot detect your device ? Or just the commands fail even after detection ?
Also , when your phone boots , does MTKlogger automatically start ?
Click to expand...
Click to collapse
It gets detected just the commands fail. There is a white "Secure Phone" line of text across the bottom left. Im going to try loading an sdcard to see if it will auto update anything.
I can't even use Flash Programmer in QFIL or many other apps in QDLOADER 9008 mode. I know the firehose is the correct one yet it never wants to boot. I don't know why.
MTKLogger might have before unless i'm thinking of a different handset here. But as of the moment it doesn't.
No luck with the sdcard. I think it's about time to factory reset this device and put it up for sale. I'll post the firmware here shortly.
Here is the firmware - https://forum.xda-developers.com/android/general/rom-coolpad-defiant-3632a-stock-t3855692
Temporary Root
phonecapone said:
Bootloader Unlock = Not happening on this device. At least yet.
Development = Absolutely none. Means no TWRP/ROMS etc.
Root = Nothing as of 10/10/2018.
Click to expand...
Click to collapse
What did you do? I've been trying for months now.
dwaipayan774 said:
NOTE: I have not tried this on your device but I have tried it on my Coolpad Mega 2.5 D , Coolpad Mega 3 and Coolpad Note 5 lite. You might try to see if this works on your Coolpad Device.
Requirements :
A working ADB setup
Procedureownload the Given Zip File and Extract Them in a folder.
CONNECT YOUR DEVICE TO PC
ALLOW USB DEBUGGING IN DEVELOPER SETTINGS:
OPEN THE FOLDER WHERE YOU EXTRACTED THE FILES AND RUN CMD.BAT
COPY AND PASTE THESE CODES ONE BY ONE IN ADB ....
Or RUN THE SCRIPT IN THE GIVEN FILE
Quote:
adb wait-for-device
Quote:
adb install magisksu.apk
Quote:
adb install rootcheck.apk
Quote:
adb install root.apk
Quote:
adb shell monkey -p com.yulong.openrp -v 500
Quote:
adb reboot
WAIT TILL THE DEVICE BOOTS
OPEN MAGISK APP & COPY AND PASTE THIS CODE :
Quote:
adb shell mount -o remount,rw /system
NOW :
Quote:
adb push magisk /system/bin
IF SUCCESSFUL, TYPE:
Quote:
adb shell magisk su
RUN THIS COMMAND AFTER EVERY REBOOT TO AGAIN GET ROOT ;
Quote:
adb shell magisk su
OR
Update magisk for permanent root.
Download::::::::
https://drive.google.com/file/d/1e1atRg7PQ2JyI8W88g1E9L9NihdGEjqO/view?usp=drivesdk
Click to expand...
Click to collapse
Any chance on a repost of the file?
dwaipayan774 said:
Root for Coolpad Devices
NOTE: I have not tried this on your device but I have tried it on my Coolpad Mega 2.5 D , Coolpad Mega 3 and Coolpad Note 5 lite. You might try to see if this works on your Coolpad Device.
Requirements :
A working ADB setup
Procedureownload the Given Zip File and Extract Them in a folder.
CONNECT YOUR DEVICE TO PC
ALLOW USB DEBUGGING IN DEVELOPER SETTINGS:
OPEN THE FOLDER WHERE YOU EXTRACTED THE FILES AND RUN CMD.BAT
COPY AND PASTE THESE CODES ONE BY ONE IN ADB ....
Or RUN THE SCRIPT IN THE GIVEN FILE
Quote:
adb wait-for-device
Quote:
adb install magisksu.apk
Quote:
adb install rootcheck.apk
Quote:
adb install root.apk
Quote:
adb shell monkey -p com.yulong.openrp -v 500
Quote:
adb reboot
WAIT TILL THE DEVICE BOOTS
OPEN MAGISK APP & COPY AND PASTE THIS CODE :
Quote:
adb shell mount -o remount,rw /system
NOW :
Quote:
adb push magisk /system/bin
IF SUCCESSFUL, TYPE:
Quote:
adb shell magisk su
RUN THIS COMMAND AFTER EVERY REBOOT TO AGAIN GET ROOT ;
Quote:
adb shell magisk su
OR
Update magisk for permanent root.
Download::::::::
https://drive.google.com/file/d/1e1atRg7PQ2JyI8W88g1E9L9NihdGEjqO/view?usp=drivesdk
Click to expand...
Click to collapse
hey the link is dead. could you make a new link?

Categories

Resources