Contribute
Register

[Guide] Acer Aspire 7 A717-72G-7600

Status
Not open for further replies.
Joined
Apr 4, 2016
Messages
52
Motherboard
Acer Aspire 7 a715-72g-76wl (Clover)
CPU
i7-8750H/HM370
Graphics
GTX 1050, 1920x1080 + UHD 630
Mac
  1. MacBook Pro
Mobile Phone
  1. Other
I can't remember where to get this, the patched whatever green kext does solve the login delay for me (attached)
whatevergreen.kext gave me kernel.

For the HDMI, there is no screen out to external mon (HDMI OUT not work), my laptop is 15" so if in 1080 resolution, the fonts size hurts my eyes, scaled screen makes font all blurry .....
Have you tried using your usb 3.1 type c port for video out if that works? Safes lots of energy to disable discrete graphics.
 
Joined
Oct 23, 2018
Messages
10
Motherboard
Gigabyte Z390I AORUS iTX MSI H310M-PRO-M2 - Clover
CPU
I3-8100
Graphics
UHD 630 + RX-570
Mac
  1. iMac
Mobile Phone
  1. Android
I don't have the USB type C to HDMI cable, but I guess it won't work.
 
Joined
Jul 8, 2013
Messages
41
Motherboard
Dell Inspiron N5110 (Clover UEFI)
CPU
i7 2760qm/HM67
Graphics
HD 3000 + GT525M(Disabled) (1366x768)
How is Firefox behaving? Is it sluggish?
 
Joined
Jan 1, 2019
Messages
1
Motherboard
Charizard_CFS (Acer)
CPU
i7 8750h
Graphics
Gtx 1060 (laptop)
Mobile Phone
  1. Android
[GUIDE]Apo´s HackLap:
Core i7-8750H - 16GB RAM - UHD630


Aspire-7_main.png

Components

Acer Aspire 7 A717-72G-7600

Cheap laptop with everything I need: A good screen display for this price (73% Adobe RGB and 100% SRGB), good colours and design, fast processor with 6 cores, M.2 for ssd and wifi

Samsung NVMe 970 Evo 250 gb
I always trust on Samsung SSDs

Broadcom BCM94352Z
To get WIFI/Bluetooth yo need to change the Intel M.2 wifi card with this.

Ballistix BLS8G4S240FSDK Sport LT - RAM 8 GB (DDR4, 2400 MT/s, PC4-19200, SR x8, SODIMM, 260-Pin)
A good Ram from Crucial

MacOSX 10.14 Mojave

Comments


First of all, sorry for my English :)

This is my third Hackintosh. I always use guides from this page to make them, and now I want to help to this community with a laptop computer guide that I think nobody makes.

I am a professional photographer and I always use Macs since I was 9 years old. But the last years I disapproved the things that a Apple is doing like soldered Ram and hard disk. I believe everyone can update his/her computers, And I think we need to repair, not throw it away.

I like this laptop because it has a simple design: Black, No colourful LEDS. And of course I need a fast proccessor with lot of cores and Ram to retouch photo and video.

So with this guide I want to help to try to improve this page.

What works:
  • UHD630 with hardware acceleration.
  • Audio
  • Shutdown
  • Ethernet
  • Bluetooth
  • WIFI
  • USB 2.0 & 3.0
  • Trackpad and Keyboard.
  • Backlight keyboard.
  • AirPlay mirroring to AppleTV.

What doesn´t work:
-HDMI
-Sleep/wake.
-Brightness control.


Installation

Step zero: Unmount and install ssd and Broadcom wifi


If you want to change wifi and ssd, you must disassembly your computer. I used a video for that, but I cannot put the link here and I don't know why. Search "demountage acer aspire a717"

Take a lot of care when you do that.

Step One: BIOS

Main:
F12 boot menu: Enabled
Wake on LAN: Disabled
Touchpad: Basic

Advanced:
Intel VTD: Disabled

Security:
Set Supervisor Password: (Put what you want, you need to disable Security options)
Password on Boot: Disabled

Boot:
Boot mode: UEFI
Secure Boot: Disabled

Step Two: Creating your High Sierra USB Installer
I followed the Laptop Guide from RehabMan using Clover.
My config.plist is config_UHD630.plist
In my kexts/other folder I have: RealtekRTL8111.kext, USBInjectAll.kext, FakeSMC.kext, VoodooPS2Controller.kext

