Recent content by numbawon

  1. N

    Post [MODULE] SafetyPatcher

    Just here to say thanks for this mod. Ended up using it till I get around to making a system less mod for turning on 5ghz wifi this device (build.prop mod. :) nice work. Edited the prod live on the system, and obviously that tripped the check, this worked around it. Sent from my BTV-W09 using...
  2. N

    Post does the razer phone have hdmi out through usb-c adapters

    I'm just following up, I didn't forget. I got slammed at work and preparing for a work trip but I have the devices in my possession that work. I'm going to post in a few hours when I get some errands done and can tane some time to pull together names/specs/Amazon links etc. I'm sorry! Sent...
  3. N

    Post does the razer phone have hdmi out through usb-c adapters

    Ive tried several at work that all work well, including several that don't work. Ones that work all have power pass through, so look for the docks etc. When I get to work tomorrow I can make a list of what I've gotten working. Sent from my Phone using Tapatalk
  4. N

    Post Google camera APK / best camera app for razer

    Just adding my voice to this. Works great. I didn't have to add any mods or hacks to get this working like some of the other camera mods took. Very pleased. Sent from my Phone using Tapatalk
  5. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    Good call. I guess I've always put the platform tools in the system paths variables because I use adb and fastboot so often. Sent from my Phone using Tapatalk
  6. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    IMO the variable being set there is stupid. It's just what was there from the Razer full firmware off the dev site. Generally speaking you'd set a variable you will use more than once that would save you some typing. After setting the variable fastboot_cmd it will replace it in buffer with just...
  7. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    below is the script I used to update from the original 8.1 to the May update. set fastboot_cmd=fastboot %fastboot_cmd% flash partition:0 gpt_both0.bin %fastboot_cmd% flash partition:1 gpt_both1.bin %fastboot_cmd% flash partition:2 gpt_both2.bin %fastboot_cmd% flash partition:3 gpt_both3.bin...
  8. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    My steps supersede the full instructions in the original post. Since 8.1 you don'r need to fastboot flash twrp, instead fstboot boot twrp. from there use sideload booted twrp to flash twrp (which patches twrp to stock boot image) then reboot back to twrp that is now been patched into boot...
  9. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    I've run into several issues and I think that it comes down to a missmatch between the 2 different boot slots, specifically the B slot. I noticed in flash_all script when writing the system partitions it writes a different .img file for the B slot. %fastboot_cmd% flash system_a system.img...
  10. N

    Post camera issues

    It may be a physical defect then. Take it back to the store and exchange for a new one. Sent from my Phone using Tapatalk
  11. N

    Post [QUESTION] Relocking phone.

    If you relook and still have a modified boot partition, anything that doesn't match the key signature stored in the EFI won't be able to load. Basically if it's not stock it won't load, ie won't boot and it'll give you a message about unable to boot instead. :)
  12. N

    Post camera issues

    Is it even not able to connect after a reboot? If it's still acting that way after a reboot it could be something stuck in the data partition keeping it active (like something stuck in cache in the photos app or another app that can use the camera). So one thing that you can try is clearing the...
  13. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    If you haven't and are able to make a backup. go to download mode and run: fastboot flashing unlock_critical It will have you select yes or no It will wipe userdata just like it did when you did the regular fastboot flashing unlock you can then from there flash_all from download mode again...
  14. N

    Post [TWRP + MAGISK] FULLPROOF Guide for all Razers! Wifi Fix!

    Just a curiosity, when you unlocked bootloader did you also unlock_critical? If not, whatever version of any of the partitions that you got from your last OTA will be there and if you do the downloaded latest firmware and run the flash_all script, some of the items will fail (it's easy to miss)...
  15. N

    Post TWRP for Razer Phone

    I'm late to the party. I only just purchased the phone. My phone came with the the 813 firmware on it so I unlocked bootloader & critical unlocked then Flash-all'd the newest global 3005 firmware. I did phone setup oobe etc then copied the boot.img from the downloaded firmware to the SD card...