[New Method]Flash Tool v1.0.5.4 MOD to use with LG Mobile Support Tool v1.7.2 - G2 General

Hello everyone. Im from Vietnam and now I provide a new method to use Flash Tool (R&D Test Tool) to flash KDZ firmware with new version of LG Mobile Support Tool v1.7.2. This is only the first version and apply for LG Mobile Support Tool v1.7.2. The final version will get one click solutions, just 1 click and here you go !
For those who Vietnamese's viewer : http://lgviet.com/forum/threads/flash-tool-v1-0-5-4-mod-flash-rom-offline-cho-lg.22465/
For those who English's viewer, read bellow instructions.
1. Functions :
+ Fix force to login when run FlashTool v1.0.5.4 (UpTestEX.exe) first time !
+ Upgrade lastest lib of Flashtool !
+ B2CApp v1.7.2 Patch.exe patch 2 files LGMLauncher.exe and LGUserCSTool.exe to make it work with Flash Tool v1.0.5.4
2. Tutorial :
- Make sure you have lastest version of LG Mobile Support Tool v1.7.2
- Run B2CApp v1.7.2 Patch.exe . Press button ... > Select path :
+ Windows 7 : C:\ProgramData\LGMOBILEAX\LGMLauncher.exe
+ Windows XP : C:\Documents and Settings\All Users\Application Data\LGMOBILEAX\LGMLauncher.exe
- Click Next > Press OK
- Press button ... > Select path
+ Windows 7 : C:\ProgramData\LGMOBILEAX\B2C_Client\LGUserCSTool.exe
+ Windows XP : C:\Documents and Settings\All Users\Application Data\LGMOBILEAX\B2C_Client\LGUserCSTool.exe
- Click Finish > Press OK
- Open Flash Tool v1.0.5.4 and use as usual !
PS : No more to run http virtual server when run flash tool no more trouble !
3. Download Link :
http://www.mediafire.com/download/i9umjt3b6beu8bu/FlashTool.1.0.54_MOD.rar
Click to expand...
Click to collapse

Related

[TUTO]UPDATE08/23 script to root/clean/install/theme/bootscreen

