[TOOL] PoshADB - PowerShell ADB & Fastboot GUI Tool for Windows! - Android Software Development

I have been diving further and further into PowerShell, so I challenged myself to create an Android Developers Bridge (ADB) and Fastboot Tool built on PowerShell.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It's simple, but easy to use. Simply extract and run the PoshADB.exe (right click - Run as Administrator if UAC is enabled)
Requires: PowerShell (included with Windows 7 and newer)
Code:
[B]Current Features:
[I]ADB[/I]
[/B]Push/Pull from Device
Install APK
Reboot / Bootloader / Recovery
[B][I]Fastboot[/I][/B]
Flash update, boot or recovery images
Unlock/Lock Bootloader
Reboot / Reboot Bootloader
Code:
[B]Changelog:[/B]
7/17/2013 - Added WiFi ADB
4/25/2013 - Added source code to the ZIP file under _source directory
4/24/2013 - Added Fastboot!!!
4/24/2013 - Initial Release
DOWNLOAD HERE
Let me know what you think, or if you have any issues.

Download and try!!!

Working great for me Win7 and Win8. (note on Win8 you need to install .Net 3.5)
Awesome tool is awesome!!!!
REQUEST: Merge fastboot into this as well and most of my typing would be gone!!!

slimdizzy said:
Working great for me Win7 and Win8. (note on Win8 you need to install .Net 3.5)
Awesome tool is awesome!!!!
REQUEST: Merge fastboot into this as well and most of my typing would be gone!!!
Click to expand...
Click to collapse
Will do! That was part of my future plans

J33per said:
Will do! That was part of my future plans
Click to expand...
Click to collapse
Added Fastboot abilities! Let me know if there are any other features/commands you would like to see!

Minor "update" (if you can consider it that). I have added the source code to the Zip file under the _source directory in case anyone wants to play around with the "guts". Feel free to modify it as you see fit, just remember to give credit if you distribute it

J33per said:
Added Fastboot abilities! Let me know if there are any other features/commands you would like to see!
Click to expand...
Click to collapse
I will update my install today and let you know how the app works for me.
Sent from my Nexus 7 using XDA Premium HD app

Bump!

some suggestions
hey i like your app some things i would like added are:
1. i use adb over wifi can you please add an option to run "adb connect x.x.x.x" at the start.
2. with both push and pull the source/destination being able to select a folder from the computer as adb supports whole folder push/pull of contents.
3. some way to ls the directory tree of the android device.

nonato said:
hey i like your app some things i would like added are:
1. i use adb over wifi can you please add an option to run "adb connect x.x.x.x" at the start.
2. with both push and pull the source/destination being able to select a folder from the computer as adb supports whole folder push/pull of contents.
3. some way to ls the directory tree of the android device.
Click to expand...
Click to collapse
Thanks for the suggestions! I have added ADB WiFi (please test it) and also, if you select a file inside a directory, then edit the path, removing the file, it will push the directory.
Enjoy!
TechJeeper

I get a sig verify error when trying to flash boot
---------- Post added at 11:00 PM ---------- Previous post was at 10:35 PM ----------
also i noticed under ADB there are no devices shown.....there are under fastboot though?

saeker said:
also i noticed under ADB there are no devices shown.....there are under fastboot though?
Click to expand...
Click to collapse
Then that means your in your bootloader - where there is only Fastboot....

The download link on first post is still active
My Norton 2014 says its suspicious,
Mods certainly need to check this upload for threats.

ghpk said:
My Norton 2014 says its suspicious,
Mods certainly need to check this upload for threats.
Click to expand...
Click to collapse
it's just a false positive detection..

Can't flash system.

How to use it!
Can you please illustrate the steps.

POSHADB not responding
J33per said:
I have been diving further and further into PowerShell, so I challenged myself to create an Android Developers Bridge (ADB) and Fastboot Tool built on PowerShell.
It's simple, but easy to use. Simply extract and run the PoshADB.exe (right click - Run as Administrator if UAC is enabled)
Requires: PowerShell (included with Windows 7 and newer)
Code:
[B]Current Features:
[I]ADB[/I]
[/B]Push/Pull from Device
Install APK
Reboot / Bootloader / Recovery
[B][I]Fastboot[/I][/B]
Flash update, boot or recovery images
Unlock/Lock Bootloader
Reboot / Reboot Bootloader
Code:
[B]Changelog:[/B]
7/17/2013 - Added WiFi ADB
4/25/2013 - Added source code to the ZIP file under _source directory
4/24/2013 - Added Fastboot!!!
4/24/2013 - Initial Release
DOWNLOAD HERE
Let me know what you think, or if you have any issues.
Click to expand...
Click to collapse
POSHADB not responding

