How can i convert my z3 to a walkman? - Xperia Z3 Q&A, Help & Troubleshooting

As you all know this phone got a quite good DAC and i want to use it as a HQ music player. Half of the screen is not receiving touches and randomly touching where i cant touch. So i need to disable half of the screen and keep it useful in some way. I think this can be fun but i dont know where to start modifiying (i got root, nothing more). Hope someone helps.

I think you can start working on it by connecting a cabled mouse through otg, then get creative. Which half of the screen is currently working?

neonboy said:
I think you can start working on it by connecting a cabled mouse through otg, then get creative. Which half of the screen is currently working?
Click to expand...
Click to collapse
Top half is working and i can touch the buttons on bottom but keyboard is in random touch area. Using mouse for screen is good but when screen starts touching randomly i cant do anything. Need to disable the bottom half but keep the display. Also using mouse on screen by touching can be great as i could still use bottom half but i really dont know how can i make that.

I don't think there is a way to disable half of the capacitive layer beneath the glass, set it up with your mouse, then control the player with a widget on the upper part of the screen.

Related

Android 3-DOF Controller App

Hello guys. I've just released my app's source code as well as a short video at:
http://androidcontroller.googlecode.com/
--necessary improvements list--
on the Android side:
* service discovery so that the client and the server can find each other on the local network (it's very annoying having to manualy enter an IP address in a textfield that's why I change the source code every time and compile with the new ip )
* kalman (or some other kind of) filtering to smooth the sensor output
* improve menus/configuration/interface
* look for a marker and calibrate automaticaly
on the windows side:
* switch model you're rotating somehow (ability to load models via xaml files?)
* interact with the object (I'm already transmitting the touch screen's x/y event)
* smooth the sensor data on the windows side to take the load off the android app
* sounds
* transmit images to display on android or sounds?
I would appreciate VERY much ANY help that anybody could provide. If you are interested in contributing code please contact me and I will add you to the project members list.
Well Done !
congrats
HES A JUBEH IMPOSTER
Just kidding, awesome app btw
wow...this is pretty cool. I would love to help but due to my lack of knowledge in this. Keep up the good work!!
Great work, I'd love to see how this develops.
Starred in google code.
Everybody thanks for the encouraging remarks
re
GĂ©nial___$$$$$$$$
Draw custom buttons to the touch screen which send keyboard commands to windows, and implement gamepad support for the sensors? Then this could be used as an input device for a computer.
bjehsus said:
Draw custom buttons to the touch screen which send keyboard commands to windows, and implement gamepad support for the sensors? Then this could be used as an input device for a computer.
Click to expand...
Click to collapse
But if I do that then the touch screen becomes just another gamepad, and a bad one for that matter since touch screens have no tactile feedback (i.e. the finger is not aware of wether it has pushed the button or not). Tactile feedback could be implemented via vibration or perhaps even audio feedback with sound for button press but both those scenarios are impractical for a gaming situation where buttons are being pressed at a frantic pace.
Besides I wanna do more than just pushing buttons. Something with touching/swiping gestures etc. Transmitting data from the pc to the mobile device, or sounds? ooor.. dunno^^
I need some good ideas on what more one could do with this ^_^
I'd be more than happy to help, unfortunately the most I can do for you is clean up images and menu buttons. If you need any of that done feel free to hit me up.
woah
This is really cool. Are there any real apps available yet?
henrynhl said:
This is really cool. Are there any real apps available yet?
Click to expand...
Click to collapse
Plx define 'real' apps.
Actually this is a great idea, I'm surprised no one had thought of it yet.
Blender (open source 3d suite) supports NDOF devices nowadays - I'll see about giving this a try when I get a chance, and perhaps contribute some code (and we'd need a linux server as well, which shouldn't be too big of a deal)
Jubei said:
But if I do that then the touch screen becomes just another gamepad, and a bad one for that matter since touch screens have no tactile feedback (i.e. the finger is not aware of wether it has pushed the button or not). Tactile feedback could be implemented via vibration or perhaps even audio feedback with sound for button press but both those scenarios are impractical for a gaming situation where buttons are being pressed at a frantic pace.
Besides I wanna do more than just pushing buttons. Something with touching/swiping gestures etc. Transmitting data from the pc to the mobile device, or sounds? ooor.. dunno^^
I need some good ideas on what more one could do with this ^_^
Click to expand...
Click to collapse
I have an idea, heh...use it to control the mouse on a PC.
There are remotes that work using accelerometers and such...by tilting the remote up, it moves the mouse arrow on the screen up, left goes left, etc. Then simply have the screen react to a short tap(which would be a single click), double tap (which would be a double click), and a long press (for right click).
That is certainly something that I would use on a daily basis.
jmhecker said:
I have an idea, heh...use it to control the mouse on a PC.
Click to expand...
Click to collapse
Thanks for your feedback jmhecker! Do you mean like a wiimote? If so then unfortunately that's not possible with the HTC Dream unless the user performs some kind of calibration process first (because the device has no way of knowing where the monitor is). So first some sort of calibration would be necessary, which could be done by placing a marker/qr code on the monitor then pointing the camera OR just pointing the device to the middle of the screen and pressing a button (which is what i"m doing now to calibrate).
Jubei
Jubei said:
Thanks for your feedback jmhecker! Do you mean like a wiimote? If so then unfortunately that's not possible with the HTC Dream unless the user performs some kind of calibration process first (because the device has no way of knowing where the monitor is). So first some sort of calibration would be necessary, which could be done by placing a marker/qr code on the monitor then pointing the camera OR just pointing the device to the middle of the screen and pressing a button (which is what i"m doing now to calibrate).
Jubei
Click to expand...
Click to collapse
Kind of like that, yes. But, not exactly.
Basically, the phone knows when it is in 'zero' position. IE: lying flat on its back.
Now, I tilt the phone (rotate) to the left a smidge, so it look like / (when looking at it if it were in front of you...what oyu see is the bottom (where the plug is) of the phone. Now, when you tilt it like that, the mouse cursor moves left. Then when you turn it like \, it moves right...tilt the phone forward, it moves down, and tilt it backwards, and it moves up.
Kind of what you have being done already with the video and the plane in it...but, rather than move the plane, move the mouse cursor.
Does that make sense?
This with remote droid...
jmhecker said:
Kind of like that, yes. But, not exactly.
Basically, the phone knows when it is in 'zero' position. IE: lying flat on its back.
Now, I tilt the phone (rotate) to the left a smidge, so it look like / (when looking at it if it were in front of you...what oyu see is the bottom (where the plug is) of the phone. Now, when you tilt it like that, the mouse cursor moves left. Then when you turn it like \, it moves right...tilt the phone forward, it moves down, and tilt it backwards, and it moves up.
Kind of what you have being done already with the video and the plane in it...but, rather than move the plane, move the mouse cursor.
Does that make sense?
Click to expand...
Click to collapse
I could see this working with RemoteDroid, or something of that nature. Make the tilt like a joystick, and the screen with a touch pad and buttons. That would make a killer game controller
jmhecker said:
Kind of what you have being done already with the video and the plane in it...but, rather than move the plane, move the mouse cursor.
Does that make sense?
Click to expand...
Click to collapse
It does yes. But i think it would require a lot of work to be usable because isometric or isotonic (speed of cursor relative to tilt angle) devices are not nearly as usable as mice. So in the end you'd spend so much hours coding just to have another mouse, whereas I think this device can be more.
it has a speaker, a display, vibration, buttons, keyboard, a trackball, sound. It has a lot of potential to be used just as a simple mouse.

Type Cover can't handle mouse and keyboard simultaneously

I'm not sure if it's just my cover or not but any time I am typing something the trackpad disables itself. While this is fine when making documents, it really sucks when trying to play games on it. If I hold down wasd to move I can't look around due to the trackpad being disabled. Is there a setting or registry tweak to fix this or is this just how the type cover works?
Wow, I never even realized that it does that. I will keep an eye out and let you know if I see or hear anything to bypass it.
Hardcore73 said:
Wow, I never even realized that it does that. I will keep an eye out and let you know if I see or hear anything to bypass it.
Click to expand...
Click to collapse
Same here. If a key is being held, the trackpad stops responding until the key is lifted.
did any of u try this with a bluetooth mouse?
Using a separate mouse works fine (Bluetooth or usb). The problem comes from the built in trackpad on the typecover keyboard itself.
It's one of only two issues I have with it (the other being the infamous Fn problem)
ahh kk i dont have any worries i despise touchpads
gsmumbo said:
I'm not sure if it's just my cover or not but any time I am typing something the trackpad disables itself. While this is fine when making documents, it really sucks when trying to play games on it. If I hold down wasd to move I can't look around due to the trackpad being disabled. Is there a setting or registry tweak to fix this or is this just how the type cover works?
Click to expand...
Click to collapse
This is by design, it is to prevent your palms causing the mouse to move while typing. It is implemented in the driver, and isn't user configurable at this time.
schettj said:
This is by design, it is to prevent your palms causing the mouse to move while typing. It is implemented in the driver, and isn't user configurable at this time.
Click to expand...
Click to collapse
Makes sense. It would be nice to be able to disable that though.
I have a bluetooth mouse which I bought for the Surface(the Wedge) but it would be great to be able to play games with the type cover on quick trips instead of having to carry around the mouse.

Use tablet as touchpad when connected to big monitor/TV? (not simple mirroring)

I'm surprised to learn that we must keep our eyes on the tablet while clumsily tapping even when the tablet is connected to a big display.
Instead of plugging a mouse into the touchpad (I guess that's the current workaround), why not turn the tablet into a touchpad when mirroring the display of the tablet on a large screen? With that setup, the tablet display wouldn't actually be mirrored, the big display would look like a desktop computer display with a pointer floating around on it. Also, the virtual touchpad on the tablet could be resizable so that you could simultaneously show a virtual keyboard (neither of which would show on the big display). Or there could be a spot on the tablet display tapped to switch between virtual keyboard and touchpad. Again, neither showing up on the big display.
Let me know if I'm not being clear enough. This has nothing to do with simply mirroring the tablet display to a monitor/TV, I know that can be done through MHL and HDMI stuff. Also, it has nothing to do with using the tablet as a touchpad for another computer. The only components are the tablet and the big display (monitor or TV).
And of course if it's already been done, please let me know.
The simplest of implementations...
The big display would mirror the tablet display. The tablet would show a tiny pointer. How small doesn't matter because you won't be looking at the tablet. The pointer location would correspond to the current pointer location as shown by "developer options" on anAndroid. That pointer would be driven by touch. That should be easy enough, the only difference is that a relative pointer position would be used instead of current finger point position.
Apparently 99% of the programming for this stuff is already done on Android tablets. Probably also on iPads or whatever. It would just need a GUI switch and to make a few tiny adjustments when connected to a monitor.
VoiceScripter said:
I'm surprised to learn that we must keep our eyes on the tablet while clumsily tapping even when the tablet is connected to a big display.
Instead of plugging a mouse into the touchpad (I guess that's the current workaround), why not turn the tablet into a touchpad when mirroring the display of the tablet on a large screen? With that setup, the tablet display wouldn't actually be mirrored, the big display would look like a desktop computer display with a pointer floating around on it. Also, the virtual touchpad on the tablet could be resizable so that you could simultaneously show a virtual keyboard (neither of which would show on the big display). Or there could be a spot on the tablet display tapped to switch between virtual keyboard and touchpad. Again, neither showing up on the big display.
Let me know if I'm not being clear enough. This has nothing to do with simply mirroring the tablet display to a monitor/TV, I know that can be done through MHL and HDMI stuff. Also, it has nothing to do with using the tablet as a touchpad for another computer. The only components are the tablet and the big display (monitor or TV).
And of course if it's already been done, please let me know.
Click to expand...
Click to collapse
Anybody connect their tablet to a large monitor? Enjoy fumbling around on the tablet when you could be using precise pointer control? Think this might help for stuff like browsing?
Anybody?

Rotate Screen 180 Degree?

Hi,
is it possible to Rotate the Screen 180 Degree?
I want to wear the watch on the right Hand and have the Buttons on the Left Side!
Greetings
I read through the entire owners manual and I did not see anything about switching it. I even tried putting it on my right arm and it didnt recognize being rotated nor did the wake up command work correctly. Unless I'm missing something I don't see a way.
Thank you but this is really disappointing
No option to toggle left or right hands (only right). Silly since Gear Fit can do it.

Logitech Universal. Bluetooth Folio for the HD 8.9

Finding decent accessories for this tablet is hard. Especially when it comes to cases as many of them are poorly made. A few days ago I went to Best Buy and bought the 'Universal Folio' by Logitech, however, I wasn't planning on doing so. My intentions were to buy a USB keyboard designed for tablets, and they already had some in stock of what I had looked at the least time I was there. I also needed a case. So I thought, why not kill two birds with one stone and buy it. The salesman let me open and look at it. I was impressed.
Initially I was going to pass at it. The front of the box says "Fits most 9-10in tablets." (This is a Kindle 8.9 and when it comes to Amazon products vs. accessories, yes size does matter). I flipped the box and read ALL of the back. On the right side, the last supported product listed, 'Amazon Kindle Fire 8.9 (HDX included). Score!
Retail at Best Buy was $59.99, ten dollars cheaper than the USB keyboard (not a case). Open it up, insert tablet under the two bottom tabs. Push up on both corners of the clamps on both sides and insert the upper half of the tablet below the clamps, allowing them to grasp it into place. You have a fully functional QWERTY keyboard, which is confusing to setup. Pull the yellow tag out of the battery case and switch on the Folio. Looking at the top right of the keyboard, you will see the F12 key which also has a Bluetooth symbol on it. Make sure you are in the tablet's Bluetooth settings and make sure the tablet's Bluetooth is on, and the folio is turned on. Press the bluetooth symbol (F12) on the folio and also tap it on your tablet. Select your options in the pop up box and tap ok. Enter their given pin number when it's displayed. You have about 10 seconds to enter it so be quick or you'll have to try again. No box will pop up, so just type the pin quickly and hit the enter key on the folio when done.
All in all, this is a really cool accessory. I give it 4 out of 5 stars and recommend it to anyone. My favorite part: it looks like a laptop Pictures attached.
https://www.logitech.com/en-us/product/universal-folio-tablet-keyboard-case
I wanted to get more out of this setup and wanted to get a mouse. Two things to know: 1) Although the tablets support USB OTG, they do not supply the port with enough power so the standard USB mouse, used with an OTG adapter, will NOT work. 2) A standard wireless mouse with the clip, also will NOT work.
So now I was left with the final option, Bluetooth. I wasn't sure if these tablets would run two Bluetooth devices at one time. I figured it was only $20 for a Bluetooth mouse, so I had nothing too much to lose. I again went to Best Website and looked for one. I got an HP Bluetooth mouse for $18.99, $20 off retail for Black Friday. Batteries were included (2 AA). Simply pull out the paper tab, turn on the Bluetooth on both devices, and select the mouse on your tablet. No pin number is required. Connection is near instant.
Since nearly everyone has rooted, TWRPed and rommed by now, you can I stall the Xposed Framework and install a module called 'Disable full screen keyboard.' this will add a toggle to a notification in the statusbar that allows you to turn off and on, the full screen keyboard "for any keyboard" allowing you the full physical keyboard experience. See attached photos below.
Disadvantages:
1) you may have trouble using this on your actual lap. The tow clips located on the bottom of the tablet, which hold the tablet in place when in the laptop format, pull up on the plastic ever so slightly when leaned back too far. This causes the connection between the battery and the folio, to become separated which causes the folio to constantly reconnect when pressing the screen too hard.
2) There's no padding between the screen and keyboard. The clips put about 1/4 inch between the screen and keyboard so make sure it's secure and the strap is pulled over properly or you'll scratch the screen big time.
3) Pressing the keys too quick or too hard will cause you to type double letters. This happens a lot for me. So if you're used to really pounding on the keys, you'll have to adjust your pressure.
4) The instructions are vague. If I hadn't figured out how to set it up on my own, it would've gone back to the store.
Issues with mouse?
I've recently been using a mouse with my tablet over Bluetooth but in most apps the "click" isn't working I have show touches on and obviously with my finger it shows up but with a mouse is does not, any chance you know a way round this? Cheers
bjscott55 said:
I've recently been using a mouse with my tablet over Bluetooth but in most apps the "click" isn't working I have show touches on and obviously with my finger it shows up but with a mouse is does not, any chance you know a way round this? Cheers
Click to expand...
Click to collapse
Are you rooted? If so with or without a custom rom?
Sent from my Amazon KFSUWI using XDA Labs
DragonFire1024 said:
Are you rooted? If so with or without a custom rom?
Sent from my Amazon KFSUWI using XDA Labs
Click to expand...
Click to collapse
I am running a old ROM, I've figured it out now for anyone that is interested.
Simply download the octopus app from play store and launch your desired app you want to use a mouse on through that works flawlessly. Thankyou for your time.

Categories

Resources