[Q] Lumia 920 wish list - Nokia Lumia 920

I recently switched from a (jailbroken) iPhone 4s to a Lumia 920, and am very happy with that decision. My complete computing environment is based on Windows 8, and the phone fits into that environment without any effort.
Still, there are a few features that I miss in the Lumia 920 which I loved in previous phones:
- the phone does not have an option for automatic time sync, although the network (German O2) provides for that feature
- you can change ring tones, but not sounds for notifications and sms
- there is no way to activate visual voice mail, although I used to have this feature on the iPhone, using the same sim card and contract
- some kind of notification center
- there is no way to use the flash as indicator for incoming messages and calls
- there is no app like "my mobiler" in windows mobile or "veency" in ios
- although text selection and editing is much better than on the iPhone, I loved he little app called "SwipeSelection" from Cydia that moved the cursor when you were swiping with our finger over the keyboard
If anyone has a workaround (other than switching back to a jailbroken iPhone) for any of the things listed, I'd be grateful for a hint.
Thanks
The phone data is attached as screenshot

About the text selection, you can press and hold on the text and a cursor will show. Well Im not sure if this is what you're talking about but this is helpful in editing texts

ssjmec said:
About the text selection, you can press and hold on the text and a cursor will show. Well Im not sure if this is what you're talking about but this is helpful in editing texts
Click to expand...
Click to collapse
Thanks, but: No, this is not what I mean. Here is a video which explains swipe selection best:
http://www.youtube.com/watch?v=6h2yrBK7MAY

Carrier time is best because it gives you the current time even if you move across time zones. World clocks are available if you travel a lot and want to see multiple times for different locations.
Visual voicemail is something your carrier needs to turn on for your device, wp8 supports it. For instance in America ATT supports visual voicemail. You could try calling and asking them to support visual voicemail for your model.
In wp8 you can't do anything to change how the default keyboard works so adding the swipe app is impossible right now. Also everyone is hoping that they allow custom SMS tones soon.

Arrows in the chat pad/ keyboard!! led indication for missed calls or any event whatsoever, swipe/select text, longer battery life! besides that i am really happy with the phone.

INFIN1TY- said:
Arrows in the chat pad/ keyboard!! led indication for missed calls or any event whatsoever, swipe/select text, longer battery life! besides that i am really happy with the phone.
Click to expand...
Click to collapse
I don't get all these longer battery life statements. This phone has longer battery life than any phone I have ever owned. I charge over night and it will last me minimum 12 hours. I have never had a phone that lasted that long. Best was 8 and average was 5. If you Lumia is not lasting more than 12 hours then i would suggest a battery drainer and then a full recharge. If it still does not last then you got one of the faulty batteries and I would suggest replacing the phone, or if you are tech savvy open it and replace the battery with one off ebay.:good:

Related

Verizon Touch Pro Voicemail Notification

I have an ATT Fuze and one of my coworkers got the Verizon Touch Pro and his phone doesn't show any new notification when there is a new voicemail. I've left multiple voicemails and there is no item on the Home TF3D screen under the New Call line, and there is no little icon in the top title bar.
I have both of these on my Fuze, and he's asked me for help on his, but I can't seem to find a reason that this would happen, (or not happen/show).
Any suggestions or help would be greatly appreciated.
dial *228, option 1
I get VM notification on my Verizon TP.
Did your coworker do something to disable it, maybe unintentionally? For example, there is a registry hack which disables the HTC phone keypad skin, restores the default Microsoft one, and saves about 10M of RAM. Unfortunately, there are several side-effects, and I think one of them, is one looses a lot of the little icons at the top of the screen.
WaltA said:
I get VM notification on my Verizon TP.
Did your coworker do something to disable it, maybe unintentionally? For example, there is a registry hack which disables the HTC phone keypad skin, restores the default Microsoft one, and saves about 10M of RAM. Unfortunately, there are several side-effects, and I think one of them, is one looses a lot of the little icons at the top of the screen.
Click to expand...
Click to collapse
Im thinking there is an 80% chance he just needs to re program his phone (as instructed above)...
But why would you want to use verizon crap voicemail anyway? check out Youmail.....

Unlock Screen Programmatically

[Post Deleted]
glensantacruz said:
Hi Guys,
I've ported one of my apps: eNotify to the Ornate TrueSmart:
https://play.google.com/store/apps/details?id=com.hermes.enotifylite
A couple of users have written to request that eNotify turn on the screen when a new email arrives. So that works fine. However, they would also like the screen to be unlocked so that they don't need swipe to dismiss the clock-screen to see the notification.
We have a similar option that works on most Android devices: Settings / "Dismiss Screen Lock"
In code:
Deprecated Way:
KeyguardManager keyguardManager = (KeyguardManager) context.getSystemService(Activity.KEYGUARD_SERVICE);
KeyguardLock lock = keyguardManager.newKeyguardLock(context.KEYGUARD_SERVICE);
lock.disableKeyguard();
Current Way:
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
BUT it doesn't work on the Ornate TruSmart which leads me to believe this isn't actually a lock screen, but something else. Is there a way to programmatically dismiss this screen?
Best Regards,
Glen
Click to expand...
Click to collapse
I don't use screen lock on my TS, and your app works fine for me, awaking the screen and presenting the popup notification. One question though: When in silent mode, the vibrate feels like just one small bump, and is barely noticed. Any way to increase the vibrate, or set a pattern? Thanks.
[Post Deleted]
glensantacruz said:
Okay. Thanks for the info. I'm still attempting to track it down. Apparently, removing the lock works on some ROMS, but not others.
You can set the vibration like:
Alerts Tab (!) -> Default Profile -> Default Alert -> Bell Chime -> Vibration
There are baked in vibrations such as:
short, medium, long
But you can also hold your finger down to record one of a custom length.
Please feel free to email me at the support address if you need anything. I'd also welcome any reports of TrueSmart specific issues that need investigating.
Thanks,
Glen
Click to expand...
Click to collapse
That worked, thanks. So far so good with my TS...
@glensantacruz, eNotifyLite did not function on my device at all. Sadly once I installed the app, google search started to crash constantly. this made my TrueSmart unusable. Once I uninstalled everything worked once again.
I had high hopes for this.
Suggestion. in the setup separate SMS and email configuration. I am not interested in email in my tiny watch screen. I only really want sms, hangouts, Phone calls and basic glance-able alerts to wake my screen. On my phone I might try your app for email.. I looks very interesting and full of features.
I am a bit confused. In order to receive these notifications the ts must be connect through BT to my phone? If that is true how are u getting past the issues with BT connection with a phone
rhineymac said:
I am a bit confused. In order to receive these notifications the ts must be connect through BT to my phone? If that is true how are u getting past the issues with BT connection with a phone
Click to expand...
Click to collapse
This is not a simple situation but I will attempt to explain my solution:
For SMS
first I have a full service SIM and account for my TS on ATT
next use google voice for my primary number, this involves installing the GV app and configuring it, then getting the GV number socialized..
next I force force sms responce on my phone and my TS to use the GV # with an Xposed plugin called "XVoice+".
For EMAIL / Internet based:
first I have a full service SIM and account for my TS on ATT that is part of a 15gb shared family plan.
The final result is I receive all SMS on both devices. A couple Caveats, GV does not support the short message format so no twitter alerts. depending on the sms source, some messages are more readable on the TS then others.
Unfortunately for me I'm in Canada and lacking Google voice. Thanks for the explanation tho. Omate is doing a ota in a few more weeks fixing the BT issue. I think I will hold off and wait and see how well it works. I've spoken with Le pen and he tells me that the new fix is working very well.

[Q] nexus 9 voice call and side buttons

Hey guys
Bought my new n9 LTE.
1) I heard I can't make calls on it. Is it true???
2) If can't make calls its fine, can I at least SMS some one?
3) I use a prepaid Sim card, and I don't use unlimited data package, I need to dial my operators *123# code to check my remaining internet data, how do I do it?
4) serial number of my tab is ht4c and I can notice a slight light bleed on the top right corner, is it normal compared to the previous models which had more light bleed?
5) Attaching few pix of the side buttons, can't make it from the pix on the net whether mine are normal or slightly in. Plz have a look and let me know
Thanks
saasfaan123 said:
Hey guys
Bought my new n9 LTE.
1) I heard I can't make calls on it. Is it true???
2) If can't make calls its fine, can I at least SMS some one?
3) I use a prepaid Sim card, and I don't use unlimited data package, I need to dial my operators *123# code to check my remaining internet data, how do I do it?
4) serial number of my tab is ht4c and I can notice a slight light bleed on the top right corner, is it normal compared to the previous models which had more light bleed?
5) Attaching few pix of the side buttons, can't make it from the pix on the net whether mine are normal or slightly in. Plz have a look and let me know
Thanks
Click to expand...
Click to collapse
Strange.... More than 100 views but no reply yet
1) No - although i'm sure there will be a way to do it
2) Yes, you can use SMS - install GoSMS or use hangouts.
3) Tablet will tell you how much data it's used
4) Seems to vary - at the end of the day, are YOU happy with YOUR device? I'm happy with mine!
5) Again - do they work for you? Mine work for me!
Great answer...
Buttons are fine with me...I'm fine with it..just got this mental feeling that my device is faulty after looking at others reviews.... My device has a little light bleed but I'm still ok with it.
Its noticeable only when a dark screen comes up . that's all
Rest I'm happy
Not sure if this helps since I don't have the LTE version, but I've made calls using my google voice number along with hangouts dialer.
Tried sms from hangout but when I go to settings in the hangouts app.
It doesn't show me the SMS option whereas I can see the SMS option in
My mobile motog2 which also has the same lollipop as of my n9
Now what?

My V30+ struggles with sending/receiving multiple recipient texts

I'm having an ongoing problem communicating via text with more than one recipient at one time. I am running Stock (rooted Oreo), have tried numerous texting apps (Message, Pulse, Signal, etc) If I copy two people, it sometimes takes forever to send out the text. And quite often when one of the recipients replies back, I do not see it or it arrives much much later, or they squirt onto my phone all at once. Am on T-Mo and use wifi calling. Any ideas? I use my phone for work, so solid communication is required with my tech out in the field.
I have used Messages (Google's replacement for the stock messaging app) and Hangouts for multiple-person texting for years with no issues. I didn't see you mentioned these, so I wanted to mention it. I'm on stock rooted VS996 on TotalWireless.
As mentioned, I have used Messages, Pulse, Signal , they all seem to suffer from this same issue. If I go in settings, and disable combine group texts, the individual ones get to recipients, but then that defeats the purpose of using multiple texts. The two people I most often text with use Apple phones, unsure if that is a factor. very frustrating when trying to work from home & run service department. I thought Google closed Hangouts?
christoophat said:
I thought Google closed Hangouts?
Click to expand...
Click to collapse
Not yet. I use it every day, as does my wife.
Ahh, crapple... that's likely the problem. Crapple loves to do non-standard crap, and that may be issue you're facing. Their incompetence makes SMS group texting impossible (because they suck at using standards).
That said, apparently you may be able to force MMS on your Android, to work around their idiocy: https://joyofandroid.com/group-messaging-android/
schwinn8 said:
Ahh, crapple... that's likely the problem. Crapple loves to do non-standard crap, and that may be issue you're facing. Their incompetence makes SMS group texting impossible (because they suck at using standards).
That said, apparently you may be able to force MMS on your Android, to work around their idiocy: https://joyofandroid.com/group-messaging-android/
Click to expand...
Click to collapse
Indeed Crapple. Checked out the link, but it seems that I already have these settings in place. (Messages and Pulse are the two I switch between) Trying Textra now. Thank you for posting this
Do your MMS work? I haven't had a video gif work in Messages in a year!
I can text gifs. I support our two service techs out in the field, and we text each other all day. So I text them both some info, or a question to answer or whatever. It may take up to a minute for the app to show my text has been sent. Then I don't hear anything back from either guy. So I retext hey did you see my earlier text? Then they will reply, yes, and I answered you. But I do not have any response. Then later on, suddenly it get several texts squirt thru all at once, minutes or hours later. They both have iPhones. Here at home, wifi calling is the only way for me to use my phone as we have horrible signal at the house.
Yes, MMS works for me in Messages just fine. I also get them on my work phone (Moto Z3) from iPhone users, too. No issues whatsoever...
schwinn8 said:
Yes, MMS works for me in Messages just fine. I also get them on my work phone (Moto Z3) from iPhone users, too. No issues whatsoever...
Click to expand...
Click to collapse
I wonder what the heck is wrong with my service? Anyone on Verizon with the US99820h not getting MMS to animate? Mine literally just come in as blurry pictures and tapping it does nothing.
@christoophat: Do you have Battery Saver or Data Saver enabled? If so, turn them off.
But if you have poor cell signal at home (I am familiar with that predicament) then SMS (including MMS) will always be spotty.
You can get a Google Voice number and use that instead: It all goes through data (WiFi or Mobile data) for calls as well as messages. I'd do that in your case.
You'll have to give your coworkers the Google Voice number instead of your current mobile number. Behind the scenes you can (optionally) route incoming and/or outgoing calls through your mobile number instead of using data. But certainly at home just let it use data.
In the old days, you'd use the Hangouts app to do Google Voice messaging and calls. I still do. But today you're probably better off using the Google Voice app, which has everything built in.
Edit: I should have mentioned that you can also port your current number to Google Voice if you don't want to give your coworkers a different number. But that will terminate your current mobile carrier account. And it can sometimes take a day or two to go through.
TheDannemand said:
@christoophat: Do you have Battery Saver or Data Saver enabled? If so, turn them off.
But if you have poor cell signal at home (I am familiar with that predicament) then SMS (including MMS) will always be spotty.
You can get a Google Voice number and use that instead: It all goes through data (WiFi or Mobile data) for calls as well as messages. I'd do that in your case.
You'll have to give your coworkers the Google Voice number instead of your current mobile number. Behind the scenes you can (optionally) route incoming and/or outgoing calls through your mobile number instead of using data. But certainly at home just let it use data.
In the old days, you'd use the Hangouts app to do Google Voice messaging and calls. I still do. But today you're probably better off using the Google Voice app, which has everything built in.
Edit: I should have mentioned that you can also port your current number to Google Voice if you don't want to give your coworkers a different number. But that will terminate your current mobile carrier account. And it can sometimes take a day or two to go through.
Click to expand...
Click to collapse
Battery saver is always off. I set up a Google Voice number to try out with my techs to see if that does any better. Many thanks for your response. I am lucky to get one bar here at home (null zone)
christoophat said:
Battery saver is always off. I set up a Google Voice number to try out with my techs to see if that does any better. Many thanks for your response. I am lucky to get one bar here at home (null zone)
Click to expand...
Click to collapse
A great benefit of Google Voice is that you can make/receive calls and send/receive messages on any number of devices, including right inside Gmail on your computer. I write most messages this way because I prefer a real keyboard and selecting/editing with a mouse. I also do a fair number of calls this way. My PC has a wired connection which means lower latency than WiFi.
We also have Ring Central phone app, but it's used mostly for client only communication, so I can keep personal phone number separate. But you can't do multiple texts to anyone outside Groups (people who also have RC on their phones), so that is limiting.
Hah, I didn't realize the Google Voice is a separate app now that I will use to text. Will try this out & see if it does a better job. Thanks again

Amazfit GTR2- new user, binding to multiple phones

Hello.
I just bought this watch recently, never used a smartwatch before.
Very happy with it, the battery life is amazing, it's been five days of average use (I don't use health monitoring) and it's only at 15% battery.
One major issue I have, which I didn't consider and didn't know, is it not possible to switch phones and have the watch just sync up with the app on that phone?
I was hoping I will be able to switch from my private phone to a company phone as needed, but each time you have to unpair from the first phone and pair to another, and the watch performs factory reset each time.
Is this how all smart watches behave?
Is there a way to get arround that?
It's a shame that switching phones is such a procedure.
Another question, often when I recieve calls, it doesn't always show the contact Name, only the number in the first notification. And then if during the call I scroll down the notifications, it will show a second one with the actual name of the contact, I basically get two notifications when I recieve a call, when I look at my watch it just shows a number calling.
When recieving messages and email, it works fine, it shows the name of the contact, but not when recieving calls.
I have all app permissions allowed and enabled.
Is there a custom rom that can improve these features and enables some modifications?
Thank you.

Categories

Resources