How to repack custom compiled kernel images? - Xiaomi Redmi 8A Questions & Answers

Hi,
We recompiled Xiaomi redmi 8 kernel source.
We obtained 5 img files ( boot.img, dtbo.img, system.img, vbmeta.img and vendor.img).
I want to know how to repack these images into Zip file for recovering on phone.
Please help me.
more and more detail ...
thank you.

Sergey Ermakov said:
Hi,
We recompiled Xiaomi redmi 8 kernel source.
We obtained 5 img files ( boot.img, dtbo.img, system.img, vbmeta.img and vendor.img).
I want to know how to repack these images into Zip file for recovering on phone.
Please help me.
more and more detail ...
thank you.
Click to expand...
Click to collapse
Do you need a zip archive? they can also be flashed into orange fox individually
Sorry for my bad english. I am not literate and in Russian )))
---------- Post added at 08:48 AM ---------- Previous post was at 08:46 AM ----------
Vendor , system , boot http://4pda.ru/forum/index.php?showtopic=836751
Sorry for my bad english. I am not literate and in Russian )))

Related

[Q] Creating a stock-based rom!

Hey guys!
How do I create a stock-based rom? The only thing I found was this: http://forum.xda-developers.com/showthread.php?t=1533740 But I don't know if it applies to Ace too.
Someone can confirm if this works? Also, If I just take a install-script from another ROM it will work? Or I'll need to write my own?
And, last but not least, for themeing, what files I need to change? Framework or tw-framework?
Okay that most things in that tut works some things are not 4 tha ace
scripts u can just add other scripts from roms no need 2 write own (ask permisions ofcorce)
Theme edit systemui.apk in system/app
edit framework-res.apk system/framework
edit twlauncher.apk system/app
and u can edit tw-framework if u wanna (not much 2 theme there)
HOPE I HELPED!!!
GOOD LUCK
Search before posting please...Theres a guide written by me for ace..
---------- Post added at 10:08 PM ---------- Previous post was at 10:08 PM ----------
If you need any help,PM me and i will help
Prawesome said:
Search before posting please...Theres a guide written by me for ace..
---------- Post added at 10:08 PM ---------- Previous post was at 10:08 PM ----------
If you need any help,PM me and i will help
Click to expand...
Click to collapse
I've made my first ROM using your tutorial as basis I need to know if there is something much different between building a CM7 rom and a stock ROM. Since stock roms always came with those other files (modem, phone, csc...), I need to know if I can just extract the system.rfs file, edit what I wand or what I need and made a flashable zip.
A bit off-topic question: where are the resources used on the lockscreen? framework-res.apk?
Quick Question: if I pick the apps that I have installed libs and put them on /system/lib, they will work?
For the lockscreen and other graphic (theme) edits check this tut, gives you a feel of where to screw with the framework-res.apk
http://forum.xda-developers.com/showthread.php?t=1543059
The easiest thing to do is to replace .9.png files with those of other ROMS to personalize it. Editing the xml files takes some trial and error, but its easier than it seems.
Thank you! One more thing: The power menu, it is hard-coded or I can add options to it via xml editing?
Renan Lazarotto said:
Thank you! One more thing: The power menu, it is hard-coded or I can add options to it via xml editing?
Click to expand...
Click to collapse
If you want to add options to power menu,you need to edit android.policy.jar,framework.jar and framework-res.apk.Here is a guide on that. http://forum.xda-developers.com/showthread.php?t=811532 You might need to make a few changes to make it adapt,like change the string ids,and its GlobalActions$3 you should copy for ace,its GlobalActions$4.smali.
---------- Post added at 09:19 AM ---------- Previous post was at 09:16 AM ----------
Renan Lazarotto said:
I've made my first ROM using your tutorial as basis I need to know if there is something much different between building a CM7 rom and a stock ROM. Since stock roms always came with those other files (modem, phone, csc...), I need to know if I can just extract the system.rfs file, edit what I wand or what I need and made a flashable zip.
A bit off-topic question: where are the resources used on the lockscreen? framework-res.apk?
Click to expand...
Click to collapse
Just download a package from Odin.You will get a .tar.md5 file which you wont be able to extract,so rename the file to .tar Now,you will be extract it,after extraction,you will get many .img files like system.img,boot.img. Extract system.img,replace stock boot.img with Cf-root and thats about it.You could take the updater script from BlackHawk as it does the job most of the times.
Prawesome said:
Just download a package from Odin.You will get a .tar.md5 file which you wont be able to extract,so rename the file to .tar Now,you will be extract it,after extraction,you will get many .img files like system.img,boot.img. Extract system.img,replace stock boot.img with Cf-root and thats about it.You could take the updater script from BlackHawk as it does the job most of the times.
Click to expand...
Click to collapse
I extracted the stock rom (system.rfs within the system files) and used the cf-root boot.img but my rom didn't start after flashing. I only saw the samsung galaxy ace logo and a blue triangle on the upper left corner of screen.
From the stocklite rom I used the updater-script. Maybe there is the fault?
Here the rom: Link
Please help me
Best regards
Marcus
freibergisch said:
I extracted the stock rom (system.rfs within the system files) and used the cf-root boot.img but my rom didn't start after flashing. I only saw the samsung galaxy ace logo and a blue triangle on the upper left corner of screen.
From the stocklite rom I used the updater-script. Maybe there is the fault?
Here the rom: Link
Please help me
Best regards
Marcus
Click to expand...
Click to collapse
Hmm...thats weird..Try taking the updater script and binary from blackhawk and try.If it still doesnt work,then try and take a logcat,it might help.
---------- Post added at 02:15 PM ---------- Previous post was at 02:10 PM ----------
Let me just download it and check the rom.
Hi,
Thank you for testing it.
I didn't copy the csc files into the system directory.
But i tried it with csc but without any success..
Please have a look over my rom..
Im very confused
PS: took the updater script from blackhawk and one other. Both are the same.
Marcus
Gesendet von meinem HTC Desire
Prawesome said:
If you want to add options to power menu,you need to edit android.policy.jar,framework.jar and framework-res.apk.Here is a guide on that. http://forum.xda-developers.com/showthread.php?t=811532 You might need to make a few changes to make it adapt,like change the string ids,and its GlobalActions$3 you should copy for ace,its GlobalActions$4.smali.
---------- Post added at 09:19 AM ---------- Previous post was at 09:16 AM ----------
Just download a package from Odin.You will get a .tar.md5 file which you wont be able to extract,so rename the file to .tar Now,you will be extract it,after extraction,you will get many .img files like system.img,boot.img. Extract system.img,replace stock boot.img with Cf-root and thats about it.You could take the updater script from BlackHawk as it does the job most of the times.
Click to expand...
Click to collapse
Thanks for the tip on the menu and all. Now I'll start to work on the ROM, but I'll still wait for the confirmation if the update script works!
freibergisch said:
Hi,
Thank you for testing it.
I didn't copy the csc files into the system directory.
But i tried it with csc but without any success..
Please have a look over my rom..
Im very confused
PS: took the updater script from blackhawk and one other. Both are the same.
Marcus
Gesendet von meinem HTC Desire
Click to expand...
Click to collapse
Hm...If you could,could you upload the rom to some other site like MediaFire? I cant seem to download the file properly from the link you gave.
---------- Post added at 06:20 PM ---------- Previous post was at 06:16 PM ----------
Renan Lazarotto said:
Thanks for the tip on the menu and all. Now I'll start to work on the ROM, but I'll still wait for the confirmation if the update script works!
Click to expand...
Click to collapse
Lol,updater script will work.Where do you think everyone takes updater scripts from? Its too big/dangerous to write up on your own,so what do you do,you take an existing one and modify it to work with your rom.Oh,and give credits to the original dev who wrote the updater script.
Hi,
I'm uploading the rom to mediafire now.
I give you the link when the rom is up in few minutes.
Thank you
---------- Post added at 06:09 PM ---------- Previous post was at 05:49 PM ----------
http://www.mediafire.com/?1bc8xt7q9sp8vzw
Edit: This is with CSC directories from the odin flash files.
Prawesome said:
Search before posting please...Theres a guide written by me for ace..
---------- Post added at 10:08 PM ---------- Previous post was at 10:08 PM ----------
If you need any help,PM me and i will help
Click to expand...
Click to collapse
where i can find the post?
tonyboy3 said:
where i can find the post?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1465477