good tool

della96 said:
Download and try!!!
Click to expand...
Click to collapse
Hi thanks but the link is not working for me ?

Parrynormal said:
Hi thanks but the link is not working for me ?
Click to expand...
Click to collapse
It works with a download manager like 1DM, tested personally

Related

[A70B/IT2 HC][3.2.81 update] Enabling SDE and rooted firmware package

First:
Warning! This is only for A70B/A70IT2 Honeycomb model, It won't work on Froyo model!
Here is a package that enables unofficially SDE menu in recovery and install a rooted stock firmware with busybox and SuperUser.Apk
Pre-Requisite:
- Adb must be enabled on tablet and PC driver+adb command must be working. You can test on pc with "adb shell", it should give you a '$' prompt. If you don't have this, first make it work. There are multiple links around to help if needed.
Instructions:
- Unzip files on your pc in adb.exe directory.
- Launch enable_sde.bat on your pc. It's better to do it in a cmd.exe window, you'll be able to copy-paste log here if anything goes wrong.
- Follow instructions in the cmd window. Basically, script reboots tablet multiple times, you have to press enter when tablet is completely booted each time.
- Congratulation, your device is sde enabled and has a rooted sde firmware. Please read below for more information.
Upgrades:
If you already installed a first version and enabled sde already, here is how to install new rooted firmware:
- Optional: flash updated stock firmware. I always recommend to match stock firmware, it avoids dalvik-cache rebuilds and bootloaders may have been updated in new firmwares.
- Boot rooted firmware. You should be running rooted firmware if you want upgrade script to work. To be sure of that, you should see SuperUser app in your apps menu.
- Unzip files on your pc in adb.exe directory
- Launch upgrade.bat (or upgrade.sh for linux)
- Tablet reboots at the end to rooted firmware and should be upgraded to new version.
SDE information:
1) What is SDE?
SDE (Special Developer Edition) is basically a dual boot mechanism. It allows us to dual boot Archos stock firmware and our custom ones.
2) How does it work ?
I won't give much details on how to use it, I should do a separate topic about this one someday. Until then, here is some basic information:
- At the end of this script, you are booted with sde firmware, superuser should be in your start menu and you should be root with adb or any root app.
- If you reboot or boot, press volume up while booting, it will display the dual boot menu. Select "Developer Edition", it will start the rooted build (check here point 9 to see how it looks).
- If you missed volume key or don't do anything during reboot, you will go back to unrooted stock firmware. You have to press the volume up key during boot to get the boot menu.
- Warning: booting stock firmware is harmless except that you will loose your SuperUser.apk preferences. As it's not part of stock firmware, Android clears it.
- You can boot straight to rooted firmware by deleting the stock firmware kernel in recovery. Check here, do point 4,5, and on screen 6, select "Remove Android Kernel". Make sure that you have properly working SDE firmware before doing that. If you want to re-enable back stock firmware, just flash it from recovery again.
Downloads:
3.2.80 can be downloaded here: Mirror 1 (Mediafire), Mirror 2 (Sendspace).
3.2.81 can be downloaded here: Mirror 1 (SendSpace) (bat fixed)
Sorry, Mediafire no longer let me upload without signup, if you know one good upload location without registration and allowing more than 200 MB, let me know.
*reserved*
Registered just to say thank you!
Worked like a charm, and no problems using the shell script (I run Arch Linux)
Keep up the good work!
Thanks
I mean real thanks
Sent from my ARCHOS 70it2 using xda premium
EDIT:
Beautiful man, beautiful. Works splendidly
Thanks again
LeTama
Have a beer or two on me, 84G89322WT2139701.
Thanks again for your Rom.
Hi mrew42,
Thanks a lot! Much appreciated!
Tomorrow, my 70b return at home
I testing that !
but my 70bit2 is with 3.2.81
Letama, can you may be make the same for 3.2.81?
Yes, it will come soon...
3.2.81 is up and instructions on first post updated if you upgrade.
Great
http://www.jbmm.fr/?p=27601
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
cajl said:
Great
Click to expand...
Click to collapse
Nice job! Thanks for the article on jbmm!
Thanks, will try it out soon.
Thanks letama, this is just what I wanted. Awsome work!
I think there is an error in upgrade.bat and enable_sde.bat for 3.2.81.
The line that reads:
adb push android_32.ext4.update /media/
should read:
adb push android_32.ext4.update /data/media/
Also, upgrade.bat is missing the line that says:
adb shell rm /data/local.prop
Keep up the good work and thanks again.
ColinTaylor said:
I think there is an error in upgrade.bat and enable_sde.bat for 3.2.81.
The line that reads:
adb push android_32.ext4.update /media/
should read:
adb push android_32.ext4.update /data/media/
Click to expand...
Click to collapse
Ah! Right! Thanks for pointing it, I'll fix that and re-upload when I find time to do it.
Also, upgrade.bat is missing the line that says:
adb shell rm /data/local.prop
Click to expand...
Click to collapse
Yes, this is normal, this one is only needed when enabling sde first time. local.prop is coming from temp root and won't be there anymore.
I finally had time to try it out tonight, all seemed to be installed fine, but I don't see the Superuser in the apps list... I can boot into developers fw menu though. Did I miss something or should I just try to reinstall the SDE again by running that bat file again?
No, as ColinTaylor said, there is a typo in script, you just need to push the ext4.update at root of storage.
Just type this command in the directory you unzipped the files:
Code:
adb push android_32.ext4.update /data/media/
then boot sde.
Hello
As i have read your post about how to root 3.2.81, the instructions seems to confuse me, but what do you mean by adb? im sorry im kinda new at this ,please let me know thanks!
hello, first of all thanks for your work.
I am having some problems with the upgrade file.
it says that it cannot stat 'zImage':no such file or directory
and secondly it cannot open the kernel file (no such file or directory) mkf lashimage failed.
could you please provide some help with this?
thanks!
lozano.markp said:
Hello
As i have read your post about how to root 3.2.81, the instructions seems to confuse me, but what do you mean by adb? im sorry im kinda new at this ,please let me know thanks!
Click to expand...
Click to collapse
adb is a developer tool from android sdk that let you execute commands on your tablet from your PC. You have to install android sdk to get it, you need to enable it on the tablet and have a proper driver.

