[Q] LG L9ii Lockout softbrick - LG Optimus L3 II, L5 II, L7 II, L9 II

hello to all,
I've got a big problem with the LG L9 ii. I lend it from a friend because my Samsung Galaxy is broken A few days ago some stupid guys at a party play around with the LG and give several trys to bypass the locking screen.... Now its locked... The problem I had is the LG isn't rooted, the mobile internet is off, usb debugging disabled also.... and unsurprisingly no backup :good: Hardreset was not the real deal...
google play login are useless before I can turn on the mobile internet. If I try to boot up into Stock-Recovery I got only this... (in attachment):
preferable:
fix the stockrecovery or flash CWM to do a nand backup
update.zip to turn on usb debugging, activate mobile internet via adb
Everybody an idea?
Thanks in advance!
Tim
update:
In Downloadmodus I can write cat /system/build.prop and I become Output.....
If I write adb devices... no device
I used all avalaible drivers but nothing worked....
The idea was:
adb push sqlite3 /system/xbin/sqlite3
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
update secure set value=1 where name="mobile_data";
but... no device....

Weisser.Wolf said:
hello to all,
I've got a big problem with the LG L9 ii. I lend it from a friend because my Samsung Galaxy is broken A few days ago some stupid guys at a party play around with the LG and give several trys to bypass the locking screen.... Now its locked... The problem I had is the LG isn't rooted, the mobile internet is off, usb debugging disabled also.... and unsurprisingly no backup :good: Hardreset was not the real deal...
google play login are useless before I can turn on the mobile internet. If I try to boot up into Stock-Recovery I got only this... (in attachment):
preferable:
fix the stockrecovery or flash CWM to do a nand backup
update.zip to turn on usb debugging, activate mobile internet via adb
Everybody an idea?
Thanks in advance!
Tim
update:
In Downloadmodus I can write cat /system/build.prop and I become Output.....
If I write adb devices... no device
I used all avalaible drivers but nothing worked....
The idea was:
adb push sqlite3 /system/xbin/sqlite3
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
update secure set value=1 where name="mobile_data";
but... no device....
Click to expand...
Click to collapse
Friend try to change the sim cards simultaneously it may help u to activate the mobile data and try to login
If I helped u click on the thanks button

Related

[Q] LG myTouch Root

