Hey guys,
Im trying something, im just stuck on finding the intent to get to this screen
I can get to this screen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
using
Code:
adb shell am start -a android.intent.action.MAIN -n com.android.settings/.ManageApplications
I wanna know how i can get to any of the application subscreens so
Is there any intent for going into specific app settings ?
Thanks
Shameless bump Last one on my part just wanna get it out there incase someone knows n they missed the post.
When monitoring the logs to find the intents. I notice it says
/.InstalledAppDetails <has extras>
ne clue as to what these "extras" are ?
Related
hello everyone, I've finally been to able to change my notifications screen to the way I want it minus ONE LITTLE detail.... I need to find the name of the .png (if there is one) included in the picture. Also I'm pretty sure the rest of the info is correct but if I am wrong please let me know!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
title_bar something, if I remember right... everything else is correct
I see 4 different title_bar somethings...
title_bar_medium.9.png
title_bar_portrait.9.png
title_bar_shadow.9.png
title_bar_tall.9.png
i'm thinking its title bar medium but not entirely sure... what are the other .pngs functions?
btw thanks for the quick reply!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ok. I have been trying to theme/mod the TW program monitor widget for a few days now. I got as far as the screen shot above. I was able to edit the .png files and now I want to edit the color of the number on the widget as you can see its still green. Also I was able to mod this far without a computer using strictly my fassy. So if your gonna throw some wimdows softwares at me can you please let me know where to locate them. Any help is appreciated I am noobish to all this, Thanks.
Sent from my SCH-I500 using XDA App
As I have had great luck with the knowledge of the people here, I'll ask here. A friend of mine was asking how I'd go about setting up a custom boot message or something similar in command prompt when it started. Is there a way to do this? I'm on Windows 7 64 bit. And I believe he's on Windows 7 32 bit.
Thanks in advance.
You could try something like this:
http://www.coderforlife.com/projects/win7boot/
You could do a 'Windows Is Formatting Your Hard Drive...' screen if you want someone to panic, or something like:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'll have to toy around with it. Thanks.
Hello.
I Buy This Inforce Computing SBC 6640 that i want to make support HDMI Input. in the ads it says " Plug n play" but the unit got is unavailabe for plug n play because lack of "system" in the module. long short story i've contact with the Inforce tech support and he gave me the patch that i need.. so i follow the instruction as he writte in the email, but it still 0 to me. and when i reboot my SCB to fastbppt again, the dicertory got some rename r something. it's new to me so i don't know what is this.. maybe someone can help me to identify this problem and how to solve it
here's the link for the evidance :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thank you
Hi folks,
I'm developing a custom keyboard recently, and in some case I need to know what other keyboards predict the words.
For example, I could use Espresso to type some chars like "h" -> "e" -> "y" , and what I want to collect are ["hey", "they", "get"]
Basically we could screenshot it and cut the red box part as follows, and use OCR tech to fetch the words. But it's kind of weird, so I was wondering if we could fetch the candidates by some xposed modules?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}