Jay M

now browsing by tag

 
 

This intent launches a certain playlist in Blackplayer i’d like to write a script to do it but I have no idea how to…

This intent launches a certain playlist in Blackplayer i’d like to write a script to do it but I have no idea how to code this its got things i’ve never seen before in an intent. Lil help.

#Intent;launchFlags=0x10008000;component=com.kodarkooperativet.blackplayerex/.activities.ShortcutActivity;S.mime_type=vnd.android.cursor.dir%2Fplaylist;B.open_player=true;i.id=3;S.title=BlackPlayer%20Favorites;B.shuffle=true;end

]]>

Kinda early but heres a few things id love to see in LLX2

Kinda early but heres a few things id love to see in LLX2

1. Easy theming of elements yano were the colors are taken from the wallpaper this is currently doable in Lightning but only with script would be nice if it was built in.

2. Actionbar/Toolbar for the desktop again this is currently doable with script but would also be nice built in.

3. Alphabet strip for the app drawer

4. Updated icon font with that menu icon i asked about before

5. A simple way to quick toggle on/off the grid lines

6. Daydream (screensaver) support for Lightning Live Wallpaper basically the option to use the wallpaper as a daydream instead of on the desktop.

7. Expanded desktop hide nav and statusbar

]]>

Can anyone remember how to navigate back up in this screen I’m stuck at the root :( already tried restarting

Can anyone remember how to navigate back up in this screen I’m stuck at the root 🙁 already tried restarting

]]>

End of G+ in 4months what’s happening dev

End of G+ in 4months what’s happening dev

https://m.androidcentral.com/google-faces-another-data-breach-shut-down-moved-four-months-april?utm_source=ac_tw&utm_medium=tw_card&utm_content=71300&utm_campaign=social

https://m.androidcentral.com/google-faces-another-data-breach-shut-down-moved-four-months-april?utm_source=ac_tw&utm_medium=tw_card&utm_content=71300&utm_campaign=social
]]>

What have I done wrong this code should let me pick an image it does that but then takes me to Smart Launcher 5 (my…

What have I done wrong this code should let me pick an image it does that but then takes me to Smart Launcher 5 (my backup launcher) :/

function pickImage(){

var intent = new Intent();

intent.setAction(Intent.ACTION_PICK);

intent.setType(“image/*”);

mctx.startActivityForResult(Intent.createChooser(intent, “Choose Image for ActionBar up navigation icon”), 0);

};

// THE CODE BELOW TAKES ME TO ANOTHER LAUNCHER :/

onActivityResult:function(request, result, data){

super.onActivityResult(request, result, data);

if(request == 0 && result == RESULT_OK){

Android.makeNewToast(“done”, true).show;

}

}

]]>

I don’t understand bindings :/ i’d like to display a String that changes to another String every 20 minutes sorta…

I don’t understand bindings :/ i’d like to display a String that changes to another String every 20 minutes sorta like a random greeting kinda thing, bindings seem to be the way to do it but how.

]]>

This is a quick tutorial for a simple scrollable dock that’s found in most launchers its lengthy but I was going…

This is a quick tutorial for a simple scrollable dock that’s found in most launchers its lengthy but I was going slow and wanted to show some features of the launcher that new users might not know about yet eg. object depth

https://youtu.be/Z_9euyfPNf8

https://youtu.be/Z_9euyfPNf8
]]>

This is a quick tutorial for a simple scrollable dock that’s found in most launchers its lengthy but I was going…

This is a quick tutorial for a simple scrollable dock that’s found in most launchers its lengthy but I was going slow and wanted to show some features of the launcher that new users might not know about yet eg. object depth

https://youtu.be/Z_9euyfPNf8

https://youtu.be/Z_9euyfPNf8

This place is so dead when the dev ain’t around

This place is so dead when the dev ain’t around

]]>

Lil something im working on to go with my assistant 😊

Lil something im working on to go with my assistant 😊