Joined
·
1,900 Posts
First things first... Go here and download the Stock Fastboot
Now you are going to get in your terminal. Here are some things you will need:
First we are going to find the VENDOR ID
In terminal type:
The vendor id for the Solana (Droid 3) is
0x22b8 (as seen below)
View attachment 2591
Now you are going to either go to the folder where the system.img is or you will place the signed system.img from the download into your folder where fastboot is located make sure to type:
Now we will fastboot the signed system image:
View attachment 2600
It will take a bit, also depends on your USB port, Apple makes them slow on the 2011 Macbook Pros.
I will return soon with results.
Enjoy
Now you are going to get in your terminal. Here are some things you will need:
- Fastboot for Mac (also in link up top)
- The fastboot files (SBF from link in top)
- Patience
- Basic knowledge of terminal use in a Mac
First we are going to find the VENDOR ID
In terminal type:
Code:
system_profiler SPUSBDataType
0x22b8 (as seen below)
View attachment 2591
Now you are going to either go to the folder where the system.img is or you will place the signed system.img from the download into your folder where fastboot is located make sure to type:
Code:
chmod a+x fastboot-mac (or fastboot if you are picky like me and like it simple)
Code:
fastboot -i 0x22b8 flash system system.img
It will take a bit, also depends on your USB port, Apple makes them slow on the 2011 Macbook Pros.
I will return soon with results.
Enjoy
Attachments
-
46 KB Views: 39
-
48.7 KB Views: 40