p8 lite fastboot and sdk download - P8lite Q&A, Help & Troubleshooting

please i don't find these software tested for my windows 10 x64 system. can anyone link me the files for download? thanks

latest Sdk here:
https://developer.android.com/sdk/index.html#Other
I don't use windows but in ''SDK Tools Only' must have adb & fastboot
....or i have not undertood the question?

Related

Windows 8 can't install recovery mode ADB Drivers

If this isnt in the right spot please move it there, but I ran across this issue and figured I'd share the fix.
I kept getting Device Not Found in ADB while booted into Recovery so I followed the steps here:
http://blog.dantup.com/2012/10/fixing-adb-device-not-found-with-nexus-7-in-recovery-mode
Problem is, if you're on Windows 8 editing that file will cause a hash mismatch not allowing you to install the driver.
To go around that, follow these steps here:
http://www.windows7hacker.com/index.php/2012/09/3-ways-to-fire-up-windows-8-advanced-boot-options/
Once inside the Advanced Startup menu, click Troubleshoot, then Advanced Options, then Windows Startup Settings. Hit Restart Now and when it reboots into those settings hit the number 7 to Disable Driver Signature Enforcment. Once you reboot try installing the modified driver again. Should work.
all of that is not needed. Just install the windows 8 drivers:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/Nexus7/usb_driver_r06_windows.zip
Unzip the file to a folder on your computer
When you connect your nexus to your computer you will have to go into the device manager. You will see the Nexus listed there with a "!" (assuming you had the previous drivers installed)
Right click, select update driver and point it to the folder you unzipped the file above into. After that adb and fastboot work fine with win 8. No need to jump through all the hoops.
Oh good to know.
Thanks! Feel free to delete this thread then.
graffixnyc said:
all of that is not needed. Just install the windows 8 drivers:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/Nexus7/usb_driver_r06_windows.zip
Unzip the file to a folder on your computer
When you connect your nexus to your computer you will have to go into the device manager. You will see the Nexus listed there with a "!" (assuming you had the previous drivers installed)
Right click, select update driver and point it to the folder you unzipped the file above into. After that adb and fastboot work fine with win 8. No need to jump through all the hoops.
Click to expand...
Click to collapse
Not for me I had to use the ASUS files for ADB in Windows (yeah, 8 and 64bit), although I had the Univ. Naked Drivers installed already. But in fastboot Windows didnt want to recognize the device and it didnt let me install the ASUS r6, the Google original ones or the Univ. Naked (The last ones because of the hash), so I had to go into advanced startup and do the steps mentioned in the OP. (Damn Win 8 )
For fastboot/adb in fastboot mode you need to disable driver signing, this is an other way to do that :
Command Prompt (as admin!)
Disable driver signing :
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
Reboot
(on your desktop you see the watermark : 'Test mode' This is permanent, even after every reboot till :
Enable driver signing :
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
Reboot
xXfuzzXx said:
Not for me I had to use the ASUS files for ADB in Windows (yeah, 8 and 64bit), although I had the Univ. Naked Drivers installed already. But in fastboot Windows didnt want to recognize the device and it didnt let me install the ASUS r6, the Google original ones or the Univ. Naked (The last ones because of the hash), so I had to go into advanced startup and do the steps mentioned in the OP. (Damn Win 8 )
Click to expand...
Click to collapse
hmm that's odd. I was having the issue with the normal driver (win 8 64bit) and the normal driver would fail to reinstall(as many reported). I downloaded the one I linked to and updated the driver in device manager and adb and fastboot worked without doing anything else.
graffixnyc said:
all of that is not needed. Just install the windows 8 drivers:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/Nexus7/usb_driver_r06_windows.zip
Unzip the file to a folder on your computer
When you connect your nexus to your computer you will have to go into the device manager. You will see the Nexus listed there with a "!" (assuming you had the previous drivers installed)
Right click, select update driver and point it to the folder you unzipped the file above into. After that adb and fastboot work fine with win 8. No need to jump through all the hoops.
Click to expand...
Click to collapse
That driver worked perfectly, thanks! :good:
graffixnyc said:
all of that is not needed. Just install the windows 8 drivers:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/Nexus7/usb_driver_r06_windows.zip
Unzip the file to a folder on your computer
When you connect your nexus to your computer you will have to go into the device manager. You will see the Nexus listed there with a "!" (assuming you had the previous drivers installed)
Right click, select update driver and point it to the folder you unzipped the file above into. After that adb and fastboot work fine with win 8. No need to jump through all the hoops.
Click to expand...
Click to collapse
Dude, thank you so much for that download link. I have been going out of my mind trying to get this device recognized in adb/fastboot on windows 8. Your tips/download worked perfectly. Thank you
I can choose only the MTB USB device when I try to update Nexus 7 driver
graffixnyc said:
hmm that's odd. I was having the issue with the normal driver (win 8 64bit) and the normal driver would fail to reinstall(as many reported). I downloaded the one I linked to and updated the driver in device manager and adb and fastboot worked without doing anything else.
Click to expand...
Click to collapse
I wanted to root my Nexus 7 device on the basis of a tutorial (links not allowwed yet )
Downloaded the Asus driver.
I choose the "Update Device Driver Software"option from Device Manager on Nexus 7, pointed to the installation folder on my computer ".. \android-sdk-windows\extras\google\usb\android_winusb.info" file, but the model window shows only the MTP USB Device, instead of the list of Android ADB Interface, Android Bootloader Interface and Android Composite ADB Interface.
The winusb.info file contains info for these drivers. If I point to this file, get an error message:
"The folder, You specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems."
The host computer able to connect to the device, and I can list the folders, but the fastboot doesn't work.
Does anybody has a solution?
Thanks in advance
Gabor
graffixnyc said:
all of that is not needed. Just install the windows 8 drivers:
http://dlcdnet.asus.com/pub/ASUS/EeePAD/Nexus7/usb_driver_r06_windows.zip
Unzip the file to a folder on your computer
When you connect your nexus to your computer you will have to go into the device manager. You will see the Nexus listed there with a "!" (assuming you had the previous drivers installed)
Right click, select update driver and point it to the folder you unzipped the file above into. After that adb and fastboot work fine with win 8. No need to jump through all the hoops.
Click to expand...
Click to collapse
BRAVO... :good:
II solved it in 1 second ...
thanks

[Download] ADB + Flash Mode + Fastboot Drivers

Here i'm offering you a RAR Archive* that contains the lastest drivers separated by folder with:
[*]ADB
[*]Flash Mode
[*]Fastboot
I see some guys with problems to get drivers and another issues.
This drivers works at least in Windows 8, tested and approved by me, but in Windows 8 you need to MANUALLY install the drivers.
If you like, say thanks.
Download Link - Uploaded.to
*RAR Archive: It can only be oppened by a RAR Decompressor like WinRAR.​
would someone please upload this file somewhere else? links working but ended up corrupted everytime
**you are not authorized to access this web page as per the dot compliance**

Fix for Windows Phone Power Tools (WPPT) Install on Windows 10

I've been trying to install Windows Phone Power Tools on Windows 10 but failed with the Microsoft.VisualStudiLE.Interop 7.1.40304.0 missing.
This will fix the issue for you:
Download the ZIP
Extract it to C:\Windows\Microsoft.NET\assembly\GAC_MSIL
Install WPPT

[ALE-L21] Debrick / Rebrand Package (C432 / B618)

Hi, I’ve created a flash package for the P8 Lite (2015) which I wanted to share with you.
DISCLAIMER:
I don't take responsbility for Bricked Devices or anything else.
The Linux Scripts are UNTESTED, use them only if you're really sure what you are doing.
Requirements are the following:
- A Windows / Linux (would recommend Debian / Ubuntu) PC
- A P8 Lite 2015 (ALE-L21) charged at least 50% and with unlocked bootloader
- A MicroUSB Cable
- A Hot Coffee or whatever do you drink
Instructions
1. Download the Package and extract it to an path without spaces
2. Make sure ADB and Fastboot are Installed
a. For Windows I recommend the 15 Seconds ADB & Fastboot Installer
Link to Thread
(Install System Wide)
b. For Linux: install the appropriate packages
3. Put your Device in Fastboot Mode OR enable USB-Debugging in Settings.
4. Run the corresponding script file (ADB = USB-Debugging / Fastboot = Fastboot Mode)
5. Drink your Coffee or whatever (and cross fingers)
6. Go to recovery and erase data.
7. Reboot your Device
Download Link: Here! (C432 CUST / BUILD B618)
Changelog:
v 1.0
Initial Release
Credits:
@worstenbrood for creating the Huawei Update Extractor
@Snoop05 for creating the 15 Seconds ADB and Fastboot installer
Redistribution:
You may link to this thread, no direct link please, so potential users read the instructions.
If the Package helped you, leave an thanks, that's all i'm asking for.
I get the belong bug B311.
Isnt B618 for dual sim anyway?
Yes, b617 is an option, for help with the extractor:
http://ministryofsolutions.com/2016/07/huawei-p8-lite-ale-l21-balongc52b311.html is a great tutorial for you.

Location of Tennears axon7tool (linux version) ?

Hi, could someone kindly point me in the direction of where I might find a copy of Tennear's axon7tool for linux please ?
The links in other threads have all expired and I don't have access to a windows system to use the x64 version.
Thanks.

Categories

Resources