Search results

  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)...
  15. 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)...
  16. P

    Post Absolutely Fuming!!!

    Just an update for you: I'm being sent a "Warranty Replacement" device which should be the correct 16GB model, and be with me within a week! Once it arrives, I'm supposed to send back my 8GB one. Have you made any progress?
  17. P

    Post Absolutely Fuming!!!

    Haha, it is comforting knowing that you're not the only that Google hates! I didn't realise I'd received the wrong one until I'd opened the box and looked at the back of the phone. So it's no longer sealed but that shouldn't be a problem because of the 13 day cooling-off period and the distance...
  18. P

    Post Absolutely Fuming!!!

    I'm in the same boat, ordered a 16GB and received an 8GB. Rang customer services to get it sorted and have been waiting for an email from the elusive "specialist" for 2 days. At least they haven't called me a liar... yet!
  19. P

    Post UK thread - Contracts, news, information, etc.

    Just received mine but they sent the wrong one! I got the 8GB instead of the 16GB that I ordered. :eek: Hopefully, they'll save a 16GB for me to exchange it with...
  20. P

    Post [DISCONTINUED] Metal Dragon Overlord v11.10

    Great work on the ROM, really happy with it. I do have a minor request though... Could you please add the HSPA icon to the Chocolate version, so that I can tell when I have "better than 3G" signal. Thanks
  21. P

    Post [DISCONTINUED] Metal Dragon Overlord v11.10

    Will I be able to control BLN using a script in the init.d folder? (i.e. Does the ROM support init.d?)
  22. P

    Post DVB-T dongle running on Nexus 7

    Mine's a Freecom DVB-T USB Stick that I got working using dvb-usb-dtt200u.ko and zl10353.ko. I also put dvb-usb-wt220u-zl0353-01.fw in /etc/firmware. You have to make sure all your permissions are correct. The first script posted has a mistake in it which doesn't set the correct permissions for...
  23. P

    Post DVB-T dongle running on Nexus 7

    Great work on this, so far I've managed to get my DVB tuner properly configured and connected! The only issue is Droid TV seems very unstable... Are there any alternatives? I get reboots when scanning for channels. Might try recompiling a newer version of w_scan when I get a minute. The...
  24. P

    Post DVB-T dongle running on Nexus 7

    You need to add the line 'insmod dib0070.ko' to startdvb. You will probably also need to copy the 'dvb-usb-dib0700-1.20.fw' firmware file from that link you posted earlier into /etc/firmware.
  25. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    Logcat's working fine for me using the instructions I posted a few posts back. I'm on GLaDOS 2.8 still by the way, not that it should make any difference as the logger.ko module is present in 2.9 as well. Check your /system/modules folder and make sure that logger.ko is present. If it's not...
  26. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    1. Download the attached file 2. Remove the .txt from the end 3. Copy the file to the system/etc/init.d folder of the GLaDOS zip 4. Flash the GLaDOS zip 5. Logging should now work! Alternatively you can put the file directly in the system/etc/init.d folder on your phone but you have to make...
  27. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    From the chat in the Matr1x thread, it looks like mathkid has fixed the call reboot problem... In case you've not seen it. Any chance of a quick 2.8 fix before you start playing with your Galaxy Nexus? ;)
  28. P

    Post [MOD] Flavours for Nexus S - Honey (version 0.8) for stock OTA JB (JRO03E)

    It would be nice if each of those things were in separate zips so people can use the stock ROM as a base, then root, busybox and install your add-ons as they wish.
  29. P

    Post [MOD][NS][NS4G]FaceLock for ICS 4.0.3

    Looks like I'm the only one it's not working for! I can set it up fine, but when I try to actually unlock the phone, it just freezes at the first attempt. No way out but to pull the battery.
  30. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    Switched to BFS and enabled screenoff_maxfreq via terminal - think NSTools needs updating to add support for the new command - and no reboots so far... Thanks for the tip! Here's my full config if others want to test it: ICS 4.0.3 Stock ROM (Rooted) GLaDOS 2.2 BFS Lazy Governor Deep Idle...
  31. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    Have you got deep idle on? I was running CFS v2.2 on the stock ICS ROM with stock CPU/voltage, lazy governor and kept getting reboots every 20mins. Strange how the stability can vary so much... I'll give BFS a go and see how it goes!
  32. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    Deep idle has started working for me since 1.10 (using the Oxygen ROM), didn't work on 1.09 for some unknown reason...
  33. P

    Post [Q] Voltage settings for nexus s

    I was looking for the stock settings also and found this in case anyone else needs it: Freq Voltage 100 950 200 950 400 1050 800 1200 1000 1250
  34. P

    Post [ROM] Oxygen v2.3.2 AOSP (By AdamG) - 11/13/2011

    What kernels are people using? Has anyone had any luck with getting deep idle/lazy governor to work properly (stable)?
  35. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    In other news, I've had the "sleep of death" twice now while charging overnight. No overclock, stock voltages, lazy governor, deep idle enabled. The first time screen off max freq was enabled. The second time screen off max freq was disabled. Is this likely to be a problem with lazy or deep idle?
  36. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    Ignore the above. I've managed to enable logging, pretty sure I needed to set the owner and group to 0 (root).
  37. P

    Post [KERNEL][04 APR] GLaDOS V2.11

    I've realised that logging is disabled but I need to use logcat and my init.d script (attached) doesn't seem to be working... I've put it in /system/etc/init.d with the correct permissions rwxr-xr-x Eclipse is still telling me that it's "Unable to open log device '/dev/log/main': No such file...
  38. P

    Post Really? ICS NS on ebay...

    We get it but, unless the guy starts selling hundreds with xda ROMS as a selling point, it's not a big deal!
  39. P

    Post Gen1 to Gen2 TPT Upgrade

    Does the Upgrade+CM7.1 all-in-one use the custom partition sizes or the stock partition sizes? Have the stock v8 been and all-in-one been updated to include the custom v10 improvements?
  40. P

    Post Really? ICS NS on ebay...

    I can't really see any problem with this, looks like he's just selling his personal phone which happens to be currently running an ICS rom... If people want to bid stupid amounts for it then that's their problem.
  41. P

    Post [INFO] UK Prices and Disscusion ONLY

    So the cheapest you can get it SIM-free at the minute is £499+15 from 3? Are O2 still doing it at £450 and do you have to be an exiting customer?
  42. P

    Post [ROM-AOSP GRJ22] Oxygen v2.1.6 (Latest gingerbread, clean & simple) (GSM & CDMA)

    Adam, just out of interest, what radio are you using these days?
  43. P

    Post [ROM-AOSP GRJ22] Oxygen v2.1.6 (Latest gingerbread, clean & simple) (GSM & CDMA)

    I'd just like to report that this happens to me also from time to time. Seems to happen randomly, but I can still receive the call by swiping to answer where the accept call slider would normally be (although the screen is entirely black). Chimp
  44. P

    Post [ROM][2.3.3 GRI40] Amethyst 1.0 : stock, fast =)

    You can simply flash vorkKernel on top of Amethyst 1.01 if you feel as though you'll get better battery life... Chimp
  45. P

    Post [FAQ] OxygeN + Tips!

    Thought it might be Oxygen making everything moveable but wasn't sure. Thanks! Chimp
  46. P

    Post [FAQ] OxygeN + Tips!

    That's what I thought to begin with, but there are apps in the "All" section that can be moved to the sd card but are not in the "On SD Card" section... Chimp
  47. P

    Post [FAQ] OxygeN + Tips!

    This is my first Gingerbread ROM (don't see what all the fuss about CM7 is) so this might be normal behaviour... Under "Manage Apps", I can't seem to make sense of the "On SD Card" section as it's showing apps that aren't on the SD (not ticked). The ones that are on the SD have ticks in the...
  48. P

    Post [ROM][2.3.3 GRI40] Amethyst 1.0 : stock, fast =)

    I think Beautiful Widgets from the Market is the closest you're gonna get. Chimp