Step Three: Install MacOS
I use APFS. Installation is easy: Boot, press F12 and select your USB, then wait. Wait. Wait... Always wait. Don't get nervous, it takes lot of time with black screen and bars without movements. You should boot two or three times to finish the installation. Every time you reboot remember: F12, USB, and select reboot or your hard disk.

Step Four: Post Installation

1) Use Clover and install on your hard drive. Be sure to install ApfsDriverLoader*.efi.

2) Avoid verbose texts due to APFS before clover:
Open Utilities > Terminal and type paste or type the following:
Code (Text):
sudo perl -i -pe 's|\x00\x74\x07\xb8\xff\xff|\x00\x90\x90\xb8\xff\xff|sg'/Volumes/EFI/EFI/CLOVER/drivers64UEFI/apfs.efi

3) Kexts on Library/extensions:
RealtekRTL8111.kext -> To Get Ethernet.
USBInjectAll.kext -> To Get USBs.
FakeSMC.kext -> This is a MUST.
VoodooPS2Controller.kext -> To get keyboard
ACPIBatteryManager.kext -> To get Battery indicator.
ApplePS2SmartTouchPad.kext -> To get trackpad works. I use 4.6.8 version because I can't find 4.7
BrcmFirmwareRepo.kext, BrcmPatchRAM2,kext, FakePCIID_Broadcom_Wifi.kext, FakePCIID.kext - >To get WIFI+Bluetooth
Lilu.kext, WhateverGreen.kext -> To get UHD630 graphic card works.
VoodooHDA.kext -> To get Audio

4) SSDts on EFI/ACPI/patched:
Copy the SSDT-UIAC.aml on the bottom of this post into EFI/ACPI/patched attached to get USBs working as expected.

5) info.plist changes on yourbootvolume/EFI/CLOVER:

ACPI/SSDT:
PluginType=true

Boot/Arguments:
dart=0=true
nv_disable=1=true
-disablegfxfirmware=false
Custom flags -cdfon

Graphics:
Inject INTEL=true
Inject ATI,InjectNvidia=false;

Kernel and Kext Patches/Kexts to Patch:

Patch #1
  • Name*: AppleAHCIPort
  • Find*: 45787465 726E616C
  • Replace*: 496E7465 726E616C
  • Comment*: External Icons Patch
Step five: Reboot and wait

When you reboot yo should wait for 2-5min with a black screen. Don't worry. It is an error the everybody has for now. Read this post if you want more information.


Final Thoughts

First, thanks RehabMan.

I like this computer. It has everything I need to work when I'm out of my office. I have Apple TV to get image on projectors, but I hope to improve things to try to get HDMI and the rest of the things that doesn't work. If someone can help me, I appreciate that and upload this guide.

Can you post the clover folder I have exactly the same laptop and I can't manage to get it working
 
Joined
Sep 14, 2012
Messages
181
Motherboard
GA-Z97X Gaming 5
CPU
i7-4790K
Graphics
RX 580
Mac
  1. iMac
  2. MacBook Air
Mobile Phone
  1. iOS
[GUIDE]Apo´s HackLap:
Core i7-8750H - 16GB RAM - UHD630


Aspire-7_main.png

Components

Acer Aspire 7 A717-72G-7600

Cheap laptop with everything I need: A good screen display for this price (73% Adobe RGB and 100% SRGB), good colours and design, fast processor with 6 cores, M.2 for ssd and wifi

Samsung NVMe 970 Evo 250 gb
I always trust on Samsung SSDs

Broadcom BCM94352Z
To get WIFI/Bluetooth yo need to change the Intel M.2 wifi card with this.

Ballistix BLS8G4S240FSDK Sport LT - RAM 8 GB (DDR4, 2400 MT/s, PC4-19200, SR x8, SODIMM, 260-Pin)
A good Ram from Crucial

MacOSX 10.14 Mojave

Comments


First of all, sorry for my English :)

This is my third Hackintosh. I always use guides from this page to make them, and now I want to help to this community with a laptop computer guide that I think nobody makes.

I am a professional photographer and I always use Macs since I was 9 years old. But the last years I disapproved the things that a Apple is doing like soldered Ram and hard disk. I believe everyone can update his/her computers, And I think we need to repair, not throw it away.

