Results 1 to 3 of 3

Thread: CMParts - adding new settings

777
  1. [translate]    #1
    Senior Member
    Join Date
    Aug 2010
    Location
    PL
    Posts
    406

    Default CMParts - adding new settings

    Have anyone of you added new settings to CMParts source?

    I'm having an error:
    Code:
    packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/ExtendedLockscreenActivity.java:61: cannot find symbol
    symbol  : variable BACKGROUND_TYPE
    location: class android.provider.Settings.System
                    Settings.System.BACKGROUND_TYPE, 1) == 1);
    and I don't know what to do...

  2. [translate]    #2
    Moderator nebkat's Avatar
    Join Date
    Oct 2010
    Location
    Dublin, Ireland
    Posts
    989

    Default

    What are you trying to add?
    Code:
    for (n00b n : mSamdroid) {
        if (!n.findAnswer()) {
            n.useSearch();
        }
    }

  3. [translate]    #3
    Senior Member
    Join Date
    Aug 2010
    Location
    PL
    Posts
    406

    Default

    Settings related to a completely new activity.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •