GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > LG > LG Android based phones

LG Android based phones General LG Android phones discussion, firmwares, solution, root, help

Reply
 
LinkBack Thread Tools Display Modes
Old 11-27-2015, 20:10   #31 (permalink)
No Life Poster
 
jusmejose's Avatar
 
Join Date: Jul 2009
Location: Los Angeles, CA
Posts: 1,923
Member: 1081371
Status: Offline
Thanks Meter: 720

I know all the locations for the FRP is lock into for every model that i have worked with ... just because couple of tools have been released this doesn't mean that is yours COPY and PASTE
  Reply With Quote
Old 11-27-2015, 20:48   #32 (permalink)
Freak Poster
 
Join Date: Nov 2013
Posts: 145
Member: 2058197
Status: Offline
Thanks Meter: 32
Thanks a lot bro, this was gonna get out sooner or later..
either you or the big boxes will be including it
androidhero made his money, i paid him for the tool made my money back in the same day not complaining... time to move on to the next thing, this how this things works
  Reply With Quote
Old 11-27-2015, 21:33   #33 (permalink)
Freak Poster
 
Join Date: Feb 2015
Posts: 386
Member: 2349975
Status: Offline
Thanks Meter: 51
Can this tool remove password from LG E379. How do i do that
  Reply With Quote
Old 11-28-2015, 02:32   #34 (permalink)
No Life Poster
 
jusmejose's Avatar
 
Join Date: Jul 2009
Location: Los Angeles, CA
Posts: 1,923
Member: 1081371
Status: Offline
Thanks Meter: 720
Quote:
Originally Posted by Feturi View Post
Can this tool remove password from LG E379. How do i do that
No it doesn't ... that's a old model ...
  Reply With Quote
Old 11-28-2015, 03:55   #35 (permalink)
Freak Poster
 
Join Date: Nov 2012
Age: 38
Posts: 132
Member: 1836541
Status: Offline
Thanks Meter: 92
Lol copy code android hero then made build by jusmejose
If you want i teach you build Lol
why copy paste edit then create tool by of jusmejose?
  Reply With Quote
The Following 3 Users Say Thank You to tungkick For This Useful Post:
Show/Hide list of the thanked
Old 11-28-2015, 04:53   #36 (permalink)
Insane Poster
 
Join Date: Dec 2013
Location: ben tre
Posts: 62
Member: 2085660
Status: Offline
Thanks Meter: 24
Quote:
Originally Posted by tungkick View Post
Lol copy code android hero then made build by jusmejose
If you want i teach you build Lol
why copy paste edit then create tool by of jusmejose?
Because he is not qualified to write tool
And he can only modify the ones available
  Reply With Quote
The Following 2 Users Say Thank You to Hau Dang For This Useful Post:
Old 11-28-2015, 15:28   #37 (permalink)
Junior Member
 
Join Date: Nov 2015
Posts: 4
Member: 2492908
Status: Offline
Thanks Meter: 4
I'm going to copy Jose's copied program and call it "LG Google Verify Account Tool by 0oGhosto0"

Last edited by 0oGhosto0; 11-28-2015 at 15:34. Reason: added ""
  Reply With Quote
The Following 4 Users Say Thank You to 0oGhosto0 For This Useful Post:
Show/Hide list of the thanked
Old 11-28-2015, 22:45   #38 (permalink)
Junior Member
 
Join Date: Jan 2013
Posts: 28
Member: 1867554
Status: Offline
Thanks Meter: 3
Thanks works great just did lg stylo
  Reply With Quote
Old 11-29-2015, 06:11   #39 (permalink)
Insane Poster
 
Join Date: Sep 2011
Location: Viet Nam
Posts: 67
Member: 1654760
Status: Offline
Thanks Meter: 21
Donate money to this user
Quote:
Originally Posted by 0oGhosto0 View Post
I'm going to copy Jose's copied program and call it "LG Google Verify Account Tool by 0oGhosto0"
"LG Google Verify Account Tool by ""Kiên Cùi Chuối""
  Reply With Quote
The Following 2 Users Say Thank You to khanhthanh_px For This Useful Post:
Old 11-29-2015, 12:01   #40 (permalink)
Freak Poster
 
amr_ibrahim's Avatar
 
Join Date: Feb 2005
Location: egypt
Posts: 468
Member: 119435
Status: Offline
Thanks Meter: 52
thank you lg vs986 done ....
  Reply With Quote
The Following User Says Thank You to amr_ibrahim For This Useful Post:
Old 11-29-2015, 14:38   #41 (permalink)
Freak Poster
 
Join Date: Jun 2014
Posts: 193
Member: 2205304
Status: Offline
Thanks Meter: 52
BAT will be BAT..
exe maker wannabe

Code:
@echo off

set cmdline=
SHIFT /0
@echo off
@echo off 
:inicio
color 0b
cls
set maintile1=              ============================================================
set maintile2=              =                LG Goolge Account Removal                 =
set maintile3=              =                   Created By JusMeJose                   =
set maintile4=              ============================================================
:Start
cls
echo.
echo %maintile1%
echo %maintile2%
echo %maintile3%
echo %maintile4%
echo.
echo 1. LG G4 - All Variants
echo ---------------------------------------------------------------------------
echo 2. LG G Flex/2 - All variants
echo ---------------------------------------------------------------------------
echo 3. LG G Stylo - Leon - Risio - All Variants
echo ---------------------------------------------------------------------------
echo 4. LG G4s Beat
echo ---------------------------------------------------------------------------
echo 5. EXIT
echo ***************************************************************************
echo.

