ZZTEGuyLevel 3 - Gold Member
Biden2020prez I used it and it works fine
Biden2020prez I used it and it works fine
Cseal89 You can use a mac.
Just get fastboot on your mac, and make sure you have python. Then, to boot to fastboot, you can use [Login to see the link]. But it's harder to use because you must manually declare a port number. Example:
python mtk-bootseq.py FASTBOOT COM4
But because MAC is based off linux, the ports wont be COMPorts, it will probably be something like this: /dev/tty.usbmodem14200. But I have no clue because I never used Mac. Anything I know about linux is from using android.
And [Login to see the link] made a version of the python script that checks the ports automatically and boots to fastboot, but I think it only works on windows. (link: [Login to see the link])
I can't say for sure, but I think Mac's might come preinstalled with MTK Drivers or at least enough drivers to access the preloader, so I don't think you'll need to worry
darth [Login to see the link] Version 2.0 beta
[Login to see the link]
[Login to see the link]
What gets blocked in these ROMS, does it have text?
lgexalter1 Biden2020prez FliphoneBochur [Login to see the link]
I just updated the autoboot, and added a linux version, which should hopefully work for Mac too. See updated post at [Login to see the link]
Enjoy,
Lionscribe
darth With Apps Option 3 v2.0beta
Removes: Browser, Video, Email, and Hotspot. Includes: [Login to see the link] apps: Hebkey, App Launcher, and his fixed Calendar.
[Login to see the link] Shortcut to home screen app. Dial: ##123## to get to home screen
Includes: Siddursfard, AndDaaven, SmartZmanim, Smartlist, and Tehilim.
Also updated Waze, more zoomed out and shows full addresses when searching.
Added more backend changes and updates.
a-one [Login to see the link] [Login to see the link] Version 2.0 beta
[Login to see the link]
[Login to see the link]
darth [Login to see the link]: Removes: Browser, Video, Email, and Hotspot.
darth [Login to see the link]: Removes: Texting, Browser, Video, Email, and Hotspot.
Option 1 Has texting. Option 3 Does not have texting.
Can anyone with the prerequisites “brains” create a video tutorial from beginning to end to install a kosher rom, as well as to just do an upgrade? I managed to kosher my phone using darth rom, but now when I’m trying to update… complete no go… seems my brains may have been koshered along the way…. I believe I’m following all the steps, installing all the prerequisites…. But nothing.
when i update a rom, do i have to do steps 1-8 or i can just download the rom i want and flash the super.bin?
Here is a guide for updating Roms. This means you already installed one of darth Kosher Roms, and want to switch to a different one. If you follow these steps you shouldn't lose your data. This guide assumes you already did all the steps to install a kosher Rom, and you are working on the same computer (so you already installed mtk drivers, flashed vbmeta, unlocked bootloader, etc)
First, Download the rom of your choice from the top post on this thread (darth ). (make sure its named super.bin - I didint check all them). In these instructions there are 3 options.
Slow Method:
fastboot flash super super.bin
This step takes 35-45 minutes (If you see "Invalid sparse file format at header magic" you can ignore it safely.) fastboot flash boot boot.bin
to flash it.fastboot reboot
to reboot your device into your updated Kosher Rom.Fast Method (already done):
adb shell su -c chmod a+rw /dev/block/by-name/super
adb push super.bin /dev/block/by-name/super
adb shell su -c chmod a+rw /dev/block/by-name/boot
adb push boot.bin /dev/block/by-name/boot
adb reboot
to boot into your updated Kosher Rom.Fast Method (first time):
fastboot flash recovery recovery2.img
fastboot reboot recovery
adb shell su -c chmod a+rw /dev/block/by-name/super
adb push super.bin /dev/block/by-name/super
Anyone in the lakewood Area that would be willing to help me update my ROM? im at a total loss.... ( mods, am I allowed to post this?)
Cseal89 Look at the second post in this thread, it may be easier for you to follow. you can also email me for help: [Login to see the link]
i"m trying to install a ROM, at step 7 i enter "fastboot flashing unlock" in to adb and i get a message 'fastboot' is not recognized as an internal or external command,
operable program or batch file. what do i do? please help thanks
Cseal89 were you able to get the phone into fastboot mode? if not maybe you have a bad usb cable (this happened to me until i realized the issue)