I like this laptop because it has a simple design: Black, No colourful LEDS. And of course I need a fast proccessor with lot of cores and Ram to retouch photo and video.

So with this guide I want to help to try to improve this page.

What works:
- UHD630 with hardware acceleration.
- Audio
- Shutdown
- Ethernet
- Bluetooth
- WIFI
- USB 2.0 & 3.0
- Trackpad and Keyboard.
- Backlight keyboard.
- AirPlay mirroring to AppleTV.

What doesn´t work:
-HDMI
-Sleep/wake.
-Brightness control.


Installation

Step zero: Unmount and install ssd and Broadcom wifi


If you want to change wifi and ssd, you must disassembly your computer. I used a video for that, but I cannot put the link here and I don't know why. Search "demountage acer aspire a717"

Take a lot of care when you do that.

Step One: BIOS

Main:
F12 boot menu: Enabled
Wake on LAN: Disabled
Touchpad: Basic

Advanced:
Intel VTD: Disabled

Security:
Set Supervisor Password: (Put what you want, you need to disable Security options)
Password on Boot: Disabled

Boot:
Boot mode: UEFI
Secure Boot: Disabled

Step Two: Creating your High Sierra USB Installer
I followed the Laptop Guide from RehabMan using Clover.
My config.plist is config_UHD630.plist
In my kexts/other folder I have: RealtekRTL8111.kext, USBInjectAll.kext, FakeSMC.kext, VoodooPS2Controller.kext

Step Three: Install MacOS
I use APFS. Installation is easy: Boot, press F12 and select your USB, then wait. Wait. Wait... Always wait. Don't get nervous, it takes lot of time with black screen and bars without movements. You should boot two or three times to finish the installation. Every time you reboot remember: F12, USB, and select reboot or your hard disk.

Step Four: Post Installation

1) Use Clover and install on your hard drive. Be sure to install ApfsDriverLoader*.efi.

2) Avoid verbose texts due to APFS before clover:
Open Utilities > Terminal and type paste or type the following:
Code (Text):
sudo perl -i -pe 's|\x00\x74\x07\xb8\xff\xff|\x00\x90\x90\xb8\xff\xff|sg'/Volumes/EFI/EFI/CLOVER/drivers64UEFI/apfs.efi

3) Kexts on Library/extensions:
RealtekRTL8111.kext -> To Get Ethernet.
USBInjectAll.kext -> To Get USBs.
FakeSMC.kext -> This is a MUST.
VoodooPS2Controller.kext -> To get keyboard
ACPIBatteryManager.kext -> To get Battery indicator.
ApplePS2SmartTouchPad.kext -> To get trackpad works. I use 4.6.8 version because I can't find 4.7
BrcmFirmwareRepo.kext, BrcmPatchRAM2,kext, FakePCIID_Broadcom_Wifi.kext, FakePCIID.kext - >To get WIFI+Bluetooth
Lilu.kext, WhateverGreen.kext -> To get UHD630 graphic card works.
VoodooHDA.kext -> To get Audio

4) SSDts on EFI/ACPI/patched:
Copy the SSDT-UIAC.aml on the bottom of this post into EFI/ACPI/patched attached to get USBs working as expected.

5) info.plist changes on yourbootvolume/EFI/CLOVER:

ACPI/SSDT:
PluginType=true

Boot/Arguments:
dart=0=true
nv_disable=1=true
-disablegfxfirmware=false
Custom flags -cdfon

Graphics:
Inject INTEL=true
Inject ATI,InjectNvidia=false;

Kernel and Kext Patches/Kexts to Patch:

Patch #1
  • Name*: AppleAHCIPort
  • Find*: 45787465 726E616C
  • Replace*: 496E7465 726E616C
  • Comment*: External Icons Patch

Step five: Reboot and wait

When you reboot yo should wait for 2-5min with a black screen. Don't worry. It is an error the everybody has for now. Read this post if you want more information.


Final Thoughts

First, thanks RehabMan.

I like this computer. It has everything I need to work when I'm out of my office. I have Apple TV to get image on projectors, but I hope to improve things to try to get HDMI and the rest of the things that doesn't work. If someone can help me, I appreciate that and upload this guide.
Thank for your guide, good effort. Does any one knows wether the hackintosh would pick the new Acer Aspire 7 series with Core I7-9750H processor ?
 
