Direct links on Lumia Software Recovery Tool and all components (like drivers) - X2 General

You may download Lumia Software Recovery Tool from Microsoft site for recovery or update yours firmware. But you may install Lumia Software Recovery Tool only online, because some components (almost all ) will be download from Microsoft server.
I did unpacked Lumia Software Recovery Tool with 7zip archiver (archive is Cab, MSZip).
Files 0 and u358 it's xml. They contain direct links on drivers and other components from Lumia Software Recovery Tool. Other files is XML configs or some divided binaries.
All links:
Lumia Software Recovery Tool (English) 5.0.7 (real Lumia Software Recovery Tool, not downloader for components)
Visual C++:
VC2005Redist
VC2010Redist
VC2012Redist
Microsoft .NET Framework
dotNetFx40_Full_setup.exe
Drivers:
WinUsbCoInstallers 1.1.8.1406
WinUsbCompatIdInstaller 1.1.9.1439
WinUsbDriversExt 1.1.12.1439
EmergencyDownloadDriver 1.1.7.1439
USBSerialPortDriver 1.1.6.1439
LumiaUefiBlueDriver 1.1.8.1448
Nokia_Connectivity_Cable_Driver 7.1.182.0
mirror on Google Drive from me

Related

[U8800/U8800PRO] Windows Tools for developing

Most of the tools are made for Linux, so here are some tools I have found in the web and I have used in Windows.. for X5 development.
The package contains 2 tools:
explore2fs: system.img and others .img extractor.
ZTE Racer kitchen by TigTex!: boot.img extract for replacing kernel and init tweaks (works on u8800)

[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**

Better 9 Patch Tool

Better 9 Patch Tool is a software that is used to create nine patch images, and it can be used instead the draw9patch which is included in Android Developer Tools (ADT). With this tool, you can create a nine patched image more easily and more efficiently than before.
Here is the 11th release of Better 9 Patch Tool.
This version is developed using JavaFX, so you may need to install Java 7 or JavaFX before launching this tool.
This package is tested on Windows 7, OS X 10.8, and Ubuntu 12.10 with Oracle Java 7.
Download:
DOWNLOAD FROM HERE
To launch, simply double click the downloaded Jar file, or you can execute it from a command line.
java -jar better9patch.jar​When you have a problem related with a graphic card driver, please try a command like below.
java -Dprism.order=j2d -jar better9patch.jar​
When you have an issue on using, please report.
Official web page: http://www.roundrect.kr/desktop/better-9-patch/
Google+: https://plus.google.com/114070919775209948894

p8 lite fastboot and sdk download

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?

Need help / information about porting a driver to s5

I am trying to compile driver for rtl8812au on my android. I have been researching for weeks and haven't gotten very far.
My first question is if it is possible to do?
I am rooted, The source for the driver comes with the android.mk and boardconfig.mk
I just have no clue what I am missing..
I've tried to put it in a jni folder, tried to do a makefile, and tried to jump through hoops to no avail.
model SM-G900-V
ANDROID 5.0 (I know that the driver is made for kk)
BASEBAND G900VVRUBOK3
KERNEL 3.4.0
SDK packages
● hardware/realtek/*
Folder to store config files, private code from Realtek.
● hardware/libhardware_legacy/wifi/Android.mk Reference codes for applying wifi_realtek.c
※ For wpa_supplicant_8_kk_4.4_rtw_r10450.20140220.tar.gz or newer version,
see wpa_supplicant_hostapd folder of our SW release package or consult our contact window.
Introduction
This document provides a simple guide to help engineers to apply Realtek Wi-Fi solution onto their
Android KK 4.4 system. For now, we have supported the following two scenarios:
● STA/AP – Switch between STA mode and AP mode
● (STA+P2P)/AP – Switch between STA+P2P(Wi-Fi Direct) concurrent mode and AP mode
To port Realtek Wi-Fi driver onto Android 4.4 platform, you can go through the following guide with
reference codes within our driver package's realtek_wifi_SDK_for_android_KK_4.4_20140117.tar.gz.
Because Android's SDK may differ from platform to platform, our reference codes may not be applied
on every platform without modifications. You should check if our reference code is suitable for you
to use.
In this document, ANDROID_SDK is the path of top folder of the target Android SDK; this term is
used in the following paragraphs.
1. Copy Necessary Files into SDK
After unzipping realtek_wifi_SDK_for_android_KK_4.4_20140117.tar.gz, copy the following folder into
ANDROID_SDK/hardware/ folder:
● hardware/realtek
2. Platform Related Files
2.1. BoardConfig.mk
To apply Realtek Wi-Fi solution onto your Android KK system, you need to define some compile-time
variables in BoardConfig.mk of your platform. In general, the BoardConfig.mk file is located in:
ANDROID_SDK /device/<soc_vendor_name>/<board_name>/ Take TI panda board for example:
ANDROID_SDK /device/ ti/panda/ BoardConfig.mk Please define the following compile-time variables
below:

Categories

Resources