Results 1 to 2 of 2

Thread: Modifying bootkali

  1. #1

    Modifying bootkali

    I have been working on creating some more apps for making the "click-hacking" portion of NH a little easier. However, I am running into an issue that is making it a bit more difficult than I expected. I know I have two choices in how I implement it - 1. modify the existing bootkali script OR 2. grab a portion of bootkali (top 80 lines or so -all the madatory lines) and paste them in my own script (e.g. mybootfile). The problem I am having is that bootkali is found at /system/bin/bootkali - when I try to edit it, I get a message that says that it is a "read only" file system and therefore changes fall flat. If I try option 2 and write my own, and put it somewhere else like the SDcard I can't make the script executable. So either way I am at a dead end. How do I go about mounting /system/bin/ so that it is RW? Or alternatively where can I place my shell so that it will be seen and executed?

    I appreciate any feedback and tips - I promise it will be worth it to the community if I get this working as I am porting all my scripts from the PwnPad over point-click-hack can't get any easier than that.

    Securemaryland

  2. #2
    root@android#setenforce 0
    root@android#mount -o remount,rw /dev/block/platform/msm_sdcc.1/by-name/system /system
    root@android#cp -rfv /sdcard/yourbootkali /system/bin/
    root@android#chmod 0755 /system/bin/yourbootkali
    root@android#mount -o remount,ro /dev/block/platform/msm_sdcc.1/by-name/system /system
    Last edited by discipuloosho; 2015-02-25 at 01:03.

Similar Threads

  1. Modifying the Kernel
    By Spa1n in forum Installing NetHunter
    Replies: 0
    Last Post: 2019-12-29, 19:10
  2. /system/bin/bootkali: syntax error: 'if' unmached <--- why?
    By rek2wilds in forum NetHunter General Questions
    Replies: 6
    Last Post: 2015-09-11, 23:45
  3. Full Kali 2.0 install to SD card without modifying MBR possible?
    By funkytechmonkey in forum Installing Archive
    Replies: 0
    Last Post: 2015-09-04, 20:44
  4. Modifying the Default Login Screen
    By jlangill in forum General Archive
    Replies: 1
    Last Post: 2013-10-27, 02:06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •