"ok" button using pocketnav - freezing - MDA, XDA, 1010 General

i just noticed that the "OK" button becomes unavailable when using pocketnav. is there a way to keep it active. in applications where you need to save - you need that function. am i missing something???

ah so, in 2002 UI mode it comes back. how are you supposed to use it in wm2003? still need the "ok" to save...

Related

New DeviceLock Release v1.2

First, the important stuff:
Download Link:
http://www.mr2-power.com/downloads/DeviceLock.CAB
Here is the old thread discussing the app from the time I first released it:
http://forum.xda-developers.com/showthread.php?t=261277
I have released a new version of my Device Lock application. There is one primary enhancement in this version, but it is one many people have asked for.
Upon installing the new version you will notice a two new options in the Device Lock control panel applet. First is "Easy Unlock". What this option does is allow you to unlock the device with a single click of the left menu button (the button directly under the Unlock menu that appears when the device is locked) and not need to touch the button on the screen or type "*" on your keyboard. The second option enables a vibrate alert when the device is unlocked using this method. This is to avoid having the phone unlock in your pocket (fairly unlikely) and not notice it.
If you want the least number of button presses to unlock you can always select the "Do not lock buttons" option in the Lock tab of the Buttons control panel applet (same place you assign programs to different buttons). This means that even if your device is suspended you can simply press the left menu button to unlock the device. One click, easy, but also prone to accidental unlocking (so you should probably use the vibrate option).
The safest (and my preferred) method) is to select the "Lock all buttons except Power button" or "Lock buttons if device is locked" option. Then, if your device is suspended (mine usually is when in my pocket) you have to first press the power button, then the left menu button to unlock. Still only two button presses and easily done without looking at the device. If the device is not suspended.
Everything else is the same as it always was.
Enjoy!
-Matt Armstrong
Terrific, almost perfect. It miss an important feature for me: turning off display after lock, which is important for listening music.
Good job.
Updated: Found the option "blank screen" is what I want. Shouldn't it be "black screen"? My understanding of "blank screen" is unlock to today screen.
Perfect now.
Hey Matt! First, thank you very much for this great software and for the improvements. Also a special thank you for sending me an email that my request has been heard
Still, I have problems on my Hermes using your new "Easy unlock feature". I assigned DeviceLock to the left SoftButton in my TodayScreen. When I press it it locks the device and for unlocking, I have to repress the left soft button. When repressing, I still have to touch the screen and it also doesn't vibrate.
Could it be that it's because of me using WM6? Do you have WM6 installed on your device? Can anyone confirm it with a Hermes running WM6?
Dandie said:
Hey Matt! First, thank you very much for this great software and for the improvements. Also a special thank you for sending me an email that my request has been heard
Still, I have problems on my Hermes using your new "Easy unlock feature". I assigned DeviceLock to the left SoftButton in my TodayScreen. When I press it it locks the device and for unlocking, I have to repress the left soft button. When repressing, I still have to touch the screen and it also doesn't vibrate.
Could it be that it's because of me using WM6? Do you have WM6 installed on your device? Can anyone confirm it with a Hermes running WM6?
Click to expand...
Click to collapse
No, I do not have WM6 on my Wizard and the software has never been tested (by me) on WM6. The issue could be that you are mapping the lock software to the same button required to unlock it.
Here's a simple test, when you press the left SoftButton to unlock the device, does a dialog pop up with a title of Unlock? If so, does the dialog say that you can press the button on the screen or type "*"?
-Matt
nice release! thank you a lot!
Thank you very much.
Very nice program... simple, and it works.
armstrom said:
Here's a simple test, when you press the left SoftButton to unlock the device, does a dialog pop up with a title of Unlock? If so, does the dialog say that you can press the button on the screen or type "*"?
Click to expand...
Click to collapse
Yes, that's what it does - as it was always doing before . I hope this issue can easily be resolved. Maybe you're using some functions that are different for WM6.
Dandie said:
Yes, that's what it does - as it was always doing before . I hope this issue can easily be resolved. Maybe you're using some functions that are different for WM6.
Click to expand...
Click to collapse
Crossbow can't be the reason for the problem.
App works w/o any problem on both my HTC devices.
Cheers
hrb
hrb said:
Crossbow can't be the reason for the problem.
App works w/o any problem on both my HTC devices.
Cheers
hrb
Click to expand...
Click to collapse
Also with the EasyUnlock feature? No additional touchscreen press necessary?
Someone else who has it assigned to the left Soft Button for activation and working EasyUnlock?
There are still a small issue left. When the devicelock is activated and display is off (with blank screen option), only pressing the left or right soft keys can turn on the display. Even worse, pressing the softkeys will trigger the commands of softkeys before the unlock windows shows up. For example, in today, pressing the left softkeys will run email.exe in my treo 750v before " unlock " shows up, which is very annoying.
When can't it just lock/unlock without any extra effect?
This is probably a problem with the microsoft lock mechanism. I'm using the method described in the MSDN to turn off the screen, so I'm not sure how I can do it differently. I can search for an alternative method to blank the screen, but I don't have much hope of finding one. I did not write the locking mechanism itself so I have no control over the way it locks/unlocks. All I'm doing is automating the process that is built into the OS. So I cannot fix bugs in the lock itself. Even the Easy Unlock solution is simply an automation. The solution turned out to be very simple, I simply keep the device lock application resident in memory after locking the device. It continually searches for a window with the title "Unlock" and then simulates pressing the * key... That's it. After sending the keypress it vibrates (if enabled) then terminates. So the application is only resident in memory while the phone is locked.
And I'm not sure what you mean by lock/unlock without any extra effect. The only "effect" I add is the vibrate on unlock, which is optional.
-Matt
armstrom said:
This is probably a problem with the microsoft lock mechanism. I'm using the method described in the MSDN to turn off the screen, so I'm not sure how I can do it differently. I can search for an alternative method to blank the screen, but I don't have much hope of finding one. I did not write the locking mechanism itself so I have no control over the way it locks/unlocks. All I'm doing is automating the process that is built into the OS. So I cannot fix bugs in the lock itself. Even the Easy Unlock solution is simply an automation. The solution turned out to be very simple, I simply keep the device lock application resident in memory after locking the device. It continually searches for a window with the title "Unlock" and then simulates pressing the * key... That's it. After sending the keypress it vibrates (if enabled) then terminates. So the application is only resident in memory while the phone is locked.
And I'm not sure what you mean by lock/unlock without any extra effect. The only "effect" I add is the vibrate on unlock, which is optional.
-Matt
Click to expand...
Click to collapse
Sorry, Matt, I didn't make me clear. As to the extra effect, I mean the side effect of triggering commands before unlocking. Since it also happens to other lock program, I guess i have to settle with it.
Well, this may be a problem specific to the Treo. I tried the scenario you describe on my Wizard and had no problem. I changed myoption to "blank screen" and the device unlocks just fine for me when I press the left app button. However, the difference with my phone is that the only way to turn the screen back on is to press the power button (just like waking it up from being suspended). Unfortuantely, I doubt there is anything I can do to solve your problem, I'm sorry.
Edit: Just to clarify something, are you pressing the left app button (the one with the mail icon on it) or are you pressing the left menu button? I may have made a mistake in my initial post Basically, you need to press the button that is directly below the menu item that says Unlock.
-Matt
Hi, this device lock works fine on my orbit.
One small issue as previously stated with the left soft key.
I use wm5 new menu.
With first press new menu pops up
Second press, bye bye new menu
Third press unlock and vibrate
Thanks for the app, I was already using the previous release and this is now more convenient for me.
Great update!
On the easy unlock, could you make the vibrate much shorter?
I have SPB shell and get the "now screen" on wake up
It would be nice to have the unlock app the way it is right now but separate so that I could map it out on the "now screen"
Thanks
I mean left softkey ( the key corresponding to the two big buttons on bottom). In treo 750, once devicelock is activated, only the softkeys (left or right) can turn on the screen (same in vjdevicelock), all hardware buttons and keyboard keys are locked.
Maybe it is not related to treo. You see, both uniqueboy and Kikouyou has the same problem as me.
oh my, please port this to smartphone!
GREAT !
An absolutely superduper great and VERY useful little app !
Specially using the "Lock all buttons except Power button" approach
Cheers hrb
hi
was checking out Slide2Unlock just now and I actually set it to be launched by DeviceLock (launch program when device is lock feature) and the result is not desirable. there's some 'violation' error.. = ( anyway of overcoming this?
think it will be cool to have the phone auto lock when it's off and launch 'Slide2Unlock' when it's awake!! = )

Starting phone from standy in landscape mode

So I have a habit of sliding the phone open and then pressing the hardware messaging key, and no matter what, it never seems to work. I press the button, and Ill see the today screen, but no messaging window. I have to slide it back closed and open again and everything sorts itself out.
I've tried looking, but haven't seen anyone complain about this particular problem. Anyone else fret about this? any solutions?
no one has this problem?
Similar
I find my X01HT in landscape mode when i wake him um with the "on" button, and have to wait for it to "think" a litle bit to obey me, while that, if I try to push any command he will go crazy and the image will stay locked in the last scene and will not get actualized... Kind of annoying thing, using black Satin... But i'll try schaps now to see if that goes away...
http://forum.xda-developers.com/showthread.php?p=1504436&posted=1#post1504436
V
Im on WM5.
Vijay, I don't want to disable orientation permanently. Just sometimes, I want to start messaging, so in stanby mode itself, ill open and start it up. thats what confuses the 8525, thats all. I have to close the phone, and then slide it open again for it to regain consciousness!
Its no biggie, but i was just wondering if any1 else had a similar issue.
FINALLY... WHAT YOU HAVE ALL BEEN WAITING FOR
Originally posted from here
shlomki said:
I've come to notice that no one REALLY knew how to fully disable screen rotation on WM devices.
Some offered 3rd party apps to get the job done, some only knew how to disable automatic rotation, but when the device went into standby and woke up again - the screen rotated back. So that didnt really work.
So if you're as desperate as i was about screen rotation,
this is what you need to do:
1. Get dotfred's free taskmanager HERE, and run it.
2. Go to "Devices" tab, and look for "MIS1:" device (oem_misc.dll)
3. Long-Tap on it, and tap on "Stop"
4. Long-Tap on it again, and now choose "Set Manual"
5. Go to "Notifications" tab, and look for "Notifications\NamedEvents\VCPowerWakeupEvent"
6. Tap on it to make it selected
7. Disable it
(In dotfred's taskmanager, there should be a button for disabling it, but for some reason some devices couldn't see the button icons, although the buttons are still clickable. Under the notifications list there is an empty light-blue line - the buttons are there, eventough you can't see them.
The disable buttons is somewhere i the middle of that light-blue line, just tap the center until a message box popps up and asks if you'd like to disable this notification - Tap on yes.)​All those steps are a one time deal - they stick even after an SR.
This has been tested on htc universal and works great.
The screen will keep its orientation even if you flip your screen, take out your built in keyboard, or turn the device off and back on.
The only time your screen will revert back to the original orientation is when you soft reset your device.
Hope this helps
Click to expand...
Click to collapse

Problem:word selection when using keypad

Hi dual-owners,
Anyone has a problem where when typing using the keypad (slideout keypad) you cant use the navigate button (left/right) to select the predictive word options.
U will need to touch the word option instead.
I think there was only one time where I could successfully use the navigation to select the words when typing?
Is this a common problem??
Thanks
sureshotz said:
Hi dual-owners,
Anyone has a problem where when typing using the keypad (slideout keypad) you cant use the navigate button (left/right) to select the predictive word options.
U will need to touch the word option instead.
I think there was only one time where I could successfully use the navigation to select the words when typing?
Is this a common problem??
Thanks
Click to expand...
Click to collapse
Not me. I always navigate right and left with the button... Have you tried a soft-reset?
still a problem
Yes Sir,
I tried many soft resets - seemed weird at 1st but thought thats the best they (HTC)could do with a slide out keypad.
The navigation button to select word option works when ur not using the keypad (slid back in) but once u start to use it - the navigation button just wont work for me. have to reach up and select a tiny word option (which most of the time i miss) ..
This is my 1st PPC (sold my slow n95) and i love it except for this little annoyance + no wifi
So fellow PPC owners- if anyone has a solution i'll be grateful.
cheers
try hard resetting your device, (note not a soft reset.)
as it works fine on my orange branded touch dual.
it could be related to the operator rom that is on it, but i wouldn;t expect so.
Hi there,
I also have the same problem.
I also tried many soft reset but is the same.
I found PQz II Keyboard has an issue with this problem.
After uninstalling it, actually I had a hard reset and then install software one by one, the problem has gone.
Hope this help.
Yup thanks! all!
Did a hard reset and everything is back to normal (all workin fine now)- oh yeah the blank notification thingy is also gone -
Be AWARE: prior to hard reset make sure ur files in the storage arent encrypted and at least back em up somewhere. Cause my files (pics and music etc) became unreadable after the hard reset . (this is due to the encryption key that was auto-set by the phoneware on my "phone-state" prior to hard reset.)
Cheers

[Q] -SOLVED- Work around twlauncher crash loop w/o wipe?

--twlauncher crash problem solved, see below. Feel free to answer general question though
Hi all!
Ran into a problem with my Galaxy S that I'd be really greatful if you could help me with.
THE QUESTION:
Is there some way of accessing the phone from my PC via USB and changing settings?
THE THING:
I have been running my system without problem for a while. Haven't made a backup though, stupid #%¤ as I am. When I was using the (stock) Internet browser I tried to add a (mobile) web page to the Start panel (or whatever it is called). Since then I get the error message "The application Start (process com.sec.android.app.twlauncher) has stopped unexpectedly." Gives option to "Force Close". Whenever I do, the error comes back after a few seconds if I am at the default screen and don't quickly go into the phone or sms app. Basically, I can't do anything that my Ericsson T10 couldn't do in 1999...
I think all of my "start screens" were already filled with apps, that there wasn't room for another, and this might be the problem that causes the twlauncher crash loop.
THE QUESTION (again, in context):
So, is there some way of accessing the phone from my PC via USB and changing settings? During my searching I've come to believe that two possible solutions might be to clear twlauncher's settings or to set another launcher as default, but in the current state I can't get to the settings neither from the started phone or from the Darky recovery console.
I know I could just wipe and reinstall everything but that feels like nuking a mosquito...and it's so tedious... If there is some smoother way to get at the problem that would be nice. Also I'm curious if it can be done, and I'm probably not alone.
THE SYSTEM:
Samsung Galaxy S (GT I9000)
Rooted
Android 2.2.1
Darkys' ROM v9.4 Extreme edition
Voodoo
Any pointers would be greatly appreciated, thanks a lot!
/Fredrik
Ok folks, I am happy again!
It seems things fix themselves for me if I only write a thorough post on some forum...
I went to android market with my PC, logged in with my google account (where I had apparently added my phone before) and downloaded another launcher (ADW) to replace my crashed twlauncher. After that I fiddled some more with the phone - obviously turned off network mode from the power menu (the menu that you get when holding the power button 3 sec). And then I wrote the above post.
Just now I was going to make a phone call (which was about the only thing working, remember?) but the screen had gone all black except from the status bar at the top, which didn't respond when I tried to pull its menu down. Brought up the power menu. At first it didn't respond to my touch but after a while it agreed to turn on network mode for me. Then ADW downloaded and installed itself. I still couldn't pull down the status bar menu to click on the "Download complete" icon and launch ADW that way, but I pressed the Home button and got a menu asking "Complete this task with:" and some choices. I ticked the box "always use this program" and selected ADW. Now, ADW started and I am back on track! No wipe or reinstall needed!
SO, short version solution to twlauncher crash loop: log into your Android market account from a PC, search for "launcher" and install one of your choice, then wait for the phone to download and install it. Then press Home, tick "Always use this program to complete this task" and select your new launcher!
Yeah, that solved my problem with Tw.launcher but if anyone has an answer to the question in the thread - is there a way to log into the phone from a PC to change settings - feel free to share your knowledge!
Addition - resetting twlauncher to be able to use Kies
Ok, after installing another launcher as described above, proceed with the following to prevent twlauncher from crashing in the future. You will need to this do if you want to connect with your computer using Kies, since Kies apparently cannot connect to other launchers (such as GO launcher or ADW).
1. Open Settings | Applications | Manage Applications.
2. Go to the tab "All" and scroll down and tap on twlauncher (or maybe it is called something else, on mine it is "Start" - check the twlauncher crash message to get it, or follow the instructions below under "Another way..." to find it in the Home button menu. You still need to complete the whole procedure to get it running though).
3. Tap the "Clear data" button. This clears your settings, i.e. the app shortcuts that you put on your start screens.
DONE!
In my case I believe the twlauncher crash was due to adding one more shortcut to an already full app drawer, so when I cleared the settings I can use twlauncher again.
USING TWLAUNCHER TO CONNECT WITH KIES
Now you can use the Home Swithcher app to launch twlauncher if you want to use Kies, and when you are done you can use Home Switcher again to switch back if you prefer the other launcher you installed.
Another way to get back to twlauncher if you don't have Home Switcher, is to go to Settings | Applications | Manage Applications, find your current launcher (e.g. GO launcher or ADW) and tap the "Clear default" button. Then (when you have exited back to the start screen) if you press the Home button, you will be asked which launcher you would like to use to complete the task. Select twlauncher (or "Start" whatever it's called). After you're done with Kies you can switch back the same way if you don't want to use twlauncher as default.
maratonic said:
Ok, after installing another launcher as described above, proceed with the following to prevent twlauncher from crashing in the future. You will need to this do if you want to connect with your computer using Kies, since Kies apparently cannot connect to other launchers (such as GO launcher or ADW).
1. Open Settings | Applications | Manage Applications.
2. Go to the tab "All" and scroll down and tap on twlauncher (or maybe it is called something else, on mine it is "Start" - check the twlauncher crash message to get it, or follow the instructions below under "Another way..." to find it in the Home button menu. You still need to complete the whole procedure to get it running though).
3. Tap the "Clear data" button. This clears your settings, i.e. the app shortcuts that you put on your start screens.
DONE!
In my case I believe the twlauncher crash was due to adding one more shortcut to an already full app drawer, so when I cleared the settings I can use twlauncher again.
USING TWLAUNCHER TO CONNECT WITH KIES
Now you can use the Home Swithcher app to launch twlauncher if you want to use Kies, and when you are done you can use Home Switcher again to switch back if you prefer the other launcher you installed.
Another way to get back to twlauncher if you don't have Home Switcher, is to go to Settings | Applications | Manage Applications, find your current launcher (e.g. GO launcher or ADW) and tap the "Clear default" button. Then (when you have exited back to the start screen) if you press the Home button, you will be asked which launcher you would like to use to complete the task. Select twlauncher (or "Start" whatever it's called). After you're done with Kies you can switch back the same way if you don't want to use twlauncher as default.
Click to expand...
Click to collapse
Such a great thread and no one else has added anything else to it I'm dealing with this crap atm and it is even worst. Holding power doesn't pop up the power menu. Cant access settings. I can bring the notification bar down and turn on wifi but it doesnt actuallly connect to my wifi so I can't do the remote app installation from the web store. I really don't want to do a factory reset.
as was asked here, is there a way to clear the data of the TWLAUNCHER app by using my pc and usb connection to the phone? I'm able to turn on usb storage and access it. Halp!

Tips and Tricks

Post any Tips and Tricks you may know of for the Sony Z3v D6708 model.
I f the phone won't shut down or gets stuck -- open Sim card door, press the off button hidden there (above Sim slot) to shut down phone with a small object, something not sharp.
Settings -> Wi-Fi -> Advanced -> Toggle everything off by "Wi-Fi Optimization.
Turn on NFC and Bluetooth only when needed as it drains battery.
Now my list of apps I've disabled...
Amazon
Amazon app suite
Amazon Kindle
Amazon Music
Amazon Appstore
Audible
Black Hole
Bubbles
Caller ID
Cloud
Enchanted Forest
FamilyBase Companion
Gmail (I use Cloudmagic)
Google Korean Keyboard (include Chinese if you don't use Chinese either)
Google Play Books
Google Play Games
Google Play Movies & TV
Google Play Music
Google Play Newsstand
IMDb
Isis Wallet
Message+
My Infozone
News & Weather
NFL Mobile
Phase Beam
Pico TTS
Podcast
Slacker Radio
TalkBack
TV Launcher
Verizon Location Agent
Verizon Support & Protection
VZ Navigator
Wikipedia Extension
Wireless Emergency Alerts
Xperia Social Engine Sharing
Xperia with Twitter
Youtube karaoke extension
I'd disable the Email app, but there were frequent popups telling me is crashes. So I just leave it enabled. This as as far as I can think on the top of my head. xP
GigaSPX said:
Now my list of apps I've disabled...
Amazon
Amazon app suite
Snip
Click to expand...
Click to collapse
Can we get a thread started dedicated to finding the apps safe to disable? This list is a good start for that.
Isn't the verizon locator agent the cell network location system? Or is it purely spyware...
Wish I knew what some of those more obscure apps actually did.
Marine6680 said:
Can we get a thread started dedicated to finding the apps safe to disable? This list is a good start for that.
Isn't the verizon locator agent the cell network location system? Or is it purely spyware...
Wish I knew what some of those more obscure apps actually did.
Click to expand...
Click to collapse
Seconded on the locator agent, among other nebulous apps.
Maybe killing Wireless Emergency Alerts isn't a great idea? Those are the weather, amber, and presidential emergency notifications.
I've already disabled most of them, I wasn't really sure what else I could disable without screwing something up. Thanks for the list, I will do more tonight.
Sent from my ghost white Z3!
Marine6680 said:
Can we get a thread started dedicated to finding the apps safe to disable? This list is a good start for that.
Isn't the verizon locator agent the cell network location system? Or is it purely spyware...
Wish I knew what some of those more obscure apps actually did.
Click to expand...
Click to collapse
I could go ahead and open up another thread since we're now free to post more to expand this new forum of ours.
Stormwing said:
Seconded on the locator agent, among other nebulous apps.
Maybe killing Wireless Emergency Alerts isn't a great idea? Those are the weather, amber, and presidential emergency notifications.
Click to expand...
Click to collapse
Eh, when there's a giant tornado coming, I'm pretty sure I'll know what's coming when I see one. LOL
Jk, the real reason is the Amber alerts. Several times I've been alerted for a situation that occurs in a driving distance that's 6-8 hours away from me at 3 in the morning. What kind of BS is this? >_>
GigaSPX said:
I could go ahead and open up another thread since we're now free to post more to expand this new forum of ours.
Eh, when there's a giant tornado coming, I'm pretty sure I'll know what's coming when I see one. LOL
Jk, the real reason is the Amber alerts. Several times I've been alerted for a situation that occurs in a driving distance that's 6-8 hours away from me at 3 in the morning. What kind of BS is this? >_>
Click to expand...
Click to collapse
You can disable amber alerts in the wireless emergency app.
If anyone else wants to know, our phones can do double tap to wake the screen to reduce wear on the power button. A feature most phones have to get root to add.
And if anyone is taking underwater photography, don't forget to enable No Touch to prevent the screen from spazzing out during your shoots.
Copy number from phone log
Copying number from log is a two step process here. Long press and choose "edit before call" then you can copy it
Try the slow speech effect in call settings. It's amazing tech and sometimes really helpful when dealing with people that talk too fast. There is an article about it here...
http://www.androidheadlines.com/201...low-talk-feature-slow-speech-voice-calls.html
Sent from my D6708 using XDA Premium 4 mobile app
Starting the camera app from the short cut options (camera key or from lock screen) resets any setting or mode that was previously active. To keep your settings active don't use these shortcuts.
nateperro said:
Starting the camera app from the short cut options (camera key or from lock screen) resets any setting or mode that was previously active. To keep your settings active don't use these shortcuts.
Click to expand...
Click to collapse
Nice tip! I've noticed it always starts one way or another depending where I'm coming from. Right now I'm seeing there's about 4 ways to activate camera.
1. From physical shutter button
2. From lockscreen
3. From Camera app in app drawer or home screen
4. From the Camera widget (not including the other downloaded camera features)
Obviously 1 and 2 is advised not to reset, but the latter two is then what you should use to activate the previous settings.
GigaSPX said:
Nice tip! I've noticed it always starts one way or another depending where I'm coming from. Right now I'm seeing there's about 4 ways to activate camera.
1. From physical shutter button
2. From lockscreen
3. From Camera app in app drawer or home screen
4. From the Camera widget (not including the other downloaded camera features)
Obviously 1 and 2 is advised not to reset, but the latter two is then what you should use to activate the previous settings.
Click to expand...
Click to collapse
Now that I understand this camera feature I actually find it useful. Sometimes I want to fire off a quick shot using the short cut to start the camera in SA (superior auto mode) as I don't have time to check settings. Other times it takes a double tap unlock and then selection of the camera app to keep previous settings when I know I have time to think about the shot. [emoji4]
Power the Device Up in Safe Mode - Sony Xperia® Z3v
[Device-Specific Instructions]
Safe Mode puts your phone in a diagnostic state (returned to default settings) so you can determine if a third-party app is causing your device to freeze/reset / run slow. Our Troubleshooting Assistant can help you with other device issues if you aren't currently using the tool.
An alternate method is available if the device can be powered on and is responsive.
With the device powered off, simultaneously press and hold the Power button and the Volume down button (located on the right edge of the device ) until the Sony screen appears then release.
From the System Recovery screen, select Safe mode.
Note Utilize the Volume buttons to navigate and the Power button to select.
Note Allow approximately 1 minute for the device to reboot.
Note Once rebooted, 'Safe mode' appears in the lower-left corner of the screen.
Note Notes:
With Safe Mode enabled, test device and app functionality. If the previous issue fails to occur, the cause has been isolated to a third-party app and all recently installed or updated apps should be uninstalled.
Power cycle device to disable Safe Mode then reinstall and test each app one at a time to identify which app is causing the problem
______________________________________________________________________________________________________
Clearing an Application's Cache / Data:
NOTE: Assuming that one of your applications isn't working properly then you may be able to fix this by clearing the app's cache or data. WARNING! Clearing an application's data will result in the removal of all personal information stored within the app. This includes login and credit card information, profiles, saved games, settings, high scores etc. It's recommended that you first try clearing the cache in order to prevent unwanted file deletion.
Tap "Apps" while viewing the home screen
Access the "Settings" menu and scroll to "Device"
Tap "Apps" and access the "All" or "Downloaded" screens
Select the desired application and tap "Clear cache"
If the method above didn’t help, tap "Clear data" too and press "OK" to confirm
Clearing the Phone's Cache Partition:
NOTE: In case your smartphone is not working as intended, it crashes, freezes etc. then you may consider master resetting it. However, you can also try solving these problems without losing personal data caused by a factory reset. To do so, try clearing the phone's cache partition as explained below:
With your smartphone turned on, press and hold the "Power" and "Volume Up" buttons
Wait for the screen to turn off and for the smartphone to vibrate three times
Once that's done, release all buttons
The cache partition should now be wiped. Press the "Power" key to turn on the smartphone as you normally would
NOTE: If clearing the phone's cache partition hasn't solved the problem, then you might want to master reset your phone. To learn how you can master reset the Sony Xperia Z3V, click the link
Enter Safe Mode and Uninstall an App:
NOTE: If you've installed an application that causes issues on your phone and prevents you from removing it as it runs processes in the background, then you can easily dispose of the app by first rebooting your phone in safe mode. In this mode, all third party applications are disabled.
With your smartphone turned on, press and hold the "Power" button
Tap and hold the "Power off" option
At the Safe Mode prompt, tap "OK" and wait for your smartphone to reboot
Once your phone restarts, a "Safe Mode" message should be present in the lower-left corner of the screen
To remove an app, tap "Apps" while viewing the home screen
Go to "Settings"
Swipe to "Device" and tap "Apps"
Scroll to the "Downloaded" screen and select the application you wish to remove
Tap "Uninstall" and press "OK" to confirm
Read more: http://verizonforums.com/threads/so...che-reboot-in-safe-mode.363259/#ixzz3PUePFP00
In case of emergency when your phone freezes and all else is unresponsive
A couple days ago, I was playing asphalt 8 and my phone froze when I tried exiting the game. My power button just pinged the notification ringtone, my camera button played the Cybershot sound but didn't change screen, and I couldn't pick up calls despite my ringtone playing. I thought my last resort somehow was to either wait for the phone to die (sure, waiting 2-3 days is definitely an option here due to battery life greatness, pfft) or use Android Device Manager and factory reset.
Unfortunately I went with the latter and then found out this one incredible tip: a hard reset button. I never knew such a thing existed for our phones and I would like to inform all new users of it too. This is thanks to @jhwookie for the info.
Tlr, there's a slightly brown button found inside the SIM compartment. Grab something such as a toothpick to press and hold onto the button for a few seconds, and voila. The phone will be hard reset to where you were previously.
GigaSPX said:
A couple days ago, I was playing asphalt 8 and my phone froze when I tried exiting the game. My power button just pinged the notification ringtone, my camera button played the Cybershot sound but didn't change screen, and I couldn't pick up calls despite my ringtone playing. I thought my last resort somehow was to either wait for the phone to die (sure, waiting 2-3 days is definitely an option here due to battery life greatness, pfft) or use Android Device Manager and factory reset.
Unfortunately I went with the latter and then found out this one incredible tip: a hard reset button. I never knew such a thing existed for our phones and I would like to inform all new users of it too. This is thanks to @jhwookie for the info.
Tlr, there's a slightly brown button found inside the SIM compartment. Grab something such as a toothpick to press and hold onto the button for a few seconds, and voila. The phone will be hard reset to where you were previously.
Click to expand...
Click to collapse
Thanks for elaborating further I had mentioned this in OG post.
To make the phone appear faster go to Settings>System>About phone>tap Build number several times till you get Developer options>Drawing>Window animation scale>off,Transition animation scale>off, Animation duration scale>off, x1 is default and x.5 works well too, I prefer "off", don't like animations.
YMMV
1linuxfreak said:
To make the phone appear faster go to Settings>System>About phone>tap Build number several times till you get Developer options>Drawing>Window animation scale>off,Transition animation scale>off, Animation duration scale>off, x1 is default and x.5 works well too, I prefer "off", don't like animations.
YMMV
Click to expand...
Click to collapse
THat's good advice for most devices. Smooths out the transitions.
If you guys go into Settings -> Data Usage, you can see which apps is draining the most data. If you want to restrict its background data, select the specified app, and scroll to the bottom to enable the checkbox.
If any of you guys have Snapchat installed, I highly recommend it since it's been noted it takes way too much data since its January 27th update.
Creating new folders in Sony Album
I find that Album isn't completely intuitive when it comes to creating a new Folder to help organize all your pictures. Here's how:
1. From the Album app, swipe from the left side of the screen to open the menu and select "Folders"
2. Open the folder where the picture is currently
3. Find the photo you want to move and long press on it
4. Click on the menu button on the top right of the screen (3 dots), then select "Move to"
5. Click on the plus (+) on the top bar to create a new Folder
6. Name your new Folder and select whether you want it on the SD Card or in Internal Memory

Categories

Resources