1. How do you open HTML Viewer manually, as a standalone application?
2. How can I modify the functionality of the long press Home button? (I want to make the required long press time shorter.)
Thank you
1. you should be able to create an anycut shortcut
2. without major edits to the OS you can't
tubaking182 said:
1. you should be able to create an anycut shortcut
2. without major edits to the OS you can't
Click to expand...
Click to collapse
I have AnyCut but HTMLViewer is not in the Activities menu.
I tried using Make My Own, but it just won't work.
Examples I found:
http://androidguys.com/?p=3160
Action: android.intent.action.PICK
Data: content://media/external/audio/playlists/
http://www.google.com/support/forum/p/Android+Market/thread?tid=601fa84b6ae23521&hl=en
action: android.intent.action.INSERT
data: content://contacts/people
http://androidguys.com/?p=2967
Action: android.intent.action.VIEW
Data: content://media/internal/audio/media/27
Click to expand...
Click to collapse
So I tried:
Action: android.intent.action.VIEW
Data: HTMLViewer
Action: android.intent.action.VIEW
Data: sdcard/test.pdf
Action: android.intent.action.VIEW
Data: content://sdcard/test.pdf
And none of them work. It just says "Application is not installed on your phone."
Does anyone know how to use AnyCut to open HTMLViewer or just open a file?
Anyone have any ideas?
Can BetterCut do this?
Haha, did I stump everyone?
Related
hi. I have the following "issue". I can not remove from the list of WM some applications. I explain. I uninstalled Alen-software Quick Menu .... I removed the remaining directories ..... I looked in the register and I erased every item left by the software....
SKtools doesn't show the application as present (files to uninstall)...
but if I go on WM settings-system-uninstall applications the software seems installed....
if I click on "remove" it says that program is to be uninstalled , etc. continue?
at "yes" it says "removing Alen-Software quickmenu not complete. Remove from the list of applications installed?
If I click on " yes " it seems to complete the action, but even after soft reset everything remains as before ... the program is not installed ....no key is present in the registry....... but .....
any suggestion?
PS: the same with "Prodson Hologram" ... :-(
Thanx and sorry for my english
hi
im not familiar with this program - but have a look using file explorer and see if you have anything in your programs folder, if nothing there have a look in the windows/strttup folder
thanx for the answer. No, nothing in folder and windows startup
If the only issue is that the program still appears in the Installed Program List and you don't want it to be there(assuming it is uninstalled), you can try the following steps to remove the registry entry corresponding to that program name.
‘AppInstall’ holds the list of installed programs. The exact location of this registry key is: HKEY_LOCAL_MACHINE\Security\AppInstall
Find if there is still an entry for the program under AppInstall, and delete.
Soft Reset and see if it works.
there's nothing in that key...... (regarding uninstalled programs)
Whose ROM are you using? I have has similar histories but with different devices.
Regards,
Carty..
ROM is 1.93. But I have found solution: in SK tools is present "Bad/Old Uninstall Info": launch it and resolve!
medfcara said:
ROM is 1.93. But I have found solution: in SK tools is present "Bad/Old Uninstall Info": launch it and resolve!
Click to expand...
Click to collapse
Hello.
Could you please give me detailed info on how you did this?
I have SK Tools v4.4.6. I changed the main settings from :
Tools --> Settings --> Automation --> Bad/Old Uninstall Info
to 'Use in Auto Mode'.
But when I perform a CleanUp, the invalid entry is not displayed, nor it does in the Uninstall List.
Is that what you did and made it work or something else?
Thanx!
Can someone please give me some samples as to what is the correct intent to run the following programs:
1. kik messenger
2. titanium backup
I want to figure out how I can send parameters to /usr/loca/bin/androidlauncher to add shortcuts that run apps on the phone from webtop.
thanks in advance.
devbro said:
Can someone please give me some samples as to what is the correct intent to run the following programs:
1. kik messenger
2. titanium backup
I want to figure out how I can send parameters to /usr/loca/bin/androidlauncher to add shortcuts that run apps on the phone from webtop.
thanks in advance.
Click to expand...
Click to collapse
try using am command?
am start -a android.intent.action.MAIN -n derp.derp.derp/.derp
I haven't found a proper widget that can switch my sim2 on and off in a fast way without passing from settings, so i've installed "Widgetsoid" that can create toggles and widget with a specific command line.
I have found that the process that i want is "com.motorola.multisims" so i opened the Android Manifest from the installation apk and i presume that the activity is ".MSIM_SETTINGS"
So i wrote in the command
"am start -n com.motorola.multisimsettings/.MSIM_SETTINGS"
or
"am start -a com.motorola.multisimsettings/.MSIM_SETTINGS"
but it doesn't work.
Does anyone have an idea on how to make it work?
In attachment there is the apk file if anyone is interessed.
Post this in the Q &A section. This area is for development only. You'll have better luck there in the future.
Sent from my Moto G 2014 using XDA Free mobile app
@reddevilx
try QuickShortcutMaker
it worked
Yes it worked, and it's also very simple!
You are my hero
Hi friends,
Are you tired deleting whatsapp chats from certain contacts after read it ? Well, I made a task to automate that process. You only need:
1) ROOT and Sqlite binary installed to read the database. In this case, I'm using sqlite's binary that comes with Titanium Backup (/data/data/com.keramidas.TitaniumBackup/files/sqlite3)
2) Autonotification (optional)
The Task is very simple:
1) It will perform an SQL delete from whatsapp database with the phone you provide ( if all messages of that conversation has been read)
2) If you have unread messages, it will archive the chat. Also, it will clear any Whatsapp notification just in case (using Autonotification)
The Task has 2 parameters:
1) Phone . Formatted like this :
[email protected]
2) Delete messages : X (if you do not set this parameter, the Task only will archive the chat)
You can schedule this task by several ways, examples: near wifi, each xx minutes, when turn out the screen, etc.
Note: Before you run this task, you need to set %sqlite variable with sqlite full path
View attachment WA___Test_Archive.tsk.xml
View attachment WA___Delete.Archive.tsk.xml
Hi can u help me with a detailed way of auto archiving ? Ur help would be most appreciated
How do i do it using tasker ? Please help
minaz_in said:
How do i do it using tasker ? Please help
Click to expand...
Click to collapse
Long press on task tab and select import
Sent from my Honor 6X using XDA Labs
Are you going to cheat and hiding messages with another girl/woman for your girlfriend ?
No serious.
You can also use a SQLite manager which has root access.
Here are some SQLite managers, but I don't know which one has root access.
https://play.google.com/store/apps/...SChBzcWxpdGUgdG9vbCByb290:S:ANO1ljL0UXo&hl=en
Hi is this still working?
Im rooted, have supersu.
Iv instaled Titanium backup
Iv imported two tasks
Set the number in tasker but nothing is happening when i run tasks or open whatsapp.
How is the number saved in WA database? With prefix of my country [email protected] or with zero instead of prefix [email protected]
Do i need to change the code of tasks?
Can someone please help?
Thanx
23.52.35/E checkSDPath: /storage/emulated/0/Pictures/Screenshots/Screenshot_20190916-212558__01.jpg useRoot: false there: true file: true dir: false
23.52.35/FileUtil Set Wallpaper/checkSDPath: wudf: no write needed
23.52.35/E Set Wallpaper: checkSDPath: /storage/emulated/0/Pictures/Screenshots/Screenshot_20190916-212558__01.jpg useDocFile: false
23.52.35/E Set Wallpaper: checkSDPath: /storage/emulated/0/Pictures/Screenshots/Screenshot_20190916-212558__01.jpg ok true
23.52.35/E Set Wallpaper: failed to load bitmap.
23.52.35/E result: stop task (error)
23.52.35/E Error: 1
23.52.35/MacroEdit action finished exeID 1 action no 0 code 109 status: Err next 0
Tried changing name, location, extension... nothing works.
Can you help?
More info? Device? Version of tasker? Have you tried tried a different image? Does that image work using the system wallpaper settings?
ktmom said:
More info? Device? Version of tasker? Have you tried tried a different image? Does that image work using the system wallpaper settings?
Click to expand...
Click to collapse
Oneplus 5T, OxygenOS 9.0.8.
Tasker 5.8.3.
tried different image, didn't work. yes that image works using system wallpaper settings.
Because you haven't posted the task description, I'm guessing that you are using the tasker set wallpaper action. Have you tried the AutoTools image action?
ktmom said:
Because you haven't posted the task description, I'm guessing that you are using the tasker set wallpaper action. Have you tried the AutoTools image action?
Click to expand...
Click to collapse
Yeah, set wallpaper action. will try autotools.
ktmom said:
Because you haven't posted the task description, I'm guessing that you are using the tasker set wallpaper action. Have you tried the AutoTools image action?
Click to expand...
Click to collapse
It works with AutoTools image action. Thank you.