Joined
Sep 14, 2012
Messages
181
Motherboard
GA-Z97X Gaming 5
CPU
i7-4790K
Graphics
RX 580
Mac
  1. iMac
  2. MacBook Air
Mobile Phone
  1. iOS
Can anyone help with some direction please. I'm trying to install to Aspire A715-74G with NVME drive. Running installer works perfectly except under Disk Utility I do not see the drive to install to.
 
Joined
Sep 14, 2012
Messages
181
Motherboard
GA-Z97X Gaming 5
CPU
i7-4790K
Graphics
RX 580
Mac
  1. iMac
  2. MacBook Air
Mobile Phone
  1. iOS
[GUIDE]Apo´s HackLap:
Core i7-8750H - 16GB RAM - UHD630


Aspire-7_main.png

Components

Acer Aspire 7 A717-72G-7600

Cheap laptop with everything I need: A good screen display for this price (73% Adobe RGB and 100% SRGB), good colours and design, fast processor with 6 cores, M.2 for ssd and wifi

Samsung NVMe 970 Evo 250 gb
I always trust on Samsung SSDs

Broadcom BCM94352Z
To get WIFI/Bluetooth yo need to change the Intel M.2 wifi card with this.

Ballistix BLS8G4S240FSDK Sport LT - RAM 8 GB (DDR4, 2400 MT/s, PC4-19200, SR x8, SODIMM, 260-Pin)
A good Ram from Crucial

MacOSX 10.14 Mojave

Comments


First of all, sorry for my English :)

This is my third Hackintosh. I always use guides from this page to make them, and now I want to help to this community with a laptop computer guide that I think nobody makes.

I am a professional photographer and I always use Macs since I was 9 years old. But the last years I disapproved the things that a Apple is doing like soldered Ram and hard disk. I believe everyone can update his/her computers, And I think we need to repair, not throw it away.

I like this laptop because it has a simple design: Black, No colourful LEDS. And of course I need a fast proccessor with lot of cores and Ram to retouch photo and video.

So with this guide I want to help to try to improve this page.

What works:
- UHD630 with hardware acceleration.
- Audio
- Shutdown
- Ethernet
- Bluetooth
- WIFI
- USB 2.0 & 3.0
- Trackpad and Keyboard.
- Backlight keyboard.
- AirPlay mirroring to AppleTV.

What doesn´t work:
-HDMI
-Sleep/wake.
-Brightness control.


Installation

Step zero: Unmount and install ssd and Broadcom wifi


If you want to change wifi and ssd, you must disassembly your computer. I used a video for that, but I cannot put the link here and I don't know why. Search "demountage acer aspire a717"

Take a lot of care when you do that.

Step One: BIOS

Main:
F12 boot menu: Enabled
Wake on LAN: Disabled
Touchpad: Basic

Advanced:
Intel VTD: Disabled

Security:
Set Supervisor Password: (Put what you want, you need to disable Security options)
Password on Boot: Disabled

Boot:
Boot mode: UEFI
Secure Boot: Disabled

Step Two: Creating your High Sierra USB Installer
I followed the Laptop Guide from RehabMan using Clover.
My config.plist is config_UHD630.plist
In my kexts/other folder I have: RealtekRTL8111.kext, USBInjectAll.kext, FakeSMC.kext, VoodooPS2Controller.kext

Step Three: Install MacOS
I use APFS. Installation is easy: Boot, press F12 and select your USB, then wait. Wait. Wait... Always wait. Don't get nervous, it takes lot of time with black screen and bars without movements. You should boot two or three times to finish the installation. Every time you reboot remember: F12, USB, and select reboot or your hard disk.

Step Four: Post Installation

1) Use Clover and install on your hard drive. Be sure to install ApfsDriverLoader*.efi.

2) Avoid verbose texts due to APFS before clover:
Open Utilities > Terminal and type paste or type the following:
Code (Text):
sudo perl -i -pe 's|\x00\x74\x07\xb8\xff\xff|\x00\x90\x90\xb8\xff\xff|sg'/Volumes/EFI/EFI/CLOVER/drivers64UEFI/apfs.efi