How to edit recovery.img

Hi i am interesting to modifcated a recovery.img to put my own TEXT to put my own IMAGES.
How can i do it?¿
A lot of thanks
It is exactly same as unpacking boot.img
Use dsixdas kitchen to do that.
Ok
varun.chitre15 said:
It is exactly same as unpacking boot.img
Use dsixdas kitchen to do that.
Click to expand...
Click to collapse
And how i edit the images?¿
Build it from source.
how I do
dastin1015 said:
Build it from source.
Click to expand...
Click to collapse
how I do it ?¿
i find the images and how can I change the name of recovery I refer to the upper side where it put the name of it
There areany different recovery...what are you trying to edit? Cwm, twrp, ext4...etc
And source...I find the easiest way is to get a cyanogen working folder setup and use
Code:
make bootimage
that creates a kernel with included recovery (for Samsung devices)
Sent from my SGH-I997 using Tapatalk 2
---------- Post added at 05:09 PM ---------- Previous post was at 05:07 PM ----------
http://rootzwiki.com/index.php?/topic/23903-How-to-Compile-TWRP-from-Source that's for twrp recovery...but it may give you a better idea on building recoveries from source
Sent from my HTC PH39100 using Tapatalk 2

KITKAT Custom Firmware for Lenovo P780

Hi all ! I have here some KitKat firmware.
Some are for flashing with SP Flash Tool and some are for flashing from Custom Recovery TWRP.
The firmware are taken from this awsome site, with some awsome developers:
Original Site: http://4pda.ru/forum/index.php?showtopic=566352
Mirror: https://drive.google.com/folderview...9vTlh4Y3pMUG9ES3FtX21ZdjlwVzY3VWc&usp=sharing
Mirror2: https://drive.google.com/folderview...hBY19oYnhrbWpES3loNlJkSVp6dlR4RXM&usp=sharing - never tested by me!
Hope you like and enjoy like i did!
stympy said:
Hi all ! I have here some KitKat firmware.
Some are for flashing with SP Flash Tool and some are for flashing from Custom Recovery TWRP.
The firmware are taken from this awsome site, with some awsome developers:
Original Site: http://4pda.ru/forum/index.php?showtopic=566352
Mirror: https://drive.google.com/folderview...9vTlh4Y3pMUG9ES3FtX21ZdjlwVzY3VWc&usp=sharing
Hope you like and enjoy like i did!
Click to expand...
Click to collapse
mind to explain? ist ROM ??
---------- Post added at 07:36 PM ---------- Previous post was at 07:27 PM ----------
all for ROW version??
hermanchb said:
mind to explain? ist ROM ??
---------- Post added at 07:36 PM ---------- Previous post was at 07:27 PM ----------
all for ROW version??
Click to expand...
Click to collapse
Hi.
1. Andreya108 it is a ROW wannabe! It is custom made, custom allmost everything! Flashable with SP Flash Tool.
2. Baralajbi is CN based! Rooted and stable! Flashable with SP Flash Tool.
3. Vibe Developer Team - CN based! Zip file. Flashable from TWRP. Stable!
4. Vitali - CN based. Not tested so mutch! Zip file. Flashable from TWRP.
stympy said:
Hi.
1. Andreya108 it is a ROW wannabe! It is custom made, custom allmost everything! Flashable with SP Flash Tool.
2. Baralajbi is CN based! Rooted and stable! Flashable with SP Flash Tool.
3. Vibe Developer Team - CN based! Zip file. Flashable from TWRP. Stable!
4. Vitali - CN based. Not tested so mutch! Zip file. Flashable from TWRP.
Click to expand...
Click to collapse
Thanks for your explanation, meant those ROM mainly for CN, Over device will be CN version once we flash it with SP Flash?
hermanchb said:
Thanks for your explanation, meant those ROM mainly for CN, Over device will be CN version once we flash it with SP Flash?
Click to expand...
Click to collapse
Wll be chinese based firmware. Not in chinese language!
flash it via sp flash? or we need to flash the Stock Firmaware before flashing these?
hermanchb said:
flash it via sp flash? or we need to flash the Stock Firmaware before flashing these?
Click to expand...
Click to collapse
Sooo... That depends...
For firmware flashable with SP Flash Tool, you dont need anything! Flash drom PC or notebook and you are ready!
For firmware in zip format you need first to flash chinese firmware, custom recovery like TWRP then flash zip file!
Good Luck.
stympy said:
Sooo... That depends...
For firmware flashable with SP Flash Tool, you dont need anything! Flash drom PC or notebook and you are ready!
For firmware in zip format you need first to flash chinese firmware, custom recovery like TWRP then flash zip file!
Good Luck.
Click to expand...
Click to collapse
yes, got it :good: this is what i wanted to know
if i wanted to flash CN base Miui V6, which firmware i have to flash?
hermanchb said:
if i wanted to flash CN base Miui V6, which firmware i have to flash?
Click to expand...
Click to collapse
First flash Baralajbi firmware! After that flash CN based TWRP.
After all that flash MIUI.
stympy said:
First flash Baralajbi firmware! After that flash CN based TWRP.
After all that flash MIUI.
Click to expand...
Click to collapse
Thanks, Baralajbi firmware no TWRP?? I thought built in.
hermanchb said:
Thanks, Baralajbi firmware no TWRP?? I thought built in.
Click to expand...
Click to collapse
Nope! Look what you have to do:
1. creeat an folder
2. copy scatter file from Baralajbi firmware in to that folder
3. download from here openrecovery-twrp-2.8.4.0rev2-p780cn.zip
4. extract recovery from archive
5. open flash tool
6. load scatter file
7. select download and flash
Orrrrr...
Flash with mobile uncle tool.
In rest you know what to do!
Good Luck.
stympy said:
Nope! Look what you have to do:
1. creeat an folder
2. copy scatter file from Baralajbi firmware in to that folder
3. download from here openrecovery-twrp-2.8.4.0rev2-p780cn.zip
4. extract recovery from archive
5. open flash tool
6. load scatter file
7. select download and flash
Orrrrr...
Flash with mobile uncle tool.
In rest you know what to do!
Good Luck.
Click to expand...
Click to collapse
THanks ... i will try and update you
---------- Post added at 07:45 PM ---------- Previous post was at 07:40 PM ----------
may i know the "New_Preloader.zip" in the Google Drive?
hermanchb said:
THanks ... i will try and update you
---------- Post added at 07:45 PM ---------- Previous post was at 07:40 PM ----------
may i know the "New_Preloader.zip" in the Google Drive?
Click to expand...
Click to collapse
It is for new phones made after 04.2014!
If your pfone is working after flash DO NOT USE !
stympy said:
It is for new phones made after 04.2014!
If your pfone is working after flash DO NOT USE !
Click to expand...
Click to collapse
Size too big, can u split for me?? my network disconnect when half downloaded.... sad
hermanchb said:
Size too big, can u split for me?? my network disconnect when half downloaded.... sad
Click to expand...
Click to collapse
What archive is creeating you problems ?
stympy said:
What archive is creeating you problems ?
Click to expand...
Click to collapse
Network not stable .... I having disconnect problem ...
---------- Post added at 10:00 PM ---------- Previous post was at 09:49 PM ----------
I wanted to download Baralajbi firmware.
hermanchb said:
Network not stable .... I having disconnect problem ...
---------- Post added at 10:00 PM ---------- Previous post was at 09:49 PM ----------
I wanted to download Baralajbi firmware.
Click to expand...
Click to collapse
ill upload in small pakages ! 100 mb ! let me do the split and ill upload! the archive will be winrar split! download all, put them in one folder and unrar! ok ?
Update!
Upload is done! You will find in Baralajbi/Multiple Volumes folder! Please let me know when you are done! Google Drive Space Problems !
stympy said:
ill upload in small pakages ! 100 mb ! let me do the split and ill upload! the archive will be winrar split! download all, put them in one folder and unrar! ok ?
Update!
Upload is done! You will find in Baralajbi/Multiple Volumes folder! Please let me know when you are done! Google Drive Space Problems !
Click to expand...
Click to collapse
thank you very much, i will update you when done
Done, download completed ~ THANKS

