Is it a bug that the default sms app is unable to identify a contact that is saved without a country code . So when an sms arrives it has country code attached as full number and sms app shows it as unidentified contact.
If it's not a bug then I have never seen this noobish development effort on a default sms app before.
salimbaba said:
Is it a bug that the default sms app is unable to identify a contact that is saved without a country code . So when an sms arrives it has country code attached as full number and sms app shows it as unidentified contact.
If it's not a bug then I have never seen this noobish development effort on a default sms app before.
Click to expand...
Click to collapse
Babaji,which ROM?
Mr.Ak said:
Babaji,which ROM?
Click to expand...
Click to collapse
stock. 7.1.1 Oxygen OS 4.1.6
Everything stock till now. Just bought it a couple of days ago.
salimbaba said:
stock. 7.1.1 Oxygen OS 4.1.6
Everything stock till now. Just bought it a couple of days ago.
Click to expand...
Click to collapse
Babaji,this is not OP3 forums.
Related
Hi All,
I'd like to announce that Viber has finally came out to Android, it is still a Beta version
I tried it and it works just fine on my Xperia X10 using CM6.1.3 v006 Wolfbreak rom.
Thanks,
Ayman
Are you sure ? I just tried and I should become a beta tester to use it, try it
MitkoPo said:
Are you sure ? I just tried and I should become a beta tester to use it, try it
Click to expand...
Click to collapse
Yes I'm pretty sure of it, only register on their website to download the apk.
for testing viber you need to do nothing, as when it crashes it asks you to report issue and send the logs with single button click
Thanks,
Ayman
You downloaded via phone or from pc ?
I already registered but still no apk of the viber app.
PlayGunsta said:
I already registered but still no apk of the viber app.
Click to expand...
Click to collapse
I think you have to receive mail or sms from Viber to get starting you can get the apk from viber.com/download but you can't use it
tks for the info
here it is: http://s3.amazonaws.com/Viber-Android-Beta/viber.apk
what´s this app for?
cmby said:
what´s this app for?
Click to expand...
Click to collapse
http://www.viber.com/
Kinda like Skype..
http://viber.com/download for the apk.
But you need an invite via email.
Hi all,
This is a member of the Viber development team.
This is the process you need to go through in order to complete your Beta installation:
* Register for the beta (if you haven't done so already) - viber.com/android.
* Wait for an invite email (could be a few weeks, due to the long waiting list)
* Register your email/phone online
* Get the Viber Android app and install
* Activate with the number you registered.
If you get the APK without following this procedure, you will NOT be able to activate.
For other questions I'm here
Thanks,
Viber.
Will the viber app use the contact list as with the iPhone?
Sent from my LT15i using XDA App
cubatahavana said:
Will the viber app use the contact list as with the iPhone?
Sent from my LT15i using XDA App
Click to expand...
Click to collapse
Yep,
Contact list on Viber is duplicated from your Android's list, and when new contacts of yours install Viber, you get notified of that (just like iPhone).
Viber Team said:
Hi all,
This is a member of the Viber development team.
This is the process you need to go through in order to complete your Beta installation:
* Register for the beta (if you haven't done so already) - viber.com/android.
* Wait for an invite email (could be a few weeks, due to the long waiting list)
* Register your email/phone online
* Get the Viber Android app and install
* Activate with the number you registered.
If you get the APK without following this procedure, you will NOT be able to activate.
For other questions I'm here
Thanks,
Viber.
Click to expand...
Click to collapse
Done! Cant wait to use this hate skype so much
When somebody ask me "What is Viber?" I always answer that his the Whatsapp for speaking : )
If everybody, and it could be AWESOME, have Viber + Whatsapp and a big data we can speak and send messages for free !
PS: I have a question for you, Viber team, i have only 500 mb for a months (welcome to switzerland ), i must use Viber on the Wifi no? Have you any idea of how a call for 5 minutes use data?
i would like to know how much data it will use per 1 minute!!
Viber uses about 0.5MB per minute of call - so you should have 1000 minutes with your 500MB plan (although most cellular providers in most countries offer much larger plans than that).
By the way, Viber also offers Text Messaging, not only calls
when I can use Viber ?
I logged in and I downloaded the program, but after entering my number does not enter the program.
thank's
piero79 said:
when I can use Viber ?
I logged in and I downloaded the program, but after entering my number does not enter the program.
thank's
Click to expand...
Click to collapse
+1 I also, entering the number but nothing
Viber Team said:
Viber uses about 0.5MB per minute of call - so you should have 1000 minutes with your 500MB plan (although most cellular providers in most countries offer much larger plans than that).
By the way, Viber also offers Text Messaging, not only calls
Click to expand...
Click to collapse
Awesome, can't wait for the public release !
Is there some app for android devices where I can see when time person which got my standard sms opened that sms ?
Just like on facebook chat there is exact time when other person sow my messages in chat
Depending on carrier and ROM, you can specify in the SMS settings the delivery of a receipt after the SMS has been opened.
Sent from my GT-N7100 using XDA Premium 4 mobile app
gorantz said:
Is there some app for android devices where I can see when time person which got my standard sms opened that sms ?
Just like on facebook chat there is exact time when other person sow my messages in chat
Click to expand...
Click to collapse
This isn't possible for the messages...
Its possible.in many IM messengers.
They give many features....
Sent from my GT-N7100 using Tapatalk 4
I supposed that it is impossible :silly:
I only know that is some sms apps you can see that the sms is arrived on the others phone, but i don' t think it is possible to see if he/she readed the message
The SMS protocol has no way to report when messages have been read, but it does have ways to report when it's sent and received. Unfortunately, the standard makes these optional, not required.
The Android framework supports receipts when SMS messages are sent and received. The SmsMananager lets a program specify independent callbacks for sentIntent "when the message is successfully sent, or failed" and deliveryIntent "when the message is delivered to the recipient". See: developer.android.com/reference/android/telephony/SmsManager.html
But you can't rely on that working in an Android app. The problem is that
The actual SMS transfer code is written by the device manufacturer
SMS message transfer is controlled by the carrier
So, for a delivery receipt to work, it has to be implemented, and implemented consistently, by
The manufacturer of your phone
Your carrier
Your friend's carrier
The manufacturer of your friend's phone
The bottom line is that you're not even guaranteed that a given SMS is going to be delivered, let alone when. If you want receipts you need to use a different app, such as facebook chat.
gorantz said:
Is there some app for android devices where I can see when time person which got my standard sms opened that sms ?
Just like on facebook chat there is exact time when other person sow my messages in chat
Click to expand...
Click to collapse
She don't like you. Move on to the next one.
Sent from my iPhone using Tapatalk - now Free
bdpyo said:
She don't like you. Move on to the next one.
Click to expand...
Click to collapse
+1 :cyclops:
If a woman needs those kind of feature, I wouldn't chat with here ^^
ehartwell gave a very good reply!
Thats only possible for MMS, not for SMS...
BR.
Aussie user on --> MHA-L29C636B158 here and I've currently got a case going with Huawei for an issue where SMS's sent via Google Voice are not logged to any SMS app. They send successfully but there's no trace of them in Huawei Messaging app or any SMS app.
Have confirmation from another Aus user on same firmware that they have the issue. Wondering if it's a problem on other variants? Can't seem to find the issue mentioned in any posts here on XDA.
Cheers all
hoboonthegogo said:
Aussie user on --> MHA-L29C636B158 here and I've currently got a case going with Huawei for an issue where SMS's sent via Google Voice are not logged to any SMS app. They send successfully but there's no trace of them in Huawei Messaging app or any SMS app.
Have confirmation from another Aus user on same firmware that they have the issue. Wondering if it's a problem on other variants? Can't seem to find the issue mentioned in any posts here on XDA.
Cheers all
Click to expand...
Click to collapse
To send SMS with GV u either have to use the Google voice app or hangouts. Which one are u using? What do u mean logged? U mean once u hit send it sends but doesn't show in the app?
aknotts415 said:
To send SMS with GV u either have to use the Google voice app or hangouts. Which one are u using? What do u mean logged? U mean once u hit send it sends but doesn't show in the app?
Click to expand...
Click to collapse
Yep, the latter. Using Google voice and then voice command "sms contact_name".
Once you've told Google Voice to send the SMS it has indeed been sent successfully but that particular message doesn't exist in any SMS messaging app. Go to Huawei Messaging or any other SMS app such as Android Messages you have installed and the GV sent SMS doesn't exist...
i thought i was the only one
drove me nuts so i uninstalled google now. lol
virtyx said:
i thought i was the only one
drove me nuts so i uninstalled google now. lol
Click to expand...
Click to collapse
Thanks virtyx. Did uninstall/re-install fix the issue? What firmware r u on? I send and receive sms's from the car a fair bit with Google voice so it's a bit annoying to have no record of sent sms's done with GV. Apart from this am loving the phone Cheers
hoboonthegogo said:
Thanks virtyx. Did uninstall/re-install fix the issue? What firmware r u on? I send and receive sms's from the car a fair bit with Google voice so it's a bit annoying to have no record of sent sms's done with GV. Apart from this am loving the phone Cheers
Click to expand...
Click to collapse
I'm on stock c636b172
I didn't reinstall don't really need it.
I just use the voice icon in my messaging app to send it, works that way.
virtyx said:
I'm on stock c636b172
I didn't reinstall don't really need it.
I just use the voice icon in my messaging app to send it, works that way.
Click to expand...
Click to collapse
Yep righto. Guess I shouldn't be too excited about B172 possibly fixing the issue then! (which I'm hoping to get OTA soon).
If anyone else can comment on if they've seen this issue (or do a quick sms via GV for me to test it) it'd help me hugely with my case with Huawei which is currently moving at a snails pace... Twice already I thought I'd gotten through level 1 but it seems that's where it's still at...
Cheers
Guys please let me know if you are facing the same issue in the stock messaging app for emui 5. It's very glitchy to blacklist info messages. Sometimes it works sometimes not. You can't even check from harassment filter to add info messages sender directly.
I guess update is required by Huawei ..
btw, can anyone suggest an alternate sms app which has filter options to turn off notifications and also has mark all as read option.
user8079 said:
Guys please let me know if you are facing the same issue in the stock messaging app for emui 5. It's very glitchy to blacklist info messages. Sometimes it works sometimes not. You can't even check from harassment filter to add info messages sender directly.
I guess update is required by Huawei ..
btw, can anyone suggest an alternate sms app which has filter options to turn off notifications and also has mark all as read option.
Click to expand...
Click to collapse
Try Evolve, Textra and Chomp.
Sent from my Honor 8 using XDA Labs
adriansticoid said:
Try Evolve, Textra and Chomp.
Sent from my Honor 8 using XDA Labs
Click to expand...
Click to collapse
Ok I tried textra.. I was happy then suddenly my sms stopped working in ultra power saving mode.. Where it default the sms to stock messaging app again.. Again I had to default to textra..
you can use truecaller.
stock messaging app dont have this feature for info message received from AB-XYZ address. if it contains anything as alphanumeric or even AB-12345 then it will work.
How about GoSMS?
sniperlife:D said:
How about GoSMS?
Click to expand...
Click to collapse
Haven't tried so can't comment. If you have then can advise better
shashank1320 said:
Haven't tried so can't comment. If you have then can advise better
Click to expand...
Click to collapse
Just giving out another suggestion or alternative.
shashank1320 said:
you can use truecaller.
stock messaging app dont have this feature for info message received from AB-XYZ address. if it contains anything as alphanumeric or even AB-12345 then it will work.
Click to expand...
Click to collapse
Truecaller has problems ... Full of ads .. pro version is costly ..and it identifies spam messages itself.. like sms from ola cabs automatically goes to spam box with silent notification..
I uninstalled the stock sms app (using adb without root) but then the ultra power mode again creating problem .. it is making truecaller as default sms app ..don't know why ..truecaller is imp service in India to search unknown number ..but I don't want to use this as sms app .. this is frustrating ..such a simple functionality messed by emui .. and no call to customer care helped ..
user8079 said:
I uninstalled the stock sms app (using adb without root) but then the ultra power mode again creating problem .. it is making truecaller as default sms app ..don't know why ..truecaller is imp service in India to search unknown number ..but I don't want to use this as sms app .. this is frustrating ..such a simple functionality messed by emui .. and no call to customer care helped ..
Click to expand...
Click to collapse
Only alphanumeric number can be blocked as of now. No option to block all alphabetical address on stock
shashank1320 said:
Only alphanumeric number can be blocked as of now. No option to block all alphabetical address on stock
Click to expand...
Click to collapse
Well other apps can do .. google's stock , textra, truecaller's ..
But when you will use ultra power it again set the stock as default..this is irritating even more ..
I have noticed that I always receive all notifications late unless I open the app itself to check some updates. Is there any tweak in settings to fix this? Also about incoming calls, I can only receive phone calls but through application calls like messenger, discord, and telegram I don't receive any. Somehow, on telegram, I can receive it when I only open the application. Hoping there is an answer to this. Thank you!
ChaquiLois said:
I have noticed that I always receive all notifications late unless I open the app itself to check some updates. Is there any tweak in settings to fix this? Also about incoming calls, I can only receive phone calls but through application calls like messenger, discord, and telegram I don't receive any. Somehow, on telegram, I can receive it when I only open the application. Hoping there is an answer to this. Thank you!
Click to expand...
Click to collapse
need to be more specific what rom you are using rightnow.
erriezzans said:
need to be more specific what rom you are using rightnow.
Click to expand...
Click to collapse
My bad, it is China rom
ChaquiLois said:
My bad, it is China rom
Click to expand...
Click to collapse
china rom is kinda tricky but u can try setup the permission for each app.allowed autostart.set to no restriction.
erriezzans said:
china rom is kinda tricky but u can try setup the permission for each app.allowed autostart.set to no restriction.
Click to expand...
Click to collapse
I actually tried doing all that but still it persists. Is this also because of MIUI version? I'm currently at the latest one, 14.
There is also this weird bug, in Messenger, I can receive calls from someone specific but on others nothing really.
ChaquiLois said:
I actually tried doing all that but still it persists. Is this also because of MIUI version? I'm currently at the latest one, 14.
Click to expand...
Click to collapse
china rom doesn't have google services while apps on global uses gms thats why sometimes u got notification delay,you can try flash xiaomi.eu it got google services or global rom.
erriezzans said:
china rom doesn't have google services while apps on global uses gms thats why sometimes u got notification delay,you can try flash xiaomi.eu it got google services or global rom.
Click to expand...
Click to collapse
Ok thanks, I will try.