3) Kexts on Library/extensions:
RealtekRTL8111.kext -> To Get Ethernet.
USBInjectAll.kext -> To Get USBs.
FakeSMC.kext -> This is a MUST.
VoodooPS2Controller.kext -> To get keyboard
ACPIBatteryManager.kext -> To get Battery indicator.
ApplePS2SmartTouchPad.kext -> To get trackpad works. I use 4.6.8 version because I can't find 4.7
BrcmFirmwareRepo.kext, BrcmPatchRAM2,kext, FakePCIID_Broadcom_Wifi.kext, FakePCIID.kext - >To get WIFI+Bluetooth
Lilu.kext, WhateverGreen.kext -> To get UHD630 graphic card works.
VoodooHDA.kext -> To get Audio

4) SSDts on EFI/ACPI/patched:
Copy the SSDT-UIAC.aml on the bottom of this post into EFI/ACPI/patched attached to get USBs working as expected.

5) info.plist changes on yourbootvolume/EFI/CLOVER:

ACPI/SSDT:
PluginType=true

Boot/Arguments:
dart=0=true
nv_disable=1=true
-disablegfxfirmware=false
Custom flags -cdfon

Graphics:
Inject INTEL=true
Inject ATI,InjectNvidia=false;

Kernel and Kext Patches/Kexts to Patch:

Patch #1
  • Name*: AppleAHCIPort
  • Find*: 45787465 726E616C
  • Replace*: 496E7465 726E616C
  • Comment*: External Icons Patch

Step five: Reboot and wait

When you reboot yo should wait for 2-5min with a black screen. Don't worry. It is an error the everybody has for now. Read this post if you want more information.


Final Thoughts

First, thanks RehabMan.

I like this computer. It has everything I need to work when I'm out of my office. I have Apple TV to get image on projectors, but I hope to improve things to try to get HDMI and the rest of the things that doesn't work. If someone can help me, I appreciate that and upload this guide.
[GUIDE]Apo´s HackLap:
Core i7-8750H - 16GB RAM - UHD630


Aspire-7_main.png

Components

Acer Aspire 7 A717-72G-7600

Cheap laptop with everything I need: A good screen display for this price (73% Adobe RGB and 100% SRGB), good colours and design, fast processor with 6 cores, M.2 for ssd and wifi

Samsung NVMe 970 Evo 250 gb
I always trust on Samsung SSDs

Broadcom BCM94352Z
To get WIFI/Bluetooth yo need to change the Intel M.2 wifi card with this.

Ballistix BLS8G4S240FSDK Sport LT - RAM 8 GB (DDR4, 2400 MT/s, PC4-19200, SR x8, SODIMM, 260-Pin)
A good Ram from Crucial

MacOSX 10.14 Mojave

Comments


First of all, sorry for my English :)

This is my third Hackintosh. I always use guides from this page to make them, and now I want to help to this community with a laptop computer guide that I think nobody makes.

I am a professional photographer and I always use Macs since I was 9 years old. But the last years I disapproved the things that a Apple is doing like soldered Ram and hard disk. I believe everyone can update his/her computers, And I think we need to repair, not throw it away.

I like this laptop because it has a simple design: Black, No colourful LEDS. And of course I need a fast proccessor with lot of cores and Ram to retouch photo and video.

So with this guide I want to help to try to improve this page.

What works:
- UHD630 with hardware acceleration.
- Audio
- Shutdown
- Ethernet
- Bluetooth
- WIFI
- USB 2.0 & 3.0
- Trackpad and Keyboard.
- Backlight keyboard.
- AirPlay mirroring to AppleTV.

What doesn´t work:
-HDMI
-Sleep/wake.
-Brightness control.


Installation

Step zero: Unmount and install ssd and Broadcom wifi


If you want to change wifi and ssd, you must disassembly your computer. I used a video for that, but I cannot put the link here and I don't know why. Search "demountage acer aspire a717"

Take a lot of care when you do that.

Step One: BIOS

Main:
F12 boot menu: Enabled
Wake on LAN: Disabled
Touchpad: Basic

Advanced:
Intel VTD: Disabled

Security:
Set Supervisor Password: (Put what you want, you need to disable Security options)
Password on Boot: Disabled

Boot:
Boot mode: UEFI
Secure Boot: Disabled

Step Two: Creating your High Sierra USB Installer
I followed the Laptop Guide from RehabMan using Clover.
My config.plist is config_UHD630.plist
In my kexts/other folder I have: RealtekRTL8111.kext, USBInjectAll.kext, FakeSMC.kext, VoodooPS2Controller.kext