TRADUCTION STOPED, WORK CONTINUE IN ORIGINAL POST (FRENCH)
Reason : NO USER FEED BACK
Thanks to the author of X10 mini Exploit : http://android.doshaska.net/x10miniroot
This script pack is wrote under WINDOWS CMD, then to use on Windows.
These scripts are writen to help to :
Root X10 under ROM 023 or upper
make an INDUSTRIAL APK install (NO APPS IS INCLUDED, Make your choise)
Clean up some Constructor's packages
Install a Theme (NO THEME IS INCLUDED, Make your choise)
Install a BootScreen (NO BootScreen IS INCLUDED, Make your choise)
My scripts are included all INSTRUCTIONS Step by Step
MUST HAVE BEFORE :
Have an X10i (Not tested with X10a)
ROM 023 upper (Tested on DeBranded 026 and 023 )
Be under Windows
Installed SEUS (for drivers)
Change the Screen Time out to 10Mins (or more)
(Param/Sound&Display/Screen Time Out)
For the root step, Use the SONY WITGET for WIFI...
DURING THE SCRIPT RUNNING, PLEASE BE IN DEBUG MODE ON YOUR X10...
YOU CAN DOWNLOAD MY EACH MODULE IN THE ATTACHED FILE ON EACH RELATED POST
/!\ EACH RAR FILE MUST BE EXTRACTED ON C:\ /!\
0)THE MUST HAVE FILE (CORE) : Adb (Without this package, none worked)
DOWNLOAD : 0_CORE Only
Or FULL INSTALL (ENG) : FULL_INSTALL(All Packages)
Or FULL INSTALL (FRENCH) : FullInstall French
YOU NEED TO COMBINE IT WITH ONE OF THE OTHER MODULE (or ALL)
Step 0(adb) + (Rooter / APK Installer / Cleaner / Theme / Boot Screen)
Each RAR file contain his own files
You can say YES when winRAR ask you to overwrite
/!\ Please give me a feed back... worked or not /!\
Click to expand...
Click to collapse
PS : some steps are requiered an Humain action, because for the FW 026 users, the su is Unsecured (then block all batch request...) sorry.. I must to learn VBScrit to release a Full batched script...
STEP 1 : ROOTING THE X10 (026) by the X10 mini Explot Method
DOWNLOAD : 0_CORE + Here
Or FULL INSTALL (ENG) : FULL_INSTALL(All Packages)
Or FULL INSTALL (FRENCH) : FullInstall French
I don't recommand to use the "1 Click" method, because, i want to test the peering of your X10 and your PC.. If your X10 is not detected and peered with your PC, step 2->5 can't be functional...
*********************************************************
Enable "USB Debugging" in "Settings/applications/developpement"
Put on the HOME the SONY's widget "Quick Settings" and enable the WiFi
Plug your phone to the PC
*********************************************************
Click to expand...
Click to collapse
-> Do that asked : Go to the USB DEBUGGING MODE
DISABLE WiFi from the SONY's widget SONY (onthe HOME)
HUMAIN ACTION : Type the command lines as requested
Click to expand...
Click to collapse
-> As wrote, YOU must type these command lines (Can't batch this step yet)
-> Copy/Past is allowed
rootshell
Click to expand...
Click to collapse
type this password : rootnow
cd /sqlite_stmt_journals/
./busybox cp /sdcard/bin/su /system/bin/
./busybox cp /sdcard/bin/busybox /system/bin/
chmod 6777 /system/bin/su
rm /system/bin/rootshell
exit
exit
Click to expand...
Click to collapse
At this step, your X10 is rooted... No need to reboot
STEP 2 : INDUSTRIAL APK INSTALL
DOWNLOAD : 0_CORE + Here
Or FULL INSTALL (ENG) : FULL_INSTALL(All Packages)
Or FULL INSTALL (FRENCH) : FullInstall French
Put your APK files in this folder : (press Any key)
Click to expand...
Click to collapse
-> an Explorer window will pop up with path C:\KitThol_ENG\InstallAPK\app
-> Fill it with ALL your APK that you want to install
-> Press any key in the script window
-> My script will install ALL your APKs by it shelf
STEP 3: CLEAN UP SOME CONTRUCTOR"S PACKAGES
DOWNLOAD : 0_CORE + Here (FR)
Or FULL INSTALL (ENG) : FULL_INSTALL(All Packages)
Or FULL INSTALL (FRENCH) : FullInstall French
Cleaner V2(FR) : Backup on local drive before delete + Face Book and You Tube are NOT deleted
+ Some more deleted apps..
Check the cleansony.sh file if you want to know what i delete
Click to expand...
Click to collapse
-> Check the cleansony.sh file in C:\KitThol_ENG\Cleaner\
-> Delete lines where there package you want to keep (like youtube or facebook)
-> and save it
HUMAIN ACTION : Type the command lines as requested :
Click to expand...
Click to collapse
-> You MUST type these command lines (Not Batchable yet)
-> Copy/Past is allowed
su
Click to expand...
Click to collapse
on the X10 : ALLOW SU request(check Memorise/remember)
echo #WAIT the prompt "#"
Click to expand...
Click to collapse
-> Do that asked
cd sdcard
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
sh cleansony.sh
exit
exit
Click to expand...
Click to collapse
-> You will see some Error messages (": Not found" )...
-> Don't worry.. it's only due to Windows text formated (^M for return)
-> Some apps will be on error (we delete it )
STEP 4 : INSTALL A THEME
DOWNLOAD :0_CORE + Here
Or FULL INSTALL (ENG) : FULL_INSTALL(All Packages)
Or FULL INSTALL (FRENCH) : FullInstall French
Fill this folder with your APK theme (WITHOUT Framework) : [Press ANY KEY]
Click to expand...
Click to collapse
-> A window will pop up with path C:\KitThol_ENG\Theme\APK
-> Fill it with APPS APK theme (not the Framwork)
Put your FRAMEWORK APK in this folder : [Press ANY KEY]
Click to expand...
Click to collapse
-> A window will pop up with path C:\KitThol_ENG\Theme
-> Fill it with FRAMEWORK APK theme
HUMAIN ACTION : Type the command lines as requested :
Click to expand...
Click to collapse
-> you MUST type these command lines (not Batchable yet)
-> Copy/Past is allowed
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
cd /sdcard/
sh applytheme.sh
exit
exit
Click to expand...
Click to collapse
-> Well done, your X10 will Rebooted (now or under few seconds )
STEP 5 : INSTALL A BOOT SCREEN
DOWNLOAD : 0_CORE + Here
Or FULL INSTALL (ENG) : FULL_INSTALL(All Packages)
Or FULL INSTALL (FRENCH) : FullInstall French
Fill here your PNG files :
Click to expand...
Click to collapse
-> A window will pop up with path C:\KitThol_ENG\BootScreen
-> Fill it with the PNG(only png, not directory) of your downloaded BootScreen File
HUMAIN ACTION : Type the command lines as requested :
Click to expand...
Click to collapse
-> you MUST type these command lines (not Batchable yet)
-> Copy/Past is allowed
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
cd /sdcard/Theme/BootScreen/
sh applyBootScreen.sh
exit
exit
Click to expand...
Click to collapse
-> Well done, your X10 will Rebooted (now or under few seconds )
Step 0 is the needed file for my all other modules...
If you want to do a full install, try to execute my scripts by order...
then else, if you need only ONE of theses module you MUST extract the module :
Step 0 + Step(s) needed...
Have fun.. i wait your feed back..
great post. thanks for all the info. can't wait to get started on all this stuff
Have you success what you need with my scripts ?
I fix an error of syntaxes, my Main folder name contain a space... and there no space in path used in scripts...
All must Running now...
I wait your feed back !
Nobody had tested my work ? :-(
It not helped you ?
is it useless ?
Please say something.. i have to continue to this way or i must stop now ?
My partner has an X10 that I would love to test this on but has recently been upgraded to the latest firmware. Sorry.
My worry would be not having tools like nandroid as a safety net.
Sent from my Nexus One using XDA App
First, Thank you for this reply...
my scripts aren't for UPGRADE FW, it goal is to
root (have an administrator access),
help to install MANY applications in one time
help to delete some constructor's applications (who get your device slowly)
Help to istall a theme (because it's a litle bit difficult on FW 026)
Help to istall a Bootscreen (because it's a litle bit difficult on FW 026)
Then you can test it... dont worry, i tested with my french testers...
I just want to help you... International users !!!
Debrand x10
wolf0491 said:
I would try but I'm still on 20 and I'm selling my x10 on 26 so not doing anything to it. I actually have no idea why mine has not updated to 26.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
If you want to be on 026, try this method (Debrand) :
download the FW 026 here
unrar it, there 2 files..
launch SEUS, do a repair... SEUS will download the actual FW of your X10, flash it with it..
when done, go to C:/ProgramData/Sony Ericsson/SEMC OMSI Module/db/13740270/blob_fs (on Windows Vista/7 )
there 2 big files (16Mo and 130Mo)
copy the NAME of le 16mo's files in this directory (SEUS Directory).. past it on the 16Mo of the downloaded FW on my link. do the samething with the bigger file (130Mo)...
Replace the to files in SEUS directory with the 2 files downloaded...(overwrite)
launch SEUS and flash it again with the repair method...
It's done... your X10 will be on 026 after the flash...
Ok. You can use each functionality separately... try to change a theme or bootscreen ? There no danger..
It can be in both section... because it help to apply a theme AND to root a 02x fw.
It's not the probem.
I just want to know if there somebody has use my script ?
If not why you are afraid ?
I let my work here 1 month again... after, i delete it.. be cause i dont want to use this forum storage for something that nobody use it..
sorry double post

[ROOT] Yet Another Way to Root Your Optimus One (Gingerbread)

Lets just go straight to the point :
Make sure that you've :
- Downloaded and extracted 'DooMLoRD's Easy Rooting Toolkit [v4.0](zergRush Exploit)' (ref : http://forum.xda-developers.com/showthread.php?t=1321582)
- Installed Android SDK to enable you to run ADB shell
- Enabled 'Unknown Sources' in your phone
- Enabled 'USB Debugging' in your phone
Step 1 :
- Open command line as Administrator and go to 'android-sdk/platform-tools' folder
- Run this command :
adb devices (after this command you should see your device id)
adb shell
echo 1 > /data/local/lge_adb.conf
- Leave the cmd windows open
Step 2 :
- Go to DooMLorD folder
- run 'runme.bat'
- press 'Enter' once and then once more
VOILA!!
p/s : You can close the 'cmd' windows now
Superoneclick method is better which dosent need android sdk installed
its just another way. no biggie
I rooted my O1 with Superoneclick and I recommend it , fast and safe
Sorry, where can i found superoneclick?
i have O1 with last ginger update, it's compatible?
kyrulamri said:
Lets just go straight to the point :
Make sure that you've :
- Downloaded and extracted 'DooMLoRD's Easy Rooting Toolkit [v4.0](zergRush Exploit)' (ref : http://forum.xda-developers.com/showthread.php?t=1321582)
- Installed Android SDK to enable you to run ADB shell
- Enabled 'Unknown Sources' in your phone
- Enabled 'USB Debugging' in your phone
Step 1 :
- Open command line as Administrator and go to 'android-sdk/platform-tools' folder
- Run this command :
adb devices (after this command you should see your device id)
adb shell
echo 1 > /data/local/lge_adb.conf
- Leave the cmd windows open
Step 2 :
- Go to DooMLorD folder
- run 'runme.bat'
- press 'Enter' once and then once more
VOILA!!
p/s : You can close the 'cmd' windows now
Click to expand...
Click to collapse
Superoneclick has zergRush exploit in it and more.
Anyone wanting to root their phone or flash baseband go into my guide, link is in my signature

[GUIDE] Win 95/98/XP and Linux OS (Knoppix/Ubuntu etc) on Xperia S No root needed!!!

Yes ! Now you can run x86 based operating systems on your Xperia S. No root needed
IS A VIRTUAL MACHINE, DOESN'T TOUCH ANDROID
The windows 95/98 works great on my Xperia S
All credits to their respective developers.....
Instructions :
1.Download and install Bochs2_5_1.apk (stable but slower) or QEMU.apk (unstable but faster)
2.Download SDL(BOCHS).zip for Bochs2_5_1.apk and SDL(QEMU).zip for QEMU.apk and extract on root of sdcard , so path should be sdcard/SDL/*.*
3.Put a disk image of type ".img" of any operating system in SDL folder and rename it to "c.img" (tested : win 95/98/XP ----------------Linux OSs like Ubuntu/Knoppix/redhat etc can also be used)
4.here i uploaded an img of windows 98 http://www.mediafire.com/?ec76dg96qspyx5k (just change the extention from .mp3 to .zip, extract and here you go)
5.Run Bochs or LibSDL from appdrawer. Let it boot (takes few secs) and enjoy.
How to Create .IMG from .VHD disk image in Second Post
----------------------------------------------------------------------
Instructions (BOCHS) :
- The screen works as touchpad to control the mouse cursor and volume up/down works as left/right click.
- You can also tap the screen to generate left click.(this does not work everytime)
- Back = BackSpace, Menu = Enter, left-upper corner click generates TAB
- left-lower corner click popups keyboard
( For a desktop like experience use this keyboard -> Hackers Keyboard, or a usb keyboard using the usb host cable)
-Create a folder called "HDD" on the root of your SDcard and put your softwares/files or anything in there. When you boot windows, then in "My Computer" you will see "d" drive which will have the "HDD" folder contents. So you can install/use them in Windows.
-----------------------------------------------------------------------
----------------------------------------------------------------------
Instructions (QEMU):
- The screen works as touchpad to control the mouse cursor.
- You can also tap the screen to generate left click (right click is not possible AFAIK) .
- Back = BackSpace, Holding Menu = popups keyboard
( For a desktop like experience use this keyboard -> Hackers Keyboard or a usb keyboard using the usb host cable )
- No custom files can be used as of now, will find a way and post here again.
----------------------------------------------------------------------
Some freeware disk images can be found on the next links (not sure if any of them will work as i have not tested , only win 95/98/XP are tested.)
HERE and HERE
thanks to:
mnomaanw, and all the developers working on this project
How to Create .IMG Disk Image from .VHD
1. Download ISO Recorder here
2. Mount the VHD
-Windows 7
-Go to your start menu, right click on Computer, and choose 'manage'
-On the left, click on 'Disk Management' (may take a few moments)
-Click on 'More Actions' and choose 'Attach VHD'
-Choose your VHD
3. Open Windows Exporer
4. Right click on the newly mounted VHD and select 'Create ISO Image File' and when saving, choose save as any file type.
5. Save as c.img
Thanks to chessmaster W/nook for posting these instructions
OR:
I found this somewhere on a non English site, so I translated it via google.....Much part of the guide is understandable.
(Instructions)
Download QEMU for companies
Create a folder on the C drive and extract all the qemu from the archive there.
(Go to the folder in the console)
(hard way)
Win XP: Start> Run> cmd
Win 7: The push buttons Win + R, write cmd and click on OK
Writing in the console
Code
cd c: \ qemu
(easy way, but it only works on Win 7)
Go to the folder qemu (not necessarily on drive C)
Hold down Shift, click on the empty space of the open folder, right-click
In the menu click on "Open Command Window"
Create an image of your hard disk - write to the console
Code
qemu-img create-f raw disk.img 2000M
(Where)
disk.img - the name of the hard disk
2000M - the size in megabytes (the size can be anything, if only Windows was placed, but just the 2000M).
Create (. Iso) image c installation disk Windows XP (look in Advanced) and rename it to image.iso
Copy it to the folder c: \ qemu
If the c: \ qemu disk image is the image of the hard drive then run QEMU - write to the console
Code
qemu.exe-m 1024-boot d-cdrom image.iso-hda disk.img
(Where)
1024-m - amount of RAM available to QEMU
-Boot d - to boot from cd-rom
-Cdrom image.iso - our installation CD
-Hda disk.img - hard disk image
(Install windows as usual)
Format to NTFS required (do not be lazy is a very fast)
Creating a Windows completed.
Disk.img take out of the c: \ qemu and copy the smart
(Now set up the Smart)
Download BOCHS for Android
Download the SDL: SDL.zip (47.85 KB) Number of downloads: 240
Installation:
Install apk
Unpack the archive in the SDL sdcard / SDL
disk.img move to the sdcard / SDL
(Edit file bochsrc.txt)
Neither of which do not touch, but here:
# What disk images will be used
# Floppya: 1_44 = W98RUS.img, status = inserted
change the name of the image as follows:
# What disk images will be used
# Floppya: 1_44 = disk.img, status = inserted
and here:
ata0-master: type = disk, path = "c.img"
change to:
ata0-master: type = disk, path = "disk.img"
All store and run Bochs
We look forward to and enjoy!
that sounds great
just to make sure that i have understand the general idea
so it is about running windows 98 as any other application on Android ??
and it will not replace the original OS
mohammed510 said:
that sounds great
just to make sure that i have understand the general idea
so it is about running windows 98 as any other application on Android ??
and it will not replace the original OS
Click to expand...
Click to collapse
yes is a virtual machine dosent touch android
vitorugo-8 said:
one video showing that working will be good
Click to expand...
Click to collapse
i will do it tomorrow
one video showing that working will be good
vitorugo-8 said:
one video showing that working will be good
Click to expand...
Click to collapse
We did not take vids but there's a few screenshots here http://www.xperiagamer.com/Apps/windows-on-xperia.html we tried this few weeks back and worked well on the xperia s
Sent from my LT26i using XDA
i can not install bochs.apk and qemu.apk parse error problem
cannot extract .zip files. I've tried both
hololodilolo said:
cannot extract .zip files. I've tried both
Click to expand...
Click to collapse
Try the link 2 posts above. I uploaded them and both should be fully working.
Sent from my LT26i using XDA
marcoplo said:
i can not install bochs.apk and qemu.apk parse error problem
Click to expand...
Click to collapse
Same here
Update: Copies in this link work perfectly!
http://forum.xda-developers.com/showthread.php?t=1459153
Thanx
Bookmarking the post! will read it and do it later!
i've tried it on my SGS2....nice ... I have XP on my phone
Btw... is there a way on how to make it faster and snapier..??
baramuli said:
i've tried it on my SGS2....nice ... I have XP on my phone
Btw... is there a way on how to make it faster and snapier..??
Click to expand...
Click to collapse
Not really. Different architectures, you can only emulate and not virtualize.
baramuli said:
i've tried it on my SGS2....nice ... I have XP on my phone
Btw... is there a way on how to make it faster and snapier..??
Click to expand...
Click to collapse
To make this faster is possibile but not on curent generation of phone Maybe on the newgen of Huawei soC at x64 but the project is still in Very Very Alpha
Sent from my LT26i using xda premium
optik19918 said:
To make this faster is possibile but not on curent generation of phone Maybe on the newgen of Huawei soC at x64 but the project is still in Very Very Alpha
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Nope. Even ARMv8 won't really be able to virtualize desktop CPUs. I've had a chance to play with a TI board and the thing is badass, but it doesn't have hardware virtualization.
Thx
thanks for your work, I'll test.
I cant make it work, i already try with win 98, and win 95, it always show only like the BIOS screen and then it close, (no force closing, just close)
what a shame
jacker60 said:
I cant make it work, i already try with win 98, and win 95, it always show only like the BIOS screen and then it close, (no force closing, just close)
what a shame
Click to expand...
Click to collapse
i tested again now and works, with BOCHS i will test the other one to!
the win 98 img i uploaded is damaged, upolading right now w95 tested and working,
maybe your windows img is damaged
Sent from my LT26i using xda premium
What advantages does this bring?
naughtb4 said:
What advantages does this bring?
Click to expand...
Click to collapse
It's one of those "because you can" things
Sent from my Xperia Arc S using xda premium

Freelander PD10LX81 (3G 8GB Flash / 1GB RAM) MT6575

(sorry i used an online translator, becaus of my poor english)
Firmware: download LINK http://223.4.236.214/bbs/showtopic-13607.aspx
there select the correct model (PD10LX81)
In the archive file, the ROM + Flash Tool
(Smart phone flash tool MediaTek Inc.) + USB driver included.
Requires:
- Windows PC / laptop (firewall / antvirus off)
- Freelander PD10LX81 (ACCU charged 100%)
- The firmware of the above LINK
- The tool for the Tablet root the Device by: John Does, "Dev-host - root 4.0.4 ICS.zip"
http://www.android-hilfe.de/sonstig...elander-pd10-lite-3g-gps-1gb-ram-4gb-rom.html
Thanks for the TOOL to John Doe
- If 7zip to extract the firmware files http://www.7-zip.org/
0 Turn off PC / laptop firewall / antivirus, install a driver (USB VCOM
Driver.rar, MT6577 USB VCOM drivers \ Installdriver.exe)
1 If flash the tablet with the new firmware if (20121219) (see: k, l)
Start Flash_Tool.exe, MT6575_Android_scatter_emmc.txt load (button: Scatter-loading)
Off tablet short wait (15 seconds), click download button, connect tablet with USB cable to PC / Laptop
2 rooten the Tablet + customize the ROM as desired
3 read system.img (android)
a) Switch off tablet wait briefly (15 sec)
b) On the PC / laptop, the smart phone flash tool start (Flash_Tool.exe)
c) File: MT6575_Android_scatter_emmc.txt store (button: Scatter-loading)
d) Riders: "Read back" open
e) add -> Filename: system.img set
f) Start Address: 0x00000000034E4000
Length: 0x126EC600
g) Button: Click "Read back"
h) PD10LX81 Connect with USB cable to PC / laptop and wait until the
"Selection process" is completed.
i) copy dir of the original ROM firmware and rename it to myrom for example, in there
replace the system.img against just been read.
j) on this ROM can now eg: be flashed another PD10LX81
k) Start Flash_Tool.exe, MT6575_Android_scatter_emmc.txt from eg: load \ myrom \
l Switch off) Tablet short wait (15 seconds), click download button, connect tablet with USB cable to PC / Laptop
Can also be helpful adb.exe, this is in the archive: "Dev-host - root 4.0.4 ICS.zip" included.
Docu https://developer.android.com/tools/help/adb.html . For Linux (32bit) to the adb found here (Thanks to PJF16).
APPs: (Google Play)
Terminal by Jack Palevich
Apps2ROM by Ludovic RENAULT
SU (updated) by Chainfire
Apk Extractor Kim Heeseok

[GUIDE][OREO] Returning to oreo despite high bl version ????????

Returning to oreo GUIDE
We are going to speak about Returning to oreo for Samsung J4 PLUS .
Requirements​
- Any archive decompress tool .
WINDOWS : Winrar & 7zip .
LINUX : U can use shell or any archive decompress tool .
ANDROID : Zarchiver .
- Custom recovery .
- LZ4 Tool .
WINDOWS : Here .
LINUX : Package name is liblz4-tool .
ANDROID : Use termux app , pkg update ; pkg install lz4 .
- Oreo stock rom .
Code:
U CAN'T FIND IT FREE ON MOST SITES OR IT WAS DELETED FROM OTHER SITES .
BUT I FOUND THIS SITE PROVIDES STOCK ROM FOR FREE AND WITHOUT SIGN IN , BUT DOWNLOADING SPEED IS SLOW :
[URL="https://samfrew.com/"][COLOR="Red"]SITE LINK[/COLOR][/URL] .
- Patience .
Lets start steps​
A - Preparing . . .
Download oreo stock rom .
Unzip stock rom zip .
Rename AP ( tar.md5 to tar ) .
Decompress AP ( system - boot - vendor) & CSC ( odm only ) tar files in a dir (eg work) . ( WINDOWS : 7ZIP )
Decompress lz4.zip in previous dir ( WINDOWS ONLY)
Open cmd ( WINDOWS ) or console ( LINUX ) or termux ( ANDROID , but if u face issue try to move files to termux home dir using com.android.documentsui app , it is in any android system ) in previous dir .
Open as root or administrator write this :
Code:
- lz4 -d system.img.ext4.lz4 --no-sparse . ( [COLOR="red"]WINDOWS : lz4.exe [/COLOR])
Then delete system lz4 compressed file .
- lz4 -d -m *.lz4
Then delete all lz4 compressed file .
Rename all img.ext4 to img .
Copy all ( system - vendor - boot - odm ) img to your phone .
B - Installing . . .
- Reboot recovery
- Wipe data , system , vendor .
- From custom recovery teriminal or adb shell , go to img saved location ( using cd command ) :
Code:
- simg2img odm.img odm.raw
- dd if=odm.raw of=/dev/block/bootdevice/by-name/odm
- Install system .
Notice : With twrp , Better to reboot recovery .
- Install boot , vendor .
- Install custom kernel . (if u want)
- Install security disable stuff :
J6+ J4+ disable encryption : here .
Disable all pie security : here .
- Install magisk .
C - Waiting until it boot . . .​
- Done phone booted . :good:
Thanks​
• @ashyx for Twrp & J6+ J4+ disable encryption .
• @SebaUbuntu for custom recoveries .
• me for writing this thread .
• @topjohnwu for magisk .
​
Indonesia region try this mirror https://drive.google.com/file/d/1lGxg2R5HJiBRWvNy1uMBKd-RJ56u49Gt/view
Credit nanda.id
Can I lock the bootloader after this?
btw thanks so much for this guide, I've always wanted to downgrade...
this phone has been flashed with unauthorized software, meh.​
If you're running Pie, stay there and be happy.
blackhawk said:
If you're running Pie, stay there and be happy.
Click to expand...
Click to collapse
my touchscreen didn't work after updating to the latest one
How to fix this phone has been flashed with unauthorized software​
i have not working face and fingerprint unlock..
nick D1256 said:
i have not working face and fingerprint unlock..
Click to expand...
Click to collapse
i cant register it
zawarud0 said:
this phone has been flashed with unauthorized software, meh.​
Click to expand...
Click to collapse
Install medusa Kernel
Hello. I have J6+ and followed all the steps carefully but I have the problem of
"your device has been flashed with unauthorized firmware and is locked"
what can I do? I really want an Android 8 or 8.1 custom ROM

Categories

Resources