[Tutorial]How To -ADB- Logcat & Basic [NEW OR NOOB]

Well this my first own post on General Section
I am sharing how to use the (ADB)
which seem many of us should have some basic on it
(FASTBOOT) will be added later on.
-SIMPLE & EASY-
Is a proper way to tell what wrong's and bug you encountered by a log
Requirement :
Click to expand...
Click to collapse
-Adb Driver for Xperia X8 or This Universal_Naked_Driver
-Adb files (Repacked for you)
-Android Version 1.6-4.1.1
Click to expand...
Click to collapse
Set Up
Click to expand...
Click to collapse
Install the Driver For Adb for your device (Example :X8)
Unpack the Adb Files To A Folder (Named Whatever you like Example: Adb) on local disk C: (Recommend)
Turn on USB debugging on your phone: Settings>Applications>Development>USB Debugging
Go to Start Menu and Search for CMD (Command Promt) (Run as adminstrator)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Prompt CMD with the location you extracted the ADB Files (Mine at C:/adb)
Therefore key in this
Code:
cd c:/adb
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Check Connected Device & Enable the Adb Server
Code:
adb devices
Wait for few seconds till the server is up and if you connection is working
Should show that the device name is there
If connection is offline should check whether build.prop has this line :
Code:
persist.sys.usb.config=mass_storage,adb
Add this line to build.prop if you need to do so
ADB Logcat
When able to have adb connection between device then you
can now do a pretty simple logcat
Code:
adb logcat > logcatfilename.txt
Replace "logcatfilename" with anything you like and shall log all over the text file
Can then stop logging just pressing Ctrl+C
Enable Access to System
If Encountered that your system not mounted
Code:
adb remount
If some still keeping error then need to boot cwm to adb
ADB Shell
Adb Shell Is A Little Advance So No Really Gonna Cover Up Here
Prompted by
Code:
adb shell
Checking Memory/Swap Progress
Code:
free
You can remove app/files by
Code:
rm -r /filelocation/filename.format
Replace " /filelocation/filename.format" with anything you want to remove such as latimime.apk so you replace with /system/app/latimime.apk
Adb Pull
Now You Should Know To Command using CMD
To Pull
Code:
adb pull /system/app/browser.apk
Replace "l/system/app/browser.apk" with location and file name you want to pull
Adb Push
Now You Should Know To Command using CMD
To Pull
Code:
adb push browser.apk /system/app
Replace " browser.apk /system/app" with file name(On the same folder of the adb files) & location you want to push that file into.
Adb Install
Should be same as pushing method but normally to data folder
Code:
adb install angrybird.apk /data/app
Replace "angrybird.apk /data/app" with file name(On the same folder of the adb files) & location you want to install into
Final :
I hope this Tutorial Is Clear Enough For Other's member which want to
learn adb.You can use this tutorial & i know there many more better adb tutorial
but i am just showing basic knowledge logcat and adb command that can easier
both developers and user.Any Comment & Suggestion can reply below.
I will fix/add if needed.Sorry for bad english & grammar
Credits :
Dev Whom Teached Me Basic Adb
1wayjonny For Universal Naked Driver
pswd
What password for ADB archive?
nikmaletz55 said:
What password for ADB archive?
Click to expand...
Click to collapse
steriod << Password Sorry for missed out
Fastboot tutorial when there's free time :cyclops:
I can't download the GingerLewa.
@^
this isn't the appropriate thread.
@Steriod
didn't know our phones had fastboot protocol suport, or did you just make the guide in general?
fastboot...i think we dont have fastboot
sgt. meow said:
@^
this isn't the appropriate thread.
@Steriod
didn't know our phones had fastboot protocol suport, or did you just make the guide in general?
Click to expand...
Click to collapse
fotak-x said:
fastboot...i think we dont have fastboot
Click to expand...
Click to collapse
i make this for adb for X8 & Other phone as well
i know there no fastboot but maybe usable for otheer phoness

[TOOL][AFM][7 Nov] ADB & Fastboot Manager | v0.2 | Simple & Easy

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a simple C++ writen programm which allowes you to use the most important ADB & Fastboot commands. It's easy to use and compatible for every Android Device. I am NOT responsible for any damage to your device. This is still in alpha stage - there are only a few Features included. But more about that later...​
Click to expand...
Click to collapse
So you will be asking whats different to many great other tools out there which have features like that ? Well i have never seen a tool which implements the most important ADB & Fastboot commands for the daily use. You will never have to search for commands. In addition you dont have to type much because the most features allow drag & drop.​
Click to expand...
Click to collapse
Features:
Install an applikation:
Just drag and drop the app you like and it will be installed instantly to your device
Deinstall an applikation:
Enter the Package name of the app and it will be deinstalled instantly
Pull an applikation from your device:
Just enter the Path of your file and you will have it saved in the tools folder
ADB Logcat:
With one click you can logcat your device and save the log.txt in the tools folder
Reboot your device:
Simply reboots your phone
Reboot to bootloader:
Simply reboots your phone into bootloader
Reboot to recovery:
Simply reboots your phone into recovery
Flash boot.img via fastboot:
Just place the boot.img in tools folder and it will be flashed instantly
ADB Shell:
Opens the Android Terminal - you can close it with just typing "exit"
CID Getter:
With CID Getter you will get shown your CID Number quickly
Erase Cache:
This will simply erase your cache via fastboot
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How-To:
-Download the AFManager.zip below
-Unpack it somewhere you like
-Make sure you have the tools folder and the .exe in the same directory
-Start the AFManager.exe and follow the intruductions
-Your Device have to be rooted and make sure you have USB-Drivers installed for your device
-Your Phone have to be turned on and usb-debugging have to be enabled
Click to expand...
Click to collapse
Click to expand...
Click to collapse
More to follow:
-ADB Push
-Installing bootanimation
-Displaying Phone info
-Implement APKManager
-Saving Screenshots
-just to tell some...
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Changelog:
Code:
[B]Changelog 0.2:[/B]
-Added displaying the Device Model in main menu
-Added CID Getter
-Added Erasing cache
-Added function to reboot your phone after doing something in fastboot
-Added XDA-Thread in About
-Some Clearing up and code fixes
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Last Notes:
-If you have any suggestion how you would make it better or which features i could include let me know.
-And always remember this is a alpha build so please report back what works and what not
Click to expand...
Click to collapse
Click to expand...
Click to collapse
placeholder...
nice one mate, useful for n00bies and not only:good:
New version is online with some new cool features.
I didn't tought that there is such a lack of interest, but anyway i will keep updating this
New Features
New Features for the next update will be:
-Adb push
-Batch installing of apps
-Batch pushing files
-Batch pulling files
-Some more Device infos
-Displaying SDcard folder
Should be online by tomorrow :fingers-crossed:
zFr3eak said:
New Features for the next update will be:
-Adb push
-Batch installing of apps
-Batch pushing files
-Batch pulling files
-Some more Device infos
-Displaying SDcard folder
Should be online by tomorrow :fingers-crossed:
Click to expand...
Click to collapse
Nice!
Inviato dal mio HTC Sensation Z710e con Tapatalk 2

[Utility] Desktop Rom Flasher!! (Drag Drop & Flash!)

Hello everyone, so I developed a small application called Desktop Flasher. All you need to do is drag the zip you want to flash and it'll automatically push it to your phone, write the appropriate script, and reboot you into recovery, and perform the flashing procedure. I hope to add new features (wireless support) as time goes on. Try it out and tell me what you think
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features
Drag Drop and Flash
Wipe Cache/Dalvik and Data
Changelog:
1.0
Initial Release
1.1
Minor Bug Fixes
Incorporated Silent Updater
1.2
Fixed Permission Issue
1.3
Created First Time Run Program to avoid any setup issues
Auto renames zips with spaces in their title
1.4
Small adjustment
Confirmed working on TWRP and CWM, I have not tested any other recovery, but it still should work the same. Please report back your findings.
Download and Extract the attached zip, and run Desktop Flasher.exe to launch,
When Launching the App for the very first time, I highly recommend that you update it to avoid any potential problems.
To Update the App just open it, and close it (via the usual x or exit button).
Source code: https://dl.dropboxusercontent.com/u/9134840/Desktop Flasher/Desktop Flasher.zip
FAQ
I get a failed to push script/or during the first run program it can't detect my device in recovery mode!
You probably don't have the drivers installed for adb in recovery mode. It's easy though! Follow this quick guide here: http://forum.xda-developers.com/showthread.php?t=1379875
Okay, so the program says "Great your Phone will do the rest" and my phone reboots into recovery, but nothing happens...wth??
Most likely the issue is that you're using a recovery that doesn't support openrecoveryscripting. (The official version of CWM and TWRP do)
How to connect device ? ... is debug mode?
phamtlsoft said:
How to connect device ? ... is debug mode?
Click to expand...
Click to collapse
Yes, just make sure USB debugging is on, and your drivers are already installed.
will it work with a Galaxy Note
Custom Rom and cwm
I made a few themes and had always to copy over the zips and flash them via phone
so I would be really happy if it will work on my device
sent from my G-Note
hara74 said:
will it work with a Galaxy Note
Custom Rom and cwm
I made a few themes and had always to copy over the zips and flash them via phone
so I would be really happy if it will work on my device
sent from my G-Note
Click to expand...
Click to collapse
Cool. Yeah this should work on any device, I and any recovery with Openscript available (TWRP and CWM). I haven't tested cwm but I can confirm that it works on TWRP.
filmaker said:
Cool. Yeah this should work on any device, I and any recovery with Openscript available (TWRP and CWM). I haven't tested cwm but I can confirm that it works on TWRP.
Click to expand...
Click to collapse
ok, thanks for ur answer
I'll give it a try and report the result
sent from my G-Note
when I drag&drop a zip,
it comes that massage: "Failed to Push Zip to SDcard"
hara74 said:
when I drag&drop a zip,
it comes that massage: "Failed to Push Zip to SDcard"
Click to expand...
Click to collapse
Hmmm...alright. Your phone is connected and USB debugging is enabled?
filmaker said:
Hmmm...alright. Your phone is connected and USB debugging is enabled?
Click to expand...
Click to collapse
yes
sent from my G-Note
hara74 said:
yes
sent from my G-Note
Click to expand...
Click to collapse
Alright, I think I figured it out. Does the location you're dropping from or the zip itself happen to have any "spaces" in the name? E.X. D:\documents\my rom\rom.zip
the zip definitely not,
but I look at folder on pc tomorrow,
now it's off already
will report then
sent from my G-Note
Alright Cool.
Released a new update, it'll fix possible flash errors in recovery.
jup, it was the spaces in the zip :good:
but now it shows: Failed to push Script
the files are copied to phone correctly
hara74 said:
jup, it was the spaces in the zip :good:
but now it shows: Failed to push Script
the files are copied to phone correctly
Click to expand...
Click to collapse
Okay, I just released an update that'll fix it. To update the program just open it, then hit the exit button, and it'll update. The problem was with some devices you can't push to /cache unless you're in recovery. When I'm running sense it works fine, but whenever I switch to AOSP, I would run into that issue. Fixed now
I used the new one v1.1
sorry, I just saw there's a 1.2
will try it again
sent from my G-Note
---------- Post added at 06:59 PM ---------- Previous post was at 06:51 PM ----------
I just tried it with the new 1.2,
but unfortunately it booted into recovery without doing anything else,
it´s like I would boot into recovery manually
then after a few seconds it pops up again: Failed to push Script :crying: :crying: :crying:
hara74 said:
I used the new one v1.1
sorry, I just saw there's a 1.2
will try it again
sent from my G-Note
---------- Post added at 06:59 PM ---------- Previous post was at 06:51 PM ----------
I just tried it with the new 1.2,
but unfortunately it booted into recovery without doing anything else,
it´s like I would boot into recovery manually
then after a few seconds it pops up again: Failed to push Script :crying: :crying: :crying:
Click to expand...
Click to collapse
Hmmm...alright. Lol thanks for being my only dignified tester haha. Okay, can you do me a favor. Download the zip I attached to this post, and run the recovery.bat file. (It'll reboot your device into recovery and attempt to push a file to your cache after a 25 second delay) and can you tell me the output. (Whether it pushes or gives a permission error) Thanks.
no problem m8,
I'm lucky to test a tool which helps me later
I'll test it later, bcs I have to watch a horror movie right now,
order from boss (my wife)
sent from my G-Note
I downloaded ur zip, extracted it and run the bat, but that´s the result:
it didn´t anything with my phone
hara74 said:
I downloaded ur zip, extracted it and run the bat, but that´s the result:
View attachment 2163004View attachment 2163005
it didn´t anything with my phone
Click to expand...
Click to collapse
Ooops, sorry forgot to throw in adb. Now try it.

G4 Root (Testing)

This is a test root method for the G4. It is based off of the original root method for rooting LG devices. The original method showed modified in the boot loader but it didn't have su. This a modified script to push su correctly and the su used by the H815.
Note: On the H815 If you would like root all you have to do is unlock boot loader, flash twrp for G4 then flash the supersu.zip
WARNING: USE AT YOUR OWN RISK!!
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this ROM
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.
Click to expand...
Click to collapse
This is a new method that i discovered. Instead of rooting we are just going to flash TWRP then we can root through the recovery. I have tested this on my G3 and i can confirm that you are able to flash recoveries through download mode.
The Recovery used in this is TWRP for H815 and I am not sure of how compatible it is with other variants but if it gives you root then its worth testing.
Files:LGG4_rFLASH.zip
Drivers:HERE
Step 1: Enable USB Debugging
Step 2: Download G4 Flasher and unzip, Also Install Drivers
Step 3: In unzipped folder open a new command prompt window (Shift+Right click)
Step 4: Run this command
adb.exe push recovery.img /data/local/tmp/
Click to expand...
Click to collapse
Step 5: Enter Download Mode (Hold Volume Up While plugging in Usb Cable)
Step 6: Check Device Manager> Serial Port (Windows) and make sure your Phones COM is set to 41, if not then change it. After changing it you may have to unplug usb, pull battery and then reboot into download mode.
Step 7: Open a new Command prompt window just like before. in the folder you extracted.
Step 8: Run this Command
Send_Command.exe \\.\COM41
Click to expand...
Click to collapse
.
Step 9: Run this to Backup your current recovery
dd if=/dev/block/platform/f9824900.sdhci/by-name/recovery of=/data/local/tmp/recoverybak.img
Click to expand...
Click to collapse
Step 10: It will now show a # then run this
dd if=/dev/zero of=/dev/block/platform/f9824900.sdhci/by-name/recovery
Click to expand...
Click to collapse
Step 11: Then run this
dd if=/data/local/tmp/recovery.img of=/dev/block/platform/f9824900.sdhci/by-name/recovery
Click to expand...
Click to collapse
Step 12: Pull battery and try to boot into recovery
Step 13: Flash Supersu.zip
Note:: to restore original Recovery all you have to do is pull it
adb pull /data/local/tmp/recoverybak.img \
Rename it recovery.img (you might have to delete or rename the one that was extracted from the zip earlier because the can only be one recovery.img in a folder )
then rinse and repeat all the steps
I've got a Verizon version coming tomorrow. Can't wait to give this a try. Thanks.
Edit - Just tried to download the root zip, and I got a message that it's infected with a virus.
cant download G4_Rootbeta1.zip
her it is
hytin said:
cant download G4_Rootbeta1.zip
Click to expand...
Click to collapse
This is the error we get when attempting to download it:
Code:
Sorry, this file is infected with a virus
Only the owner is allowed to download infected files.
EDIT: See my post below for a copy of the ZIP
i think i found a way will upload it later
Does anyone tried this method on the T-Mobile G4 H811?
I was able to use a web-based ZIP extractor to extract then compress it. I have done no scanning for viruses, I simply extracted and repackaged the files.
G4_Rootbeta1
ZIP - https://www.dropbox.com/s/wmbz005aqs52r9j/G4_Rootbeta1.zip?dl=0
7z - https://www.dropbox.com/s/tnmnbak62zdrgu6/G4_Rootbeta1.7z?dl=0
hytin said:
cant download G4_Rootbeta1.zip
Click to expand...
Click to collapse
New link... I uploaded to drop box. Google drive acts funny when it come to certain files.
geoff5093 said:
This is the error we get when attempting to download it:
Code:
Sorry, this file is infected with a virus
Only the owner is allowed to download infected files.
EDIT: See my post below for a copy of the ZIP
Click to expand...
Click to collapse
New link available
do we still need to enable oem unlock?
Sent from my LG-H815 using Tapatalk 2
deejay6901 said:
do we still need to enable oem unlock?
Sent from my LG-H815 using Tapatalk 2
Click to expand...
Click to collapse
I think I am unlock is only for unlocking the boot loader not rooting
So I tried this on the H811 (T-Mobile) version.
Everything worked just as described UNTIL the part where I needed to run the root script.
After I paste the SH command, it thinks for a moment, and returns me to the # line...
Not sure how to continue from here, but will be happy to be a guinea pig if someone can tell me what to try.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
madhouze said:
So I tried this on the H811 (T-Mobile) version.
Everything worked just as described UNTIL the part where I needed to run the root script.
After I paste the SH command, it thinks for a moment, and returns me to the # line...
Not sure how to continue from here, but will be happy to be a guinea pig if someone can tell me what to try.
Click to expand...
Click to collapse
Same here on H815 ?!
My Bootloader ist Locked. Is that the reason ??? Do i have to unlock it ?
it´s for the G3 on 5.02 not lollipop 5.1
hytin said:
it´s for the G3 on 5.02 not lollipop 5.1
Click to expand...
Click to collapse
This is modified for g4
Masta_Gee81 said:
Same here on H815 ?!
My Bootloader ist Locked. Is that the reason ??? Do i have to unlock it ?
Click to expand...
Click to collapse
Try doing the command without dummy1
Hi macdaddie87
Thanks for your job! :good:
Looking forward to people with Verizon giving this a shot first!
macdaddie87 said:
Try doing the command without dummy1
Click to expand...
Click to collapse
Same result . Nothing happens ?
this is my input : sh /data/local/tmp/root_g4.sh/data/local/tmp/UPDATE-SuperSU-v2.46.zip /data/local/tmp/busybox
it stays on # nothing more?!
looks like device is not attaching when connected to download mode even if adb.exe devices is executed

Categories

Resources