Step Three: Install MacOS
I use APFS. Installation is easy: Boot, press F12 and select your USB, then wait. Wait. Wait... Always wait. Don't get nervous, it takes lot of time with black screen and bars without movements. You should boot two or three times to finish the installation. Every time you reboot remember: F12, USB, and select reboot or your hard disk.

Step Four: Post Installation

1) Use Clover and install on your hard drive. Be sure to install ApfsDriverLoader*.efi.

2) Avoid verbose texts due to APFS before clover:
Open Utilities > Terminal and type paste or type the following:
Code (Text):
sudo perl -i -pe 's|\x00\x74\x07\xb8\xff\xff|\x00\x90\x90\xb8\xff\xff|sg'/Volumes/EFI/EFI/CLOVER/drivers64UEFI/apfs.efi

3) Kexts on Library/extensions:
RealtekRTL8111.kext -> To Get Ethernet.
USBInjectAll.kext -> To Get USBs.
FakeSMC.kext -> This is a MUST.
VoodooPS2Controller.kext -> To get keyboard
ACPIBatteryManager.kext -> To get Battery indicator.
ApplePS2SmartTouchPad.kext -> To get trackpad works. I use 4.6.8 version because I can't find 4.7
BrcmFirmwareRepo.kext, BrcmPatchRAM2,kext, FakePCIID_Broadcom_Wifi.kext, FakePCIID.kext - >To get WIFI+Bluetooth
Lilu.kext, WhateverGreen.kext -> To get UHD630 graphic card works.
VoodooHDA.kext -> To get Audio

4) SSDts on EFI/ACPI/patched:
Copy the SSDT-UIAC.aml on the bottom of this post into EFI/ACPI/patched attached to get USBs working as expected.

5) info.plist changes on yourbootvolume/EFI/CLOVER:

ACPI/SSDT:
PluginType=true

Boot/Arguments:
dart=0=true
nv_disable=1=true
-disablegfxfirmware=false
Custom flags -cdfon

Graphics:
Inject INTEL=true
Inject ATI,InjectNvidia=false;

Kernel and Kext Patches/Kexts to Patch:

Patch #1
  • Name*: AppleAHCIPort
  • Find*: 45787465 726E616C
  • Replace*: 496E7465 726E616C
  • Comment*: External Icons Patch

Step five: Reboot and wait

When you reboot yo should wait for 2-5min with a black screen. Don't worry. It is an error the everybody has for now. Read this post if you want more information.


Final Thoughts

First, thanks RehabMan.

I like this computer. It has everything I need to work when I'm out of my office. I have Apple TV to get image on projectors, but I hope to improve things to try to get HDMI and the rest of the things that doesn't work. If someone can help me, I appreciate that and upload this guide.
Hi, I have the Aspire A715-74G-78K. I'm wondering what model / make of your trackPad is ? Mine is ELAN 0504. Please can you share your details ? Any reason why you installed only ApplePS2SmartTouchPad.kext ?

I needed to install:
- VoodooPS2Controller.kext and remove conflicting drivers
- VoodooI2C.kext
- VoodooI2CHID.kext
 
Joined
Aug 31, 2019
Messages
13
Motherboard
Acer Aspire 7 A715-74G
CPU
i5-9300H / HM370
Graphics
UHD 630 / GTX 1650 @ 1920x1080
Hi, @MikeHoward
I have nearly the same system (715-74G-53YM). Did you get the trackpad to work?
 
Joined
Dec 24, 2016
Messages
17
Motherboard
Gigabyte Mother Board
CPU
i5, i7 and i9
Graphics
any
Mac
  1. iMac
  2. MacBook
  3. MacBook Pro
  4. Mac mini
  5. Mac Pro
Classic Mac
  1. iMac
Mobile Phone
  1. Android
  2. Other
Hi, please can I get your EFI Clover configuration with config.plist? for Acer Nitro 7, i7-9750h Hackintosh.
 
Joined
Jun 27, 2019
Messages
6
Motherboard
Laptop make & model name > See Rules!
CPU
i7-4810mq/HM86
Graphics
HD4600; HD8670M
Mac
  1. MacBook Air
Mobile Phone
  1. Android
Hi, brother.
I have the same issue of slug on battery that you mentioned. But different thing is that slug happens always if laptop runs on battery, no matter how much capacity percentage it is.
 
Status
Not open for further replies.
Top