Hi, I just purchased the new LG myTouch (all myTouches are now made by LG) from tmobile and I have been trying to root it with no luck. I have been trying to use superoneclick but it always gets to step 7 and stops working. I made sure my SD card is unmounted, the phone has USB debugging turned on, I have tried the pdanet method, and I tried unplugging and replugging the USB cord but it always stops on step 7. The phone has android 2.3.4 but I have seen other threads where people with 2.3.4 got their phones rooted so why can't I? Any ideas?
Sorry if I'm posting this in the wrong place but there is no forum dedicated to this phone. I'm guessing because it just came out this month.
i just got the Q for my girl, i was wondering the same, just to remove the bloat. can someone please point me to the right direction?
Just checking in to see if anyone has found any answers.
Network24 said:
Hi, I just purchased the new LG myTouch (all myTouches are now made by LG) from tmobile and I have been trying to root it with no luck. I have been trying to use superoneclick but it always gets to step 7 and stops working. I made sure my SD card is unmounted, the phone has USB debugging turned on, I have tried the pdanet method, and I tried unplugging and replugging the USB cord but it always stops on step 7. The phone has android 2.3.4 but I have seen other threads where people with 2.3.4 got their phones rooted so why can't I? Any ideas?
Sorry if I'm posting this in the wrong place but there is no forum dedicated to this phone. I'm guessing because it just came out this month.
Click to expand...
Click to collapse
where can i find these threads? can you point me to it... maybe i can try and find something, or do something different and help out with solving it.
EDIT: did these threads say for the MTQ or was it just a thread for a random 2.3.4 device?
The threads I saw were just for a random 2.3.4 device. I saw another thread on xda with someone trying to root this phone but just like this thread no one is answering.
Has anyone found any methods to root this phone?
Success!
After several attempts to root via SuperOneClick 2.2, I tried something totally random from another LG rooting thread that seems to have worked. Install ADB, then do:
WINDOWS> adb shell
$ echo 1 > /data/local/lge_adb.conf
$ exit
Then run SuperOneClick 2.2 and it should root properly.
I will have to give this a try on one of my Windows PC's. Linux and SuperOneClick are not playing nice together right now.
+1
Good Job Man....Worked for me. Have root and superuser.
Ditto! Root, & Superuser
== Instructions that worked for me ==
- Download myTouch Q drivers (Search "mytouch Q usb drivers" - Can't post links yet! XD )
- Check that adb recognizes device: C:\> adb devices
- Follow eamondaly's instructions:
WINDOWS> adb shell
$ echo 1 > /data/local/lge_adb.conf
$ exit
Click to expand...
Click to collapse
- Run SuperOneClick v2.2
- Wait for phone to reboot (SuperOneClick seems to be paused)
- Reset USB debugging (mine was turned off after reboot)
- Wait for SuperOneClick to finish.
- Enjoy rooted phone
Thanks
Okay thanks for the root methods greatly appreciated but now I am starting to get into developing anyone can teach me how to make a system dump to try and make my own roms I am a fast learner ort at least point me in right direction thanks again
Im not shure if im doing something wrong, i had better luck rooting an xperia play, a Droid X, and a htc mytouch, but this lg mytouch wont go for me. I tryed runing adb, i know how to use, was doing a little programming with it and eclipse. Anyhow, typed everything in and this is what my cmd shell looked like...
C:\ADB>adb shell
$ echo 1> /data/local/lge_adb.conf
echo 1> /data/local/lge_adb.conf
$ exit
exit
Then i tryed running superoneclick , tryed root and shell root, neither seem to work, it goes threw some and then hangs. my phone disconnects and reconects, thats it though. i checked in terminal, typed su, access is denied. i tryed it with debugging on and off, sd mounted and not.
Any ideas or tips. im using windows vista.
DMOYER said:
Im not shure if im doing something wrong, i had better luck rooting an xperia play, a Droid X, and a htc mytouch, but this lg mytouch wont go for me. I tryed runing adb, i know how to use, was doing a little programming with it and eclipse. Anyhow, typed everything in and this is what my cmd shell looked like...
C:\ADB>adb shell
$ echo 1> /data/local/lge_adb.conf
echo 1> /data/local/lge_adb.conf
$ exit
exit
Then i tryed running superoneclick , tryed root and shell root, neither seem to work, it goes threw some and then hangs. my phone disconnects and reconects, thats it though. i checked in terminal, typed su, access is denied. i tryed it with debugging on and off, sd mounted and not.
Any ideas or tips. im using windows vista.
Click to expand...
Click to collapse
you are running under admin right I know silly question but had to as lol
Thanks eamondaly
I just want to thank eamondaly for this method. I just ran superoneclick 2.3.1 and it worked perfectly. I don't know if it was your method that worked or if superoneclick 2.3.1 fixed it but all that matters is my phone is now rooted. Thanks.
Thanks a lot for the root method, I've been waiting patiently for this. Now can we get to making mods for this phone now?
Edit: Anyone having trouble sending/receiving MMS messages? I cant seem to send or receive them.
I was having an issue with receiving MMS on both my wife's and my phone. Ditching the stock messaging client and downloading Handcent resolved it for both.
Switching MMS apps didn't work. Tried a number of countless APN setups. I just decided to unroot and factory reset. Everything is working again.
titanium pro back up image
hey all,
Im sure this is a random spot for this but, since we dont have a home yet.
Im looking for a stock back up image (Titanium backup pro)with all apps and system settings. I think I may have cleared out a system file or two when cleaning out all the Tmo bloat.
Any help or other suggestions would be great.
I found another way to root easily. http://www.unlockroot.com download, install and click root. I had issues with superoneclick and the adb method but this gave me full root with superuser and now I am happy that all the t-mobile crapware is gone
I'm trying to root my T-Mobile MyTouch Q and not having any luck. It's Android 2.3.6, but I tried running "echo 1 > /data/local/lge_adb.conf" and I get a permission denied error. I tried SuperOneClick version 2.2 and 2.3.3. SuperOneClick gets to step 7 than hangs and nothing happens. It says waiting for device. I also tried Unlock Root and it fails to get shell root. I searched all over google and the xda forums, but all say to run that command then run SuperOneClick and that hasn't worked for me. Anyone have any ideas?

Stuck at Bootlogo LG E510 [pls move if inappropriate] - SOLVED

Hello guys,
Ive been lurking here for a while and i finally thought about joining the gang.
I cant find the LG E510 thread here so please move my thread if this place is inappropriate. Thank you.
I updated this E510 via the LG mobile support software and the install [after downloading firmware] got stuck at around 4% then at 14%
The software prompted me to remove the phone from connection, pull out the battery then try again. Now its stuck at boot screen.
I can start up the "Emergency Mode", where its the only way my PC can recognize the device connected. I tried using the LG software again but i get this:
Hard reset is said to be VolDown + Home + Power On yet it doesnt work, only gets to logo.
This is an unrooted phone that why i used LG-provided update software.
THe PC can detect the devices and installed drivers. The software can too, but this error is persistent.
A friend said something about disabling the LG modem in the device manager but i still get this error.
I have ADB which i used sometime ago with my HTC but the ADB says device not found.
Any help would be appreciated.
Thank you very much.
*** SOLVED
I dont know what exactly made it work but i did the following.
Disabled [not uninstall] all other devices installed by the phone except the LG Android Platform
- disable and restart. if uninstall is used windows will just install it again after restart. disable.
- may be a problem with my PC that it has difficulties connecting with the phone if the other child devices are on
Uninstalled the Update Software and Installed it again
This time i clicked Options > Update Recovery
- prompted for my Phone Model + SN or just the IMEI <- brainfart on my part shouldve seen this earlier
The software downloaded the exact same firmware V10H_00.kdz and installed it. Success!
Maybe there was something bad with the first one i downloaded being on WiMax connectivity.
I feel so stupid right now being unobservant and all...
Anyway thank you!

Help needed to bypass Lock Screen

Hi, I am trying to unlock a Galaxy J1 Ace SM-J111F/DS for my colleague. The phone belonged to his younger brother who had passed away in an accident, now that he's gone, we have no information as to now to unlock his phone.
I have tried researching and searching around for methods but to no avail. I was hoping maybe someone here could provide some assistance
A factory reset is out of the question as he needed to access information stored inside the phone
Some device details:
Device is locked by a pattern lock
Unable to unlock via Google account(No one in his family knows his account name/password)
Phone is not Rooted
Phone is FRP Locked
Things I have wanted to try and done so far:
Intended to flash a bypass to unlock the lock screen
Attempted to flash a custom recovery in order to flash the bypass, however FRP is locked and it does not allow a custom recovery to be flashed
Attempted various methods of "security exploits" to unlock, but appears to be patched on current firmware
Tried to search methods of unlocking FRP, however all the methods I've seen so far requires access to developers option, or requires a flash of stock firmware.
Tried accessing device via ADB, however it does not work as USB debugging is not enabled
I'm currently out of options trying to do this by myself, we would really appreciate it if someone could help us out in this
If powered on, and plugged in to PC, is it 'seen' at all?
robneymcplum said:
If powered on, and plugged in to PC, is it 'seen' at all?
Click to expand...
Click to collapse
Yes, it is "seen", but I can't do anything else to it
If it is seen, there is a chance you can get data off it.
You can install' minimal ADB and fastboot' and the USB drivers for the phone on your PC. If the phone is not encrypted you should be able to browse the phone storage in an adb shell and to copy files or directories with adb pull.
gl
Chilli
Chilli71 said:
You can install' minimal ADB and fastboot' and the USB drivers for the phone on your PC. If the phone is not encrypted you should be able to browse the phone storage in an adb shell and to copy files or directories with adb pull.
gl
Chilli
Click to expand...
Click to collapse
I have tried that as well, the only way I can get the phone to appear under "adb devices" is to select "apply update from adb" via recovery, even then it's only via sideloads, running shell returns an error
XenoJin said:
I have tried that as well, the only way I can get the phone to appear under "adb devices" is to select "apply update from adb" via recovery, even then it's only via sideloads, running shell returns an error
Click to expand...
Click to collapse
Ill jump in this one to. im in a similar situation. I have a lg g vista that no conventional method is working to bypass frp. Device is not encrypted. My prob is. I believe if i can downgrade back to stock kk which the phone was released with it didnt hve frp then so bam im in. But lgflash tool wont downgrade. Always errors. Loads of diffrent settings have been made. Also followed guides to a t.
But in ure case to if it is possible to dlmode and odin back to kk or earlier u should the be able to skil the google login totally. I dont know if ure device came with kk from factory or lolipop. Frp was implemented in loli so kk should be good. Maybe
Two comments:
1) I have a Huawei G8 in front of me. I worked all weekend with it with bootloader/fastboot. I wanted to test the lock screen/adb behavior, But to my surprise ADB does not find it w/ and w/o lockscreen. --> There are different possibilities why the phone does not show up (it worked in the past with this phone/notebook, but quit working). Before you flash make sure that your setup is working (best with an identical mobile). It seems that USB connection can behave different in Bootloader/Recover/Android OS mode.
2) I made a dirty flash (w/o erasing flash) of Lollipop over Marschmallow last weekend. The result was that many directories including SDCard0 where not accessible. Also user data was not accessible. And you have always the chance that you mess something up when flashing and you loose the content.
If the data is really important your friend could pay a data rescue company (if you don't loose your face). I'm pretty sure that programs exist that can be loaded into RAM with bootloader (fastboot boot) that provide an interface to the PC (in the easiest case, adb again).
Chilli

[Help][Alcatel Ideal 4060A] QnA fast response

This thread for question and answer. Reserved.
Hey I need your help. I have edited /fstab.qcom file(backup fastab.qcom.bak). I can start TWRP but I don't where the "root" partition is?
/-
|- /system is patirtion
|- /data is patirtion
But where is / itself
I tried restoring boot partition from dd IMG that I had, but it didn't help. Help me please. It's urgent. My phone was only phone. This is my only phone.
Someone tell me where are / or root are stored
ro.build.id=LMY47V
ro.build.version.security_patch=2017-07-01
ro.product.name=Alcatel_4060A
def.tctfw.brandMode.name=Alcatel IDEAL
def.tctfw.build.number=M7UUAU1
ro.product.pcsuite=Alcatel IDEAL
Does this version support VoLTE Video call?
Has anyone realise sudden changes in brightness to 100% while using ?
Well I happens with my phone. Sometime at night when I set brightness to minimum and using my phone the brightness increases. To set to minimum I change the valve by sliding then back to minimum.
Are you guys are suffering from this problem or its just me.
Does this phone support usb otg?
Why my contact app is showing nickname, how can I disable this, I tried installing google contact, but no success, looks like problem of OS not contact app.
kdm6389 said:
Has anyone realise sudden changes in brightness to 100% while using ?
Well I happens with my phone. Sometime at night when I set brightness to minimum and using my phone the brightness increases. To set to minimum I change the valve by sliding then back to minimum.
Are you guys are suffering from this problem or its just me.
Click to expand...
Click to collapse
Fixed by M7UUAU1 ROM
@Chupi383 I want to draw your lillte attantion for once to post number #3, #5, #6. These are not serious issue. just i want to know if u have suffered these problem, maybe you have fix to share with us.
The root partition on Android is always in the initrd in the boot partition.
I see no option for video call of any sort on any firmware for this phone. It is designed for US use, and video call isn't a standard feature here.
No, USB OTG is not supported. The software stack for it is present, so some USB OTG detector apps will tell you it's supported, but the hardware for it is not there. I plugged in a few devices with USB OTG adapters that work on my Galaxy S7 Edge and nothing happens -- no power to the device, nothing detected on the phone. Even using a tee adapter that lets me power both the device and phone USB port, the phone doesn't enumerate or detect the device.
I have been using Google's contacts app successfully and it works well. I haven't tried assigning a "nickname" to a contact. It just shows their first and last name as I've entered them.
Brightness does randomly change to 100% on some firmware versions. Best I can tell, it only happens with USB debugging enabled, or possibly only after connecting to the phone on adb. Disable USB debugging and reboot after you're done hacking and it shouldn't do that anymore.
Alcatel 4060a I rooted device using kingoroot or king root with purify already with it, I obtained root ,used phone. I removed system apps n bloatware. Ok then I wanted to give my phone away airgo I took back root access, n went n removed all my Google account s then went into phone settings, and reset it. Well erased n Reeset. As soon as I hit the reset button. It went to black then Alcatel powered by Android screen. Now is stuck can't get it to boot to anything. My computer recognizes but when I run adb command window says no connected devices. Help me please like step by step instructions please
ashluvsgary420 said:
Alcatel 4060a I rooted device using kingoroot or king root with purify already with it, I obtained root ,used phone. I removed system apps n bloatware. Ok then I wanted to give my phone away airgo I took back root access, n went n removed all my Google account s then went into phone settings, and reset it. Well erased n Reeset. As soon as I hit the reset button. It went to black then Alcatel powered by Android screen. Now is stuck can't get it to boot to anything. My computer recognizes but when I run adb command window says no connected devices. Help me please like step by step instructions please
Click to expand...
Click to collapse
adb dont work on reseted phone, to anable you have to go setting > developer mode > USB debugging.
or wait for 30min to start phone since it take little time after reset
or you have bricked your alcatel
try using
Code:
$ [B]fastboot -i 0x1bbb devices[/B]
ashluvsgary420 said:
Alcatel 4060a I rooted device using kingoroot or king root with purify already with it, I obtained root ,used phone. I removed system apps n bloatware. Ok then I wanted to give my phone away airgo I took back root access, n went n removed all my Google account s then went into phone settings, and reset it. Well erased n Reeset. As soon as I hit the reset button. It went to black then Alcatel powered by Android screen. Now is stuck can't get it to boot to anything. My computer recognizes but when I run adb command window says no connected devices. Help me please like step by step instructions please
Click to expand...
Click to collapse
Go to through https://forum.xda-developers.com/android/general/super-guide-alcatel-one-touch-4060a-t3621525 to unbrick

Help with my passcode locked Tracfone LG Rebel 4 - LML212VL - Download Mode

I have a passcode locked LG Rebel 4 - LML212VL and cant get into download mode.. Ideas?
I need to recover a clients data and the only way for me to do this is through LGLAF or with a box that can remove the pattern lock.. However all ive managed to get to is recovery and that is it.. No download mode.. Being a Tracfone i know fastboot is disabled but download mode should not be. Now seeing that it is passcode locked is there a chance a security feature is blocking me from getting to Download mode??
Any help is much appreciated.
@noidodroid
If device is accesable in ADB mode, why don't pull out the data in question?
Code:
adb devices
adb pull <remote data location> <local location>
jwoegerbauer said:
@noidodroid
If device is accesable in ADB mode, why don't pull out the data in question?
Code:
adb devices
adb pull <remote data location> <local location>
Click to expand...
Click to collapse
Yeah if I could enable ADB i would do this. However i'm stuck on passcode screen. Know any ways?
noidodroid said:
I have a passcode locked LG Rebel 4 - LML212VL and cant get into download mode.. Ideas?
I need to recover a clients data and the only way for me to do this is through LGLAF or with a box that can remove the pattern lock.. .
Click to expand...
Click to collapse
The LG tools like LGUP will change the mode when necessary.
They do it by sending an AT command... AT%DLOAD
What next then? The data is still encrypted...
:fingers-crossed:
@noidodroid or whoever might need this.
Here is how to use AT...
First check in Device Manager (devmgmt. msc) what COM port LG is using - under the Modems.
Then use Putty terminal or similar program to give the command(s).
Or "blindly" by using dos prompt. (You don't see the answers. )
First get the port to use and then echo the command.
Code:
[B]reg query HKLM\hardware\devicemap\SERIALCOMM[/B]
\Device\LGANDNET[B]MDM0[/B] REG_SZ [B]COM##[/B] <--use this
\Device\LGANDNETDIAG1 REG_SZ COM$$
[B]echo AT%DLOAD>\\.\COM##[/B]
AT commands taken from my LG's /system/bin/atd , laf probably have some more...
AT#CLS, AT$LGAPP, AT$NSRI, AT$PRL, AT%AATEND, AT%AATFULL, AT%AATINIT, AT%AATORDERSET, AT%AATSET, AT%AATSTART, AT%ACCEL, AT%ACS, AT%ALC, AT%ANTCONF, AT%ANTINFO, AT%BAROMETER, AT%BATL, AT%BATMP, AT%BATT, AT%BATTLEVEL, AT%BATTTEMP, AT%BATTTEMPINFO, AT%BCPE, AT%BCPL, AT%BLEDSTART, AT%BLEDSTOP, AT%BTAD, AT%BTLER, AT%BTLET, AT%BTTM, AT%BUILDDATE, AT%CALCK, AT%CALDT, AT%CAMP, AT%CAMPREQ, AT%CHANGEWTR, AT%CHARGE, AT%CHARGINGMODEOFF, AT%CHCOMP, AT%CHECKFOTAPACKAGE, AT%CHIPSET, AT%CLOCKSTATUSCPU, AT%CLOCKSTATUSGPU, AT%CLOCKSTATUSSETCPU, AT%CMDLOCK, AT%CMPCPUFULL, AT%CODECRC, AT%COMPASS, AT%COVERDETECT, AT%CPUFULL, AT%CPUFULLINFO, AT%CSN, AT%DATST, AT%DBCHK, AT%DBCOPY, AT%DBDUMP, AT%DCTEST, AT%DETACH, AT%DEVICEID, AT%DEVICETEST, AT%DLOAD, AT%DTLOGCAT, AT%EARJACK, AT%ECALL, AT%EFUSECHECK, AT%EFUSEENABLE, AT%EFUSERESULT, AT%EFUSEVERIFICATION, AT%EMMCSIZE, AT%EMMREJECT, AT%EMT, AT%ENCRYPT, AT%ENCRYPTMOUNTDATA, AT%ENCRYPTONBOOT, AT%ETM, AT%FBOOT, AT%FIDOCHECK, AT%FIDOERASE, AT%FIDOWRITE, AT%FILECRC, AT%FKPD, AT%FLIGHT, AT%FMR, AT%FPCKBOARD, AT%FPRICRC, AT%FPRUBSTAMP, AT%FPSPI, AT%FPZONE, AT%FRST, AT%FRSTSTATUS, AT%FSM, AT%FSMDRESULT, AT%FSMMIC, AT%FSMMODE, AT%FSMRESULT, AT%FSMSTART, AT%FSMSTATUS, AT%FSMVERSION, AT%FTM, AT%FTMMAGIC, AT%FUELRST, AT%FUELVAL, AT%FUSE, AT%FUSECHECK, AT%FUSG, AT%GERANCAPDISABLE, AT%GKPD, AT%GNSS, AT%GNSS1, AT%GPIO, AT%GREBOOTSTATUSCLR, AT%GSTATUS, AT%GSTATUSCLR, AT%GWIFI, AT%GWLANSSID, AT%GYRO, AT%HALLIC, AT%HDCP, AT%HDCPERASE, AT%HDCPID, AT%HDCPST, AT%HMEXT, AT%HWVER, AT%IDDE, AT%IMEI, AT%IMEI2, AT%IMEI3, AT%IMPL, AT%IMSTESTMODE, AT%INFO, AT%IRRC, AT%ISSIM, AT%KCAL, AT%KEYLOCK, AT%KPHVERSION, AT%KSANTITHEFTSTATUS, AT%KSCHECKLOCK, AT%KSDOUNLOCK, AT%KSGETEXTRA, AT%KSGETLAFLOCK, AT%KSOSTYPE, AT%KSSERIALNO, AT%KSTYPE, AT%KSUNLOCKSTATUS, AT%KSWITCH, AT%LCATT, AT%LCD, AT%LCDCAPTURE, AT%LCIMSSETCFG, AT%LED, AT%LEDON, AT%LGANDROID, AT%LGATSERVICE, AT%LGPWD, AT%LOGSAVE, AT%LOGSERVICE, AT%LTEAUTHFAIL, AT%LTECALL, AT%LTERFMODE, AT%LTL, AT%LTR, AT%LTRST, AT%MAC, AT%MAINCAMERAID, AT%MAXCPU, AT%MAXCT, AT%MDATE, AT%MDMLOG, AT%MDMPVS, AT%MEID, AT%MIMOANTCHECK, AT%MINIOS, AT%MLT, AT%MMCCONTENTSINTEGRITY, AT%MMCFACTORYFORMAT, AT%MMCFORMAT, AT%MMCISFORMATTED, AT%MMCTOTALSIZE, AT%MMCUSEDSIZE, AT%MOBICORE, AT%MOBICOREERASE, AT%MODELNAME, AT%MODEMCHK, AT%MODEMRESET, AT%MOT, AT%MPDECISION, AT%MPT, AT%MSN, AT%MTSLOG, AT%MTSLOGERS, AT%MTSLOGGET, AT%NCM, AT%NFC, AT%NTCODE, AT%NTCODECHANGE, AT%NTSWAP, AT%ONECMD, AT%OPNAMEREAD, AT%OPRESIZECHECK, AT%OSPPWDINIT, AT%OSVER, AT%PCBREV, AT%PMRST, AT%PNUM, AT%POWEROFF, AT%PRECPUFULL, AT%PROCCAT, AT%PROPTCAT, AT%PROXIMITY, AT%PROXIMITYCAL, AT%PSCAT, AT%PSELFDE, AT%PST, AT%PTNCLR, AT%QEM, AT%QFUSEVERI, AT%RADIATIONRESULT, AT%RAMSIZE, AT%RCT, AT%REATTACH, AT%RESTART, AT%RFDEVCHK, AT%RPMBMANUALPROVISIONING, AT%RPMBSTATUSCHECK, AT%RTC, AT%SAATRESULT, AT%SATPC, AT%SATPC2, AT%SCHK, AT%SDCHECK, AT%SELFDRESULT, AT%SEQCPUFULL, AT%SERIALNO, AT%SETREV, AT%SIMID, AT%SIMIMSI, AT%SIMOFF, AT%SIMPWDINIT, AT%SIMTRAY, AT%SLEN, AT%SLTYPE, AT%SPTCHK, AT%SPTLOCK, AT%SPTUNLOCK, AT%STARTDAYCHECK, AT%STARTFOTAPACKAGE, AT%SUBCAMERAID, AT%SUFFIX, AT%SULC, AT%SURV, AT%SWCV, AT%SWFV, AT%SWOV, AT%SWV, AT%SYSCAT, AT%TESTPATTERN, AT%TETHER, AT%THEME, AT%THERMALENGINE, AT%TOTALCRC, AT%TOUCHFWVER, AT%TOUCHLOG, AT%TSENS, AT%ULCV, AT%ULCW, AT%USB, AT%USBIDADC, AT%USBMODE, AT%USERDATASIZE, AT%VCOIN, AT%VLC, AT%VSLT, AT%VSLT2, AT%VSLT3, AT%VSLT4, AT%VZWAPNE, AT%VZWHM, AT%VZWIOTHM, AT%WALLPAPER, AT%WEBFLAG, AT%WLAN, AT%WLANCH, AT%WLANPING, AT%WLANR, AT%WLANT, AT%WORKFRSTMODEON, AT%XOTEMP, AT+CCLK, AT+CFUN, AT+CGMI, AT+CGMM, AT+CGMR, AT+CNUM, AT+CSDF, AT+CSO, AT+ESLP, AT+ESUO, AT+FUMO, AT+GCI, AT+GMI, AT+GMM, AT+LED, AT+MTC, AT+OMADM, AT+PRL, [email protected], [email protected], [email protected]
CXZa said:
@noidodroid or whoever might need this.
Here is how to use AT...
First check in Device Manager (devmgmt. msc) what COM port LG is using - under the Modems.
Then use Putty terminal or similar program to give the command(s).
Or "blindly" by using dos prompt. (You don't see the answers. )
First get the port to use and then echo the command.
Code:
[B]reg query HKLM\hardware\devicemap\SERIALCOMM[/B]
\Device\LGANDNET[B]MDM0[/B] REG_SZ [B]COM##[/B] <--use this
\Device\LGANDNETDIAG1 REG_SZ COM$$
[B]echo AT%DLOAD>\\.\COM##[/B]
AT commands taken from my LG's /system/bin/atd , laf probably have some more...
AT#CLS, AT$LGAPP, AT$NSRI, AT$PRL, AT%AATEND, AT%AATFULL, AT%AATINIT, AT%AATORDERSET, AT%AATSET, AT%AATSTART, AT%ACCEL, AT%ACS, AT%ALC, AT%ANTCONF, AT%ANTINFO, AT%BAROMETER, AT%BATL, AT%BATMP, AT%BATT, AT%BATTLEVEL, AT%BATTTEMP, AT%BATTTEMPINFO, AT%BCPE, AT%BCPL, AT%BLEDSTART, AT%BLEDSTOP, AT%BTAD, AT%BTLER, AT%BTLET, AT%BTTM, AT%BUILDDATE, AT%CALCK, AT%CALDT, AT%CAMP, AT%CAMPREQ, AT%CHANGEWTR, AT%CHARGE, AT%CHARGINGMODEOFF, AT%CHCOMP, AT%CHECKFOTAPACKAGE, AT%CHIPSET, AT%CLOCKSTATUSCPU, AT%CLOCKSTATUSGPU, AT%CLOCKSTATUSSETCPU, AT%CMDLOCK, AT%CMPCPUFULL, AT%CODECRC, AT%COMPASS, AT%COVERDETECT, AT%CPUFULL, AT%CPUFULLINFO, AT%CSN, AT%DATST, AT%DBCHK, AT%DBCOPY, AT%DBDUMP, AT%DCTEST, AT%DETACH, AT%DEVICEID, AT%DEVICETEST, AT%DLOAD, AT%DTLOGCAT, AT%EARJACK, AT%ECALL, AT%EFUSECHECK, AT%EFUSEENABLE, AT%EFUSERESULT, AT%EFUSEVERIFICATION, AT%EMMCSIZE, AT%EMMREJECT, AT%EMT, AT%ENCRYPT, AT%ENCRYPTMOUNTDATA, AT%ENCRYPTONBOOT, AT%ETM, AT%FBOOT, AT%FIDOCHECK, AT%FIDOERASE, AT%FIDOWRITE, AT%FILECRC, AT%FKPD, AT%FLIGHT, AT%FMR, AT%FPCKBOARD, AT%FPRICRC, AT%FPRUBSTAMP, AT%FPSPI, AT%FPZONE, AT%FRST, AT%FRSTSTATUS, AT%FSM, AT%FSMDRESULT, AT%FSMMIC, AT%FSMMODE, AT%FSMRESULT, AT%FSMSTART, AT%FSMSTATUS, AT%FSMVERSION, AT%FTM, AT%FTMMAGIC, AT%FUELRST, AT%FUELVAL, AT%FUSE, AT%FUSECHECK, AT%FUSG, AT%GERANCAPDISABLE, AT%GKPD, AT%GNSS, AT%GNSS1, AT%GPIO, AT%GREBOOTSTATUSCLR, AT%GSTATUS, AT%GSTATUSCLR, AT%GWIFI, AT%GWLANSSID, AT%GYRO, AT%HALLIC, AT%HDCP, AT%HDCPERASE, AT%HDCPID, AT%HDCPST, AT%HMEXT, AT%HWVER, AT%IDDE, AT%IMEI, AT%IMEI2, AT%IMEI3, AT%IMPL, AT%IMSTESTMODE, AT%INFO, AT%IRRC, AT%ISSIM, AT%KCAL, AT%KEYLOCK, AT%KPHVERSION, AT%KSANTITHEFTSTATUS, AT%KSCHECKLOCK, AT%KSDOUNLOCK, AT%KSGETEXTRA, AT%KSGETLAFLOCK, AT%KSOSTYPE, AT%KSSERIALNO, AT%KSTYPE, AT%KSUNLOCKSTATUS, AT%KSWITCH, AT%LCATT, AT%LCD, AT%LCDCAPTURE, AT%LCIMSSETCFG, AT%LED, AT%LEDON, AT%LGANDROID, AT%LGATSERVICE, AT%LGPWD, AT%LOGSAVE, AT%LOGSERVICE, AT%LTEAUTHFAIL, AT%LTECALL, AT%LTERFMODE, AT%LTL, AT%LTR, AT%LTRST, AT%MAC, AT%MAINCAMERAID, AT%MAXCPU, AT%MAXCT, AT%MDATE, AT%MDMLOG, AT%MDMPVS, AT%MEID, AT%MIMOANTCHECK, AT%MINIOS, AT%MLT, AT%MMCCONTENTSINTEGRITY, AT%MMCFACTORYFORMAT, AT%MMCFORMAT, AT%MMCISFORMATTED, AT%MMCTOTALSIZE, AT%MMCUSEDSIZE, AT%MOBICORE, AT%MOBICOREERASE, AT%MODELNAME, AT%MODEMCHK, AT%MODEMRESET, AT%MOT, AT%MPDECISION, AT%MPT, AT%MSN, AT%MTSLOG, AT%MTSLOGERS, AT%MTSLOGGET, AT%NCM, AT%NFC, AT%NTCODE, AT%NTCODECHANGE, AT%NTSWAP, AT%ONECMD, AT%OPNAMEREAD, AT%OPRESIZECHECK, AT%OSPPWDINIT, AT%OSVER, AT%PCBREV, AT%PMRST, AT%PNUM, AT%POWEROFF, AT%PRECPUFULL, AT%PROCCAT, AT%PROPTCAT, AT%PROXIMITY, AT%PROXIMITYCAL, AT%PSCAT, AT%PSELFDE, AT%PST, AT%PTNCLR, AT%QEM, AT%QFUSEVERI, AT%RADIATIONRESULT, AT%RAMSIZE, AT%RCT, AT%REATTACH, AT%RESTART, AT%RFDEVCHK, AT%RPMBMANUALPROVISIONING, AT%RPMBSTATUSCHECK, AT%RTC, AT%SAATRESULT, AT%SATPC, AT%SATPC2, AT%SCHK, AT%SDCHECK, AT%SELFDRESULT, AT%SEQCPUFULL, AT%SERIALNO, AT%SETREV, AT%SIMID, AT%SIMIMSI, AT%SIMOFF, AT%SIMPWDINIT, AT%SIMTRAY, AT%SLEN, AT%SLTYPE, AT%SPTCHK, AT%SPTLOCK, AT%SPTUNLOCK, AT%STARTDAYCHECK, AT%STARTFOTAPACKAGE, AT%SUBCAMERAID, AT%SUFFIX, AT%SULC, AT%SURV, AT%SWCV, AT%SWFV, AT%SWOV, AT%SWV, AT%SYSCAT, AT%TESTPATTERN, AT%TETHER, AT%THEME, AT%THERMALENGINE, AT%TOTALCRC, AT%TOUCHFWVER, AT%TOUCHLOG, AT%TSENS, AT%ULCV, AT%ULCW, AT%USB, AT%USBIDADC, AT%USBMODE, AT%USERDATASIZE, AT%VCOIN, AT%VLC, AT%VSLT, AT%VSLT2, AT%VSLT3, AT%VSLT4, AT%VZWAPNE, AT%VZWHM, AT%VZWIOTHM, AT%WALLPAPER, AT%WEBFLAG, AT%WLAN, AT%WLANCH, AT%WLANPING, AT%WLANR, AT%WLANT, AT%WORKFRSTMODEON, AT%XOTEMP, AT+CCLK, AT+CFUN, AT+CGMI, AT+CGMM, AT+CGMR, AT+CNUM, AT+CSDF, AT+CSO, AT+ESLP, AT+ESUO, AT+FUMO, AT+GCI, AT+GMI, AT+GMM, AT+LED, AT+MTC, AT+OMADM, AT+PRL, [email protected], [email protected], [email protected]
Click to expand...
Click to collapse
Right on man! These are definitely helpful. I was using some AT tools and a script to run all commands in a database i have to see which were compatible with certain LG phones but I never got to finish the project. Now my only problem with this phone. here is i get no modem / com ports. I think it is possibly a security feature? I could see LG locking out people from download mode when phone is passcode locked unless they goto recovery and wipe it...
I need to find another way to do this or a way using FWUL, MAID etc (once modem recognized) unless someone knows how to get the modem to work.
Thanks for the wonderful information bro i will definitely save it and make use of it. Love toying around with AT commands, always have.
noidodroid said:
Now my only problem with this phone. here is i get no modem / com ports. I think it is possibly a security feature? I could see LG locking out people from download mode when phone is passcode locked unless they goto recovery and wipe it...
I need to find another way to do this or a way using FWUL, MAID etc (once modem recognized) unless someone knows how to get the modem to work.
Click to expand...
Click to collapse
Tried with my LG10 2017 m250n. Even with secure startup the com ports work, adb doesn't though.... Also recovery shows some COM ports. It's shows it as LG device, but there is no driver installed. Maybe reinstalling the driver package would help, IDK..
edit:
Those recovery COM ports show only if you enter recovery from laf download mode and quite shortly too.
HKEY_LOCAL_MACHINE\hardware\devicemap\SERIALCOMM
\Device\LGSIDIAG1 REG_SZ COMxx
\Device\LGSIMDM0 REG_SZ COMyy
Also noticed that both LGANDNETMDM# or LGANDNETDIAG# device will do... goes to DLOAD mode..
CXZa said:
Tried with my LG10 2017 m250n. Even with secure startup the com ports work, adb doesn't though.... Also recovery shows some COM ports. It's shows it as LG device, but there is no driver installed. Maybe reinstalling the driver package would help, IDK..
edit:
Those recovery COM ports show only if you enter recovery from laf download mode and quite shortly too.
HKEY_LOCAL_MACHINE\hardware\devicemap\SERIALCOMM
\Device\LGSIDIAG1 REG_SZ COMxx
\Device\LGSIMDM0 REG_SZ COMyy
Also noticed that both LGANDNETMDM# or LGANDNETDIAG# device will do... goes to DLOAD mode..
Click to expand...
Click to collapse
Yeah I have never had an issue getting those ports until this clients passcode locked tracfone. I think tracfone locks down everything.
I know there are some methods of getting LG's into certain modes on zero % battery but haven't tried this yet.
Unfortunately and i guess fortunately lol this phone went back to the client. They are having to go back through notes to find possible entries. Good luck to them.
Thanks for the help everyone!
CXZa said:
Tried with my LG10 2017 m250n. Even with secure startup the com ports work, adb doesn't though.... Also recovery shows some COM ports. It's shows it as LG device, but there is no driver installed. Maybe reinstalling the driver package would help, IDK..
edit:
Those recovery COM ports show only if you enter recovery from laf download mode and quite shortly too.
HKEY_LOCAL_MACHINE\hardware\devicemap\SERIALCOMM
\Device\LGSIDIAG1 REG_SZ COMxx
\Device\LGSIMDM0 REG_SZ COMyy
Also noticed that both LGANDNETMDM# or LGANDNETDIAG# device will do... goes to DLOAD mode..
Click to expand...
Click to collapse
At what point is recovery showing the com ports? And are you just checking Device Manager or? And how to get into laf download mode to enter recovery from? LAF download is this the normal old download mode? If so i have never been able to switch over to recovery unless it is using some AT command that works (i have tried a handful and none work in download mode so far - LG Phoenix 4)
Also thank you 1000% again for the AT commands. I already found what i need and client is bringing phone back to me so i will give it a whirl and see what happens. Already locking up various LG phones here just to try it out.. IF you have any confirmed working AT commands and such lmk privately if you want and when done i can swap with you what all I have found to work the most. I was reading on security forums about how repairing imei, unlocking and other such actions are taken out using serial port for the most part and can be done in terminal (well it is one way) but not a lick of more information have i found on the topics yet. Just 3 white hat security forums. heh
Right when recovery starts for maybe minute or two. Doing something in recovery which prevents continuing to the normal boot doesn't help. Shows in device manager.
In MTK devices one can run multi_init in laf mode and as it fails it will go to the recovery. In Snapdragons is there such? IDK, but you might be able mount a sdcard formatted as ext4 and try to run it from there. I have run some programs that way - I believe, but cannot really remember much. What I did I tested if I could modify multi_init to boot into bootloader. It run but just normal boot happened. But maybe it could be modified to boot into edl?? Renaming it to something that can be run maybe needed...
Interesting to see what you've found out about AT commands, if you're willing to share.
PM if so, LG is watching me already...
(happened to found the LGUP v1.17 and shared here, it's package was removed next day - plus some others...)
Very cool. I never thought of doing any of that. I especially like the EDL idea. I might run some of that by eliwiggy a previous admin and wiz with Samsung devices to see what he says also.
I had a break through in FRP removal using AT commands recently. I found a way to get out from some locked LG devices using SVC stuff and AT commands. Nobody is doing this AFAIK... As for screen locks no success yet on newer devices. I will get in touch with you and we can chat.
Hmm so you can't get into download mode. Why don't you reset the phone first then connect to the internet when it asks and then find a way to open up a browser. If you can open up the browser you can download and install apk's and what not. That's how I FRP unlocked my Aristo 2.
I have done this already. No way into browser on the device i tried it on. Weird device too.. MS210.. I have been able to bypass this device no problem before until someone updated the firmware i think.. Mindboggling..
Anywho here is how i bypassed it and so far i think this method should work on all similar. I couldn't get security patch level as i had to give device back to the client. :-/
New Way to Bypass LG - Google Factory Reset Protetion on VARIOUS Devices!!
New Way to Bypass LG - Google Factory Reset Protection on VARIOUS Devices! Ignore the poor grammar, typos etc.. Bits and pieces from notes. --needed-- bluetooth (needed) data cable (needed) computer (needed) Factory reset phone, forward...
forum.xda-developers.com
Credits for app goto those Yemen Fellas who have so far been able to bypass anything in front of them LG/Samsung Carrier - Sprint!! Tracfone --> FRP/Unlock
Credits also to @CXZa as if it weren't for him i probably would not have looked deeper into AT commands.
noidodroid said:
I have done this already. No way into browser on the device i tried it on. Weird device too.. MS210.. I have been able to bypass this device no problem before until someone updated the firmware i think.. Mindboggling..
Anywho here is how i bypassed it and so far i think this method should work on all similar. I couldn't get security patch level as i had to give device back to the client. :-/
New Way to Bypass LG - Google Factory Reset Protetion on VARIOUS Devices!!
New Way to Bypass LG - Google Factory Reset Protection on VARIOUS Devices! Ignore the poor grammar, typos etc.. Bits and pieces from notes. --needed-- bluetooth (needed) data cable (needed) computer (needed) Factory reset phone, forward...
forum.xda-developers.com
Credits for app goto those Yemen Fellas who have so far been able to bypass anything in front of them LG/Samsung Carrier - Sprint!! Tracfone --> FRP/Unlock
ALL YOU HAVE TO DO IS FACTORY RESET....THEN DURING SET UP TURN WIFI ON....THEN HOLD NEXT AND WIFI SWITCH AT SAME TIME...AND IT BYPASSES
Click to expand...
Click to collapse
Finish by setting lock pin then skip to start up...then developer options oem unlock and usb debugging...then factory reset from settings menu....$$$$
KtownJeff said:
Finish by setting lock pin then skip to start up...then developer options oem unlock and usb debugging...then factory reset from settings menu....$$$$
Click to expand...
Click to collapse
Bypass FRP LG Velvet Android 10 - Bypass frp Without PC
How to Remove FRP LG Velvet Android, How to bypass google account LG Velvet Android 10, Remove FRP LG Velvet Android ? All process can be done easily from
www.techeligible.com
Nice. I will check it out.
KtownJeff said:
Bypass FRP LG Velvet Android 10 - Bypass frp Without PC
How to Remove FRP LG Velvet Android, How to bypass google account LG Velvet Android 10, Remove FRP LG Velvet Android ? All process can be done easily from
www.techeligible.com
Click to expand...
Click to collapse
I wonder if anyone has found a way to carrier unlock these LG Velvet devices yet.. From what i hear nobody has. But there is always someone or some team.
If you just reset it and once you get to the wifi select screen, just click the button to turn wifi off and the next in bottom right at same time. It will continue setup offline and let you choose pin to get in.

Categories

Resources