Hello everyone,
I have question about 'Use Network?' prompt in JBlend as I mentioned in name of this topic.
JBlend always ask me to allow network access for applications as eBuddy, Skype Lite, etc.
Is there any way to disable that prompt so it will always allow connection without asking me?
Related
Hi all,
let me apologise for asking a simple question, but I cant get the search function to work in here tonight...
Ok to what I want, I've seen a piece of software for a standard mobile phone that allows users to text using the computer screen to type the message and then send using the phone....
Does anyone know if there's anything like that for our devices?
Thanks
PB
Jeyo mobile extender can do this.
A free option & more versatile method is "my mobiler" this will enable you to bring up your PPC screen onto your PC & control your pda with your PC mouse & keyboard.
I use this to send sms & mms while working from my desktop with my PPC connected via Active Sync, plus you can check incoming messages/calls ect without picking up your PDA.
My mobiler can be found here. http://www.pdamagician.com/software.html
I searched but found nothing recent. Any apps that let me control the phone via my computer yet, or possibly allow me to type into SMS? Right now I am emailing myself, copy and paste to SMS. AT&T doesn't offer any SMS services that have my contact list, etc.
DEVICE: HTC TOUCH PRO
WM: 6.1
ROM: 5.05.408.1 ITA
JAVA APP: FACEBOOK MOBILE
after the ROM update and the reinstallation of the FB app, MIDIlet asks for send/receive informations to/from //z021.fma.fb.me/v1/109/1 every time FB app is lauched, and after the "yes" option I click, instead of the options that were appearing in the old ROM version of which I was selecting the third one (yes, now and all the next times), only two of them appear which are "yes, but ask on the next session" and "yes, but ask next time"
NEED HELP MY FRIENDS!!!
THANKS A LOT!!!
DEVICE: HTC TOUCH PRO
WM: 6.1
ROM: 5.05.408.1 ITA
JAVA APP: FACEBOOK MOBILE
after the ROM update and the reinstallation of the FB app, MIDIlet asks for send/receive informations to/from //z021.fma.fb.me/v1/109/1 every time FB app is lauched, and after the "yes" option I click, instead of the options that were appearing in the old ROM version of which I was selecting the third one (yes, now and all the next times), only two of them appear which are "yes, but ask on the next session" and "yes, but ask next time"
NEED HELP MY FRIENDS!!!
THANKS A LOT!!!
Dear all,
I am developing a small Android application with Gingerbread (2.3.3). I want to send a message home to myself when the application crashes. I have found enough examples of how to do this, have implemented it using Intent.ACTION_SEND. Everything works wonderfully, even in the emulator - but only when the emulator has a configured email client. When the emulator has no configured email client, the message "no applications can perform this action" is displayed to the user. This is also not surprising.
My question is: is it possible to trap or suppress this "no applications can perform this action" message before it gets to the user? I know that most users of my application will have a configured Email application - but there are some users that will not have email configured - and I would like my application to fail quietly. I have tried using PackageManager.queryIntentActivities, but this returns at least one entry in the list - again not surprising because the email application is installed - it is just not properly configured.
Does anyone have any ideas how I can trap or suppress the message?