Can anyone please give me a copy of the .33 baseband? im still on the .24 baseband
Im on J0P40D and i would like to be on the .33 baseband.
All I could find was the CWM .33 baseband by efrant but i have TWRP and am not sure if thats flashable.
Thank you
Link me the baseband file you found I will look if it's flash able or if it's meant to be flashed via bootloader mode
Sent from my Nexus 4 using xda premium
zephiK said:
Link me the baseband file you found I will look if it's flash able or if it's meant to be flashed via bootloader mode
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
lol took me so long to find it again but here it is
http://d-h.st/hlR
Well considering the filename (i don't even have to DL it)
Filename: cwm-radio-mako-m9615a-cefwm
implies that its ClockWorkMod ... so yeah it is a flashable zip, works in any recovery
alternatively, you can extract the zip file and fastboot flash the radio by,
fastboot flash radio modem.img (place modem.img) in /platform-tools/ in fastboot.exe folder
zephiK said:
Well considering the filename (i don't even have to DL it)
Filename: cwm-radio-mako-m9615a-cefwm
implies that its ClockWorkMod ... so yeah it is a flashable zip, works in any recovery
alternatively, you can extract the zip file and fastboot flash the radio by,
fastboot flash radio modem.img (place modem.img) in /platform-tools/ in fastboot.exe folder
Click to expand...
Click to collapse
Thank you Master Zephik.
Now my next task is to figure out how to backup my baseband. have a nice day
Postal Psycho said:
Thank you Master Zephik.
Now my next task is to figure out how to backup my baseband. have a nice day
Click to expand...
Click to collapse
Anytime! thanks for the thanks. I had a link on how to back up basebands for Galaxy Nexus, not sure if it works on the N4 though. I'll have to look for it.
dd if=/dev/mtd/mtd5 of=/sdcard/radio.img count=12583040 was the command (type it in terminal emulator or adb shell)
adb shell would be, adb shell....... then type ^^
(Again unsure if this works on N4) alternatively u can just download the stock images somewhere on the internet as google removed them but they're mirrored somewhere and the .img for radio is in there.
what would happen before is when you type that command. it should output a file named radio.img in your /sdcard/ folder which is your radio.
zephiK said:
Anytime! thanks for the thanks. I had a link on how to back up basebands for Galaxy Nexus, not sure if it works on the N4 though. I'll have to look for it.
dd if=/dev/mtd/mtd5 of=/sdcard/radio.img count=12583040 was the command (type it in terminal emulator or adb shell)
adb shell would be, adb shell....... then type ^^
(Again unsure if this works on N4) alternatively u can just download the stock images somewhere on the internet as google removed them but they're mirrored somewhere and the .img for radio is in there.
what would happen before is when you type that command. it should output a file named radio.img in your /sdcard/ folder which is your radio.
Click to expand...
Click to collapse
i have a nandroid of my stock rom, does it contain the radio? because flashing custom roms i dont think they contain radios
Related
Hello XDA, I'm kind of new to ROMs etc. and would appreciate some help. I am trying to install mikegapinski's 2.3.7 ROM (v5) through fastboot and whereas in the past I have seen a boot.img and a system.img, there is a boot.img and a system folder. Is there a way to make the folder into a system.img file that I could flash onto my GT540?
In short, how do you make a system.img file out of a folder with system files in them?
hey there !
(system.img + boot.img) is for fastboot
fastboot flash boot boot.img
fastboot flash system system.img
and the (system folder + boot.img) is for recovery
use any recovery
select zip from sdcard
select the zip
i dont think you can convert the folder to a .img(or the other way around) . and if the rom you are talking about mike's aosp v5 then i wont recommend it as for now there are problems with the ram and so it becomes very laggy. i would recommend mur4iks swiftdroid asis but the choice is yours
I know you can 'extract' images using 'unyaffs' but I never made an image from a folder (except when dumping partitions). I think there is a way though.
If you have Linux on your PC, then you can use the 'yaffs' tool. Search it on Google.
This is how even AOSP compiles system folder into system.img
Sent from my LG GT540 Swift using XDA App
I list found this. Should work!
http://db.tt/ROQSWTW6
Sent from my LG GT540 Swift using Tapatalk
can someone please help me to make system.img from system extraxted folder.
my phone its dead and i can find right rom for it
allway hang on boot logo
Please
link for download
https://www.dropbox.com/s/c99ashouw0fb4hp/system.rar
PS
will if neeed no problem
I got it. If you use Linux, you can create an iso file of the system folder, and then convert it to .img. Just follow it:
In a terminal(CTRL+ALT+T):
Code:
mkisofs -o /path/to/the/system/folder ~/system.iso
dd if=~/system.iso of=~/system.img
rm ~/system.iso
Your system.img will be on your home directory.
and it work's too ? (when you flash it from fastboot)
y2yu said:
can someone please help me to make system.img from system extraxted folder.
my phone its dead and i can find right rom for it
allway hang on boot logo
Please
link for download
https://www.dropbox.com/s/c99ashouw0fb4hp/system.rar
PS
will if neeed no problem
Click to expand...
Click to collapse
pls if you find a solutuon please pm me. And do you think flashing the system.img will solve booting probz?
suggestion
take a look at this url, and examine the zip file contained.
you could boot into cwm and install the zip (not suggesting, its what i did)
if u make a zip file in the same layout you could install your zip and it will update the system partition.
as you have a desire, heres whats required
on phone: place phone into fastboot mode
on computer: unzip to a folder , place the img file in such folder,
open a command prompt, (navigate to folder using the cd command)
and type: fastboot boot bravo-cwm.img
mount sd card, toggle usb storage, place your zip in root of sdcard.
then untoggle, go back, select option to install zip from sdcard.
choose select zip file.
find your zip.
tap on the file, and it will install...
you SHOULD by this point have an updated phone as you desired (lol)
if it does not work as you expected, have a look for a standard system.img for your phone, and put that into a zip
name the zip (i put it in caps, weather needed i dont know) PM99IMG.zip
place it into root of sdcard, and put phone into the first screen of recovery menu, the white screen.
it will analyze your zip and ask you to install, press up to flash and then the required option to reboot when its done to revert your phone back to normal.
hope this helps there buddy,
ill most likley forget to check back, so if u need any help pm me and ill see what i can do,
Is this working
Edu_Renesto said:
I got it. If you use Linux, you can create an iso file of the system folder, and then convert it to .img. Just follow it:
In a terminal(CTRL+ALT+T):
Code:
mkisofs -o /path/to/the/system/folder ~/system.iso
dd if=~/system.iso of=~/system.img
rm ~/system.iso
Your system.img will be on your home directory.
Click to expand...
Click to collapse
HI Bro,
Is the output file system.img after flash into the rom?
phone stuck in usb logo... i have zenfone 4
Yaffey for Windows Might Help
tejasjadhav said:
If you have Linux on your PC, then you can use the 'yaffs' tool. Search it on Google.
This is how even AOSP compiles system folder into system.img
Sent from my LG GT540 Swift using XDA App
Click to expand...
Click to collapse
And if you have Windows on your PC, try Yaffey! http://www.xda-developers.com/yaffey-for-all-your-yaffs2-needs/
So I have a Nexus 7 32GB wifi and I unlocked the bootloader and rooted it last night and had CWM touch installed. The problem is, when I boot the tablet back into recovery, it doesn't load CWM, it just displays the stock recovery screen with a weird android logo.
What I'd like to accomplish at this point is to install the latest version of CWM Touch 6.0.1.9, which I already downloaded from the official site, it seems to be an img file, and after all that is done, I'd like to install the latest version of CleanROM.
I have no access to a computer at this time, so would this still be possible?
Can anybody please walk me through it?
so I acutally managed to download cwm from the market, and it installed, its not the touch version, but it works. I also used es file explorer and went into the system folder, and renamed the recover-from-boot.p file.
Now, what I'd like to do is install cwm touch, but I only have an img file of it downloaded, any ideas on how i can install it without a pc?
have you tried the Rom Manager app, is that how you installed CWM from the market? Rom Manager might have the touch version, but i haven't looked myself.
otherwise, you could probably install the .img file using Terminal Emulator on the phone. sorry i can't give you the exact command, but it would be a dd command and you would need to know the name of the recovery partition to write the image file to.
yogi2010 said:
have you tried the Rom Manager app, is that how you installed CWM from the market? Rom Manager might have the touch version, but i haven't looked myself.
otherwise, you could probably install the .img file using Terminal Emulator on the phone. sorry i can't give you the exact command, but it would be a dd command and you would need to know the name of the recovery partition to write the image file to.
Click to expand...
Click to collapse
So yea...I got rom manager from the market, and installed cwm that way, its not the touch version, but it was enough for me to install CleanRom 3.0
Now, regarding Rom manager, it has an option to flash the latest recovery mod, and I used es file explorer and found the following directory:
/sdcard/clockworkmod/download/download2.clockworkmod.com/recoveries/
inside was the following file:
recovery-clockwork-6.01.9-grouper.img
Now, I wonder if I can simply replace that img file with the following:
recovery-clockwork-touch-6.0.1.9-grouper.img
would I need to rename it and remove the touch part of the file name?
I was thinking of just replacing and flashing via rom manager, you think it'll work?
just tried my above theory, and rom manager is actually smart, it downloads a new copy when you want to flash cwm
I've done something like this (though I forget exactly what) using Android Root Toolkit app.
AcuraKidd said:
just tried my above theory, and rom manager is actually smart, it downloads a new copy when you want to flash cwm
Click to expand...
Click to collapse
Yeah, I'm sure it checks hashes before flashing anything, and since they didn't match, it downloaded a new copy.
I thought you could buy the pro version of rom manager and it would then flash the touch versions for you?
When I go into Rom Manager and choose flash CWM it gives me the option to flash the touch version or the normal version. Maybe you need to flash the normal version with Rom Manager first then it'll give you the option for touch?
if you have the .IMG file for w/e recovery you want to install, download Terminal Emulator app from gPlay and fire off the following commands:
Code:
su
dd if=/sdcard/shineynewrecovery.img of=/dev/block/mmcblk0p1 bs=4096
Alter the /sdcard/shineynewrecovery.img to wherever you saved the .IMG of the recovery.
I just created a zip. Testing now to make sure its all good and then I'll post the link
*edit*
Here's the link
http://db.tt/xEIWqXFe
I know that when I did this for 6.0.1.0 people had trouble flashing this from TWRP but if you have CWM non-touch already installed flash this and you're god to go. Feel free to mirror
Sent from my Galaxy Nexus using xda app-developers app
HellcatDroid said:
if you have the .IMG file for w/e recovery you want to install, download Terminal Emulator app from gPlay and fire off the following commands:
Code:
su
dd if=/sdcard/shineynewrecovery.img of=/dev/block/mmcblk0p1 bs=4096
Alter the /sdcard/shineynewrecovery.img to wherever you saved the .IMG of the recovery.
Click to expand...
Click to collapse
Thanks, this method worked perfectly.
mrich137 said:
I just created a zip. Testing now to make sure its all good and then I'll post the link
*edit*
Here's the link
http://db.tt/xEIWqXFe
I know that when I did this for 6.0.1.0 people had trouble flashing this from TWRP but if you have CWM non-touch already installed flash this and you're god to go. Feel free to mirror
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Thanks, I'll hold onto the zip for the future.
i was trying to install a new PA nightly and then i wanted to wipe the phone clean before i install it, but i accidentally wipe the sd card. Can i just use a toolkit and flash stock OS or can i just connect it to pc and paste a zip file of PA? help please
If you can use adb just do
adb push nameofrom.zip /sdcard
Then install as normal
Sent from my Nexus 4 using xda app-developers app
yes i have adb, i hope i have a copy of any zip file there :/
aside from that can i do a fresh install using a toolkit? i have mskips toolkit and as far as i can remember it downloaded the stock images.
eluspo said:
yes i have adb, i hope i have a copy of any zip file there :/
aside from that can i do a fresh install using a toolkit? i have mskips toolkit and as far as i can remember it downloaded the stock images.
Click to expand...
Click to collapse
Why would you? You are as clean as you can get as you wiped everything. Just push PA and gapps to the sdcard as said by Alex240188 before and flash the rom.
so command would be adb push filename.zip/sdcard? no spaces?
doest matter where i put my zip file? no need to indicate the location of the zip file?
eluspo said:
so command would be adb push filename.zip/sdcard? no spaces?
Click to expand...
Click to collapse
"adb push nameofrom.zip /sdcard/"
Also do the same for the gapps
Sent from my Nexus 4
eluspo said:
doest matter where i put my zip file? no need to indicate the location of the zip file?
Click to expand...
Click to collapse
It doesn't matter where you put it if you have adb.exe in your environment variables.
If you don't then you have to have it in the same folder as adb.exe and then CD to that folder in command prompt.
You can flash stock images in fastboot then copy new ROM back on if that's easier for you.
On a side note I keep laughing every time I put fastboot in because the slide keyboard always likes to default to Fatboy
Sent from my Nexus 4 using xda app-developers app
thanks for the info, im just wondering if i have stock images downloaded becase when i downloaded mskips toolkit it downloaded the stock 4.2.2
if i can see the images maybe ill flash stock then flash everything again.
there are tutorials all over xda on how to use adb and thats all you need to do is just push it over and flash. The longest part would be simply pushing the file over to your phone... hit up google and check it out
Hi everybody
When the factory images came out, I flash my N4 with the stock factory images that we used to find here : https://developers.google.com/android/nexus/images#occamkrt16s because it is now the KRT16S build
After a few days, when the KRT16S build came out, I was proposed in my phone to update it. I downloaded it, tried to flash it but nothing worked, I'm still on KRT16O and the OTA doesn't appear anymore... Then I remembered that I flashed a mod found here : http://forum.xda-developers.com/showthread.php?t=2527525 (that's a great mod btw) so I guessed that I could reflash the undo file available on the thread, flash the ota file dl mannually (I attached it in this thread) which I did through TWRP. Then I was able to see the problem, it told me that, from what I remember, Agenda.apk was missing (I think it's diary in english, not sure) then I remembered that I manually deleted some apps I never use (diary is one of them...)
So, what's next, shall I reflash the gapps to finally update my phone
Thanks for your help :laugh:
Are you using latest TWR? I did it ok
Sent from my Nokia 3210
howard bamber said:
Are you using latest TWR? I did it ok
Sent from my Nokia 3210
Click to expand...
Click to collapse
I run the 2.6.3.3 version I guess it's the latest because I flashed it a few days ago
I installed the few missing apps that i uninstalled and Calendar didn't create any error. This time it EmailGoogle.apk... I transformed it as a system application and I went to /system/app to change its name from com.google.android.apps.email or something to EmailGoogle.apk, didn't work... But I'm sure I'm on the way to achieve it :victory:
Here's the whole mesage :
Code:
Updating partition details...
Installing '/sdcard/Download/70f3bd408ca3d142509cd4bace2f2c7e3aa486c6.signed-occam-KRT16S-from-KRT16O.70f3bd40.zip'
Checking for MD5 file...
Skipping MD5 check : no MD5 dile found.
Verifying current system...
"/system/app/EmailGoogle.apk" has unexpected contents.
E:Error executing updater binary in zip '/sdcard/Download/70f3bd408ca3d142509cd4bace2f2c7e3aa486c6.signed-occam-KRT16S-from-KRT16O.70f3bd40.zip
Error flashing zip '/sdcard/Download/70f3bd408ca3d142509cd4bace2f2c7e3aa486c6.signed-occam-KRT16S-from-KRT16O.70f3bd40.zip'
Updating partition détails...
[CENTER][COLOR="Red"][SIZE="4"]Failed[/SIZE][/COLOR][/CENTER]
azertguigui said:
I run the 2.6.3.3 version I guess it's the latest because I flashed it a few days ago
I installed the few missing apps that i uninstalled and Calendar didn't create any error. This time it EmailGoogle.apk... I transformed it as a system application and I went to /system/app to change its name from com.google.android.apps.email or something to EmailGoogle.apk, didn't work... But I'm sure I'm on the way to achieve it :victory:
Here's the whole mesage :
Code:
Updating partition details...
Installing '/sdcard/Download/70f3bd408ca3d142509cd4bace2f2c7e3aa486c6.signed-occam-KRT16S-from-KRT16O.70f3bd40.zip'
Checking for MD5 file...
Skipping MD5 check : no MD5 dile found.
Verifying current system...
"/system/app/EmailGoogle.apk" has unexpected contents.
E:Error executing updater binary in zip '/sdcard/Download/70f3bd408ca3d142509cd4bace2f2c7e3aa486c6.signed-occam-KRT16S-from-KRT16O.70f3bd40.zip
Error flashing zip '/sdcard/Download/70f3bd408ca3d142509cd4bace2f2c7e3aa486c6.signed-occam-KRT16S-from-KRT16O.70f3bd40.zip'
Updating partition détails...
[CENTER][COLOR="Red"][SIZE="4"]Failed[/SIZE][/COLOR][/CENTER]
Click to expand...
Click to collapse
You can not install an apk in recovery. Use ES File Explorer to install the apk. In addition, to avoid the error, while you are in recovery, select "Mount" and uncheck the box "System" when flashing a zip file.
taodan said:
You can not install an apk in recovery. Use ES File Explorer to install the apk. In addition, to avoid the error, while you are in recovery, select "Mount" and uncheck the box "System" when flashing a zip file.
Click to expand...
Click to collapse
I did not installed it with TWRP, I did it by simply openning the apk while my phone is on, it installed the Email app...
But thanks anyway for the mount function, I'll give a try
azertguigui said:
I did not installed it with TWRP, I did it by simply openning the apk while my phone is on, it installed the Email app...
But thanks anyway for the mount function, I'll give a try
Click to expand...
Click to collapse
Simpler way to update without OTA package:
Download the factory image, and before running the flash-all script, open it with a text editor and change "fastboot -w update" to "fastboot update"
MameTozhio said:
Simpler way to update without OTA package:
Download the factory image, and before running the flash-all script, open it with a text editor and change "fastboot -w update" to "fastboot update"
Click to expand...
Click to collapse
You mean with the sdk? I don't know how to use it, when I flash something, it's with the recovery or the nexus root toolkit..
-From my Nexus 4-
UP
azertguigui said:
UP
Click to expand...
Click to collapse
**
azertguigui said:
UP
Click to expand...
Click to collapse
azertguigui said:
**
Click to expand...
Click to collapse
Not sure what you're trying to say here..
azertguigui said:
You mean with the sdk? I don't know how to use it, when I flash something, it's with the recovery or the nexus root toolkit..
-From my Nexus 4-
Click to expand...
Click to collapse
Try avoiding toolkits as they can lead to problems and leave you stuck with no idea what to do. Yes he is referring to the sdk. Only the platform-tools folder in the sdk is required so if you don't wanna bother downloading the complete file, just download the platform-tools from here and extract it to an appropriate location. Extract and move the Factory Image that you downloaded to your platform-tools directory. If you don't want your data to be erased, edit the flash-all script with a text editor and remove -w and save. Plug in your phone. Make sure you have the drivers installed. In the platform tools directory, press shift+right click> open command prompt here. Type adb devices. You will see "device <Serial Number>. If you don't, your drivers are faulty. Then type adb reboot bootloader. Once your phone has rebooted into bootloader, make sure that it is being detected by typing fastboot devices. You should see an output similar to adb devices. Now simply run the flash-all script and let it do its work. Reboot after flashing is completed.
Hope this helps!
try search any youtube on how to flash factory images to your device. I guess u'll find lots.
Sent from my Nexus 4 using XDA Premium 4 mobile app
Words of advice, learn how to use ADB instead of relying solely on toolkits. It's very simple actually.
Now there's a simple way to update which is sideload. Oh and btw to sideload, you still need ADB though (this is why learning ADB is VERY important to us, the N4 users). Here is a video tutorial on how to perform adb sideload. All the links are attached in his youtube video.
Ibrahim.Rahman said:
Not sure what you're trying to say here..
Click to expand...
Click to collapse
:laugh: I quoted my own UP post but it told me that my post should have at least 2 letters, so I taped the spacebar twice and it wrote this
Ibrahim.Rahman said:
Try avoiding toolkits as they can lead to problems and leave you stuck with no idea what to do. Yes he is referring to the sdk. Only the platform-tools folder in the sdk is required so if you don't wanna bother downloading the complete file, just download the platform-tools from here and extract it to an appropriate location. Extract and move the Factory Image that you downloaded to your platform-tools directory. If you don't want your data to be erased, edit the flash-all script with a text editor and remove -w and save. Plug in your phone. Make sure you have the drivers installed. In the platform tools directory, press shift+right click> open command prompt here. Type adb devices. You will see "device <Serial Number>. If you don't, your drivers are faulty. Then type adb reboot bootloader. Once your phone has rebooted into bootloader, make sure that it is being detected by typing fastboot devices. You should see an output similar to adb devices. Now simply run the flash-all script and let it do its work. Reboot after flashing is completed.
Hope this helps!
Click to expand...
Click to collapse
Thanks, I'll give a try
saifulh2304 said:
try search any youtube on how to flash factory images to your device. I guess u'll find lots.
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
arffrhn said:
Words of advice, learn how to use ADB instead of relying solely on toolkits. It's very simple actually.
Now there's a simple way to update which is sideload. Oh and btw to sideload, you still need ADB though (this is why learning ADB is VERY important to us, the N4 users). Here is a video tutorial on how to perform adb sideload. All the links are attached in his youtube video.
Click to expand...
Click to collapse
thanks guys, I'm gonna find tutorials on the web like the one you pointed to me
azertguigui said:
:laugh: I quoted my own UP post but it told me that my post should have at least 2 letters, so I taped the spacebar twice and it wrote this
Click to expand...
Click to collapse
Haha right!
Sent from my Nexus 4 using xda app-developers app
hello all you ph1 users [emoji2]. i just mine about a week ago (from ebay) and it is on android 9 despite the description saying it was on nougat.
so ; i would like to revert back to stock nougat. cant fond anything here on xda and have traversed www till my feet hurt and am more confused.
can anyone help out with directions , maybe even links if not too much trouble , and anything else that i need to know/be aware of?
it would be greatly appreciated [emoji8] ,
dave
mrrocketdog said:
hello all you ph1 users [emoji2]. i just mine about a week ago (from ebay) and it is on android 9 despite the description saying it was on nougat.
so ; i would like to revert back to stock nougat. cant fond anything here on xda and have traversed www till my feet hurt and am more confused.
can anyone help out with directions , maybe even links if not too much trouble , and anything else that i need to know/be aware of?
it would be greatly appreciated [emoji8] ,
dave
Click to expand...
Click to collapse
You can get Nougat 7.1 from here....
https://forum.xda-developers.com/essential-phone/development/stock-7-1-1-nmj20d-t3701681
In struction is simple, just boot phone to boot loader and from unzip folder, issue command flashall.
mrrocketdog said:
hello all you ph1 users [emoji2]. i just mine about a week ago (from ebay) and it is on android 9 despite the description saying it was on nougat.
so ; i would like to revert back to stock nougat. cant fond anything here on xda and have traversed www till my feet hurt and am more confused.
can anyone help out with directions , maybe even links if not too much trouble , and anything else that i need to know/be aware of?
it would be greatly appreciated [emoji8] ,
dave
Click to expand...
Click to collapse
that would be good if i had a pc.
i do have a extra rooted phone that i use to run adb and fastboot commands. but the windows/linux command of "flash.all" or whatever wont work from my phone.
so i should of said , does any know of a .zip/file that i can adb sidwload , fastboot flash or flash with twrp that will revert me to android 7?
thanks for any ideas ,
dave
The flashall.sh script is just a shell script that executes the fastboot flash commands. You should be able to open the flashall.sh file in a text editor, and essentially copy and paste the commands to run them.
TDP95 said:
The flashall.sh script is just a shell script that executes the fastboot flash commands. You should be able to open the flashall.sh file in a text editor, and essentially copy and paste the commands to run them.
Click to expand...
Click to collapse
like with fastboot ;
fastboot flash /sdcard/copy/pasted flashall.sh?
The flashall.sh file will contain a list of fastboot commands. You need to open that file in a text editor, then in a terminal change to the directory all the files are extracted into and copy and paste the commands in the terminal. This will flash the various images to the PH-1.
well all the files will be on /sdcard/ in a folder with the .zip's name. so i'll give it a shot and report back.
thank you for your time and knowledgr.
i'm kinda behind on "new" devices coming from a galaxy s4. lol [emoji4]
You're welcome! The newer devices are certainly a change. What you'll do with the fastboot type zip is you'll extract it. As within that zip are the images and flashall.sh file. You'll just open that flashall.sh in a text editor as it will have a list of the fastboot commands. For example commands such as "fastboot flash boot_a name-of-file", "fastboot flash boot_b name-of-file", etc. You'll just run those commands from a terminal while in the extracted directory. That should flash the images to the device.
mrrocketdog said:
well all the files will be on /sdcard/ in a folder with the .zip's name. so i'll give it a shot and report back.
thank you for your time and knowledgr.
i'm kinda behind on "new" devices coming from a galaxy s4. lol [emoji4]
Click to expand...
Click to collapse
I remember you! ?
just make sure you understand how the A/B partions work using this method (I don't) so assuming it would be same as when using fastboot from PC
and i remember you also
thanks for chyming in. no , A/B is brand new to me but i will try everything i can think of in both slots.