Hovatek
  • Private Support
  • Blog
  • Home
Login Register Ask Question Hello There, Guest!
Login
Username:
Password: Lost Password?
 

OR

       

Telegram Channel: Join the discussions @ t.me/Hovatek


  1. Hovatek Forum
  2. DEVELOPMENT
  3. Android
 
Thread Rating:
  • 0 Vote(s) - 0 Average

Thread Modes

Xposed problem

darkrai_24
Junior Member
*
Posts: 29
Threads: 8
Joined: Jan 2021
Reputation: 0
#1

12-02-2021, 02:21 AM


I installed xposed sdk 24 zip file manually from the recovery since my device has Android 7.0 but when I finish the flash and I restart the device I remain in bootloop (or at least I think so) since I wait between 4-6min and it does not start, something What happened was that I did not perform the bootsound when showing the bootanimation so I decided to do a factory reset, I would like to know if I had to wait longer in the "bootloop" since I read that when installing xposed for the first time the boot is slow (10min approximately) and also ask if I install systemless xposed through magisk will it be more likely that I will not get a bootloop?
Find
Reply
X3non
Hovatek Representative
Posts: 19,064
Threads: 557
Joined: Jul 2014
Reputation: 326
#2

12-02-2021, 11:39 AM
(12-02-2021, 02:21 AM)darkrai_24 Wrote:  I installed xposed sdk 24 zip file manually from the recovery since my device has Android 7.0 but when I finish the flash and I restart the device I remain in bootloop (or at least I think so) since I wait between 4-6min and it does not start, something What happened was that I did not perform the bootsound when showing the bootanimation so I decided to do a factory reset, I would like to know if I had to wait longer in the "bootloop" since I read that when installing xposed for the first time the boot is slow (10min approximately)

if you're following a guide then you should probably wait as long as instructed to
flashing xposed uninstaller should fix the device
and lastly ensure that you're using the right xposed for your device architecture type, if you re then ensure to try different versions as there's no guarantees which version will work


(12-02-2021, 02:21 AM)darkrai_24 Wrote:  and also ask if I install systemless xposed through magisk will it be more likely that I will not get a bootloop?

you'd have to try it to find out

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Find
Reply
darkrai_24
Junior Member
*
Posts: 29
Threads: 8
Joined: Jan 2021
Reputation: 0
#3

12-02-2021, 01:13 PM
(12-02-2021, 11:39 AM)X3non Wrote:  
(12-02-2021, 02:21 AM)darkrai_24 Wrote:  I installed xposed sdk 24 zip file manually from the recovery since my device has Android 7.0 but when I finish the flash and I restart the device I remain in bootloop (or at least I think so) since I wait between 4-6min and it does not start, something What happened was that I did not perform the bootsound when showing the bootanimation so I decided to do a factory reset, I would like to know if I had to wait longer in the "bootloop" since I read that when installing xposed for the first time the boot is slow (10min approximately)

if you're following a guide then you should probably wait as long as instructed to
flashing xposed uninstaller should fix the device
and lastly ensure that you're using the right xposed for your device architecture type, if you re then ensure to try different versions as there's no guarantees which version will work


(12-02-2021, 02:21 AM)darkrai_24 Wrote:  and also ask if I install systemless xposed through magisk will it be more likely that I will not get a bootloop?

you'd have to try it to find out

By different versions you mean version 88,88.1,88.2,89 that appear in the screenshot that I attach? I tried version 89 to arm that if it is the architecture of my device. How could I fix the bootloop if it happened to me with the magisk module? I don't have twrp I have ctr recovery


Attached Files
.png Screenshot_20210212-060639.png Size: 43.76 KB  Downloads: 1
Find
Reply
X3non
Hovatek Representative
Posts: 19,064
Threads: 557
Joined: Jul 2014
Reputation: 326
#4

13-02-2021, 12:56 AM
(12-02-2021, 01:13 PM)darkrai_24 Wrote:  By different versions you mean version 88,88.1,88.2,89 that appear in the screenshot that I attach?

yes, that's what i meant


(12-02-2021, 01:13 PM)darkrai_24 Wrote:  I tried version 89 to arm that if it is the architecture of my device.

see https://forum.hovatek.com/thread-13054.html


(12-02-2021, 01:13 PM)darkrai_24 Wrote:  How could I fix the bootloop if it happened to me with the magisk module? I don't have twrp I have ctr recovery

either factory reset the device OR search for removing magisk modules using adb, it should use the command
Code:
adb wait-for-device shell magisk --remove-modules

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Find
Reply
darkrai_24
Junior Member
*
Posts: 29
Threads: 8
Joined: Jan 2021
Reputation: 0
#5

13-02-2021, 02:05 PM
(13-02-2021, 12:56 AM)X3non Wrote:  
(12-02-2021, 01:13 PM)darkrai_24 Wrote:  By different versions you mean version 88,88.1,88.2,89 that appear in the screenshot that I attach?

yes, that's what i meant


(12-02-2021, 01:13 PM)darkrai_24 Wrote:  I tried version 89 to arm that if it is the architecture of my device.

see https://forum.hovatek.com/thread-13054.html


(12-02-2021, 01:13 PM)darkrai_24 Wrote:  How could I fix the bootloop if it happened to me with the magisk module? I don't have twrp I have ctr recovery

either factory reset the device OR search for removing magisk modules using adb, it should use the command
Code:
adb wait-for-device shell magisk --remove-modules

I can use adb when i have a bootloop? How i can use adb if my device dont boot in to system?

Find
Reply
hovatek
Administrator
*******
Posts: 46,851
Threads: 1,181
Joined: Oct 2013
Reputation: 422
#6

15-02-2021, 08:35 AM
(13-02-2021, 02:05 PM)darkrai_24 Wrote:  I can use adb when i have a bootloop? How i can use adb if my device dont boot in to system?

Are you unable to boot into recovery mode anymore? If so then just flash back stock system.img

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Website Find
Reply
X3non
Hovatek Representative
Posts: 19,064
Threads: 557
Joined: Jul 2014
Reputation: 326
#7

15-02-2021, 09:32 AM
(13-02-2021, 02:05 PM)darkrai_24 Wrote:  I can use adb when i have a bootloop? How i can use adb if my device dont boot in to system?

you can't use adb if you have bootloop, you should be able to use adb in a custom recovery if not then a factory reset will fix the device

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version


Users browsing this thread: 1 Guest(s)
  1. Hovatek Forum
  2. DEVELOPMENT
  3. Android

About

The Hovatek Forum is a free Tech. Support Forum. We provide solutions to all your device related problems and questions. We'll love to have you participate in discussions here whether you're a Newbie or Experienced.

         

Forum Team

Powered By MyBB. Crafted by EreeCorp.




Linear Mode
Threaded Mode

Share

Share Tweet Share Share Pin