Quad View And Floating Windows (T111) [4.2.2] - Galaxy Tab 3 Themes and Apps

I made this mod for my GF, and share it here in case someone is interested.
It enables both floating multiwindows, and quad view KK style (up to 4 static windows on the same screen).
DISCLAIMER
I'm not responsible for anything that may happen, your Tab, your responsability
This mod has only be tested on the T111, but I'm pretty sure that it works as well on s110 and other 7 inches variants.
It may work on 8 in and 10 in variants, and in any case trying won't brick your phone so go for it!:silly:
If you do try please report here if it works.
It should work on both odexed and deodexed ROMs.
REQUIREMENTS
A Tab with a custom recovey.
INSTALLATION
Download the attached zip, flash it in recovery, reboot.
HOW TO USE THE MOD
Enable Multi Windows from your quick settings.
Floating:
Click on an app in the flash bar (the bar on the side from where Multi Windows are launched), the app will open in Floating Mode.
You will notice 3 buttons, minimize, maximize and close, and you can drag the window anywhere on the screen by dragging its upper left side.
You can resize it too, from the sides.
When an app has been minimized it becomes a small bar that you can drag anywhere, double tap it to maximize the window again.
Quad View:
Drag an app, if you put it in the center of the screen it will open in floating mode, if you put it at the top or the bottom of the screen it will open in full screen mode.
After one app is opened in full screen mode you can drag a second one to the second half on the screen, then a third to one corner and a fourth to the last corner.
The white central bar allows you to resize the windows in both length and width.
Don't touch the part where there's no bar between the windows cuz it makes the bar disappear (bug). If it happens just push home and reopen the windows.
SCREENSHOTS?
Nope, sorry, I have no time to play with that kind of stuff.
Try this mod if you feel like it, otherwise give it a miss, no worries...
UPDATES?
I have 2-3 things in my mind (windows templates, multiinstance) and I may implement them if I have time and if I see that enough people are interested.

Related

Putting PPC (Harrier & iMate) app on Treo 700wx Issues

