|
You can disable it, or delete just the updates, but you can't remove the base app itself.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
how to write print maneger
|
|
|
|
|
is it possible to run USSD code in background and fetch data from USSD response and store it in database for later use ???
pls help me out i need it 
|
|
|
|
|
<pre lang="C#">Dialing a USSD code from a custom activity is straight forward using a DIAL or CALL intent, but listening to the returned result is not due to Android not having proper support for intercepting USSD calls within the platform, but partial though undocumented support exists within the native dialer application.
As a start, look at the PhoneUtils class in the Android source code. The link is for 4.0.3 but I believe this partial support has been present since 2.3.
Specifically, looking at line 217, an intent with the name “com.android.ussd.IExtendedNetworkService” is being composed. So what you need to do is implement your own service that responds to that intent. The service needs to be implemented according to the IExtendedNetworkService.aidl which is a part of the Android framework.
The aidl exposes several functions but the one we care about is the getUserMessage(text) function in that service. The text is the final value returned from the USSD call.
Notes:
Since the service is binded on by PhoneUtils, then you need to start the service at phone boot up. It also means that any modification to the service will need a phone reboot.
Returning null from getUserMessage will suppress the dialer from showing the USSD result but there’s no way to completely hide the dialer.
You can also use the other functions to change the text shown while the call is in progress.
This doesn’t seem to work on USSD prompts(menus), only on final results.</pre>
|
|
|
|
|
Does anyone here run Android Studio on Ubuntu (or equivalent)? I'm currently running it on Windows, but was considering switching my development environment.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
I've tried, (14.04 LTS) but screwed up the install somewhere. I can create a project, etc, but when I try to run/debug it crashes on can't find adb or some such. Early days, I'll get it sorted when I have time to chase it down.
Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
Hi All,
Has anyone had a chance to work on any Android wear apps?
I'm looking to get a Sony SmartWatch 3, but before I take the plunge I wanted to find out how the dev process works when using an iPhone as your main/sync device. From what I read, it looks like it'd work without issues.
Obv an Android phone would be better, so is it worth buying a junker on ebay just for testing & dev purposes?
Ultimately I want to make apps that will work on Android wear and be handset agnostic.
Thanks!
Stampede
|
|
|
|
|
To be honest,the best Android Wear that I know so far is called Flash Watch. It's just a watch face.
|
|
|
|
|
Hello. Can someone guide me on 'How to create an English Dictionary Application in Android Studio using SQLite. The Application is expected to have features such as
"Auto Complete English Words" and a "Text-To-Speech" feature'. Any help in this regard will be greatly appreciated!!
|
|
|
|
|
|
Thanks A Lot, Dude @Richard_MacCutchan
|
|
|
|
|
Is there any API or Library available for developing Facial Makeup application for Android app development?
|
|
|
|
|
That is a subject for some Google research.
|
|
|
|
|
Member 12377376 wrote: Can you explain me how can i develop this project .
Which Library is used for developing Facial Makeup Application in android
Like I said in my previous reply you need to do some research. The first thing being to find out if anyone has written about "Facial Makeup Application", whatever that is.
|
|
|
|
|
Hi ! I just wanted to ask for help for my thesis title ?
I am Computer Science student , Anything even if its idea . Thanks 
|
|
|
|
|
Computer Science - or is it Art?
|
|
|
|
|
marian alciso wrote: I just wanted to ask for help for my thesis title ? How about something (remotely) related to the thesis content?
marian alciso wrote:
I am Computer Science student , Anything even if its idea Work with your thesis adviser. That's what they are for!
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
|
Member 11103653 wrote: ...and it didn't work That'll go a long way towards solving the problem. Thank you.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
I am unable to upload any file via my browser (chrome/uc browser Nd I have used all) . Kindly give me some suggestions?
|
|
|
|
|
Does this have anything to do with Android programming?
|
|
|
|
|
Member 12351611 wrote: Kindly give me some suggestions? Use fresh batteries.
Make sure reservoir is full.
Air up tires to recommended PSI.
Don't eat 30 minutes before uploading.
Those are the obvious ones I can think of at the moment.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
|
Hi, i would like to write text and insert image in edit text to save that as notes, can any one have any idea how to insert image and write text in same edit text.
thanks in advance.....
|
|
|
|
|