Recent content by jimlange

  1. jimlange

    Post Random single vibration from Gear S2 without notification

    Next time it happens, check the back of the watch to see if the heartbeat sensor is on. It happened to me today and it made me wonder if it vibrates when it tries to take your pulse and can't get a reading. Sent from my XT1060 using Tapatalk
  2. jimlange

    Post Is there a simple to use watchface creation app?

    I haven't created any apps for the S2 (yet), but did see a tutorial for creating a simple watch face on the Tizen developers site using just HTML 5 and JavaScript. A watch face is essentially an HTML canvas element, so it is simply a matter of layering images and vector objects to achieve the...
  3. jimlange

    Post Samsung Gear App Store now has Paid Apps on non samsung phones

    I just got a Gear S2 Classic for Christmas and had no problem creating a Samsung account and registering a credit card with my 2014 Moto X. Sent from my XT1060 using Tapatalk
  4. jimlange

    Post Request - Tasker Interface

    Nice job on the app! One of the things I've done to "close the loop" on task execution is add a notification action at the end of some tasks, which then appear on the watch as a confirmation. It would be great if we could create a widget with one or two quick access buttons for specific...
  5. jimlange

    Post Straps?

    Can you post a link? Sent from my XT1060 using Tapatalk
  6. jimlange

    Post [ROM][Official] CyanogenMod 11 Nightly

    That's one of Euroskank's cherry picks that hasn't been merged yet. I'm also running jellybro and have experienced some bugs with the countdown timer, so I think it's not quite ready for release.
  7. jimlange

    Post [CM11][KitKang] Toro Nightly Kangs

    The 9/4 build added pinch-to-zoom in the camera and I think it may have broken the swipe to gallery gesture.
  8. jimlange

    Post [ROM] ◄ Stock Plus ► v3.01 11/22/2011 Based off of New OTA

    There are several steps to fixing this issue. The first is understanding that there are two system folders that are limited in space: /data (748 MB) and /data/data (150 MB). /data/data is mounted as a separate filesystem and holds application data, including lib files, databases, static files...
  9. jimlange

    Post [ROM] Nils' Business GingerSense 3.5 - GB 2.3.5 - (11/13/11 v2.2)

    I'm running Nils' 3.0 ROM and I also have this problem. My solution was to install an app from the market called Calendar Event Reminder. I was hoping it was just a 3.0 ROM problem and it I wouldn't need this app when I upgraded, but it sounds like it is still an issue.
  10. jimlange

    Post [APP][1.6+] Link2SD

    GB rebuilds the lib files, but Link2SD will relink them (after a bit). I just avoid linking the lib files because it made the boot process much longer.
  11. jimlange

    Post [APP][1.6+] Link2SD

    When the DEX file is relinked, does it recopy the DEX file to sdext first or does is just link to the DEX file that is already on sdext?
  12. jimlange

    Post [APP][1.6+] Link2SD

    "Link dalvik cache files" command Bakpinar, Can you explain what the "Link dalvik cache files" function does in the following situations: /data/dalvik-cache contains a newer version of the .dex file than what is on sdext2 (This is the usual case after clearing dalvik-cache and rebooting)...
  13. jimlange

    Post [MOD] Ext4 4 ALL! Gingerbread AOSP + GingerSense Update: 10/27 Normal dalvik fixed

    Dalvik moved + Link2SD If you are unable to use no_data_limit_dalvik_moved because your dalvik cache is too large and it causes problems with Market updates, I have a solution. My dalvik cache was 179MB and when I first tried the no_data_limit_dalvik_moved version of this mod, my phone was...
  14. jimlange

    Post [MOD] Ext4 4 ALL! Gingerbread AOSP + GingerSense Update: 10/27 Normal dalvik fixed

    That might be because gmail is doing database updates and the database files are stored in /data/data. When the gmail database file was on the yaffs2 filesystem, updating it would be faster than it is now on the ext4 filesystem. However, other parts of the program may be faster.
  15. jimlange

    Post [APP][1.6+] Link2SD

    Doh! You're probably right--didn't think of that.