how do I rename system files without rooting? - LG G5 Questions & Answers

LG doesnt support to bootloader unlock for my phone model (H850TR) . So no rooted , how can I change system filename on my device?

I guess you cannot...

caesium2 said:
I guess you cannot...
Click to expand...
Click to collapse
You guess right, not possible.
Sent from my LG G5 using XDA Labs

Even if you could modify the system partition, without unlocking the bootloader, dm-verity would kick in and prevent your phone from booting up (https://source.android.com/security/verifiedboot/verified-boot.html#device_state)

Related

[Q] Bootloader questions...

As a new member I cant yet post in the dev section but a few of you may recognize me from phandroid. Im curious is there a reason we cant use fastboot to flash an unlocked U image to unlock the phone? Im sure it signed but there is no reason to touch it, just pull and flash to an unlocked phone.... Also could anybody do me a favor and upload an unlocked u image so I could compare it to my locked image.
omgbossis21 said:
As a new member I cant yet post in the dev section but a few of you may recognize me from phandroid. Im curious is there a reason we cant use fastboot to flash an unlocked U image to unlock the phone? Im sure it signed but there is no reason to touch it, just pull and flash to an unlocked phone.... Also could anybody do me a favor and upload an unlocked u image so I could compare it to my locked image.
Click to expand...
Click to collapse
it doesn't work that way, there is an efuse on the cpu which the uboots( same for unlocked or locked phones) interprets
You use theThanks for the quick response. I am not familiar with the omap! As I am the LG msm8960 but their are similarities. The fuse must be blown to unlock the bootloader? On the 8960 the fuse is blown which presents a locked bootloader, we have tried to blow it with an higher value but it didn'twork. This phone also uses the LG wallpaper file which when activating its framework can alter (on 8960) the qfuse values.
omgbossis21 said:
You use theThanks for the quick response. I am not familiar with the omap! As I am the LG msm8960 but their are similarities. The fuse must be blown to unlock the bootloader? On the 8960 the fuse is blown which presents a locked bootloader, we have tried to blow it with an higher value but it didn'twork. This phone also uses the LG wallpaper file which when activating its framework can alter (on 8960) the qfuse values.
Click to expand...
Click to collapse
I'm not sure if dealing with efuse directly is way to go, there are plenty of devices that use omap4430 with huge developers base and mostly what they do is 2nd init or a custom uboot.
I'm unsure as to why flashing a unlocked u partition to a locked phone doesn't work. On the optimus (3d I believe? ) the LG sign tools were leaked and a custom up boot was signed and flashed to unlock. The ma8960 simply requires a unlocked abooot to be flashed. Not asking to be spoonfed perhaps it would require the u,x and maybe boot. Image. I will download the source and have a look for a qfuse generic configuration file.
Sent from my LG-P769 using xda app-developers app
omgbossis21 said:
I'm unsure as to why flashing a unlocked u partition to a locked phone doesn't work. On the optimus (3d I believe? ) the LG sign tools were leaked and a custom up boot was signed and flashed to unlock. The ma8960 simply requires a unlocked abooot to be flashed. Not asking to be spoonfed perhaps it would require the u,x and maybe boot. Image. I will download the source and have a look for a qfuse generic configuration file.
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=21280773&postcount=32
i'm sure these can be ported and it's possible that p76X uboot is signed with same keys as 3d.p940 but that is way beyond my knowledge
uboot https://github.com/wkpark/u-boot-omap4-optimus
xloader https://github.com/wkpark/x-loader-cosmo
the LG sign tools (who knows if keys are right) https://github.com/milaq/android_device_lge_p940/tree/cm-10.1/releasetools/ifttool
Thanks, I appreciate your time and in turn saving me some time. Looking at the unlock procedure it seems at one point data connection is a must which suggest each phone uses a generated unlock token. Following that post also suggest (as I suspected) the secure boot fuse is blown implementing a locked bl. I will do some furthur research. LG tends to have bootloaders signed by different people per device. I will look into to the wallpaper framework and the efuse values as well as looking at the LG sign tools. Thanks again.
Sent from my LG-P769 using xda app-developers app
btw current method to unlock the bootloader isn't really that difficult
Lelus said:
btw current method to unlock the bootloader isn't really that difficult
Click to expand...
Click to collapse
I'm sure its not , just a pita with the inverted screen. I'm just curious is all =-) Perhaps we can use the wallpaper framework and test a lg signed image created with the tools. Any idea on the efuse values, we could compare locked with unlocked on the W.F. These are our options :
C:\adb>adb shell
[email protected]:/ # wallpaper -framework
wallpaper -framework
------------------------------------------------------------------
Welcome Security Framework!!
01. Error Dispaly Test
02. Application Certificate Test
03. Crypto Library Test
04. TrustZone QFPROM Test
05. TrustZone SFS Test
06. TrustZone H/W Crypto Engine Test
exit -To exit this test application
------------------------------------------------------------------
omgbossis21 said:
I'm sure its not , just a pita with the inverted screen. I'm just curious is all =-) Perhaps we can use the wallpaper framework and test a lg signed image created with the tools. Any idea on the efuse values, we could compare locked with unlocked on the W.F. These are our options :
C:\adb>adb shell
[email protected]:/ # wallpaper -framework
wallpaper -framework
------------------------------------------------------------------
Welcome Security Framework!!
01. Error Dispaly Test
02. Application Certificate Test
03. Crypto Library Test
04. TrustZone QFPROM Test
05. TrustZone SFS Test
06. TrustZone H/W Crypto Engine Test
exit -To exit this test application
------------------------------------------------------------------
Click to expand...
Click to collapse
Actually 769 can be unlocked without even touching the screen so it's not a problem, you don't have to deal with inverted screen at all.
Why would you want to use something made for msm8960 on totally different cpu like omap4430 ?
That's from our wallpaper file from our sbin. It is also the file that throws security error when removing specific apks from stock system (probably videos. Apk and about 4 or 5 others). Best to remove it from the stock startup script labeled something like xxearlyboot (after unlocking of course). I plan on unlocking my bootloader but like I said I'm just very curious about whatever device is placed in my hands
Sent from my LG-P769 using xda app-developers app
omgbossis21 said:
That's from our wallpaper file from our sbin. It is also the file that throws security error when removing specific apks from stock system (probably videos. Apk and about 4 or 5 others). Best to remove it from the stock startup script labeled something like xxearlyboot (after unlocking of course). I plan on unlocking my bootloader but like I said I'm just very curious about whatever device is placed in my hands
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
Sorry, partially my bad, anyways from what I can see it's just leftover code for qualcomm cpu.
Hello guys !! I ve several problems with unlocking procedure of my p760 bootloader , i try to unlock it with v20b and more but the phone reboost normally...I need help plese !! Is thare any way to unlock bootloader with another procedure like a system dump ??? Thanks
omgbossis21 said:
That's from our wallpaper file from our sbin. It is also the file that throws security error when removing specific apks from stock system (probably videos. Apk and about 4 or 5 others). Best to remove it from the stock startup script labeled something like xxearlyboot (after unlocking of course). I plan on unlocking my bootloader but like I said I'm just very curious about whatever device is placed in my hands
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
I believe the person I was giving these files were trying to give them to you
FILES BOOT & ETC.zip (28.1 MB)
https://mega.co.nz/#!Y4cjUYCL!FJ-0ckX-pg6YC3SdlG7sbijWR7Qr7yVukugImbGVKoE
Sorry I currently don't have to kdz for t-mobile p769 v20d but if you have the kdz. you can extract the img with this guide.
http://forum.xda-developers.com/showthread.php?t=2315727
Thanks. I've been pulling my partitions and browsing as well. My Ubuntu build is currently fresh from last time it crashed though I do wanna start a rom. Maybe I will get in the mood to setup the environment again. Haven't unlocked my bootloader yet just using the 2nd int to backup and run a few things like acid soundmod. I found the sound to be really lacking on this phone.
Sent from my LG-P769 using xda app-developers app
If i try to flash u.img located in https://mega.co.nz/#!Y4cjUYCL!FJ-0ck...yVukugImbGVKoE with omap4boot mode , I should have a unlocked bootloader ??? I try with other files but with no reasons. Thanks
Haven't tried but seems it doesn't work that way. My thinking was that the unlocked partition would unlock the phone or simply allow the unlock command but it is not confirmed what so ever.
Sent from my LG-P769 using xda app-developers app
Why do you think it does not work ? what prevents the replacement of the bootloader ?
Well I tried a unlockable u.img but the unlock command did not work. Wallpaper. Bin is applicable on our phone and is used for secure boot and called by the lge. Int. Earlyboot. RC file. After alot of hours I got the LG sign tools to sign files. Since my Ubuntu build had gone haywire I tested with cygwin using modified mkbootimg and unpackbootimg files modified for cygwin and modded the LG script to suit them but some of the LG signature files were binary and cygwin could not run them. I then proceeded to fix my Ubuntu build which took awhile. Then I remembered I installed Ubuntu 64 bit and had to install 32bit libraries lol. Is our recovery image signed? I signed a cwm touch recovery for our phone, pushed it to mine and used adb reboot recovery in which I got an android with a triangle in it. If it is signed I would have got a secure error..... I just unpacked my boot. Image made a few small changes (like removing wallpaper from starting up) and repacked it. Tomorrow I will sign it and see if it boots. O yea, can anybody link me a unlockable x block please
Sent from my LG-P769 using xda app-developers app
Sorry I didn't send it to you, I'll upload in a bit. I know it is unlocked, I never flash a new x-loader.
Sent from my LGMS769 using xda app-developers app

