1. LazyTabbyCat's Avatar
    I'm asking for this for some time but I can't find an answer. I'm trying to connect an external hard drive to my passport, but I don't want to format it as exFAT. Terminal emulator could help using mount command but I don't have root permissions. There is one way: if I can't get a root password, why don't use fakeroot? But I don't have a linux PC now, so I can't build it. Can I have a binary, or are there another ways?

    IMPORTANT: DO NOT write something like "bb10 doesn't support NTFS". QNX has a built-in ntfs driver since version 6 (bb is 8.0.0 based), even if it's removed/absent why don't try it?

    Has anyone a fakeroot binary?-img_20170221_222427.png
    02-21-17 01:52 PM
  2. joeldf's Avatar
    IMPORTANT: DO NOT write something like "bb10 doesn't support NTFS". QNX has a built-in ntfs driver since version 6 (bb is 8.0.0 based), even if it's removed/absent why don't try it?
    Okay.

    How about... "BB10 can't be rooted"

    Believe me, if it could be, we would have heard of it by now.

    Even whatever this does may not work with the QNX kernel

    Joel
    02-21-17 01:59 PM
  3. Dunt Dunt Dunt's Avatar
    https://github.com/repos-holder/bb10-fakeroot

    I don't know if it will do what you want.... there were some playing around with fakeroot on BB10 back in the early days.
    02-21-17 02:02 PM
  4. joeldf's Avatar
    I see it's not really trying to root, but compatibility with what it expects to fake may be the issue.

    Joel
    02-21-17 02:06 PM
  5. LazyTabbyCat's Avatar
    https://github.com/repos-holder/bb10-fakeroot

    I don't know if it will do what you want.... there were some playing around with fakeroot on BB10 back in the early days.
    Thanks, but NDK doesn't work on my computer. I can't build a binary, so these sources are useless for me.
    02-22-17 03:32 AM
  6. berradicted_fr's Avatar
    Thanks, but NDK doesn't work on my computer. I can't build a binary, so these sources are useless for me.
    Hi, I'll try to compile fakeroot for you asap on 10.3.2 (passport SE).
    Last edited by berradicted_fr; 03-22-18 at 05:06 AM. Reason: fix typing error (20.3.2 -> 10.3.2)
    03-16-18 02:44 PM
  7. Mojarch's Avatar
    Okay.

    How about... "BB10 can't be rooted"

    Believe me, if it could be, we would have heard of it by now.

    Even whatever this does may not work with the QNX kernel

    Joel
    Just for clarification fakeroot is not rooting the device!


    Posted via CB10
    03-18-18 04:15 AM
  8. RLeeSimon's Avatar
    Okay.

    How about... "BB10 can't be rooted"

    Believe me, if it could be, we would have heard of it by now.

    Even whatever this does may not work with the QNX kernel

    Joel
    Comes now this...

    https://www.yahoo.com/news/canada-ba...224229841.html
    03-18-18 01:58 PM
  9. joeldf's Avatar
    Just for clarification fakeroot is not rooting the device!


    Posted via CB10
    Which I acknowledged in a follow-up post.
    03-18-18 02:32 PM
  10. joeldf's Avatar
    Not related to what this thread is about, and almost two weeks old news now.
    03-18-18 02:33 PM
  11. RLeeSimon's Avatar
    Not related to what this thread is about, and almost two weeks old news now.
    I just saw it. I am not a programmer, and wondered if those modified BlackBerry devices included having been rooted.
    03-18-18 03:24 PM
  12. Rajusa24's Avatar
    Hi, I'll try to compile fakeroot for you asap on 20.3.2 (passport SE).
    Any update???

    Posted via CB10
    03-21-18 09:05 PM
  13. berradicted_fr's Avatar
    Any update???

    Posted via CB10
    Hi Rajusa24, yes, just send me your email in private, I'll give you the link to download the compiled fakeroot.tgz archive including both source and compiled fakeroot.

    Olivier
    Rajusa24 likes this.
    03-22-18 05:05 AM
  14. Rajusa24's Avatar
    Hi Rajusa24, yes, just send me your email in private, I'll give you the link to download the compiled fakeroot.tgz archive including both source and compiled fakeroot.

    Olivier
    Hi thanks for the reply my BBM pin is 2C206C66

    I don't know how to sent private msg in cb

    Posted via CB10
    03-27-18 10:17 PM
  15. berradicted_fr's Avatar
    Ok I have a small issue right now to compile fakeroot binary .
    I'm using code from https://github.com/repos-holder/bb10-fakeroot,
    Had to "dos2unix -f" all files before able to compile

    make[2]: Entering directory `/accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot'
    CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
    config.status: executing depfiles commands
    config.status: executing libtool commands
    /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o faked faked.o libcommunicate.la
    libtool: link: gcc -g -O2 -o faked faked.o ./.libs/libcommunicate.a
    faked.o: In function `cleanup':

    (...)

    /accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot/faked.c:1263: undefined reference to `semctl'
    faked.o: In function `get_msg':
    /accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot/faked.c:1104: undefined reference to `msgrcv'
    faked.o: In function `main':
    /accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot/faked.c:1415: undefined reference to `msgget'
    BB/src/fakeroot/faked.c:1417: undefined reference to `semget'
    /accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot/faked.c:1419: undefined reference to `semctl'

    (...)

    /accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/
    ./.libs/libcommunicate.a(communicate.o): In function `send_get_fakem':
    /accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot/communicate.c:553: undefined reference to `msgrcv'
    collect2: ld returned 1 exit status
    make[2]: *** [faked] Error 1
    make[2]: Leaving directory `/accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/accounts/1000/appdata/ca.mordak.Term48.gYABgJC2m1SvBDfQMWQBsIohLnw/data/Shared/BB/src/fakeroot'
    make: *** [all] Error 2
    Last edited by berradicted_fr; 03-28-18 at 07:47 AM. Reason: remove duplicate error messages
    03-28-18 04:49 AM
  16. berradicted_fr's Avatar
    Ok I have a good news, I finally managed to compile fakeroot for bb10 .. Thanks to playbook-dev-tools .. was simple, after all. So I will send you the fakeroot.zip asap .
    04-05-18 02:46 AM
  17. Rajusa24's Avatar
    Ok I have a good news, I finally managed to compile fakeroot for bb10 .. Thanks to playbook-dev-tools .. was simple, after all. So I will send you the fakeroot.zip asap .
    Congratulations great job.

    What is the purpose of fake root

    Posted via CB10
    04-05-18 03:43 AM
  18. berradicted_fr's Avatar
    Hmmm I'm very surprised about your question ...
    Fakeroot is a unix command line tool that allows you to use some software *as if* you were root on your system. So the commands like "chown, chgrp" will be allowed inside a fakeroot context.
    04-05-18 07:06 AM

Similar Threads

  1. PRIV "The update has not passed"
    By rmirkhaidaroff in forum BlackBerry Priv
    Replies: 6
    Last Post: 03-07-17, 04:45 PM
  2. Anyone else feel the DTEK60 isn't optimized?
    By Dat Gui in forum BlackBerry DTEK60
    Replies: 35
    Last Post: 02-24-17, 03:31 PM
  3. Has anyone gotten the newest update for DJI Go app to work on the PRIV?
    By CrackBerry Question in forum Ask a Question
    Replies: 1
    Last Post: 02-22-17, 08:50 AM
  4. BB link will not open and says it has to close
    By Bradley1970 in forum Desktop Software
    Replies: 1
    Last Post: 02-19-17, 09:30 PM
  5. "your acount password has been changed"
    By CrackBerry Question in forum Ask a Question
    Replies: 1
    Last Post: 02-14-17, 09:41 PM
LINK TO POST COPIED TO CLIPBOARD