Request SM-G531F/H firmware and boot.img

I wanna upload MIUI8 ROM for 531F/H .
So,I need firmware folder and boot.IMG.
Please upload if you used 531F/H.
Thank.
I can upload for G531H XXU To Google Drive :good:
And what do you mean by firmware folder :/
The system.img or A zip file of the system partition with all folder ?
ciel phantomhive said:
I can upload for G531H XXU To Google Drive :good:
And what do you mean by firmware folder :/
The system.img or A zip file of the system partition with all folder ?
Click to expand...
Click to collapse
If you OK,I need the whole ROM.
Like this ?
ciel phantomhive said:
Like this ?
Click to expand...
Click to collapse
Right
But Now ,I need /system /etc/firmware folder and boot.img.
Please upload it first.
minsetnaing said:
Right
But Now ,I need /system /etc/firmware folder and boot.img.
Please upload it first.
Click to expand...
Click to collapse
Folders from root browser ?
I can upload this
firmware folder doesnt exist in etc filder on g531h instead this is in vendor folder
---------- Post added at 02:36 PM ---------- Previous post was at 02:20 PM ----------
https://mega.nz/#F!yBhW2BxL
there is no key just click decrypt
Full firmware package :good:
Link:-
https://drive.google.com/file/d/0Bzeo3Jst8j14Z3YxbmU2Sklnd1E/view?usp=docslist_api
Firmware https://mega.nz/#F!yBhW2BxL!x188R9Kc0F_-1RduMhE8ow
Boot.img https://mega.nz/#!2RwGGTQY!YXIPpZjMLzLwcN2SHr2TfQLQ5-NEv5TpJBhh27AJfiM
---------- Post added at 03:03 PM ---------- Previous post was at 02:54 PM ----------
i installed miui 8 on my g531h...it installed successfully but i cant boot....i think this is because of boot.img
Etc folrder 531f
drive.google. com / open?id=0B3K8BzMHj9Mzanpmd05jZ0lQTjQ
Thank for all, I will update with wifi working..
Thank again for uploadfiles.
How did you get the MIUI8? And the right version for 531f or 531h?
thanks for making miui8 for g531h.........
badshah99 said:
Firmware https://mega.nz/#F!yBhW2BxL!x188R9Kc0F_-1RduMhE8ow
Boot.img https://mega.nz/#!2RwGGTQY!YXIPpZjMLzLwcN2SHr2TfQLQ5-NEv5TpJBhh27AJfiM
---------- Post added at 03:03 PM ---------- Previous post was at 02:54 PM ----------
i installed miui 8 on my g531h...it installed successfully but i cant boot....i think this is because of boot.img
Click to expand...
Click to collapse
Boot,ramdisk error bro.
Please , upload agiain sir.
Stock boot.img Link :-
https://drive.google.com/file/d/0Bzeo3Jst8j14cHJkSE42bTlZSWs/view?usp=drivesdk
Where are download links
Will it work with sm-g531f
Sent from my SM-G531F using Tapatalk
ciel phantomhive said:
Stock boot.img Link :-
https://drive.google.com/file/d/0Bzeo3Jst8j14cHJkSE42bTlZSWs/view?usp=drivesdk
Click to expand...
Click to collapse
Thanks
minsetnaing said:
I wanna upload MIUI8 ROM for 531F/H .
So,I need firmware folder and boot.IMG.
Please upload if you used 531F/H.
Thank.
Click to expand...
Click to collapse
When you upload?iam loving it
Sorry for my bad english
Links MIUI8 rom for sm-g531f?
Inviato dal mio SM-G531F utilizzando Tapatalk
What happen to miui 8 ?????????

How to get the stock recovery and boot.img?

Hi, all:
I want to back up the stock recovery and boot.img, i use the huawei update extractor 'Huawei Update extractor' . But could not find the recovery.img and boot.img.
Has somebody got the stock recovery.img and boot.img and share them?
Or, please tell me how to get them by my own.
Thanks a lot
I guess there's no recovery at all. View 10 launched with Android 8 which is using the new A B partitioning without recovery.
Where did you get the update from to process it with the Extractor?
BertlBrown said:
I guess there's no recovery at all. View 10 launched with Android 8 which is using the new A B partitioning without recovery.
Where did you get the update from to process it with the Extractor?
Click to expand...
Click to collapse
Small correction here: A/b isn't mandatory in oreo. It's still optional for OEMs.. If you received the new ota, you can see that it doesn't update in the background.
Sent from my BKL-L09 using Tapatalk
Anyone find a stock img?
I've got hold of the ota update.zip by intercepting the http calls. But, the problem is the latest version of Huawei Update extractor can't extract UPDATE.APP found in the zip file. Am stuck here now.
---------- Post added at 08:19 AM ---------- Previous post was at 08:17 AM ----------
Here's a link to it BK-L09 C675
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1190/g79/v112715/f1/full/update.zip
If someone can extract the update.app file please hit me up. I really need the ramdisk.img in it.
dawnc said:
Hi, all:
I want to back up the stock recovery and boot.img, i use the huawei update extractor 'Huawei Update extractor' . But could not find the recovery.img and boot.img.
Has somebody got the stock recovery.img and boot.img and share them?
Or, please tell me how to get them by my own.
Thanks a lot
Click to expand...
Click to collapse
Stock recovery: recovery_ramdisk.img
Stock "boot": ramdisk.img
Stock "boot"#2: kernel.img
As of Oreo, boot.img is split into ramdisk and kernel, instead of packing them in one partition.
Also read below
shihabsoft said:
I've got hold of the ota update.zip by intercepting the http calls. But, the problem is the latest version of Huawei Update extractor can't extract UPDATE.APP found in the zip file. Am stuck here now.
---------- Post added at 08:19 AM ---------- Previous post was at 08:17 AM ----------
Here's a link to it BK-L09 C675
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1190/g79/v112715/f1/full/update.zip
If someone can extract the update.app file please hit me up. I really need the ramdisk.img in it.
Click to expand...
Click to collapse
Open Huawei Update Extractor, click the Settings tab and uncheck "Verify header checksum" and "Verify file checksum".
Something is up with erecovery_ramdisk.img (erecovery_ramdis.img) so it fails checksum and you can't do anything.
shihabsoft said:
I've got hold of the ota update.zip by intercepting the http calls. But, the problem is the latest version of Huawei Update extractor can't extract UPDATE.APP found in the zip file. Am stuck here now.
---------- Post added at 08:19 AM ---------- Previous post was at 08:17 AM ----------
Here's a link to it BK-L09 C675
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1190/g79/v112715/f1/full/update.zip
If someone can extract the update.app file please hit me up. I really need the ramdisk.img in it.
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=2315547
Bkl-l09c432b130
Hi guys... Where can I find full firmware of BKL-L09C432B130
update
shihabsoft said:
I've got hold of the ota update.zip by intercepting the http calls. But, the problem is the latest version of Huawei Update extractor can't extract UPDATE.APP found in the zip file. Am stuck here now.
---------- Post added at 08:19 AM ---------- Previous post was at 08:17 AM ----------
Here's a link to it BK-L09 C675
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1190/g79/v112715/f1/full/update.zip
If someone can extract the update.app file please hit me up. I really need the ramdisk.img in it.
Click to expand...
Click to collapse
how did u get the update zip?
is ur device bkl-l09?
Well downloaded the Huawei Firmware Finder app, which lists all the latest OTA updates with downloadable content.
I've simply connected to my WiFi and set the proxy to my PC with Fiddler in it, which grabbed the full URL once I initiate the download in the app.
---------- Post added at 05:19 AM ---------- Previous post was at 05:18 AM ----------
sanrockps said:
how did u get the update zip?
is ur device bkl-l09?
Click to expand...
Click to collapse
And yes my device is BKL-L09
shihabsoft said:
Well downloaded the Huawei Firmware Finder app, which lists all the latest OTA updates with downloadable content.
I've simply connected to my WiFi and set the proxy to my PC with Fiddler in it, which grabbed the full URL once I initiate the download in the app.
---------- Post added at 05:19 AM ---------- Previous post was at 05:18 AM ----------
And yes my device is BKL-L09
Click to expand...
Click to collapse
Would it be possible for you to upload the file or post the link? I would need it because I´m in a bootloop.
sanrockps said:
how did u get the update zip?
is ur device bkl-l09?
Click to expand...
Click to collapse
alohahe3000 said:
Would it be possible for you to upload the file or post the link? I would need it because I´m in a bootloop.
Click to expand...
Click to collapse
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1190/g79/v112715/f1/full/update.zip
alohahe3000 said:
Would it be possible for you to upload the file or post the link? I would need it because I´m in a bootloop.
Click to expand...
Click to collapse
Sorry, I just found the link in your post.
ante0 said:
Stock recovery: recovery_ramdisk.img
Stock "boot": ramdisk.img
Stock "boot"#2: kernel.img
Click to expand...
Click to collapse
Thanks! How do you flash "ramdisk.img"? I get partition length error when exec "fastboot flash boot ramdisk.img"
osscar said:
Thanks! How do you flash "ramdisk.img"? I get partition length error when exec "fastboot flash boot ramdisk.img"
Click to expand...
Click to collapse
Fastboot flash ramdisk ramdisk.img
Guys i have BKL-L09 8.0.0.120 C432 version and no updates by WIFI. So its really no new updates and i just need wait or i should try download new updates and flash by adb? help me please
I tried to install Xposed on "BKL-L09", now am in "BOOTLOOP"... SOLVED
But I dont have Remote APK installed lol
Does someone have that to give me?

Categories

Resources