Search results

  1. R

    Thread [Kernel] OscarKernel [TW/6.0.1] [OC 2.8 GHz] [8/26/2016] [r13]

    What is OscarKernel? OscarKernel is a modified kernel based off of the stock kernel. It only runs on TouchWiz 6.0.1 ROMs for the Verizon Note 4. This kernel is built from stock CPD1 source. I keep my kernel very stable and simple, no flash and glitz, just a reliable and fast experience with...
  2. R

    Thread [Official] Note 3 Verizon Bootloader Unlock

    Enjoy. Don't forget to thank beaups too, he discovered the eMMC backdoor and exploited it! UPDATE: [8/2/16] I have recompiled the binary with some fixes beaups made. These fixes should take care of the "samsung device only" error some are getting on 4.4 roms. Disclosure: I do not own a Note 3...
  3. R

    Thread [Official] Note 4 Verizon Bootloader Unlock

    Enjoy. Don't forget to thank beaups too, he discovered the eMMC backdoor and exploited it! UPDATE: [8/2/16] I have recompiled the binary to fix issues with older ROMs like 4.4. This should fix all the issues with "This is for samsung device only" errors. THIS WILL NOT WORK ON GALAXY S3/GALAXY...
  4. R

    Thread SM-T320 Hard Brick Recovery

    Could someone run dd if=/dev/block/mmcblk0 of=/sdcard/unbrick.img bs=512 count=524288 and upload it? Flashing unbrick in a 'raw' fashion will allow you to hard brick most Qualcomm devices. Unfortunately I lost my backup and I can't boot my device. This file will allow me to recover. Thanks!
  5. R

    Thread [TUTORIAL] [Developer Edition] How to make an update tar

    Hi guys, In this thread, I will teach the Developer Edition owners how to make a tar file to update your device, and prevent your bootloader from being locked. Requirements: -Linux (It's possible on Windows with Cygwin, but I won't cover that here.) (Also possible on OS X but you need the GNU...
  6. R

    Thread [HACK] Change System Status to 'Official' with only Busybox

    Hi guys, I found a method to change System Status in Odin mode to 'Official/Samsung' that is very simple and only using the busybox application "devmem". Use this command in adb shell or terminal emulator. Just type it in, hit enter, and reboot. Bam. devmem 0xF91CF8C 32 0xFF000000 This will...
  7. R

    Thread [Module] LiME Kernel Module (NC2 Kernel) (Dump RAM)

    Hi guys, I've got another one for you. I've compiled the LiME (Linux Memory Extractor) module for fun. You can use this to make a full raw RAM dump. Unlike viewmem and other utilities which are limited to /dev/mem and /dev/kmem, this will give you an unrestricted RAM dump for examination and...
  8. R

    Thread [EASY]Dump TrustZone/QSEE logs

    Hi guys, I've got a pretty basic one for you. It's possible to dump the TrustZone and QSEE (Qualcomm Secure Extension Environment) logs. This may benefit the right people. No risk of danger or anything with this. It makes use of the debugfs, not sure if you need to have debug on HIGH (*#9900#...
  9. R

    Thread [R&D][Qualcomm] MSM8974AB VZW QFPROM memory map

    Deleted.
  10. R

    Thread DELETE

    Deleted.
  11. R

    Thread Enable CP Debugging (Baseband)(hack)

    UPDATE: You can enable CP Debug by just typing *#66336# and turn the option on. If you don't know what this is, it might be a good idea to pass on this, as it won't really provide you any benefit. Verizon disables CP debugging in the radio/service menu. I found a unique little...
  12. R

    Thread SDCARD hard brick recovery WIP, need dumps

    I am working on getting a proper MJE SDCARD debrick image. I will need memory dumps of the boot partitions. From ADB shell or terminal emulator run the following command dd if=/dev/block/mmcblk0 of=/sdcard/unbrick.img bs=512 count=524288 This will place a file called unbrick.img into /sdcard...
  13. R

    Thread Need a copy of mmcblk0

    Hi guys, I am in desperate need of a raw img of mmcblk0. All I need one of you to do is get an adb shell or in terminal emulator with root type: dd if=/dev/block/mmcblk0 of=/sdcard/unbrick.img count=524288 This creates a raw image dump I can use to help unbrick my device. It does NOT contain...
  14. R

    Thread Big news involving kernel modules (info inside)

    Great news! Developer jeboo from over at the Verizon S4 forum was successfully able to insert a modified stock kernel module without issue on MK2 (an older S4 build, but with Knox.) What does this mean? Well, for one, it means that there is a possibility of kexec (custom kernels), but...