are we safe with rooted roms

I can't recall where I saw on these forums but....
The Xperia Ultra rom exploits all seem to use vroot. However vroot had been found ti be sending IMEI numbers back to China. Nice
But given that hamdogg. Et.Al have used vroot in ROMS they have released, who feels worried?
Is there another root exploit you are using?
vroot is not working any more.
avetny said:
vroot is not working any more.
Click to expand...
Click to collapse
Not quite what I was asking
keratos said:
Not quite what I was asking
Click to expand...
Click to collapse
You are safe with a custom ROM. They don't use any tool... don't need to.
- With a rooted ROM, it flashes the superuser or superSU app, and applies the appropriate binaries and permissions directly to the ROM system.
But... to get a recovery flashed onto your system, you'll need to use vROOT or a similar tool, as it will need root access to apply the recovery script, and flash recovery. So.. you must have already used such a tool to originally root your device...
Two Important Points here:
- The app/s only "MAY" have your IMEI numbers stored. I say may, because all we currently know is that the IMEI numbers were read, we don't know for sure if they have been stored anywhere.
- If the app/s continues to send information [we currently don't know this yet] then it would be better to have a custom ROM. As it will clear your device of all app data and have ROOT access. This is only if you want to have a rooted device.
Hope that clears things.
hamdogg said:
You are safe with a custom ROM. They don't use any tool... don't need to.
- With a rooted ROM, it flashes the superuser or superSU app, and applies the appropriate binaries and permissions directly to the ROM system.
But... to get a recovery flashed onto your system, you'll need to use vROOT or a similar tool, as it will need root access to apply the recovery script, and flash recovery. So.. you must have already used such a tool to originally root your device...
Two Important Points here:
- The app/s only "MAY" have your IMEI numbers stored. I say may, because all we currently know is that the IMEI numbers were read, we don't know for sure if they have been stored anywhere.
- If the app/s continues to send information [we currently don't know this yet] then it would be better to have a custom ROM. As it will clear your device of all app data and have ROOT access. This is only if you want to have a rooted device.
Hope that clears things.
Click to expand...
Click to collapse
You don't need root access to flash a custom recovery. You can just flash from fastboot. You can use the original recovery found here. http://forum.xda-developers.com/showthread.php?t=2426736
You need an unlocked bootloader though. Also you need to remember to flash your normal kernel back afterwards, although that will be done automatically if you flash a custom rom from recovery,
baileyjr said:
You don't need root access to flash a custom recovery. You can just flash from fastboot. You can use the original recovery found here. http://forum.xda-developers.com/showthread.php?t=2426736
You need an unlocked bootloader though. Also you need to remember to flash your normal kernel back afterwards, although that will be done automatically if you flash a custom rom from recovery,
Click to expand...
Click to collapse
Urm... You need to be rooted to unlock boot loader don't you?
Sent from my C6833 using XDA Premium 4 mobile app
SpyderTracks said:
Urm... You need to be rooted to unlock boot loader don't you?
Sent from my C6833 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I want to say no?
LordManhattan said:
I want to say no?
Click to expand...
Click to collapse
****, I'm getting everything wrong at the moment, my brains gone weird.
Sent from my C6833 using XDA Premium 4 mobile app
SpyderTracks said:
Urm... You need to be rooted to unlock boot loader don't you?
Sent from my C6833 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No, but you do need to be rooted to backup your TA Partition.
Thats the trade off. If you unlock without first having root you can't restore TA and the DRM at a later date.
I rooted with Vroot and backed up mine, but I would have unlocked the bootloader regardless if I had too. Not missed any off the DRM tools at all.

How is it possible to "hard-brick" a device?

How is it possible to hard-brick a phone? Isn't the bootloader written on a read-only memory section and therefore cannot be written to? If so, how come there is a situation where you can't even get to the bootloader of the device and flash a new kernel, os, etc...
UnTraDe said:
How is it possible to hard-brick a phone? Isn't the bootloader written on a read-only memory section and therefore cannot be written to? If so, how come there is a situation where you can't even get to the bootloader of the device and flash a new kernel, os, etc...
Click to expand...
Click to collapse
It is possible by flashing the wrong firmware by using the boot loader. In my phones case, when you want to flash stock ROM you'd have to use the boot loader, but if you use a wrong firmware package containing the wrong boot loader then you are screwed. Although it isn't entirely possible to hard brick your phone by flashing ROMs though recovery because it checks the updater script which has a line that says for which phone this ROM is meant for.
Sent from my Moto G using Tapatalk
ironman38102 said:
It is possible by flashing the wrong firmware by using the boot loader. In my phones case, when you want to flash stock ROM you'd have to use the boot loader, but if you use a wrong firmware package containing the wrong boot loader then you are screwed. Although it isn't entirely possible to hard brick your phone by flashing ROMs though recovery because it checks the updater script which has a line that says for which phone this ROM is meant for.
Sent from my Moto G using Tapatalk
Click to expand...
Click to collapse
But why flashing a new ROM overwrites the bootloader? Should't the bootloader have it's own partition that cannot be written to?
UnTraDe said:
But why flashing a new ROM overwrites the bootloader? Should't the bootloader have it's own partition that cannot be written to?
Click to expand...
Click to collapse
Bootloader has its own partition but it can be written to. Check out the Google Nexus factory images. The first thing the flash-all script does is update the bootloader.
I've manually updated the bootloader on my current phone at least a half dozen times.
Wakamatsu said:
Bootloader has its own partition but it can be written to. Check out the Google Nexus factory images. The first thing the flash-all script does is update the bootloader.
I've manually updated the bootloader on my current phone at least a half dozen times.
Click to expand...
Click to collapse
Oh so what everybody's calling ROM (Read-Only Memory) does not actually read only?
ironman38102 said:
It is possible by flashing the wrong firmware by using the boot loader. In my phones case, when you want to flash stock ROM you'd have to use the boot loader, but if you use a wrong firmware package containing the wrong boot loader then you are screwed. Although it isn't entirely possible to hard brick your phone by flashing ROMs though recovery because it checks the updater script which has a line that says for which phone this ROM is meant for.
Sent from my Moto G using Tapatalk
Click to expand...
Click to collapse
nowadays..
i don't see that way works too.
seems it entirely not possible
---------- Post added at 01:16 AM ---------- Previous post was at 01:14 AM ----------
UnTraDe said:
Oh so what everybody's calling ROM (Read-Only Memory) does not actually read only?
Click to expand...
Click to collapse
if u have the permission to write it..
UnTraDe said:
Oh so what everybody's calling ROM (Read-Only Memory) does not actually read only?
Click to expand...
Click to collapse
Normally that'd be the case but when you root you basically get elevated permissions and also if the package has images that are having OEMs signature key(I hope that's the right term for it) then the bootloader allows itself to be updated and the firmware as well.
Sent from my Moto G using Tapatalk

need modem of a unlocked h901

so i've tried everything to unlock this v10 and so far no go.I need an unlocked phone modem to compare to a locked one and see exactly causing the lock or if i can just flash an unlocked and it will work?
Also can't flash modem of any other variant or else you will be bricked for good.
so i tried flashing system and boot partitions of a lot of different variants to try and get unlock prompt to pop up.
H900(at&t) no boot
H900PR(brazil ver) same thing as at&t no boot at all
H960TR(turkey) hangs on boot animation
H960 (vietnamese ver) same thing as with 960tr hangs boot animation
F600k(boots perfectly, but no sim unlock menu)
F600L(again boots perfectly but no sim unlock menu)
Starting to notice anything? similar model names have similar behaviors ex. h900 and h900pr show exact same boot fault
So, the only possible way is the modem!
can someone with a unlocked t mobile modem please upload theirs. i'm going to flash the unlocked modem and use the f600k system so no tmobile bull**** can lock it again.I really think this could work as long as no stock tmobile rom is installed.I would really really appreciate it as im stuck with this phone rn.
ALSO , here is how to easily get modem partition if you have root.Download "partitions backup and restore" in playstore by wanam
check firmwire/modem in green and backup and that's it! tested myself and works.
So please if you have a unlocked tmobile v10 and are rooted it would very helpful if you could take a few mins to backup modem and upload it.
ok as an incentive im adding a 10$ bounty through paypal.i need the following 5 modem partitions backup using flashfire.
Modem firmware aka modem
Modem firmware data #1 aka modemst1
Modem firmware data #2 aka modem st2
Modem firmware FSG aka fsg
Modem firmware SSD asa ssd
Download flashfire by chainfire from playstore and backup the above partitions and upload them.i've backed up these partitions my self on my v10 so yes it works.I only put a bounty because this device barely has any dev half of these v10 are dead lol also im patient from trying to unlock this thing ffs.First one with the CORRECT partitions i will reach out via pm.
Quick 10$ takes no more than 10 min!!
Backing it up right now as I type this. Whats the best way for me to upload this for you?
EDIT: here is the link, backed up via Flashfire and then zipped up, no password. My phone is currently running stock rooted Eliminator ROM (software version H90120L) https://www.dropbox.com/s/a3l518nse4vkj4q/LGv10Modem.zip?dl=0
Google drive
amoot329 said:
Backing it up right now as I type this. Whats the best way for me to upload this for you?
EDIT: here is the link, backed up via Flashfire and then zipped up, no password. My phone is currently running stock rooted Eliminator ROM (software version H90120L) https://www.dropbox.com/s/a3l518nse4vkj4q/LGv10Modem.zip?dl=0
Click to expand...
Click to collapse
unlocked device correct?
jass65 said:
unlocked device correct?
Click to expand...
Click to collapse
**** i forgot to ask can you also just upload modem.img using the partitions backup and restore app.use settings to switch to img raw (no compression) and backup just the modem.i should come out in .img format and thank you pm ur paypal.
better yet backup through flashfire again but turn off compression in the setting please and thank you! i can't convert the l4z files
jass65 said:
unlocked device correct?
Click to expand...
Click to collapse
The device is bootloader unlocked, I have the T-Mobile version of the device. Will try again for you. You don't need the other zipped file?
No need for the PayPal. I'm glad to help out when I can
Sent from my LG V20 using XDA Labs
---------- Post added at 01:10 PM ---------- Previous post was at 12:59 PM ----------
Here's the updated, non compressed modem files. Done through FlashFire with compression set to none. https://www.dropbox.com/s/r4q4rbh4dtwwvj9/LGv10Modem v2.zip?dl=0
Sent from my LG V20 using XDA Labs
Thank so much man for taking the time.no i dont need the compressed ver.i meant to ask if your v10 is network unlocked (permanent via the t mobile device unlock app) . I need these modem files from an NETWORK UNLOCKED device.if its not i really really appreciate it anyways!i should be been more clear lol
jass65 said:
Thank so much man for taking the time.no i dont need the compressed ver.i meant to ask if your v10 is network unlocked (permanent via the t mobile device unlock app) . I need these modem files from an NETWORK UNLOCKED device.if its not i really really appreciate it anyways!i should be been more clear lol
Click to expand...
Click to collapse
Not sure if I did that or not. The phone is paid off so I would assume I can put it on another network. I've moved on to the newer model v20.
Question, why would the modem firmware change whether it's unlocked or not? Wouldn't that be done via firmware update?
Sent from my LG V20 using XDA Labs
Nope.tmobile has locked these down using the device unlock app.if you never used it on another network other than tmo then its most likely not network unlocked.even if its paid off, you have to contact tmo to request a permanent unlock.once they give you the green light for the unlock then you just use the device unlock app that comes on the tmo phone and hit permanent unlock. modem files hold the unlock info in this case.as i said above ive tried roms from even the international variant only to be greeted by the network locked notification.im sure theres at least one person with a network unlocked tmo v10 lurking around these fourms lol.again i appreciate you taking your time to help!
I will look into getting it unlocked. No big deal for me to do so since i don't use the phone anymore
Sent from my LG V20 using XDA Labs
amoot329 said:
I will look into getting it unlocked. No big deal for me to do so since i don't use the phone anymore
Sent from my LG V20 using XDA Labs
Click to expand...
Click to collapse
you would do that, so kind of you man!!
May have to do so tmrw, I'm currently at work and I didn't bring my V10 with me. Hit me up on fb if you wanna keep in touch, I check xda randomly so I may not get the message on time. My fb search name is same as my xda username
Sent from my LG V20 using XDA Labs
Here you go my friend, V3 is device unlocked. Used the T-Mobile app Device Unlock. Went through the process. Phone rebooted and a toast notification popped up saying phone permanently unlocked. I suppose you can compare both V2 and V3 to see what changed?
https://www.dropbox.com/s/yox0pyol8ttot8e/LGv10Modem v3 unlocked.zip?dl=0
Sent from my LG V20 using XDA Labs
amoot329 said:
Here you go my friend, V3 is device unlocked. Used the T-Mobile app Device Unlock. Went through the process. Phone rebooted and a toast notification popped up saying phone permanently unlocked. I suppose you can compare both V2 and V3 to see what changed?
https://www.dropbox.com/s/yox0pyol8ttot8e/LGv10Modem v3 unlocked.zip?dl=0
Sent from my LG V20 using XDA Labs
Click to expand...
Click to collapse
Your'e the best buddy.million thanks!!
Hi,
I am really curious how this turned out please update me.
tkilloy said:
Hi,
I am really curious how this turned out please update me.
Click to expand...
Click to collapse
Well, i just gave up.i tried everything, this phone is just locked down tight.The phone would not flash the modem.bin at all through fastboot or flashfire since it is a locked partition.I managed to flash the modem firmwire 1 and 2 since they are not locked partitions through flashfire.Phone still not unlocked, so i tried flashing http://lgviet.com/forum/threads/rom-radeonmaya-t-mobile-h901-v4-0-update-19-11-2016.58894/ rom and it has a working sim unlock menu but it says phone cannot be unlocked or something.so i flashed the modem firmwires again and run the sim unlock app and it prompts me for a code! I had my unlock code from ebay and entered it and it said network unlock successful and the phone rebooted itself.But after rebooting it still showed network locked.i think it needs to be on stock rom.i tried porting the sim unlock menu to stock but it doesnt even open.i just gave up on this phone, i just use it like an ipod lol.we have unlocked modem files though i cant find a way to flash it.it just might be what we need.flashfire wont flash protected partitions (modem is protected) and also fastboot keeps through an error when trying to flash anything.the only way to flash the unlocked modem bin is with LGUP.ive managed to extract stock kdz and replace the modem.bin with the unlocked one but i dont know how to convert it back to a kdz or tot so we can flash the modified kdz.also maybe 7.0 has some modem changes? Or i might just try flash modem of korean variant though i would be just testing my luck as it will result 99% a hard brick. 4 ways to do possibly unlock this
Port sim unlock menu to stock rom 99% chance your phone will unlock
Flash modified modem.bin somehow through lgup or lg flashtool.good chance this will work as well
Wait and see if you can expliot something in nougat .if were lucky this might have something.
Sending AP commands through Modem.i tried this myself.it seems you can only communicate with modem with the korean or tizen rom.you can send the command AP%ULCW.
UlCW=unlock code write.so you can write the unlock code through direct comm with modem via usb but i dont know the correct format to enter the code as it keeps throwing an error.
Still thanks to @amoot329 for coming in clutch with the files.when nougat comes out i'll try messing with it again but honestly this phone is useless lol.
amoot329 said:
Here you go my friend, V3 is device unlocked. Used the T-Mobile app Device Unlock. Went through the process. Phone rebooted and a toast notification popped up saying phone permanently unlocked. I suppose you can compare both V2 and V3 to see what changed?
https://www.dropbox.com/s/yox0pyol8ttot8e/LGv10Modem v3 unlocked.zip?dl=0
Sent from my LG V20 using XDA Labs
Click to expand...
Click to collapse
Can you please share the file again... i want to try it on my v10. it got hard bricked and i revived it with f600l though the device is a h901 but probably refurbished unit and have board of f600l
JuGnO said:
Can you please share the file again... i want to try it on my v10. it got hard bricked and i revived it with f600l though the device is a h901 but probably refurbished unit and have board of f600l
Click to expand...
Click to collapse
Will have to wait till I get home from work, in a few hours. My V10 is sitting at home ^_^
Sent from my LG V20 using XDA Labs
Edit: https://www.dropbox.com/s/zyon9kbhijvgmzd/LGv10Modem v3 unlocked.zip?dl=0
That's for the unlocked modem
amoot329 said:
Will have to wait till I get home from work, in a few hours. My V10 is sitting at home ^_^
Sent from my LG V20 using XDA Labs
Edit: https://www.dropbox.com/s/zyon9kbhijvgmzd/LGv10Modem v3 unlocked.zip?dl=0
That's for the unlocked modem
Click to expand...
Click to collapse
thank you very much.
please if you can help me resolve the issue
the attachment is what i am getting after installing the F600L30e
my phone is probably refurbished as it was showing t-mobile and the stickers on the body are also tmobile but it works with F600L software only. LG bridge incorrectly identified it as H901 and tried to update with MM and that is when it got bricked and i revived it from 9008
please help
JuGnO said:
thank you very much.
please if you can help me resolve the issue
the attachment is what i am getting after installing the F600L30e
my phone is probably refurbished as it was showing t-mobile and the stickers on the body are also tmobile but it works with F600L software only. LG bridge incorrectly identified it as H901 and tried to update with MM and that is when it got bricked and i revived it from 9008
please help
Click to expand...
Click to collapse
Can you please help me with this? My sim not working

Honor 9 NO OS installed

Ok, i was trying to get back to stock again cuz i have my S8 now.
Thing is, i did a factory reset in the Phones settings and it got me to TWRP i forgot i had that, i tought i had stock recovery, so it removed the whole OS for me, so now im here with no OS.
What should i do?
I have no SD-Card so i cant put anything there, what should i do?
Rommco05 said:
U can enter to fastboot? DC Phoenix is good tool for repair phone but is payed.
Click to expand...
Click to collapse
Ye, the white thing where it says phone unlocked? Dont really wanna pay for something.
Rommco05 said:
Yes. Ok
Click to expand...
Click to collapse
Any other things to do?
How can i flash a stock rom or something via twrp? fastboot or somth.
Rommco05 said:
Try use rebrand method, is in guide section
Click to expand...
Click to collapse
Hmm, tried it out but i didnt managed to get it to work.
Can i use any rom to flash trough FASTBOOT?
or should i get an SDCard and put a rom on it ?
had the same.problem last week and it drove me.nuts. if you have stf l09c432 version there is a b130 service firmware. you can put it on micro sd, format it exfat which is important due to size and then press vol up, vol dn and power simultaneously. recovery will install and phone will boot for sure with stock recovery. the only way which worked for me. capacitive bhttons are dead which is the downside of this method.
Sent from my GT-I9300 using Tapatalk
More suggestions are welcome, i dont have an SDCard right now, and i want it to work so i can sell it.
for me this was the only firmware that worked after no os. i tried huawei multitool. this has an unbrick section, all it does is flashing cust, boot, data, recovery and userdata in the right order using fastboot flash cust cust.img for example. didnt work i tried flashing all parts with fastboot flash command on my own including vendor.img etc. still never worked.
Sent from my GT-I9300 using Tapatalk
---------- Post added at 09:11 PM ---------- Previous post was at 09:10 PM ----------
rommco05 has a backup madw with twrp i think of his c432 firmware maybe flash that back in via twrp works well
Sent from my GT-I9300 using Tapatalk
Rommco05 said:
You have still twrp?
Click to expand...
Click to collapse
Yes
Rommco05 said:
Have u unlock code for bootloader?
Click to expand...
Click to collapse
No. Was trying acessing the chinese website i got it from but site was down
Rommco05 said:
If cant boot to rom where u want find product ID from your phone?
Click to expand...
Click to collapse
Idk haha.
There must be a way to fix it.
Can i buy a sdcard and put a custom rom on it?
Rommco05 said:
Yes u can try but I don't know how restore stock rom when u don't have unlock code
Click to expand...
Click to collapse
Cant i see my Product id if i get it to boots?
What a **** phone why it wipes whole os just because i wanna reset it
Rommco05 said:
Can u use warranty? I know how lock bootloader without code
Click to expand...
Click to collapse
Ye i can use it.
But dont they notice anything then
Rommco05 said:
If u lock bootloader is high chance to no. You can tel him small story (u must little bit lie) about problem with OTA updating
Click to expand...
Click to collapse
Ok. There is no way to get Product id now?
How can i lock it?
Rommco05 said:
ou no, u need for this sdcard :/
edit: u see folders in internal memory in twrp?
Click to expand...
Click to collapse
No, i cant see any download folder or something in twrp, thats why im guessing i need a sdcard, im getting my code soon, i emailed huawei and they will send

Categories

Resources