After searching in xda some methods to start the modules at boot, all failed. Anyone know how to explain a way to initialize a module at boot without additional software?
sorry for my english
What modules do you mean?
Sent from my Xperia Live using xda premium.
I want to activate the module "USB-STORAGE", I want it to start with the boot, but not to achieve :/
I can activate with a program "ModuleLoader", but now sought to enable the programs without.
Someone help??
What's your rom?
Sent from my Xperia Live using XDA
My rom this is:LWW-Live With Walkman (Stock ROM Mod) 4.0.2.A.62
http://forum.xda-developers.com/showthread.php?p=21391467
AFAIK, to use a module on boot, you need to insert something like "insmod 'module path' # 'name'" on hw_config.sh and that's it..
Just do this:
- Remount /system as rw
- Push the module that you want in to /system/lib/modules or just /modules
- Edit /system/etc/hw_config.sh, add one line at the beginning
Code:
insmod /system/lib/modules/module.ko # module
The module.ko it's an example, put the right file name.. After the "#" it's a comment, so you can easily know which module are you calling.. I don't know if it will work 'cause I can't find /system/lib/modules on my cm9 (just found /modules) and don't know about stock rom..
Try it and then report
Edit: agora é que reparei que és português.. Sou mesmo noob --"
Pra que qeres iniciar esse módulo no arranque? USB storage pra que? xD
Sent from my Xperia Live using XDA
First off, I AM NOT copying Duckscreen's method. I've been using this method to flash firmware to my phone ever since trying to unlock it. He posted his method on "19th March 2014, 08:32 AM". I posted mine originally here: http://androidforums.com/optimus-l9-all-things-root/804429-need-serious-help-2.html#post6399062 on "January 20th, 2014, 11:51 AM" So do not call me a copy cat and don't tell me I stole his method but improved it. I got the MS769 firmware BEFORE the phone was released and before I even got my MS769.
Second, this guide is written to be noob friendly. If you do not take the time to read this post, I can't help you. I'm in college, I'm trying to find a job. I am also using correct grammar so Google Translate will do its job to the best of its ability.
Third, I do not make videos. If anyone wants to make a VIDEO (not words from this post on a .mp4 video file) go ahead, I'll probably update this post with a video if someone actually posts one, but it must follow this guide.
Fourth, there's no way to unbrick without Windows, stop asking.
Fifth, this will do a factory reset at the end whether you want it to or not.
Now, unlike everyone else I've seen posting on here, I like to keep things neat. Downloads at the beginning and instructions after. If you fail to read the instructions, not my problem.
Downloads:
Drivers: https://app.box.com/shared/32c5t7fj2w8xcwr0krjo
You need this to flash (READ THE README): LGFlashTool_L9.zip
And you need this to convert the KDZ to a BIN file: Download the attachment in the post
You will also need firmware.
MS769: http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW668495432109876543213/V10F_00.kdz (will add a mirror later)
P769: http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW959486573210987654321/V20H_00.kdz (will add a mirror later)
P760/769: http://forum.xda-developers.com/showthread.php?t=2107971 (Post 1 is Jellybean, Post 2 is ICS) (I don't have any direct links to P760 KDZ files.) If you want older firmware for MS769, I have V10b KDZ, but the site it is on right now is switching hosts or will be soon.
Instructions:
Download everything from the Downloads section above if you have not already.
Download firmware if you have not already.
Extract all the zip files anywhere you can remember.
If you can't figure out how to install drivers, you should have never rooted your phone.
CONTINUE READING THIS POST.
How to extract the firmware from KDZ to BIN:
Place the KDZ you downloaded in the EXTRACTED folder called "Place KDZ here"
Open EXTRACT TO BINS.bat
DO NOT OPEN THE BIN FOLDER. Doing so will throw an error and you will have to re-run the script.
Once the BIN folder is renamed to the same software version as the KDZ file, you will see the single .bin file in there. Ignore the .dll and .fls files in that folder, we don't need them.
How to Flash the BIN
There are 3 DLL files that came with the LGFlashTool_L9.zip file, find the model number that matches the firmware model number.
After installing LGFlashTool (I hope you read the readme), open LGFlashTool, click "Select Manual mode".
Where it says DLL, at the very right side of the blank white box there's a "..." button, click it and select the DLL that matches the firmware model number that you are about to flash.
On the very right side of S/W, click "Add". Select the BIN file that we just extracted from the KDZ.
DO NOT PRESS OK YET.
Put the phone in download mode:
Jellybean bootloader:
Turn off the phone, remove the battery. Put the battery in, hold volume up+down and plug in the USB cable, after 1 second of the USB cable being plugged in, let go of volume down, keep your finger on volume up until you see S/W Upgrade. If you see the LG logo you failed, repeat the step again.
ICS bootloader:
Hold Volume up + down while plugging in the USB cable is the method I think.
Now on the computer open Device Manager, go to "Ports (COM & LPT)". Expand it if it isn't already.
Right click LGE Mobile USB Serial Port (COM#) and click properties.
Go to the Port Settings tab, click Advanced..., change the COM Port Number to COM41. Press OK, press OK. You can close Device Manager now.
Go back to LG FlashTool, press OK.
Click this button now:
{
"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"
}
Change it to look like this:
Press OK.
Click this:
Now unplug your phone, wait 5 seconds, plug it back in. Let it finish. Do not unplug until phone is 100% booted.
Enjoy.
Thanks to @kuma82 this wouldn't have been possible without that script. Also thanks to @jes0411 @tog3 @Ilko and @navossoc especially for creating the original tools for extraction. I love LGExtract, it's my favorite program
Wanted to say thanks to Soflo Studio for helping me with this.
Why are you copying Duckscreen's method?
Im kidding. Nice write up/tut
A very good option, thank you very much, sammyz.
The extractor doesn't work for me on W7 64b but works fine on a virtual machine running XP.
The main program works fine on W7 64b.
Sent from my LG P76020p-EUR-XX unlocked and rooted
BajoPrimate said:
A very good option, thank you very much, sammyz.
The extractor doesn't work for me on W7 64b but works fine on a virtual machine running XP.
The main program works fine on W7 64b.
Sent from my LG P76020p-EUR-XX unlocked and rooted
Click to expand...
Click to collapse
Worked fine for me on Windows 8 64 bit, try running it again and if you error, tell us so @kuma82 can fix it. @kuma82 I liked the old version where the folder wasn't renamed, it never error'd on me. This one error'd twice on me.
Sent from my LGMS769 using Tapatalk
ShinySide said:
Why are you copying Duckscreen's method?
Im kidding. Nice write up/tut
Click to expand...
Click to collapse
haha that funny
sammyz said:
Worked fine for me on Windows 8 64 bit, try running it again and if you error, tell us so @kuma82 can fix it. @kuma82 I liked the old version where the folder wasn't renamed, it never error'd on me. This one error'd twice on me.
Sent from my LGMS769 using Tapatalk
Click to expand...
Click to collapse
I think I know what's the problem. I edited that windows batch script on my phone. I'll make another script when I get a chance.
kuma82 said:
I think I know what's the problem. I edited that windows batch script on my phone. I'll make another script when I get a chance.
Click to expand...
Click to collapse
Hi kuma82, it would be excellent news.
Thank you very much.
Cheers. Good luck.
Sent from my LG P76020p-EUR-XX unlocked and rooted
BajoPrimate said:
Hi kuma82, it would be excellent news.
Thank you very much.
Cheers. Good luck.
Sent from my LG P76020p-EUR-XX unlocked and rooted
Click to expand...
Click to collapse
Give this one a try,
I ran the script a couple of times without any errors (on my Win 7 x64).
Don't forget to check the md5
"Extract kdz to bin.zip" md5 c063498bdbdf5492f64d51451c3fe396
kuma82 said:
Give this one a try,
I ran the script a couple of times without any errors (on my Win 7 x64).
Don't forget to check the md5
"Extract kdz to bin.zip" md5 c063498bdbdf5492f64d51451c3fe396
Click to expand...
Click to collapse
Hi kuma82, first,thank you very much for your work.
I've checked the md5 and it matches, then tried twice and failed:
"EXPAND" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
===============================================================================
No se encuentra el archivo
No se encuentra el archivo
Extracting:
WDB:
DLL:
Failed to extract file.
Please report this error with this file.
===============================================================================
Cleaning temporary files ...
===============================================================================
El sistema no puede encontrar el archivo especificado.
El sistema no puede encontrar la ruta especificada.
No se encuentra el archivo
Merging AP files ...
[?].bin
El sistema no puede encontrar el archivo especificado.
0 archivo(s) copiado(s).
Cleaning directory ...
No se pudo encontrar C:\Place KDZ IN HERE\[*].bin
===============================================================================
File [V20P_00.kdz] has been successfully extracted.
===============================================================================
Cheers. Good luck.
BajoPrimate said:
Hi kuma82, first,thank you very much for your work.
I've checked the md5 and it matches, then tried twice and failed:
"EXPAND" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
===============================================================================
No se encuentra el archivo
No se encuentra el archivo
Extracting:
WDB:
DLL:
Failed to extract file.
Please report this error with this file.
===============================================================================
Cleaning temporary files ...
===============================================================================
El sistema no puede encontrar el archivo especificado.
El sistema no puede encontrar la ruta especificada.
No se encuentra el archivo
Merging AP files ...
[?].bin
El sistema no puede encontrar el archivo especificado.
0 archivo(s) copiado(s).
Cleaning directory ...
No se pudo encontrar C:\Place KDZ IN HERE\
[*].bin
===============================================================================
File [V20P_00.kdz] has been successfully extracted.
===============================================================================
Cheers. Good luck.
Click to expand...
Click to collapse
That's strange, it seems the windows built in extractor isn't extracting the cab. I'll have to throw 7zip program into the mix. It's actually a bit faster in extracting. Give me some time to modify the script.
Sent from my LGMS769 using XDA Premium 4 mobile app
Alright @BajoPrimate try this modified script and good luck!
md5 2da18f444b71947528a9e7d4b92f1bff
BajoPrimate said:
Hi kuma82, first,thank you very much for your work.
I've checked the md5 and it matches, then tried twice and failed:
"EXPAND" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
===============================================================================
No se encuentra el archivo
No se encuentra el archivo
Extracting:
WDB:
DLL:
Failed to extract file.
Please report this error with this file.
===============================================================================
Cleaning temporary files ...
===============================================================================
El sistema no puede encontrar el archivo especificado.
El sistema no puede encontrar la ruta especificada.
No se encuentra el archivo
Merging AP files ...
[?].bin
El sistema no puede encontrar el archivo especificado.
0 archivo(s) copiado(s).
Cleaning directory ...
No se pudo encontrar C:\Place KDZ IN HERE\
[*].bin
===============================================================================
File [V20P_00.kdz] has been successfully extracted.
===============================================================================
Cheers. Good luck.
Click to expand...
Click to collapse
You did extract everything from the zip file right? And you placed a kdz in there right?
Edit: nvm, you did.
Edit 2: @kuma82 what is V20P? Because the log says successfully extracted V20P_00.kdz even though know it didn't successfully extract. @BajoPrimate what is V20P.kdz?
Sent from my LGMS769 using Tapatalk
sammyz said:
You did extract everything from the zip file right? And you placed a kdz in there right?
Edit: nvm, you did.
Edit 2: @kuma82 what is V20P? Because the log says successfully extracted V20P_00.kdz even though know it didn't successfully extract. @BajoPrimate what is V20P.kdz?
Sent from my LGMS769 using Tapatalk
Click to expand...
Click to collapse
The script is just running through the motion,
Code:
:: Delete unmerged files
ECHO Cleaning directory ...
DEL "%BIN%
[*].bin" *.fls
ECHO ===============================================================================
ECHO File [%KDZ%] has been successfully extracted.
ECHO ===============================================================================
GOTO :EOF
The script doesn't actually check if the combined .bin exist
sammyz said:
You did extract everything from the zip file right? And you placed a kdz in there right?
Edit: nvm, you did.
Edit 2: @kuma82 what is V20P? Because the log says successfully extracted V20P_00.kdz even though know it didn't successfully extract. @BajoPrimate what is V20P.kdz?
Sent from my LGMS769 using Tapatalk
Click to expand...
Click to collapse
Hi sammyz, V20P_00.kdz is the last spanish kdz.
http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW642495432109876543213/V20P_00.kdz
Cheers. Good luck.
Sent from my LG P76020p-EUR-XX unlocked and rooted
Nvm.
Sent from my LGMS769 using Tapatalk
kuma82 said:
Alright @BajoPrimate try this modified script and good luck!
md5 2da18f444b71947528a9e7d4b92f1bff
Click to expand...
Click to collapse
Thank you kuma82, I'm going to turn on my PC and try it.
Cheers.
Edited: it's working fine. Great job!
Thanks a lot.
===============================================================================
LGExtract by navossoc
Convert KDZ to IMAGES
===============================================================================
Select the file to be converted:
1 - V20P_00.kdz
0 - Quit
Enter the number: 1
File: V20P_00.kdz
===============================================================================
Extracting:
KDZ: V20P_00.kdz
File: V20P_00.cab
File(s) successfully extracted!
===============================================================================
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: V20P_00.cab
Extracting V20P.wdb
Extracting LGP760.dll
Everything is Ok
Files: 2
Size: 628113532
Compressed: 628248787
===============================================================================
Extracting:
WDB: V20P.wdb
DLL: LGP760.dll
File: BIN\LGP760_CP.fls
File: BIN\LGP760_AP[9].bin
File: BIN\LGP760_AP[8].bin
File: BIN\LGP760_AP[7].bin
File: BIN\LGP760_AP[6].bin
File: BIN\LGP760_AP[5].bin
File: BIN\LGP760_AP[4].bin
File: BIN\LGP760_AP[3].bin
File: BIN\LGP760_AP[2].bin
File: BIN\LGP760_AP[1].bin
File: BIN\LGP760_AP[13].bin
File: BIN\LGP760_AP[12].bin
File: BIN\LGP760_AP[11].bin
File: BIN\LGP760_AP[10].bin
File: BIN\LGP760_AP[0].bin
File(s) successfully extracted!
===============================================================================
Cleaning temporary files ...
===============================================================================
Merging AP files ...
LGP760_AP[0].bin
LGP760_AP[1].bin
LGP760_AP[2].bin
LGP760_AP[3].bin
LGP760_AP[4].bin
LGP760_AP[5].bin
LGP760_AP[6].bin
LGP760_AP[7].bin
LGP760_AP[8].bin
LGP760_AP[9].bin
LGP760_AP[10].bin
LGP760_AP[11].bin
LGP760_AP[12].bin
LGP760_AP[13].bin
1 archivo(s) copiado(s).
Cleaning directory ...
===============================================================================
File [V20P_00.kdz] has been successfully extracted.
===============================================================================
Sent from my LG P76020p-EUR-XX unlocked and rooted
This worked perfectly for me on Windows 7 (64-bit). Thanks. Very easy to follow instructions. Everything to download in one spot. Great job.
KDZ to Bin?
kimtyson said:
This worked perfectly for me on Windows 7 (64-bit). Thanks. Very easy to follow instructions. Everything to download in one spot. Great job.
Click to expand...
Click to collapse
Hello,
I was wondering if you'd be willing to help me out?
I haven't been able to create a .bin file after using "Extract to Bins." It always results in a .fls and .dll
I have followed the process step-by-step. Is there something I'm missing?
Ramok9120 said:
Hello,
I was wondering if you'd be willing to help me out?
I haven't been able to create a .bin file after using "Extract to Bins." It always results in a .fls and .dll
I have followed the process step-by-step. Is there something I'm missing?
Click to expand...
Click to collapse
Hi Ramok9120, you could try with the last version (post #11) http://forum.xda-developers.com/showthread.php?p=52647753
Cheers. Good luck.
Sent from my LG P76020p-EUR-XX unlocked and rooted
BajoPrimate said:
Hi Ramok9120, you could try with the last version (post #11) http://forum.xda-developers.com/showthread.php?p=52647753
Cheers. Good luck.
Sent from my LG P76020p-EUR-XX unlocked and rooted
Click to expand...
Click to collapse
Hi BajoPrimate, appreciate the response and advice.
Everything worked out fine. Thanks!
I was testing some files that allowed me to take pictures of 32 seconds, but the camera didn't work anymore, that happened when replacing the files found in the root directory /system/vendor/lib
Could someone upload the lib folder somewhere? I download it and try to solve my problem by replacing it with mine!
Sorry for my English, I speak Spanish and I did it with the translator
Nisox7 said:
I was testing some files that allowed me to take pictures of 32 seconds, but the camera didn't work anymore, that happened when replacing the files found in the root directory /system/vendor/lib
Could someone upload the lib folder somewhere? I download it and try to solve my problem by replacing it with mine!
Sorry for my English, I speak Spanish and I did it with the translator
Click to expand...
Click to collapse
Algo de ayuda en español.. Espero que te sirva y logres recuperar la cámara.. Saludos!
https://drive.google.com/file/d/10SPRKv0PBczQgG8-sjOY9KRKMcH90J_u/view?usp=drivesdk
um alguem por favor me ajuda, eu nao consigo usar a minha rom, tipo instalei a sparkOS e ela pede uma verificaçao de rosto, e tipo minha camera ta estragada, tem alguma forma de pular essa verificaçao?
Mod edit : English please !
Google translation:
someone please help me, i can't use my rom, like i installed sparkOS and it asks for a face scan, and like my camera is broken, is there any way to skip this scan?
Click to expand...
Click to collapse
PhillipGui said:
um alguem por favor me ajuda, eu nao consigo usar a minha rom, tipo instalei a sparkOS e ela pede uma verificaçao de rosto, e tipo minha camera ta estragada, tem alguma forma de pular essa verificaçao?
Mod edit : English please !
Google translation:
Click to expand...
Click to collapse
Boot into twrp/orange fox, go to file manager, navigate to data/system and delete these files and other files named lockscreen or password
password.key
pattern.key
locksettings.db
locksettings.db-shm
locksettings.db-wal
Tab E said:
Boot into twrp/orange fox, go to file manager, navigate to data/system and delete these files and other files named lockscreen or password
password.key
pattern.key
locksettings.db
locksettings.db-shm
locksettings.db-wal
Click to expand...
Click to collapse
After that skip the pin option once asked, else nuke setup apk from system
Tab E said:
Boot into twrp/orange fox, go to file manager, navigate to data/system and delete these files and other files named lockscreen or password
password.key
pattern.key
locksettings.db
locksettings.db-shm
locksettings.db-wal
Click to expand...
Click to collapse
Hello, I am having the exact same issue in the same device. I can't find those files in /data/system/ .
Edit: Oh sorry, it seems like I missed locksettings.db, I found it, trying it now.
Update: Hey, it still didn't work.
BrotherBoard said:
After that skip the pin option once asked, else nuke setup apk from system
Click to expand...
Click to collapse
I tried to search the setup apk in my phone but I can't find it. It's not in /data/system/apps too (there isn't even a folder called "apps" in there)
UPDATE: OK, it took me around 2 hours, I managed to delete the setup apk. I extracted the rom and deleted it. It was named "SetupWizardPrebuilt.apk", under "/system/product/priv-app/SetupWizardPrebuilt". Then I built the rom as .img files and I flashed them in my TWRP like a normal spark os setup and everything seems fine. I did the extracting and building from CRB Android Kitchen. Hope that can help anyone else who have that issue.
pofdzm said:
UPDATE: OK, it took me around 2 hours, I managed to delete the setup apk. I extracted the rom and deleted it. It was named "SetupWizardPrebuilt.apk", under "/system/product/priv-app/SetupWizardPrebuilt". Then I built the rom as .img files and I flashed them in my TWRP like a normal spark os setup and everything seems fine. I did the extracting and building from CRB Android Kitchen. Hope that can help anyone else who have that issue.
Click to expand...
Click to collapse
you could just literally delete from TWRP file manager but nicely done!