Tweaked S-Pen setting on non-stock ROMs (Requires TASKER) - Galaxy Note GT-N7000 Themes and Apps

I noticed that there are many people using AOSP roms (CM mostly) and are unsatisfied with the S-Pen experience. Now there are couple of applications that bring S-Pen sheer awesome back from dead ('Reset S-Pen' for calibration and 'GMD Control' for gesturing), so there's that.
Out of these many people, there are few who notice that even when S-Pen is calibrated, whenever Note goes in landscape mode, the cursor still is following portrait calibration. This is problem 1.
Problem 2 is out of these few people, there are even fewer people, like myself, who are left-handed. So when we go from Stock to AOSP/AOKP/AOSPA/CM/"Insert ROM here", we are screwed pretty much from the beginning.
So, wrapping up the *****ing, here is something I created on Tasker to ease my life, and I hope it teases your's too.
NOTE: I'm a left handed person and everytime android restarts, it sets hand preference to Right hand. So 2 of these tasks automatically set dominant hand to left whenever any of the profiles are matched.
Installation Instruction:
0. Get Tasker from Playstore if you don't already have. It is THE AUTOMATION TOOL for Android devices, makes your phone actually "smart".
1. Download Tasker.zip (or save it, you know what I meant).
2. Open the archive and extract the lonely folder "Tasker" into your sdcard (internal sd if phone has, well, internal sd).
3. Open Tasker. Now if my profiles, tasks and scene isn't already listed, don't worry, just open menu and select Data>Restore. From there you may either get a warning Dialogue to Restore or a file explorer inside Tasker folder containing Backup.xml. Either way, just Restore.
4. Use common/non-sense and activate profiles accordingly.
X. If you're on CM10.2, you can flash this. Replaces Vanilla Black Arrow Cursor with Samsung stock S-Pen cursor. Extremely helpful if you like doodling or drawing.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Dialogue Box when Headphones plug in:
People stuck on step 3, here's a pictorial:
I hope it helps others. I hope this turns out to be useful and not complete waste of forum-space.
Thank you XDA Community, it couldn't have been possible without you.

Related

BA with many shortcuts and block "Contacts"

People, I have a BlueAngel and i install many roms of WM5, WM6, WM6.1 but after I install this roms the desktop of my BlueAngel stay with many shortcuts for same thing, like:
- 4 Shortcuts for Help
- 6 Shortcuts for IE
- 3 Shortcuts for Live Messenger
- .....
But ever time I use XDADev_all-unlock-V.16_138_696 before install new ROM... and in the last 5 ROMS my "Contacts" are block I Cant put contacts using my BA or using ActiveSync..
So then these are my problems:
- Many shortcuts for same program;
- Impossible add contacts in "contacts"
Anybody can help me?!
Thanks!
SS for example:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
.
Your problem is rather simple, you are not following the procedure exactly as you should. More precisely, you are not cleaning the hive. And to put the cherry on top, why are you using the XDA-unlock tool every time??
Follow this tutorial on the wiki
http://wiki.xda-developers.com/index.php?pagename=HTC_Blueangel_WM6_WizzardMain
This is the true step by step to up/downgrade a Blue Angel. Follow each step and you'll have a smooth running device.
For the time being, to solve your problem do the following:
0. [highlight]BACK UP YOUR STUFF SINCE YOU WILL LOSE EVERYTHING!![/highlight]
1. Soft Reset the device (stylus on the bottom hole)
2. Just as the device begins waking up (RGB screen), quickly hold Power +the two side buttons (Record + WMP if you have an SX66)
3. You will be prompted with three options, by using the side buttons again, change them to "NO YES YES" and press the "Mail" button. Your screen will turn white for a minute or so. Don't worry, it is cleaning your device from old junk from the previous roms.
Thats it! Your device will restart and prompt you through the startup of Windows Mobile.
Having said all that, tell us how much Storage memory you get when you are done... (I have a feeling that you missed a step).
Good luck!
i never do the 3rd step
All Functions is enable now... and all errors is fixed...
Thanks

[APP][2.2+] SDCard Watcher - Find out which apps clutter your SDCard

SDCard Watcher
Market Link: https://play.google.com/store/apps/details?id=com.desaster.sdcardwatcher
Description / Reasoning
Anyone who installs a lot of apps will soon find their SDCard cluttered with strange directories that don't seem to relate to any app you know. You could just remove them all, but how do you know which directories are from apps you are still using, and might contain some important data?
Since the sdcard filesystem lacks ownership info, there's really no easy way of knowing which app to blame. This app is my approach to the problem.
Basically the app lets you monitor any chosen directory for changes, and when a new file or directory is created, it checks which app is currently visible to the user, and saves this information in a database. This way, next time some app leaves an obscure directory rotting on your sdcard, you will know exactly which app to blame.
Why should you care?
Actually, you probably shouldn't. The extra bits of data often don't take any significant space on your memory card. However, it irritates me, and this app gives me a bit more of a sense of control. The XDA forum is probably the best place for me to post this app, since I know there are at least a few other like-minded people here who care about tweaking little things like these
Battery usage
The app's background process uses the kernel's inotify feature to catch changes in the filesystem, and thus uses virtually no processing power, and will not drain your battery.
Reliability
There are essentially two ways for an app to run a background service; as a background service, and as a background service with a notification icon. My app supports both ways, but the default is to run without a notification icon.
I am still unsure if android lets the service run reliably enough without the notification icon, so if you think you're missing file changes, I'd love to hear about it. In any case, the notification icon can be enabled in the settings and should help with the issue (should there be an issue).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[APP][2.3+][WIP] SideKick Launcher, GYF's free little brother

