[Q] Help a new guy - Other Tools & General Discussion

{
"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"
}
When turn on AVD to try it out my menu doesn't respond to the click. I click on list item and it should send my activity. I am still learning guys so please give me some slack. Thank you for your help.

I hope this helps
Sudaris said:
View attachment 2963912
When turn on AVD to try it out my menu doesn't respond to the click. I click on list item and it should send my activity. I am still learning guys so please give me some slack. Thank you for your help.
Click to expand...
Click to collapse
Try a reboot

try checking settings of avd when u set it up.

Attention to the apostrophe
lss1977 said:
try checking settings of avd when u set it up.
Click to expand...
Click to collapse
Sudaris said:
View attachment 2963912
When turn on AVD to try it out my menu doesn't respond to the click. I click on list item and it should send my activity. I am still learning guys so please give me some slack. Thank you for your help.
Click to expand...
Click to collapse
The issue is in the statement
Class ourClass = Class.forname("com.example.firstapp1. + place");
Attention to the apostrohe. Replace that statement with
Class ourClass = Class.forname("com.example.firstapp1." + place);
I hope this helps

Related

Is there any chance to have a simple customized traybar launcher like this??

I need a simple launcher like the one you see in this pic...
You should just push one of the coloured buttons to launch a program/script...
On TOP or BUTTON bar, on the LEFT or RIGHT part , all solutions are good for my needs...
{
"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"
}
Thanks for any ideas/help!
Cheers...
PS: I need to run it while a particular program is executed, not exactly while SMS app runs (it's just a background pic)...
I guess your best bet would be to use WAD 2. I know it is a royal pain in the [email protected]# but it would probably do what you need. Good Luck!
Thanks for your answer...
...but unfortunatly I need just a sort of plugin like that... Simple and easy because I won't the only one to use the app I'm planning to release....
Cheers..
SortInch maybe?
nir36 said:
SortInch maybe?
Click to expand...
Click to collapse
Have you a link?
I just find chinese sites....
Thanks!
EDIT:
Found it! "SortInchKey"
I'll give it a try...
nir36 said:
SortInch maybe?
Click to expand...
Click to collapse
Maybe I could use it...
Have you any link to a guide for it?
Any other idea?
Cheers...

[REQ] Google Catalogs for Tablet

Google Catalogs app looks really nice but unfortunately this free app is available only for US users. I know it won't be of much use to users outside US, still I would like to have some good looking apps on my Transformer.
It would be great if any of the rooted US tablet users could please post the apk file of this app.
https://market.android.com/details?id=com.google.android.apps.catalogs
{
"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"
}
Same here; can't download the app.
+1
10char
Try this, from rooted TF, opened fine for me
http://www.filedropper.com/comgoogleandroidappscatalogs-1
90 downloads, 1 thanks. ಠ_ಠ
Thanks man. But I can't seem to download it completely. Every time I try, the download stops at some point without completing.
Could you please upload it to http://www.multiupload.com/ ?
Invisman said:
Thanks man. But I can't seem to download it completely. Every time I try, the download stops at some point without completing.
Could you please upload it to http://www.multiupload.com/ ?
Click to expand...
Click to collapse
http://www.multiupload.com/AXSQKFS4HT
There you go!
Does anyone have the latest v1.1.1 of this app pretty please?
Thanking you in advance =)

[Q] Help with my first app for Windows Phone. (Error)

Hello.
First, I'm sorry if I posted this in the wrong place; I did my best.
Ok so I'm following this tutorial here: http://www.thewindowsclub.com/developing-windows-phone-75-mango-applications-part-2-helloworld-app
I'm supposed to have a textBlock and have a button. Clicking the button will make the text block say "Hello World."
I keep getting this weird error.. Here are the screenshots:
{
"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"
}
(The error is at the bottom).
What am i doing wrong?? Thanks!
Properties are case-sensitive.
It should be:
txtop.Text = "hello world";
psyh0e said:
Properties are case-sensitive.
It should be:
txtop.Text = "hello world";
Click to expand...
Click to collapse
Wow thank you!!!! I was about to give up developing
So helpful, +thanks! Have a wonderful day.
DarkSeL said:
Wow thank you!!!! I was about to give up developing
So helpful, +thanks! Have a wonderful day.
Click to expand...
Click to collapse
Maybe you could try starting with VB.net for your first app, it's an extremely easy language that will enable you to start thinking as a developer, without having to really learn any language. After that you can start programming in C#.

WiFi WPS come to crack

{
"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"
}
Hello, I come from Guangzhou China, thank you
God, I successfully run pixiewps~~
Thank you very much.
Unfortunately, some reaver1.5.2 files with reavermod file
I'm sorry to trouble you again.
Would you please help me to get one for me
I can't find reavermod for too long.
Do you have reavermod file? Please share it, thank you.
Android
Android binary file transplantation
bully https://github.com/Lrs121/bully/releases/
bully1.0 https://github.com/aanarchyy/bully
reaver1.5.2 https://github.com/t6x/reaver-wps-fork-t6x
Help me get bull file transplant Android, thank you
https://github.com/aanarchyy/bully
Are you ready to finish it,,,
Remember to download the file to me, thank you
[email protected]
谢谢
thank you
Crack wifi WPS
Mrinal Roy said:
A tutorial will be great for noobs like me.
Click to expand...
Click to collapse
oh
Mrinal Roy said:
A tutorial will be great for noobs like me.
Click to expand...
Click to collapse
Do you have wpspin1.5 version?
Seek Share
Hacking and Cracking of this nature is against XDA Rules.
Thread Closed.

Can Some Body help with this storage problem

when i try to change to internal storage it gives me this message
{
"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"
}
Try these 2 options; first, turn off applications in "app twin" menu, then retry.
If this shouldn't work, go in settings and look for "users" menu, then delete the guest account leaving only the user you're actually using. This should do the trick.
RedSkull23 said:
Try these 2 options; first, turn off applications in "app twin" menu, then retry.
If this shouldn't work, go in settings and look for "users" menu, then delete the guest account leaving only the user you're actually using. This should do the trick.
Click to expand...
Click to collapse
thanks for the reply but none of them worked for me?
any other ideas
elmalekdans said:
thanks for the reply but none of them worked for me?
any other ideas
Click to expand...
Click to collapse
Deep google it man, i saw a lot of people having the same issue, so someone must had find a workaround for this. I'll look for a method again when I'll have some time to spend.

Categories

Resources