Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: Sidedown LockScreen Unlock

777
  1. [translate]    #1
    Senior Member
    Join Date
    May 2010
    Location
    Poland
    Posts
    533

    Smile Sidedown LockScreen Unlock

    Tested on SpicagenMod-froyo-BETA2.1
    If You apply these commands:

    DATABASE="/data/data/com.android.providers.settings/databases/settings.db";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_mode', '2');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_custom_app_toggle', '1');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_custom_app_activity', '#Intent;action=android.intent.action.MAIN;categor y=android.intent.category.LAUNCHER;component=com.m iui.player/.drawerActivityGroup.MainActivityGroup;end');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_custom_app_title', 'Music');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_rotary_unlock_down', '1');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_rotary_hide_arrows', '1');";


    Your LockScreen can looks like this:
    Attached Thumbnails Attached Thumbnails device.png  
    Last edited by jankomuz; 05-17-2011 at 11:03 AM.

  2. [translate]    #2
    Junior Member
    Join Date
    Nov 2010
    Location
    Gelendzhik
    Posts
    29

    Default

    can you modify it under the htc lockscreen?even if not hours, and other information that it shows )))
    Attached Thumbnails Attached Thumbnails adevice2.png  

  3. [translate]    #3
    Senior Member
    Join Date
    Jun 2010
    Location
    IDN
    Posts
    382

    Default

    Quote Originally Posted by adiga07 View Post
    can you modify it under the htc lockscreen?even if not hours, and other information that it shows )))
    i even want it to be look alike the miui lockscreen.
    hello

  4. [translate]    #4
    Senior Member
    Join Date
    Apr 2010
    Location
    Netherlands
    Posts
    1,997

    Default

    could you make a zip file for this and if you apply this is it already miui themed then?

  5. [translate]    #5
    Senior Member
    Join Date
    Mar 2011
    Location
    Poland
    Posts
    242

    Default

    @up
    It's built-in to NextGwn by JankoMuz

  6. [translate]    #6
    Senior Member
    Join Date
    May 2010
    Location
    Poland
    Posts
    533

  7. [translate]    #7
    Senior Member
    Join Date
    Jul 2010
    Location
    Philippines
    Posts
    453

    Default

    so these commands can be entered on terminal/adb right? I'll test it on Optimus one. (with a manually pushed sqlite3 binary as it seems O1 originally don't have this.)

  8. [translate]    #8
    Junior Member
    Join Date
    Aug 2010
    Location
    Brest
    Posts
    3

    Default

    How to change the lockscreen wallpaper? Home wallpaper is not available

  9. [translate]    #9
    Senior Member
    Join Date
    Nov 2010
    Location
    serbia
    Posts
    183

    Default

    Quote Originally Posted by jankomuz View Post
    Tested on SpicagenMod-froyo-BETA2.1
    If You apply these commands:

    DATABASE="/data/data/com.android.providers.settings/databases/settings.db";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_mode', '2');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_custom_app_toggle', '1');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_custom_app_activity', '#Intent;action=android.intent.action.MAIN;categor y=android.intent.category.LAUNCHER;component=com.m iui.player/.drawerActivityGroup.MainActivityGroup;end');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_custom_app_title', 'Music');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_rotary_unlock_down', '1');";
    /system/xbin/sqlite3 $DATABASE "INSERT INTO system (name, value) VALUES ('lockscreen_rotary_hide_arrows', '1');";


    Your LockScreen can looks like this:
    how to apply this?

  10. [translate]    #10
    Senior Member
    Join Date
    Jan 2011
    Location
    Philippines
    Posts
    356

    Default

    can you make a .zip file only?

Page 1 of 3 123 LastLast

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
  •