Originally, I was planning on calling the little guy "Gyffy, GYF's sidekick." But then, I though "Oh, wait."
Of course I am still working on my other launcher but in my quest for ever faster access to anything on my phone, I realized that this may be another step forward, albeit with fewer features.
Warning: Alpha version.
No, it will not damage your phone, but it's still early in the dev process so, it is expected to break.
How do I use it?
In a nutshell: see that tiny blue square in the screenshots? Yes, this guy. Just double-tap it to open SK. Then, tap one or more letters.
Oh, and you can move that square wherever you want: long-press, your device vibrates; drag it around.
Limitations
Just about anything you can think of! Since it's such a young project, it lacks:
- preferences
- proper spelling
- resiliency
- initialization speed
- a consistent way to dismiss the launcher window; just tap in the text field or some open space underneath it
Fun yet useless features
- Right now, touching an app launches it; sliding over it reveals a menu for alternate actions but it doesn't offer any yet
- You can swipe left on the keyboard to delete letters; it's highly unreliable
Mandatory Download Link​
Screenies
Yes, these were taken using the Genymotion simulator. How observant of you!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So, that's it?
Oh, no. I can think of a lot of things still missing e.g. shortcuts.
You should see updates very soon.
First page
Sent from my SCH-I500 using Tapatalk 2
as I opposed to having a magic blue square on your screen, why not have it activated with a dragging of your finger from the edge of a section of the screen? A lot of apps do this and it's pretty easy to use lol.
NlBO said:
as I opposed to having a magic blue square on your screen, why not have it activated with a dragging of your finger from the edge of a section of the screen? A lot of apps do this and it's pretty easy to use lol.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2072870 :cyclops:

[apps] [g tools] 12/3/14

FOR ALL ROOTED ROMS
This thread may eventually hold multiple apps related to general tools for the G3. I am happy to take suggestions on future apps that we can all use that we might find interesting. My apps are going to have a simple bare bones layout with no bells or whistles. I can't develop everything in the world but I will give it a try.
TEMPS apk
Temps is simple lightweight app that gives a data readout of all temp sensors within the G3. All data is listed per zone and refreshed every second for an accurate reading. Please don't ask me what each zone designation is. I simply don't know, and its not listed anywhere to my knowledge. The purpose of the app is simply to collect data. Nothing more.
I made it for some testing I was doing and figured maybe somebody else might have a use for it.
[emoji2]
DOWNLOAD
http://d-h.st/0KW
System Sampler application
REQUIREMENTS.
Must be rooted.
Set SeLinux to Permissive.
System Sampler is a tool to allow you to sample data deep in the system. It's great for developers and Android enthusiasts who have an interest what's happening in real time.
FEATURES.
- Adjust sampling time from 1-10 seconds.
- Set file permissions if needed to read data.
- Status bar readout viewable in any screen.
HOW TO USE.
1. Enter the file path in the box located at the top of the screen.
2. Turn on the sampling button.
3. If you are unable to read the file, use the "chmod" button to set file permissions to 777 and try again.
TIPS.
It's much easier to copy and paste the file path using the "getFilePath" application. Get it here..https://play.google.com/store/apps/details?id=net.fro9.android.app.getfilepath
POSSIBLE ISSUES.
This is a beta release!
System Sampler was built on Tasker and has only been tested on my LG G3. That being said, their may be issues with different devices with screen resolutions and the status bar readout.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[DOWNLOAD.
Beta version 1
https://www.androidfilehost.com/?fid=23991606952615006
Future
Future2
Future3

Chrome: download manager mess up and help disabling link disambiguation popups

Hello.
About the “download manager mess up” take a look here (grossness warning!): Can't STOP a built-in manager download in an acceptable way… :-/ (v56, v57-Beta) @ Google forums
Briefing for documenting purposes: built-in download manager intercepts certain download links' files, I guess because of file extension (apk files not captured, for example). However, built-in download manager is deprived from file download cancelling ability. Had to delete all of the application data to stop the mess.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In essence, a dodgy issue. Not overly critical in most situations, of course, but certainly dodgy. Better do not tap/click on overkill sized files, or you'll regret it.
With regards to the link disambiguation popups, this is something I've wished to get a solution for some time already, to no avail. So let me explain:
There are sites on which no popups are seen. Example: this very forum. You can tap where you want or need without popups. If something's a little cramped, just a little bit of zoom is all you may ever need. I use “force enable zoom” and you should also if not, as you may guess.
There are certain sites, though, where this is stuff gets in the way. Notorious example: eBay desktop mode (I've included the desktop site redirection to make your life easier in case you are using the @#$% mobile user agent).
It is obvious that there's something in these damned sites' coding which forces Chrome to go into “link disambiguation popup” disgusting mode. So, if any of you may know some sort of way to prevent the browser going disgusting mode, God would be grateful. Maybe some sort of mod and/or app? Any feedback/contribution welcome.
Mostly wrote this because I've recently revisited the Firefox browser, and I've been on the verge of switching to it. Too bad Firefox has 0 bookmark management capabilities.
Have a good time fellows.
Cheers

Categories

Resources