Hi,
I have an application which has been running nicely on Harrier and iMate devices, well any PPC devices really because of their rectangular screen shape.
My client has gone and bought some Palm Treo 700wx devices, and they have a smaller square screen.
In the resource of my project the screens are designed to fit PPC. When it runs on the Treo the Treo automatically pops up a scroll bar to allow the whole view to be seen.
The issue is when I first go into the app I can't see the top of the screen, about 20 odd pixels heigh aren't displayed. The scroll bar still displays and I can scroll down to the bottom of the view, and when I scroll up again the top of the screen is still out of sight.
If I exit the app just by tapping on the x in the top right corner (so the app is still running, not exiting properly via my Exit button which shuts down the app), I exit the app and then when I go back into the app the screens are displayed correctly, there is no missing space at the top of the screen.
If I exit the app via my exit button and then start the app again, the top of the view is missing again.
Does anyone know why the screen isn't displayed correctly when I first enter the app, or why it should come right when reloading the view again? Has anyone else had problems with screen layout when putting PPC apps on the square Treo 700wx?
Thanks
It sounds like you have a 'refresh' problem. I haven't encountered this my self and it is really hard to diagnose when you don't even tell us what language your app is written in, but basically here is what I think happens:
When your app is launched, part of its window doesn't get properly painted (not sure why exactly).
When you click the X the app isn't closed, but minimized.
When you return to it the window is maximized and repainted. Second repaint goes correctly.
The quick solution to this would be to force a window refresh just after the app is fully started.
Sorry I forgot to add the language.. it's written in eVC++ 3.0
I'll give the refresh a go, thanks
Further Questions..
I thought that minimising and then maximising the screen fixed the problem, but only partially..
Because the screen in resource is designed for regular PPC it is bigger than the Treo 700 screen size, so the OS automatically shows a scroll bar.
The new issue I'm seeing is to do with the scroll bar. The steps I take to reproduce the issue are:
1. Go to View1, and I scroll down the view (I'm using CView not CDialog)
2. Go to View2
3. Go back to View1. When I go back to the first view the scrollbar is scrolled down in the position I left it.
4. Scroll up to top of view and some of the controls in the wrong place. Some controls I dynamically create in OnInitialUpdate, and as part of the Create() I pass in CRect to tell it where to create the control.
If I set CRect.top to say 10, it's created 10 down from the top of the visible screen. The problem is that because I've scrolled the view previously the view draws it 10 down on the visible portion of the view.
I had thought that the easiest solution would be to always reset the scroll bar to the top of the view before creating my controls, but I'm not sure how to force the OS scroll bar to the top of the view. I've tried SetScrollPos(0,0) or ScrollWindow(0, y). ScrollWindow moves the actual view up or down, but the OS scrollbar is still in the same position.
Any ideas on how to set my view window to the top and to reset the scrollbar?
Thanks again
How to refresh a view?
I have sorted the issue mentioned just above, by finding the scroll position and factoring in that when I set the value of CRect area of the controls I need to dynamically draw.
I'm now just left with the first issue, of when I first start up the app the top part of the window and scrollbar are covered by the Title/Taskbar at the top of the screen.
If I close the app via the x button and restart the app, the issue resolves itself. Or if I open up any dlg like the About screen or even display an AfxMessageBox, when I close the dialog the original screen is redrawn correctly, in the correct position and scroll bar fully shown.
I have tried calling RecalcLayout(), RefreshWindow(), UpdateWindow(), Sending WM_SIZE messages and a whole range of things, but I can't seem to get the screen refreshing correctly apart from when I open any dialog and close that dialog.
When you close a dialog what messages get sent to the previous view that force it to redraw? Does anyone have any suggestions how I can force a refresh myself?
Thanks again
Did you try InvalidateRect?
I am getting a bit rusty with MFC, since I now try to do things the hard way and use pure win 32, but this should work.
If you can't use it as a class member, call the API directly using you view GetSafeHwnd() function for window handle). Use NULL for lpRect to redraw the whole window and FALSE for bErase to prevent flickering.
Note that UpdateWindow() only triggers repaint if part of the window becomes invalid (the contents needs redrawing).
No I hadn't thought of using InvalidateRect(), so I should give it a go.
In the end I just wanted the issue fixed so opted for a quick 'n dirty solution of displaying a temp CDialog as soon as the app starts and calling EndDialog() immediately in the OnInitDialog() so the dialog disappears before you see it.
It worked and the original screen gets updated to correct size, layout and scroll bar.
Cheers.

Awesome WP7 Tips&Tricks

I just wanted to post a couple of helpful tips&tricks for those who are new to the wp7 os.
10 Tips&Tricks
1. Using the Windows Phone 7 voice controls
Press and hold the Windows key at the bottom of your screen and you can start talking to your phone. Try saying "Open Calendar", to see what we mean.
2. Adding apps to the Start screen
When you are in the long applications list on your phone pressing on an icon and holding brings up a contextual menu that gives you a series of options, one of which is "pin to start". Press on this option and the app will be shown on the Start screen.
3. Add people to the start page
No it's not just about adding apps to the start page, but people too. Find them in your contacts book, click on the "pin" icon, and they'll be added to your Start page so you can speed dial them whenever you need.
4. Moving your tiles around
Adding a new app or tile to the Start screen will place it right at the bottom. If you want it to be elsewhere, press and hold on the tile in question and then you are free to move it up and down and rearrange your tiles to best suit your needs.
5. Removing apps from the Start screen
You like the app, but you don't really want it on your Start screen anymore. No worries. Hold your finger on the tile in question for a couple of seconds and when it highlights press the no pin icon in the top right-hand corner.
6. Uninstalling apps
You've tried it and you don't like it. No problem. Head over to the menu list and press down on the app in question until you get the contextual menu. Select uninstall and you're done.
7. Rating and reviewing apps
You really love the new app you've downloaded, so much so that you want to rate and review it so anyone else interested knows whether it's any good or not. With Windows Phone 7 you don't have to wait until you delete it to rate it, you can rate and review it at any time. Press and hold down on the app in question until that contextual menu appears and then choose "Rate and review". It will bring up another page allowing you to have your say and give it a rating out of five. Easy peasy.
8. How to change the theme
If you've got your Windows Phone 7 phone from Vodafone the theme is going to be all red, O2 is dishing out blue themes and Orange, orange ones. An all red themed phone might be a bit much (we hear you), but fret not as you can change the colour of the tiles and other features in the Setting area. Zip on over to the menu list, select Settings, and then Theme. Here you can choose the colour of the background and the accent colour. Background options are "Black" or "White" while you'll get nine accent colours to pick from. Lime, anyone?
9. Swipe to the left
Windows Phone 7 is built around the idea of panoramic tiles that you swipe to reveal more content off screen. It's always worth seeing if you can swipe to the left as there might be more stuff waiting to be revealed.
10. What are the dots?
Whenever you see three dots at the bottom of the screen, that's a menu for more options. In photo playback for example, it will give you the options to delete the image or perform a quick upload.
72 Windows Phone 7 tips and tricks here:
http://www.pocket-lint.com/news/3641...s-phone-7-tips
For those who need access to a US market, or wherever...
1st, when you link your live account to the phone, you'll automatically get an e-mail from Microsoft phone 7 in your inbox.
this had some useful links in it. for example, I didn't download the full zune package, but another version witch works as well and is quite a bit smaller.
2nd, create an extra live account with false location settings, i set mine on Beverly hills, California, so you can access marketplace, xbox live etc.
(you can add an other account for your e-mail settings etc)
Transparent Lockscreen Wallpaper
This is the link to the wallpaper:
http://phone7.files.wordpress.com/2010/12/clawpaper.png
Simply send yourself an email with the image attached, then open the email on your phone and save the image. When you view the image, you have an option of setting it as your wallpaper(The Zune software only seems to sync JPEG’s)
Click on the PNG attachment and then wait a few moments. Once the ‘cancel’ button next the attachment disappears, click again. This should open it in the picture viewer with the option to set as wallpaper.
Until the lock screen has started any animation, the home screen will appear black. Presumably this is because the home screen isn’t loaded until the lock screen has been touched, which makes sense. Secondly, it doesn’t work if you have a password on the lock screen. Having a password is obviously a good idea, so it’s a shame this doesn’t work with the password.
Lockscreen Text App
A useful application is Jivtech's Lockscreen Text App. Head on over to the site for more info about an application that allows you to quickly and easily add text to your lockscreen wallpaper
http://www.jivtech.com/lockscreentext.aspx
Have fun!
If I helped please hit the Thanks button!

New A7 no icons on any screen

I just received my A7 from and powered it up. There are no icons on any screen. Is this something I should just ignore and do the Dexter Mod? I haven't received the micro sd card that I have ordered yet so I'm about to make a trip to a local big box store to pick on up so I can do the Dexter Mod. Any advice is welcomed.
This post is over a week old, so I'm guessing you may have figured out the answers to your questions. However, in case you haven't...
The screens on your elocity are blank so that you can customize them to your liking. In order to see the icons for the applications and settings installed on the device, navigate to the home screen by tapping the picture of the house to the right of the screen. This is the default screen, and the third of the five available (two screens to the left and two more to the right). From the home screen, tap the largest button on the far right with the square of dots on it (between the picture and globe icons). This will bring you to the applications screen.
As far as updating your device with the latest firmware or custom ROM, you'll need to wait until you receive your MicroSD card to do any of that. Once you do receive it, I would recommend using Dexter's most recent MOD. He's done some great work to make our a7s even better.
Hope this helps...if not you, maybe someone else.
Once you open the app drawer (by tapping the house looking icon), find the app you want to add to the screen and tap and hold it. This will allow you to drag it to where you ant it.
Repeat for each screen you want to add apps to.

HOW-TO Windows 8 Screen Capture

Help, please.
What is the *best* way to get a Windows 8 screen shot?
Surprisingly I am currently using a Virtual Machine (VM) and I cannot find an obvious way to screen capture. Duh?
Suggestions:
(1) I do not assume any VM software, so the best method should be available directly in the OS.
(2) Must be free, e.g. if it can be done via Visual Studio debugger/emulator it must still be free like VS Express.
(3) Method should work with keystrokes, touch gestures, button, etc., that are available on any hardware or Virtual Machine platform.
(4) Ability to capture both Windows Desktop and Metro screens required.
(5) Ability to capture sub-full-screens optional.
There may eventually be many ways, so everyone's suggestions welcome.
clipping tool
u can use the snipping or clipping tool (i forget what its called)
point ur mouse in the bottom left corner untill a little menu comes up with the time....then click search.....in the search box, just type "snipping tool" and click on apps
Or, you could press print screen and paste the screen capture into any random program that takes photos.. paint is one.
ok, i got tested snagit in Windows 8 and it worked nice since it has shortcuts and such. of course i thought like the easier thing was printscreen.
but i tested some other screen capture, since you want a free one and i found Greenshot
http://getgreenshot.org/
open source, with good features like Windows capture, and region and obviously full screen, also capture last region, so you can capture the same region over and over, and a big plus its it has an editor! so you can add stuff to the image if you want without going to another software . it worked good, of course its not as deep as snagit, but it worked great, looked great, with desktop and metro UI.
hmm if you are gonna grab a region in metro UI you have to press for example screenprint and then go to desktop and then you select which part you want to grab. it happens with snagit as well.
if you are going to use Windows capture you have to be in the window. it will grab it automatically you dont choose it. (well in my mini test) ok i found an interactive Windows capture mode in settings, besides how to disable capture mousepointer. but interactive Windows capture didn't work well for me
maybe it can work for you! it was the only with editor and free. i could find.
Another way for screenshots, put your mouse in bottom left corner and a menu appears and click share. Then there's a take a screenshot button at far right.
Sent from my GT-S5660 using xda premium
Plays2 said:
u can use the snipping or clipping tool (i forget what its called)
point ur mouse in the bottom left corner untill a little menu comes up with the time....then click search.....in the search box, just type "snipping tool" and click on apps
Click to expand...
Click to collapse
START -> type "snip" and launch Snipping tool.
Its built in. No need for other software.
Alternatively, you can use Print Screen (for the whole screen), or ALT + Print Screen for the active dialog/window
Enjoy.
http://www.thewindowsclub.com/snipping-tool-capture-screenshots-windows-8-tips

Multitasking...where??

I am sure you have seen this cool multitasking feature everywhere. The left pane has one app and the rest of the screen has another.
Now i can see the pane on the left, but it is of all the apps that are open. One app doesnt stay on whilst the other is going on on the rest of the screen...
I am x64 Windows 8 Enterprise N edition.
Any help>??
Also, just a side question...is Windows 8 by default a touch enabled OS? Like if I get a touch-monitor tomorrow, will the same OS respond as smoothly as they show in commercials??
Thanx!
Your resolution needs to be higher than 1360x768 for snap to work.
And yes, if you connect a touch monitor and Windows has the correct drivers, it'll give you gestures and stuff.
If you have one app (or the desktop) open and pull out the pane with all open apps on the left, then you can drag one app out of this list to each side of the screen (left or right).
Yes, touch will work out of the box if a touch-enabled device is connected.
SilverHedgehog said:
Your resolution needs to be higher than 1360x768 for snap to work.
And yes, if you connect a touch monitor and Windows has the correct drivers, it'll give you gestures and stuff.
Click to expand...
Click to collapse
Currently it is 1024x768. SO Snap wont work for me...right??
hanswurst24 said:
If you have one app (or the desktop) open and pull out the pane with all open apps on the left, then you can drag one app out of this list to each side of the screen (left or right).
Click to expand...
Click to collapse
Nope...doesnt work...
The app maximizes and the background app goes behind and the pulled app takes precedence...
Nope you don't have enough resolution for snap to work. When you upgraded the upgrade assistant told you that snap apps won't work when you upgrade.

Categories

Resources