set /p var=Select your model: [1-5]: 
if "%var%"=="1" goto op1
if "%var%"=="2" goto op2
if "%var%"=="3" goto op3
if "%var%"=="4" goto op4
if "%var%"=="5" goto exit

echo. "%var%" Wrong Model, Please select correct model!.
echo.
pause
echo.
goto inicio

:op1
cls
@echo off
echo.
echo ****Device detected****
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" (
echo Serial port not found, please insert the phone manually into Download mode.
echo.
echo Disconnect the USB cable and turn off the phone.
echo Then press and hold the Volume Up button, and while you're doing that connect the USB cable again.
echo.
echo.
) else (

echo.
echo This might take a few minute....please wait...
)

set comPath=
:wait-for-download
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" goto wait-for-download
echo.
ping 127.0.0.1 -n 15 | echo off
echo.
bin\a.exe \\.\%comPath% < bin\vb
echo.
echo Google account Removed!
echo Thank you for using my tool!
echo Enter reboot now
pause
bin\a.exe \\.\%comPath% < bin\leave
pause > nul | echo Press any key to exit...
exit

:op2
cls
@echo off
echo.
echo ****Device detected****
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" (
echo Serial port not found, please insert the phone manually into Download mode.
echo.
echo Disconnect the USB cable and turn off the phone.
echo Then press and hold the Volume Up button, and while you're doing that connect the USB cable again.
echo.
echo.
) else (

echo.
echo This might take a few minute....please wait...
)

set comPath=
:wait-for-download
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" goto wait-for-download
echo.
ping 127.0.0.1 -n 15 | echo off
echo.
bin\a.exe \\.\%comPath% < bin\te
echo.
echo Google account Removed!
echo Thank you for using my tool!
echo Enter reboot now
pause
bin\a.exe \\.\%comPath% < bin\leave
pause > nul | echo Press any key to exit...
exit

:op3
cls
@echo off
echo.
echo ****Device detected****
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" (
echo Serial port not found, please insert the phone manually into Download mode.
echo.
echo Disconnect the USB cable and turn off the phone.
echo Then press and hold the Volume Up button, and while you're doing that connect the USB cable again.
echo.
echo.
) else (

echo.
echo This might take a few minute....please wait...
)

set comPath=
:wait-for-download
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" goto wait-for-download
echo.
ping 127.0.0.1 -n 15 | echo off
echo.
bin\a.exe \\.\%comPath% < bin\ne
echo.
echo Google account Removed!
echo Thank you for using my tool!
echo Enter reboot now
pause
bin\a.exe \\.\%comPath% < bin\leave
pause > nul | echo Press any key to exit...
exit

:op4
cls
@echo off
echo.
echo ****Device detected****
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" (
echo Serial port not found, please insert the phone manually into Download mode.
echo.
echo Disconnect the USB cable and turn off the phone.
echo Then press and hold the Volume Up button, and while you're doing that connect the USB cable again.
echo.
echo.
) else (

echo.
echo This might take a few minute....please wait...
)

set comPath=
:wait-for-download
for /f "tokens=2*" %%a in ('reg query HKLM\hardware\devicemap\SERIALCOMM /v \Device\LG*ANDNETDIAG* 2^>nul ^| find "REG_SZ" 2^>nul') do set "comPath=%%~b"
if "%comPath%" == "" goto wait-for-download
echo.
ping 127.0.0.1 -n 15 | echo off
echo.
bin\a.exe \\.\%comPath% < bin\nz
echo.
echo Google account Removed!
echo Thank you for using my tool!
echo Enter reboot now
pause
bin\a.exe \\.\%comPath% < bin\leave
pause > nul | echo Press any key to exit...
exit

:op5
:exit
    @cls&exit
  Reply With Quote
Old 11-30-2015, 06:23   #42 (permalink)
No Life Poster
 
Join Date: May 2001
Location: Bulgaria
Age: 56
Posts: 4,795
Member: 4627
Status: Online
Sonork: 57528:debeliamark
Thanks Meter: 1,033
May someone will ask an LG for copyrights? He, he, he ...
  Reply With Quote
The Following User Says Thank You to debeliamark For This Useful Post:
Old 12-01-2015, 20:48   #43 (permalink)
Junior Member
 
Join Date: Nov 2015
Posts: 3
Member: 2494232
Status: Offline
Thanks Meter: 0
Hello, everyone!

I'm getting the greyed out "reset phone" option. Has anyone been able to figure out how to bypass that yet?
  Reply With Quote
Old 12-07-2015, 00:58   #44 (permalink)
Major Poster
 
Join Date: Apr 2012
Location: Sonora, Mexico
Posts: 41
Member: 1752222
Status: Offline
Thanks Meter: 13
Thanks.
Working fine in a H343 Cricket.

OS 5.1.1

Options 3.
  Reply With Quote
Old 12-15-2015, 07:48   #45 (permalink)
Junior Member
 
Join Date: Dec 2015
Posts: 1
Member: 2501194
Status: Offline
Thanks Meter: 1
Lg Risio from cricket

how do you bypass google verification . my daughter don't remember her password. she got locked out so I factory reset her phone now im stuck on this screen . I just bought this phone a month and a half ago for her birthday. I took it to cricket they clueless. was there for a hour and didn't accomplish nothing
  Reply With Quote
The Following User Says Thank You to Fixxsation For This Useful Post:
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 06:06.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.19408 seconds with 8 queries

SEO by vBSEO