How do you push a rom via ADB on a Mac

dmmarck

Retired Moderator
Dec 28, 2011
8,349
2,594
0
Visit site
Do you have that superboot folder (the one used to unlock/root) on your Mac? If you do, you should be able to drop the file into that folder, then use the adb command to push it to /sdcard.
 

2defmouze

Well-known member
Jul 9, 2011
3,945
1,552
0
Visit site
You really didn't need to make a new thread... Lol..


./adb push nameofzip.zip /sdcard/

Should do it I believe..

Sent from my Galaxy Nexus using Tapatalk 2
 

rufflez

Banned
Jan 5, 2010
122
19
0
Visit site
You can use the android file transfer located at Android.com
This is a program that allows drag and drop adding files.
otherwise:
place the ROM in any folder with adb in it, then type:
Code:
cd /Directory/of/folder/
./adb push /ROM.zip/ /sdcard/

then you can boot into recovery and flash it. If you have fastboot, you can place it in the same folder, as well as a copy of any recovery and do the following without overriting the stock recovery.

Code:
./adb reboot bootloader
./fastboot boot RecoveryFileName.img

Hope this helps
 
Last edited:

Forum statistics

Threads
943,150
Messages
6,917,533
Members
3,158,848
Latest member
kerokekerol