Recent content by bingo99

  1. B

    Post got "Car mode" working on ATT S5! clue to Svoice wake while locked?

    since I wrote that I've uninstalled tasker for other reasons the task I made was absolutely bare bones IIRC. in fact there was no "event"..I got car mode running by making it the "action" or whatever and just running it stand-alone with the arrow
  2. B

    Post I'm throwing a party and you should come **GS5 ROOT THREAD**

    Can someone try taking a rooted s5 into an att store and faking that u want a warranty repair of some kind so they scan it and we can see if Knox is tripped or not
  3. B

    Thread can someone make a getPreviewFpsRange tester?

    it would be interesting to see how fast the S5 can actually record video, especially at lower resolutions the built in "slow motion" "1/8" mode would suggest its capturing at 240fps at 1280x720? Somehow I doubt that. But who knows what its capable of at 640x480..might be able to capture...
  4. B

    Thread got "Car mode" working on ATT S5! clue to Svoice wake while locked?

    so as you may or may not know or care, "car mode" is not available in the notification pull down and apparently was replaced by "drive mode" or whatever the dumb app name from ATT is. I think the Tmobile/Verizon S5's may have Car Mode though. who cares right? well car mode is sort of related...
  5. B

    Post finding another fbmem.c type exploit for the S5 (aka motochopper)

    okay so I guess what I am suggesting is just distributed source auditing, which may or may not have any merit and/or even be realistically possible with non programmers or inexperienced programmers...or even advanced programmers but heres another way to look at it: lets say there IS another...
  6. B

    Thread finding another fbmem.c type exploit for the S5 (aka motochopper)

    for those who dont know, a bug in fbmem.c is how motochopper works. basically it was able to allocate all the memory on the device to itself (a lowly normal user), including kernel memory. and once that occured, it could simply change itself to be root or the usual things you can do once you...
  7. B

    Post get bootloader key via jtag and use hash collision for custom rom?

    thanks jcase, your answers pretty much cover the whole thing. public key = useless = no help in making a hash collision
  8. B

    Thread get bootloader key via jtag and use hash collision for custom rom?

    title says it all pretty much this assumes several things 1) that there is a "key" that the bootloader uses to "verify" new packages (OTA) and/or your custom rom (reject) 2) that this key is available via JTAG access 3) that knowing this key would allow a custom rom to be tweaked to have...