At this post I will share some useful tools for your LG L70, uses tool below, which are to rooting LG L70, Flashing LG L70, L70 CMW LG and others. To use Tool LG L70, then I will discuss in a few posts.
USB Driver for LG L40-L70-L90
By installing the USB Driver for LG L40-L70-L90, PC or laptop you will easily recognize the device LG L40-L70-L90.Download USB Driver for LG L40
Equipment for Rooting LG L70 D325 from XDA Forum
- Android SDK
The Android SDK allows mobile software developers the opportunity to tinker
with the platform and create new and interesting work. The kit contains everything you need to start
building apps. The Android SDK also comes with an emulated virtual device that
is fully functional to let you test out your work.
The emulator is easy to set up and run, and there is a choice of phone skins and resolutions to play around with too. The downside is that if you want to install software on the emulator, it isn't easy for novice users. There is, however, lots of documentation online to assist in using the Android SDK.
The Android SDK includes:
Download Android SDK
When you start an adb client, the client first checks whether there is an adb server process already running. If there isn't, it starts the server process. When the server starts, it binds to local TCP port 5037 and listens for commands sent from adb clients—all adb clients use port 5037 to communicate with the adb server.
The server then sets up connections to all running emulator/device instances. It locates emulator/device instances by scanning odd-numbered ports in the range 5555 to 5585, the range used by emulators/devices. Where the server finds an adb daemon, it sets up a connection to that port. Note that each emulator/device instance acquires a pair of sequential ports — an even-numbered port for console connections and an odd-numbered port for adb connections. For example:
Once the server has set up connections to all emulator instances, you can use adb commands to access those instances. Because the server manages connections to emulator/device instances and handles commands from multiple adb clients, you can control any emulator/device instance from any client (or from a script).
Download ADB for LG L70 D325**
KDZ Update
LG Mobile Support Tool
Source:
* http://filehippo.com/download_android_sdk/
** http://developer.android.com/tools/help/adb.html
*** http://www.kaskus.co.id/thread/5364c249c0cb1776088b4654/official-lounge-lg-optimus-l70--knock-to-unlock-your-style/
The emulator is easy to set up and run, and there is a choice of phone skins and resolutions to play around with too. The downside is that if you want to install software on the emulator, it isn't easy for novice users. There is, however, lots of documentation online to assist in using the Android SDK.
The Android SDK includes:
- An emulator.
- Required libraries.
- Debugger.
- Sample source code.
- Tutorials for the Android OS.
- Relevant documentation for the Android application program interfaces (APIs).
Download Android SDK
- ADB for LG L70 D325
- A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients.
- A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device.
- A daemon, which runs as a background process on each emulator or device instance.
adb
tool in <sdk>/platform-tools/
.When you start an adb client, the client first checks whether there is an adb server process already running. If there isn't, it starts the server process. When the server starts, it binds to local TCP port 5037 and listens for commands sent from adb clients—all adb clients use port 5037 to communicate with the adb server.
The server then sets up connections to all running emulator/device instances. It locates emulator/device instances by scanning odd-numbered ports in the range 5555 to 5585, the range used by emulators/devices. Where the server finds an adb daemon, it sets up a connection to that port. Note that each emulator/device instance acquires a pair of sequential ports — an even-numbered port for console connections and an odd-numbered port for adb connections. For example:
Emulator 1, console: 5554
Emulator 1, adb: 5555
Emulator 2, console: 5556
Emulator 2, adb: 5557
and so on...
As shown, the emulator instance connected to adb on port 5555 is the same as the instance
whose console listens on port 5554. Emulator 1, adb: 5555
Emulator 2, console: 5556
Emulator 2, adb: 5557
and so on...
Once the server has set up connections to all emulator instances, you can use adb commands to access those instances. Because the server manages connections to emulator/device instances and handles commands from multiple adb clients, you can control any emulator/device instance from any client (or from a script).
Download ADB for LG L70 D325**
- Update
Offline Flashing LG L70 D325***
KDZ Update
Online Flasing LG L70 D325
LG Mobile Support Tool
Source:
* http://filehippo.com/download_android_sdk/
** http://developer.android.com/tools/help/adb.html
*** http://www.kaskus.co.id/thread/5364c249c0cb1776088b4654/official-lounge-lg-optimus-l70--knock-to-unlock-your-style/