General :: Sending USSD Logcat Included
May 5, 2014
I have LG optimus LTE 2 (F160K) and I have got problem while sending USSD code error "Connection problem or invalid MMI code".
As I see from another users it must be working. Tried flashing stock and many other roms but still no luck.
Logcat is included in the atachment.
View 1 Replies
Dec 17, 2009
Can any one tell me how to programmaticaly divert a call on particular number by
sending the USSD command.eg, to divert a call on the number-123456789 we dial
*122*123456789#. it divert the call on to the 123456789.
View 2 Replies
View Related
Jun 8, 2014
I've just bought an Android phone (JIAYU F1 - link here), and it's really great.
Thing is, I have special SIM from my carrier, that allows me to use only certain models of phones, and not others.
I moved the SIM from the old phone to the new one - and for the first 10 second - it was great.
I could dial numbers, and recive call from other phones. BUT - after like 10 sec's or so - I saw the words "USSD sent" on the screen, some blank message appears, and since I clicked OK (no other choice...) - I couldn't make and receive any calls.
My guess is that this "USSD message" is responsible for the whole mess, reporting to my carrier which phone model using the SIM right now. This is why I want to find a way to prevent it to be sent to my carrier.
View 1 Replies
View Related
Mar 1, 2013
I have been trying to send ussd request for balance check and sms bundle but the call disconnects when I do. This problem is really getting annoying I have been trying to fix it but can't do it. I have master rested my phone twice but the problem remains my Android version is 2.2.
View 2 Replies
View Related
Jun 30, 2012
I'd like to modify the Gallery3D application , which is already included in my current rom (CM7 nightly), using eclipse and adb. However when trying to install the version I compiled, it fails.
There are two conflicts at least : the package name, and the providers.
I tried to freeze the ROM version with titanium backup, but it doesn't change anything.
The package name, I could change it in the source code (using sed utility, since eclipse was generating an exception with the Android tool to rename the package -_-)
But the providers, this is really annoying to have to change their names as well, it's a much more complicated operation, and I'd prefer to be able to use the source code as is.
I suppose I could try to remove Gallery3D from the ROM, but not sure how to do that. Or other possibilities ?
View 1 Replies
View Related
Feb 3, 2013
When on my tablet install no frills cpu control or antutu cpu master pro i have no option to select io scheduler when on my phone i am able to do this and playing with this for my phone to be significantly smoother. Is there any workaround or kernel parch or something ? Yeah i know about custom roms, i am running one on phone (jellyblast) but there is coming problem that i am using very uncommon tablet (emgeton consul 3) .
View 1 Replies
View Related
Jan 23, 2009
When I dial a divert number directly from the handset it works. For example: **004*+668190099# sets up my call forwarding to the number +668190099
However, when I try to do the same thing from within an application I get a problem. The number displayed in the dialer is missing the ending #.
CODE:....................
Is this a bug or is there some other reason it wont let me dial a ussd code?
View 5 Replies
View Related
May 17, 2009
I want to call a USSD (http://en.wikipedia.org/wiki/USSD) command and have the reply returned as a String. I can make the device automatically dial the USSD - like so
// String encodedHash = Uri.encode("#"); String ussd = "*" + encodedHash + "105" + encodedHash; startActivityForResult(new Intent("android.intent.action.CALL", Uri.parse("tel:" + ussd)), 1); //
This calls the USSD and the result is displayed in an alert menu generated by the OS dialer. There's no way that I can see to intercept the USSD reply, prevent the dialer displaying it, and then use the result as a String. Essentially, all I really want to do is (pseudo code) // String ussdReply = call("*#105#"); // I've tried creating an "onActivityResult" but it never receives anything from the startActivityForResult. So, does anyone know how I can use the reply within an application?
View 3 Replies
View Related
Nov 9, 2010
1. I am not able to run USSD codes on my GalaxyS-I9000. Whenever I dial any USSD it says "USSD Code Running" and then it disappears, nothing happens after this.
2. Every time after I hung up a call in my old cell/any other cell it use to show the balance amount I have (prepaid card) and last call cost, but in my GalaxyS its not showing anything after the call.
View 2 Replies
View Related
Sep 16, 2013
i ported rom 4 my device and i have bootloop. When in cmd type "adb devices" i have message 4 verifing. But when i type "adb logcat", "adb logcat -f logcat.txt" or etc. i have message -waiting for device-. I tried with AIO Logcat but, i get this : URL>....with adb logcat i gotta this URL....
View 5 Replies
View Related
Jun 21, 2013
i`m using galaxy s,and i found that logcat casue bad batterylife,so how can i disable logcat on my phone?
View 1 Replies
View Related
Dec 4, 2013
im building a rom base on aosp kitkat but it will not boot. It just get stuck on bootanimation.
Any way to logcat on bootloop or something?
What ways I have to troubleshoot the problem or the cause.
Atrix HD using ProBAM rom
View 2 Replies
View Related
Oct 10, 2012
Is there any way to disable logcat? I tried the build.prop entry method but it still runs. I was just trying to see if there are any other methods? SPH-D710
View 1 Replies
View Related
Jul 28, 2013
I am making a porting rom aosp for nexus 4 to a LG optimus G, after doing the rom, the flash normally but the device stays in bootloop and how to get a logcat and see what the errors are.
View 2 Replies
View Related
Jul 15, 2012
I'm trying to port CM7 to my Captivate Glide and when I flashed that zip today my phone was stuck at the boot logo splash screen. I tried adb logcat but adb did not read my device. How do I get a logcat when my phone is stuck @ that screen?
Once I booted into recovery, however, logcat worked. However, obviously since all I did was boot to recovery there was not a logcat there.
I did have USB debugging on
View 9 Replies
View Related
Jun 24, 2010
I have a friend who is added to my Desire's contact list.
1. He is on my Facebook contact. (His facebook pic appears in my Desire contact list)
2. He is my Gmail contact as well.
3. He is added as a 'Phone Contact' as well.
I sent him a text few days ago but don't remember if it was using facebook or my phone (network provider sms) but now when I go in to 'Messages' and send him a message, I just can't figure out if I am sending him a message via Facebook or to his mobile number.
View 1 Replies
View Related
Jun 4, 2010
How much does evo cost with tax included?
View 8 Replies
View Related
Jul 9, 2010
If i create a service and in it use the method context.getPackageName() or context.getPackageCodePath(). If i then compile that service into a .jar file and someone else includes it in their app will those methods return the original package of the service or that package that they have been included in?
View 3 Replies
View Related
Apr 23, 2010
Did anyone else see that a 2 GB sandisk microSD is included? Accessories Package Contents:, HTC Incredible, Limited Introductory Offer: 2 GB SanDisk MicroSD Card, Standard Lithium Ion Polymer Battery, Wall/USB Charger, Product Safety and Warranty Guide, Quick Start Guide
View 49 Replies
View Related
Sep 1, 2010
I turn 4G on - no problem - and click on the 4G Tethering - and it never gets off of initializing. Am I doing something wrong (probably), or is tethering not included?
View 2 Replies
View Related
Jul 25, 2010
I've only just dared to root my phone and would like some information on which custom Roms are the best. What I would like to know is are the Roms over at XDA or the ones at Modaco better, I really don't fancy chopping and changing all the time so would like to know which one to go with.
View 20 Replies
View Related
Apr 11, 2010
What size do you think they will include? the droid has a 16gb and the n1 comes with an 8gb.
View 32 Replies
View Related
Apr 19, 2010
I saw one review saying that an 8gb card was included with the INC. Review: Verizon HTC Droid Incredible | Android Central anybody stumble onto other examples of this?
View 7 Replies
View Related
Jun 30, 2010
So I installed the Jager ROM over the weekend, and today I had a problem with the SU program included not working. This sucks because now I can not back anything up or do anything that requires SU privies. The SU program just force closes when it comes up in any program that needs it. I downloaded another SU program but the old one always comes up. Is there a way to change this or uninstall the other one. I found the same one in the market but it wont install. Maybe cause its read only?
View 5 Replies
View Related
Sep 28, 2010
I have finally figured out how to root and flash new roms. I have the xtrSense and love it. But my question is this. How do I remove some of the apps at were included on the rom (ie.- amazon mp3, original calculator, footprints)? These are apps that I don't and/or won't use and can't see wasting the disk space.
View 3 Replies
View Related
Jun 7, 2010
Is anyone else having trouble charging their EVO with the charger cable that came with the Best Buy Plantronics Bluetooth set? Are all Mini USB chargers the same?
View 2 Replies
View Related
Aug 15, 2010
Does anyone know if it comes with Docs to Go? Fell in love with it on the Blackberry - would be nice if included. If not - I'll probably fork.
View 2 Replies
View Related
Jun 6, 2010
Just saw some unboxing photos of the Galaxy S which indeed looked really nice. Then I just wondered, where was the so called home cradle that is shown in the fancy promotion video on both the galaxy S site and at Samsungs presentations? Is it an accessory which you have to buy after ?
View 36 Replies
View Related
Jan 3, 2010
I used webView to show javaScript,one image was included in the javaScrip,but the webView not run the image on the contrary appear a "?"image.
My code:
CODE:..............
I put android_normal.png and android_waving.png in the assets and drawable folder
View 1 Replies
View Related
Jul 13, 2010
My app uses location services, and has the manifest entry:
<uses-library android:name="com.google.android.maps" />
Does anyone know if these libraries are guaranteed to be included on every Android phone? If not, how would I know if they are not there?
View 8 Replies
View Related