Recent content by Psych0Chimp

  1. P

    Post [DEV GUIDE][2016.12.22] How-To SU

    A few users are reporting trouble with my app being able to write to a directory at the root of the "sd card" - I get a "no such file or directory" error when I'm trying to save a file from an SU shell. To get the path of the sd card, I use a bit of code borrowed from the Android Environment...
  2. P

    Post [Feature][ROM][4.4] Screen Recorder w/ Audio

    Saw on your (0xD34D) Twitter account that you were playing around with device audio recording... Still planning to release it? (Thought I'd ask before you get started on CM stuff ;))
  3. P

    Post The KitKat Immersive and Transparent Mode Apps - Let's Build the List!

    Translucent status bar: Rec.
  4. P

    Post [Feature][ROM][4.4] Screen Recorder w/ Audio

    Great work! Couldn't get audio recording to work though... I pulled the compiled screenrecord binary out of the latest Nexus 4 ChameleonOS nightly, and when I try to run it on my stock (rooted) Nexus 5 I get: "Error creating AudioRecord instance: initialization check failed (err=-19)" Is there...
  5. P

    Post [APP]KitKat ScreenRecorder (Now supports stopping and more)

    Ah, built from source. Fair enough. Thanks!
  6. P

    Post [APP]KitKat ScreenRecorder (Now supports stopping and more)

    Curious as to how you modified the binary to allow longer recording... Is it a case of hex editing the binary and patching out the 180s restriction (i.e. changing it to a higher value)? I have no idea how to edit compiled binaries and would be interested in learning a few tricks!
  7. P

    Post [APP][4.2] Multiple users feature enabler

    Nice app, definitely makes it easier to enable multi-user support for people who are wary of messing around with system files. Just thought I'd add that my app, AppShare, is a nice alternative to multi-user app share and has both phone and tablet optimised layouts.
  8. P

    Post [APP] AppShare(+) – Share Apps Between Users without Separate Google Accounts

    Thanks for that. My app seems to be working great for the majority of users (myself included) but there seems to be a handful of people running into problems because the app can't find that file... I'm struggling to figure out why though?! The only explanation I've got so far is that they could...
  9. P

    Post [APP] AppShare(+) – Share Apps Between Users without Separate Google Accounts

    I've been getting a fair amount of crash reports lately and it looks like the cause is a missing file related to Google's multi-user implementation which I assumed would be on everyone's device, in the same place. It appears that it is not there on some devices, causing my app to crash, so I...
  10. P

    Post [APP] AppShare(+) – Share Apps Between Users without Separate Google Accounts

    I've been getting a fair amount of crash reports lately and it looks like the cause is a missing file related to Google's multi-user implementation which I assumed would be on everyone's device, in the same place. It appears that it is not there on some devices, causing my app to crash, so I...
  11. P

    Post [APP] AppShare(+) – Share Apps Between Users without Separate Google Accounts

    Should be fixed now. I've submitted an updated version of the app (1.2.1), it will be on Google Play shortly: https://play.google.com/store/apps/details?id=com.spectrl.appshare
  12. P

    Post [APP] AppShare(+) – Share Apps Between Users without Separate Google Accounts

    Thanks, I'll check it out. It might be because of changes that the ROM has made though...
  13. P

    Post [MOD][CM10.1][4.2.2][GUIDE] Enable Multiuser (for noobs)

    I have made an app that lets you share (or "unshare") apps between the different user accounts, and just added support for phones that enable multi-user through custom ROM mods like this one. Thought you might find it interesting... https://play.google.com/store/apps/details?id=com.spectrl.appshare
  14. P

    Thread [APP] AppShare(+) – Share Apps Between Users without Separate Google Accounts

    I've recently released an app that uses Google's new multi-user accounts feature to share apps between the different users on your device (without each of them requiring a separate Google account). It's called AppShare(+) and you can get it here (requires root)...