Recent content by overridex

  1. O

    Post Me image in Messaging app

    You can fix this by running Cyanogen on your phone and following the steps in the following post: http://forum.xda-developers.com/showpost.php?p=9562368&postcount=117 -Dan
  2. O

    Thread [Q] Repeat a slideshow while docked?

    Hey all, I recently picked up a dock for my Xoom, and I'm wondering if there's somewhat to make the slideshow of the gallery loop. Right now it plays through all the pictures in the album and quits. With it in the dock, I'd like to just have it always displaying pictures. Anyway to do this? Or...
  3. O

    Post SCUMMVM on tab

    I've been playing The Secret of Monkey Island without any problems. -Dan
  4. O

    Post Making cifs.ko

    Works like a charm, thanks! -Dan Sent from my SCH-I800 using XDA App
  5. O

    Post [RECOVERY] ClockworkMod Recovery for Galaxy Tab - BETA

    Yeah I'm in the same boat at the moment - it finished converting to ext4 but when it booted back up it shows the lockscreen/homescreen briefly then just reboots again over and over. -Dan
  6. O

    Post Verizon G tab and root question

    I had a similar problem - I couldn't remove anything I had installed to one point and couldn't install anything new. I ran 'dmesg | busybox grep error' in a terminal on it and had lots of errors on the device used for the /data partition. I had to bring it back to verizon and get it replaced...
  7. O

    Post [Q] Portable hotspot?

    I'm not sure what the case is with other carriers versions, but the verizon tab can, though it's through their own app rather than what's built into froyo. It doesn't cost anything extra. -Dan
  8. O

    Post Anti-glare anti-fingerprint screen protector

    It's not really for protection, but rather to cut glare and fingerprints/smudging. -Dan Sent from my SCH-I800 using XDA App
  9. O

    Post Anti-glare anti-fingerprint screen protector

    Nice find on the coupon code stefvan2k1! The feel on these is nice.. I feel that there's less drag with the slight texture on these than on the glass alone (maybe it's just my most hands :)) There's definitely a reduction in finger prints with one of these on, I was wiping my screen constantly...
  10. O

    Post [HOW-TO] Update Holiday N1 from ERD56C to ERE27 with no SIM

    Holiday Nexus Ones are the development model given generally to Google employees... Their security is off so you can unlock and relock the bootloader freely, they don't have a warranty anyway. These are not the retail Nexus One phones. -Dan
  11. O

    Thread Anti-glare anti-fingerprint screen protector

    I picked up a 3 pack of these: http://www.handhelditems.com/samsung-galaxy-antifingerprint-antiglare-matte-finishing-screen-protector-p-151910.html So far it's really nice - easy to apply without bubbles, cut out for webcam/light sensor, and a nice anti-glare finish with a good texture to it...
  12. O

    Post Making cifs.ko

    Here's a step-by-step on getting the modules compiled on Ubuntu 10.10. (warning: it's a hack.) :) 1) Grab the toolchain at http://www.codesourcery.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 2) Extract the toolchain cd...
  13. O

    Post Making cifs.ko

    Agreed. It's why I love my Nexus One (and my G1 before it) and one of the main reasons I waited on a decent Android tablet to come out rather than get an iPad for the things I wanted... I love knowing that with enough effort I can make it do whatever I need. -Dan
  14. O

    Post Making cifs.ko

    I'm going to go through the process again and document it as I go to have a more complete howto on compiling them. The first time around was a lot of trial and error to get it working, so I didn't have great documentation along the way. Hopefully I'll have time to do this in the next couple of...
  15. O

    Post Making cifs.ko

    insmod just loads the modules into memory, it doesn't copy them anywhere on the file system. This needs to be done again each time the device is rebooted. if you run lsmod at a terminal you should see slow-work and cifs listed. If so, you can use CifsManager to mount the share without setting...