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…
#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
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
]]>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…
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…
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…
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
Lil something im working on to go with my assistant 😊
Lil something im working on to go with my assistant 😊