ads

Affichage des articles dont le libellé est execute. Afficher tous les articles
Affichage des articles dont le libellé est execute. Afficher tous les articles

mardi 8 septembre 2015

I have an idea for a Xposed but how can I execute it?



Basically, I want to have notification as sensitive on the lockscreen (Using 5.1) but I want to show the image but had the message of the application, Is this even possible? Could someone lend me a hand :)

Thanks



dimanche 6 septembre 2015

[Q] Execute commands after startup



Hello dear XDA users,

I'd like to run the following script after the phone has booted, so that I can connect to the device without having to connect via usb/terminal emulator on the device to re-enable wireless adb debugging.


Code:


su
setprop service.adb.tcp.port 5555
stop adbd
start adbd


Any idea where I can include these 4 lines so that they are auto-executed after startup?



vendredi 4 septembre 2015

seeking suggestions on adding external hardware buttons to execute macro/scripts



I'm a noobie looking for suggestions on how to add external hardware buttons that can control any functions on a Kocaso Mid9200 tablet running Android 4.2.2. The basic goal is to push an external hardware button and play a favorite radio station in one app, or another hardware button to stop playing that app, and switch to another app and play specific favorites within that app. I'm open to writing macros/scripts that might invoke the desired function then linking a specific external hardware button to each different script. The tablet is rooted. The tablet is cheap and does not have either Bluetooth or NFC (so external NFC buttons like the Pressy or Dimple are not an option), it only has a USB port.

I've placed an order for a PCSensor Key Fere external programmable USB keyboard and plan to build macros keystrokes into that device to start the process. I've also started to look at using the External Keyboard Helper app to tie a keystroke to invoke an app. But I could use help in figuring out how to write a script/macro that could navigate within an app and select, for example, one of several favorite radio stations in the radio player app, and start/stop that station in the player. Ultimately I'd like to push one button on the external keypad, and have it invoke the desired player app, navigate within the app to select a specific station, and start that station playing.

Any help would be appreciated. Thank you.