Any interest in having custom single swipe off screen gestures? - ONE General

The one thing I miss dearly from my Nexus 5 SlimKat ROM/ElementalX kernel combo are the configurable swipe gestures. You could configure single swipes for up, down, left, right. And then double swipes as well. This was all controlled from a third party Xposed module app, Wake Gestures.
I had mine set up as swipe left for previous track, right for next track, up for wake screen, down for camera, double down for record audio. Sure the OPO has gestures, but it involves making a "V" shape which isn't ideal when driving IMO. ALso any gesture to skip music tracks will OPEN your music app which I found annoying. The Wake2Gestures developer added a request from me and others to only accept track skips if a music app is open in the background.
I thought that was pretty cool and would be something kernels on other phones would provide, but when I got my OPO and looked around for kernels, none of them carried this feature! The closest so far is Furnace kernel but the dev decided to implement Sweep2Volume instead after considering the configurable swipe gestures. So it is possible it seems.
I hope I'm not coming off as ungrateful to the current group of kernel devs, I just want to introduce another feature that would make the OPO even better Having said that, I'm not sure how bounties work but I'm in for $5 if there's a way to set up some type of bounty/"kickstarter" to get this feature implemented.

You posted the exact same thread here yesterday.
Transmitted via Bacon

timmaaa said:
You posted the exact same thread here yesterday.
Transmitted via Bacon
Click to expand...
Click to collapse
Yeah, I figured that wasn't really a Q&A type of post so I'm letting it die.

Instead of double posting, all you needed to do was report your own OP and request for it to be moved to the correct section.
Transmitted via Bacon

K done. I use the basic forum features. Good to know that's possible.
It seems xda has a post on building your own kernel. I have zero experience in coding so it's something that I'll check out. Are there kernels (stock or custom) that have open code so people can look at them, or are they locked/password protected? In my mind, I'm thinking it's just a few steps:
1. Find X kernel for OnePlus One
2. Find code for swipe gesture
3. Copy/past swipe gesture code into X kernel code
4. Flash and use

tracerit said:
K done. I use the basic forum features. Good to know that's possible.
It seems xda has a post on building your own kernel. I have zero experience in coding so it's something that I'll check out. Are there kernels (stock or custom) that have open code so people can look at them, or are they locked/password protected? In my mind, I'm thinking it's just a few steps:
1. Find X kernel for OnePlus One
2. Find code for swipe gesture
3. Copy/past swipe gesture code into X kernel code
4. Flash and use
Click to expand...
Click to collapse
It isn't quite that simple. Kernel development is some of the trickiest stuff to do, you'd need a pretty experienced mentor and a lot of time to commit to learning all about it.
Transmitted via Bacon

Related

[MOD][HOWTO] Common Sense Modifications

So every custom ROM seems to have a couple mods in common...
This thread is to (hopefully) help anyone looking to learn to do them
and yet after doing a ton of searching, the only thing I have found is links to prebuilt files without much direction on how to do this myself. What if I don't want your red themed market? (No offense) What if all I want is a stock ROM that I customized with these generic modifications? What happens when a new build of Android is leaked and only two people know how to do the modifications manually and one releases a version claiming they are done when they aren't and the other appears to have used it as a base and then has to go back and manually do the edits and re-release? (Not saying it happened...)
How to Compile a Kernel
http://forum.xda-developers.com/showthread.php?t=1039854
More in-depth guide here:
http://forum.androidcentral.com/htc...how-build-your-own-kernel-package-source.html
How to Deodex a ROM
http://forum.xda-developers.com/showthread.php?t=1082749
Advanced Power Options
http://forum.xda-developers.com/showthread.php?t=1023960
(No Howto - but there are edits in android.policy.jar)
Remove GPS Reticle
http://forum.xda-developers.com/showthread.php?t=1001838
(No Howto - but there are edits in services.jar)
(Gingerbread edits are in the systemui.apk)
6 Bar Service Indicator
No direct download
(No Howto - but there are edits in services.jar)
(Gingerbread edits are in the systemui.apk)
Power Control Widgets
http://forum.xda-developers.com/showthread.php?t=1024220
(No Howto - prebuilt package with other edits already made)
Radio Info in Settings
http://forum.xda-developers.com/showthread.php?t=1018159
(Contains instructions on doing modification - Kudos!)
Wake on Volume Keys
/system/usr/keylayout/mecha-keypad.kl
Add "WAKE" to desired key down values:
key 114 VOLUME_DOWN WAKE
key 115 VOLUME_DOWN WAKE
Remove the "WAKE" to disable again.
Disable End Call Button
http://forum.xda-developers.com/showthread.php?t=1058072
(No Howto - prebuilt modification package)
Increase Max Alarms in HtcClock
http://forum.xda-developers.com/showthread.php?t=1052843
(No Howto - prebuilt modification package)
Install Ubuntu to Sdcard Ext Partition
http://forum.xda-developers.com/showthread.php?t=1104983
Install Ubuntu to Loop Device Image File:
http://code.google.com/p/android-cruft/wiki/LucidWithAndroid
(Loop device support for the common method is included in most kernels, but does not seem to support the process)
I am not asking anyone to write out explicit instructions on how to do each and every one of these modifications, but any help that can be offered is appreciated. Even if I can track down the original instructions for another phone, it will help those with the ability to do these things to help get them out there.
its a great idea, but some of them, the advanced power controls one for example -that one was a ***** to do lemme tell ya- require an in depth knowledge of how and why things work the way they do. many how-tos would just be passed right over.
I wrote a massive write up on how to work out the sensation resizing issues, and a few people did actually read it, though nobody actually did anything with it.
and smali is so difficult to begin with...geesh
great idea though, and if you want to write a how to of your own for some of them, i would be more than happy to get you started and answer what questions you run into.
r2DoesInc said:
its a great idea, but some of them, the advanced power controls one for example -that one was a ***** to do lemme tell ya- require an in depth knowledge of how and why things work the way they do. many how-tos would just be passed right over.
I wrote a massive write up on how to work out the sensation resizing issues, and a few people did actually read it, though nobody actually did anything with it.
and smali is so difficult to begin with...geesh
great idea though, and if you want to write a how to of your own for some of them, i would be more than happy to get you started and answer what questions you run into.
Click to expand...
Click to collapse
I know a lot will pass them over, and honestly it is like i explained to the gf today. Everyone who started with Android had a G1, some of us moved to myTouch, some of us moved to Droid, some of us moved to Thunderbolt. With each move, we brought our mods, but in the process left behind how we did them and just DID them. When I wrote kernels, I used a script on AndroidWiki that is now a 404 error. Instead I ended up with some preconfigured gui and a bunch of premade update.zip files.
It isnt really about whether anyone reads it in my opinion, its knowing the information is there for that one person that does. I appreciate the offer. The main thing is anymore if you want a mod, you have to take the theme, additions, removals, ect of the modder.
Sent from my DROID2 using Tapatalk
I have to agree. It's been a while since I have posted anywhere regarding Android, but the whole purpose of this forum (any android forum) as far as I am concerned is for developers to share not just the finished product (and the betas, alphas, pre-alphas, etc) but also the details of how they did what they did.
Sent from my ADR6400L using Tapatalk
Thanks
I was actually looking for some of these MODS
I like to stay stock rooted, but their are some MODS that are too tempting to pass up.
I would love to have a how-to for the power controls.
I'm gonna try to pull it apart, it's the last one I haven't done by hand.
I didn't make any sort of docs about what I did though, just diffing stock from the provided package.
But that one is big.
Anyway, good list to have in any case.
D
Very handy. I would also love to learn how to create a 5 row icon app drawer. Thats the only thing im missing in my current rom im using. Any tutorials, then I could do it myself?
dukins said:
Very handy. I would also love to learn how to create a 5 row icon app drawer. Thats the only thing im missing in my current rom im using. Any tutorials, then I could do it myself?
Click to expand...
Click to collapse
That is done with a layout modification in the home app. That is from way back in G1 days and I know there is documentation somewhere. I'll look for it.
What I am trying to accomplish is something like http://forum.xda-developers.com/showpost.php?p=13969789&postcount=585 without having to dig for parts. Often it is harder to find working parts than to simply modify the ones that are already running.
Sent from my ADR6400L using Tapatalk
I for one would love to learn how to create themes and eventually my own roms. I found a theming guide in these forums that had a lot of information in it, but felt it was missing a lot of whys's for example when you can just modify a PNG to produce a particular look and when do you have to edit XML files. Be nice if some documented maybe there creation of a rom/theme and explaned everything along the way. Then someone could build the same rom/theme and learn by doing. I know when I got my active directory Certifications I learned at home on my own and used some training videos. I built the network right along with the training videos in Vmware. Best way to learn in my opinion is by doing.
Sent from my ADR6400L using XDA Premium App
twistedumbrella said:
That is done with a layout modification in the home app. That is from way back in G1 days and I know there is documentation somewhere. I'll look for it.
I will be releasing a Jane Bamf Ginger ROM later that is semi stock. It has extended power options, bamf toolkit, removed gps icon, 3.0 weather, 6 bar, Google talk with video, but stock theme, animations, sounds, and the weather will be optional.
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
Can we remove the Gps icon? So at I've only seen it being hidden. Thanks.
Is there any instructions, or is anyone willing to send me instructions, on how to do the 6 bar modifications myself? Also trying to find the information for the accurate/smooth battery indicator but coming up empty handed.
thanks for posting twisted
Thank you for the thread!
I would really love a write up of manual removal of 5 row app drawer back to 4. That is the main reason I'm not trying any themed stuff right now because everyone has it and I'm not a fan. It must be similar to the lead that was said about adding 5 rows a few posts back...
Sent from my ADR6400L using XDA App
I agree completely. JCase had promised us in the Fascinate forum a step by step on how to mod an .apk (specifically, a Car Dock one that Adrynalyne had made) to customize it. Then, alas, our beloved Thunderbolt came out, and he became preoccupied...
The HOW is deff needed for those up and coming devs and those that just like to tinker.
New kernel making guide added
Testing and finishing a guide on ubuntu for android without loop support
Working on some other guides
Sent from my DROID2 using Tapatalk

Few New MODs! VolumeStepping Fixed - More Mods in 2nd post!

Edit: Volume Stepping Mod fixed! More Mods Added!! See second post for new Mods.
Hello, my name is Doc....and I am a recovering lurker!
First post ever here! (Would that be Step 2 or 3 in the recovery program???)
Anyhow, I have been lurking around XDA for quite some time now, mostly just absorbing A LOT of fantastic information, and although it is not much I thought it was time I shared back!
Please keep in mind, that I can offer no promise of support. (These are mods I did for myself and figured others may appreciate them.) The main reason I have never participated here before is time, as in I don't have much of it! (Single Dad, 2 jobs, and all that jazz) I will do my best to help out (and keep contributing), but there will often be periods of time where I simply will not be around to respond. I am not trying to be an ass, just honest and up front. If there are any issues with what I share, I don't want people getting angry because the OP wasn't around to fix his stuff!
I have been using these for a few weeks now and have had no real problems, so I am fairly confident that they should work for the rest of you. Once I reach my 10 post limit I will move these into the Development section since it seems that very few people even vist these other areas anymore. I will also post links to the original threads where I got the mods.
If any of these have already been done for our phones please let me know. And of course, if anyone knows of a better way, or has any ideas, please do share!
Link to downloads are at bottom of post.
Remember, these are for STOCK FROYO!
NANDROID, NANDROID, NANDROID!!!
Remap Faves button to Settings (Rosie.apk) -(Thanks/Credit to the1wingedangel)-
I know there are quite a few of these already out there, but have not seen one made to go into Settings. I find I use it quite often and it has been very convenient for me. Hopefully someone else may find it usefull as well.
Smooth Spinners (Framework-res.apk) -(Thanks/Credit to D.O.C)-
This is simple eye-candy, but I like it a lot! It does what it implies...Smooths out the rotation of the spinning circles displayed while loading.
(NOTE: This mod is in Framework-res.apk, so if you are themed, you may not want to flash this) (I will post the modded smali files later on so you can do a simple copy paste and keep your themes intact)
Volume Stepping Increase and Smooth Scroll (Framework.jar) -(Thanks/Credit to AndroidON)-
The Smooth Scroll portion of this will disable ScrollingCache for the whole system. Apparently it was not implemented as well as it should have been and I find my Slide really likes having it disabled. (i.e. Under Settings > Applications > Manage Apps - when scrolling through the list of apps, it is very very smooth! No more skipping or hesitating!)
The volume portion will not increase the max volume of your Slide, but will allow finer control over the volume. It changes:
Media, Bluetooth and TTS from 15 to 30 volume steps;
Ringtone from 7 to 15 volume steps;
Voice Call from 5 to 10 volume steps. (I am uncertain what this changed, as in-call and speakerphone volume remains unchanged. I assume this may be overridden by another setting or it is not applicable to the custom ROM I am using. If anyone knows more about this, please share your knowledge!)
Download: min.us/mEspresso < copy/paste in browser
Thanks to everyone here at XDA!
ENJOY!
Extended Power Menu - All In One Zip - Decompiled files for Framework-res.apk
Here are a couple of more Mods...
All mods are flashable through CWM.
Extended Power Menu (Reboot) (android.policy.jar and com.htc.resources.apk) -(Thanks/Credit to ca1ne)-
My personal fave! This will add an extended power menu...Long press the power button and you will see an extra option, Reboot! Select this and you will get a second menu to choose the type of reboot. Choose from Normal, Hot Restart, Bootloader, or Recovery.
I do plan on uploading one without the htc.resources.apk for those that have already modded this file. The only reason it is included is for the Reboot icon. I made this icon for myself, but it is possible to default it to the generic Settings Gear icon you may have seen on similar mods, which would remove the need for including the extra file.
AllMods.zip - This is all of the mods I have listed so far, in one flashable file.
In my download folder, you will notice a few other items:
SmoothSpinnersMod_Themed.zip and AllMods_Themed.zip - These are the exact same mods, only the framework-res.apk is the one I personally use. (Others provided have not been themed). It isn't much, but I used UOT (Thanks to them of course!!) to spice up my Status Bar a little. Replaced many of the white status icons with prettier colored ones, changed the stock spinner to a Radar spinner, and included the Circle Battery with %.
I had it, so I figured I'd share it!
SmoothSpinners Files.zip - If your framework-res is already modded/themed, this is for you. Unzip the files, decompile your framework-res and copy/paste the files from my zip to: framework-res.apk/res/drawable/ Recompile. Thats it.
I know these are fairly minor mods, but I wanted to put them out there anyway in case someone is interested. I do hope someone finds some good use in these.
There are a few other mods I have attempted, but could not get to work on Froyo. I will likely be making the move to SalsaSlide sometime this week. (Finally, right??) Anyway, I plan to bring all of these over to GB as well as a few others I have been working on, so stay tuned!
Downloads: min.us/mEspresso < copy/paste in browser.
I know that these are for Froyo, which is probably not being used by very many people here anymore, but I am curious if anyone has even tried any of them and if so what did you think?
Sent from my custom MT3gS
Wow! It seems I am a bit more behind the times than I realized! I guess it is time to move on, eh? Ah well, Gingerbread here I come!
DocHoliday77 said:
Wow! It seems I am a bit more behind the times than I realized! I guess it is time to move on, eh? Ah well, Gingerbread here I come!
Click to expand...
Click to collapse
Don't be so quick, I end up coming back to my favorite froyo rom because things just work. I loved your reboot mod. I have a request, I have seen other froyo phones with power control widgets on the notification, do you think that's possible on sense?

Scrolling with fingerprint reader?

I just got my Honor 7 and I like it a lot! It's a cool feature that the fingerprint reader supports gestures, but I don't find the preset function very useful. Instead I'd like to use it like a universal scroll both horizontally and vertically. It would be great if it's possible to use it in any app just like swiping the front screen. That way one could scroll through websites etc while seeing the whole screen.
I'm new to android development, so I wonder if it's even possible to achieve? Would it require low level programming or is it accessible through some api? Is it possible to make an app that catches the gestures and transform it to what I want, or would I need to root the phone and hack on a custom rom?
I will probably not have time to implement this, but I'm curious wether or not it's possible. If anyone else is inspired by the challenge, you're welcome to hack along
Did you find anything??
Sent from my EVA-L09 using XDA-Developers mobile app
swipe left and right for skipping music would be a great feature too.
somebody knows if its possible?
Sorry, didn't find anything. I still think it would be a killer feature, but I'm not sure how accurate the sensor is. My guess is that it would be pretty hard to hack it, and it's far out of my league.
if you have a look at your finger sensor menu, you can see, that both directions (up and down) are used for other functionality!
I think it is impossible to use this fingerprint otherwise without getting trouble with it.
non-toxic said:
if you have a look at your finger sensor menu, you can see, that both directions (up and down) are used for other functionality!
I think it is impossible to use this fingerprint otherwise without getting trouble with it.
Click to expand...
Click to collapse
Actually, both directions are optionally used for other functionality. This is what got me thinking that it might be possible to catch the swipe gestures, but use it for something else. Don't really know where to start though. As you say, it's a big chance to get trouble with it, conflicting the other behavior etc.

AOKParadox: This is Gonna Happen

Hi all,
A while back I asked what you guys would like to see from a ROM and that never took off however I did take available suggestions to heart.
Let's start with a bit of background. In 2012, I was introduced to the whole concept of Android development. I rooted the device I had at the time, installed CM, and for a while everything was great. What I didn't like and still don't like about CM is that it is somewhat lackluster when it comes to features and what I didn't like about other ROMs at the time was that they had far too many. Eventually I gave AOKP a shot and its been a favorite of mine for a long while.
Jump to the present. I can do a lot more in terms of development, I can do things now that I had only dreamed of doing a few years back. I saw AOSParadox and the idea of a fully optimised AOSP ROM really appeals to me.
Meet AOKParadox: sheer optimisation and freedom without insane decisions, and the lack of features.
Here's the features I plan to use so far:
1. Compilation with the Uber toolchain (ready)
2. CAF applications and optimisations (Sultans drivers and SWE browser are what's planned)
3. Integrated flashtool (maybe flash fire)
4. Boeffla (with Swell-V6 as default along with my other profiles)
5. An Adblocker (thinking AdAway)
6. Aegis (no longer possible)
7. Xposed (I won't support those using it however)
8. ViperAtmos (Viper is ready however Atmos isn't)
9. Integrated SuperSU (Consider it done)
10. A custom HAL (ready for alpha)
11. Layers (will replace CMTE) (CMTE removed, need to find layers commits)
12. A dark mode (ready for alpha)
13. AROMA (... maybe, poses issues for some)
I plan to integrate most of these into the sertings menu. Note that a few of these features may not make it into the final product and I may implement other features... I have to ask permission of course. I can't just steal work from other developers
Any suggestions are incredibly helpful and if a developer would like, I would consider putting your work here too.
I'm going to start work bow and hopefully seed an alpha to those I trust in the coming weeks.
Suggest away,
RJ
Edit: I've realized that the developers of AOSParadox may feel offense due to the name I've chosen, and as such, AOKParadox will no longer be named. Suggestions are welcome.
Would it be posible to add support for cm13 themes or layers?. cuz that would be awesome.
elander said:
Would it be posible to add support for cm13 themes or layers?. cuz that would be awesome.
Click to expand...
Click to collapse
AOKP supports CMTE by default however I could look into layers instead
That sounds like a great idea! I would base your device tree of the CM one and the kernel also. I like that you want to use layers instead of CMTE
Maybe I can assist you in some things, but I'm not an android rom developer.
taaeem said:
That sounds like a great idea! I would base your device tree of the CM one and the kernel also. I like that you want to use layers instead of CMTE
Maybe I can assist you in some things, but I'm not an android rom developer.
Click to expand...
Click to collapse
Definitely. Considering CM uses CAF now I don't have much to do in that respect.. Maybe I'll pull in Sultans qcom drivers. Not sure they'll work yet though. Definitely going to modify the kernel a ton though.
Your assistance would be much appreciated. Thanks.
Although I mentioned modifying the kernel earlier, there is one I'd like to ask to implement. Not giving anything away, but I've contributed a little bit to it on the CM alpha side
Edit: I was just able to give you five likes on one post. Weird..
In my opinion it wouldn't have sense to change kernel cause the built-in one is optimized for CAF sources wich is the main feature of AOSParadox. AOSParadox team will also probably add full Layers support, gestures, an option to switch from hardware keys to navigation bar and a black theme in the upcoming build.
The features that I would like to see added in AOSParadox are:
- OTA updates support
- built-in Viper4Android
- built-in SuperSU
- built-in AdAway
- removed old and ugly AOSP apps like music or browser (this one possibly replaced by CAF browser)
- quick pulldown, notification LED control, long press recent button to open the last used app and customizable power menu (with advanced reboot)
- all these features well-ordered in settings just like CyanogenMod
- apps like Layers Manager, Super SU and Viper4Android integrated in settings
- duble tap to wake in settings without kernel adiutor workaround
Inviato dal mio ONE E1003 utilizzando Tapatalk
Diego98 said:
In my opinion it wouldn't have sense to change kernel cause the built-in one is optimized for CAF sources wich is the main feature of AOSParadox. AOSParadox team will also probably add full Layers support, gestures, an option to switch from hardware keys to navigation bar and a black theme in the upcoming build.
The features that I would like to see added in AOSParadox are:
- OTA updates support
- built-in Viper4Android
- built-in SuperSU
- built-in AdAway
- removed old and ugly AOSP apps like music or browser (this one possibly replaced by CAF browser)
- quick pulldown, notification LED control, long press recent button to open the last used app and customizable power menu (with advanced reboot)
- all these features well-ordered in settings just like CyanogenMod
- apps like Layers Manager, Super SU and Viper4Android integrated in settings
- duble tap to wake in settings without kernel adiutor workaround
Inviato dal mio ONE E1003 utilizzando Tapatalk
Click to expand...
Click to collapse
Oh, I won't be using AOSParadox as a base. I actually looked at their kernel and device tree and it doesn't differ much at all. It would be easier to just fork Ashwins and build from there. CM is CAF based now in this respect. Thru just lack proper qcom drivers. I'm going to see if I can implement Sultans drivers for the One. Obviously jot all of yyrm will work but its worth a shot.
OTAs won't happen. I'm sorry, but I have no way of hosting builds yet.
Layers manager will be implemented
The CAF browser is definitely going to be there
Everything else I've already mentioned and is available from AOKP.
Thanks for the feedback!
I misunderstood, anyway the OTA support isn't that important and your ROM looks promising. I'll give it a try when it comes out ?
Inviato dal mio ONE E1003 utilizzando Tapatalk
Looking good from the features
Just wanted to say that don't use Aegis because it creates lots of problems for apps such as ADM
And Xtreme music sound mod would be great in place of viperatmos
Adesh15 said:
Looking good from the features
Just wanted to say that don't use Aegis because it creates lots of problems for apps such as ADM
And Xtreme music sound mod would be great in place of viperatmos
Click to expand...
Click to collapse
Xtreme music requires SELinux to be disabled last I checked and I'm not one to really do that for more options in terms of equalization. I think Atmos and Viper should suffice. Thanks for the feedback. Maybe it will show up as an option in AROMA whenever I chose to implement it!
RJDTWO said:
Hi all,
RJ
Click to expand...
Click to collapse
Wow, I have no clue about the different ROM types (apart from Slimroms and miui) but one can only admire the level of effort that you are putting in to this! Looking forward to the rom, can't think of anything else than you already put on the list.
Thanks!
Unfortunately Aegis is no longer a possibility. I require special privileges to access specific repos on GitHub...
@RJDTWO Can you port Miui ?
Many users are waiting for Miui on onyx
RJDTWO said:
Oh, I won't be using AOSParadox as a base. I actually looked at their kernel and device tree and it doesn't differ much at all. It would be easier to just fork Ashwins and build from there.
Click to expand...
Click to collapse
Then why call it AOKParadox? :/
I'm here just to wish good luck with the project and say that it is an amazing idea
Not asking for any features in particular just giving you my thumbs up
Quasar said:
Then why call it AOKParadox? :/
Click to expand...
Click to collapse
Have a better suggestion? I'm open to names.
AOSwellP anyone? In honor of the profiles I make?
RJDTWO said:
Have a better suggestion? I'm open to names.
Click to expand...
Click to collapse
Any rules about the names? Things you really want to have in it, like AOK or Paradox? I just finished reading Ready Player One, so I have plenty of names and references
charliebigpot said:
Any rules about the names? Things you really want to have in it, like AOK or Paradox? I just finished reading Ready Player One, so I have plenty of names and references
Click to expand...
Click to collapse
It would be nice to keep AOK in the naming scheme however I'm open to anything really
I don't adding xposed would be a good idea. But it's me

Request for Samsung Nougat ROM port for P905

Request one of our many gracious and wonderful developers to port a Samsung Nougat ROM for our beloved P905. I understand that porting a One UI based ROM would be very tough because of the deep changes. I hope porting a Nougat ROM from one of the many Samsung Nougat tablets would be a tad more do-able.
I once again acknowledge that our developers have their own lives to lead and priorities in life and are doing us a favor by spending their valuable time to develop ports and Lineage OS based latest android builds for our aging dinosaur.
A Samsung Nougat based ROM would be wonderful for the P905.
chudu1 said:
Request one of our many gracious and wonderful developers to port a Samsung Nougat ROM for our beloved P905. I understand that porting a One UI based ROM would be very tough because of the deep changes. I hope porting a Nougat ROM from one of the many Samsung Nougat tablets would be a tad more do-able.
I once again acknowledge that our developers have their own lives to lead and priorities in life and are doing us a favor by spending their valuable time to develop ports and Lineage OS based latest android builds for our aging dinosaur.
A Samsung Nougat based ROM would be wonderful for the P905.
Click to expand...
Click to collapse
Hi Chudu.
What are the Samsung specific features that you're looking for when it comes to One UI or Touchwiz?
Hi shardsx,
By Samsung specific features, I mean mainly the Samsung Touchwiz/Grace UI and the myriad of settings and customization features unique to Samsung firmware.
And as a possible bonus, if the ported ROM is from another S-pen supported tablet/phone, then the included S-pen features would be the icing on the cake.
Developers like Valeria1978 have developed Lineage0S for this aging tablet based on Android 10 and it feels so much lighter on the resources. But inevitably, I find myself going back to the Note 7 ported ROM because I miss the stock Samsung firmware look and features.
chudu1 said:
Hi shardsx,
By Samsung specific features, I mean mainly the Samsung Touchwiz/Grace UI and the myriad of settings and customization features unique to Samsung firmware.
And as a possible bonus, if the ported ROM is from another S-pen supported tablet/phone, then the included S-pen features would be the icing on the cake.
Developers like Valeria1978 have developed Lineage0S for this aging tablet based on Android 10 and it feels so much lighter on the resources. But inevitably, I find myself going back to the Note 7 ported ROM because I miss the stock Samsung firmware look and features.
Click to expand...
Click to collapse
Unfortunately it appears that the best path forward is to go with the Lineage OS builds from Valera1978. There hasn't been any other developers taking up the mantle with the P905, so we're only here at Android 10 by the good graces of Valera and his work. This is why I was curious to see if there was something specific to Touchwiz ROMs that appeal to you which could be mimicked in software but allow you to continue using the latest Lineage builds. For example, there's online praise of SPenCommand which is a 3rd party app (outside of Google Play) that recreates TouchWiz's S-Pen functionality for Lineage and AOSP ROMs, (note that I haven't personally purchased or used this software). LectureNotes, which I do use, is a very good note-taking alternative to S-Notes.
Since knowledge emerged on how to fix the S-Pen palm rejection that has been broken since Lineage 15.1, Lineage 17.1 has been my daily driver and working pretty well. I would have liked to stick to Lineage 16.1 as I find it more stable and polished than 17.1 but I cannot get a successful compile of Valera's 16.1 ROM to boot on my tablet.
If anyone can figure that out, I can probably provide a Lineage 16.1 build that:
- enables S-Pen palm rejection
- enables Bluetooth pairing of PS4 DualShock4 controller without the associated nasty input lag
I fully agree with you. I have not tried the Spencommand software, but now that you have mentioned it, I will try to find it and use it.
Apart from the comparative lack of customizability, there are 3 reasons which I find irksome about the 17.1 build.
First is the rotation bug. After a while, the tablet simply gets stuck in portrait mode and only a reboot gets the landscape mode working again.
Secondly, I need to swipe at least 3 or 4 times in order to pull down the quick settings and notification shade and it is extremely slow while it opens out.
Thirdly, I use my P905 a lot for making calls and in spite of trying everything, I'm unable to hear the voice of the person on the other line when on voice calls. I'm forced to use a Bluetooth speaker which is not always convenient.
chudu1 said:
I fully agree with you. I have not tried the Spencommand software, but now that you have mentioned it, I will try to find it and use it.
Apart from the comparative lack of customizability, there are 3 reasons which I find irksome about the 17.1 build.
First is the rotation bug. After a while, the tablet simply gets stuck in portrait mode and only a reboot gets the landscape mode working again.
Secondly, I need to swipe at least 3 or 4 times in order to pull down the quick settings and notification shade and it is extremely slow while it opens out.
Thirdly, I use my P905 a lot for making calls and in spite of trying everything, I'm unable to hear the voice of the person on the other line when on voice calls. I'm forced to use a Bluetooth speaker which is not always convenient.
Click to expand...
Click to collapse
The telephony aspect of this tablet is something that I am unable to provide any alternatives. My carrier appears to be incompatible with my tablet so I never looked into this at all.
In terms of the rotation bug, I use an app called Ultimate Rotation Control and manually rotate using its Notification widget. This bug exists with all versions of Lineage OS and this was the only workaround I've found which consistently works.
For the notification shade, this is one area that I think Lineage 16.1 offers a smoother experience. I found that certain apps like Youtube, TunedIn Radio, or any apps that utilizes a background image for its notification card will cause the notification shade to lag. Once an affecting app generates a notification card that causes the stuttering behavior, there's no way to recover other than to reboot. Even if the affecting app is closed, the notification shade continues to be slow and stuttery. The only workaround I've found is to disable all notifications for the affecting apps and then reboot.
In terms of quickly pulling down the notification shade with everything expanded in one go, there is an option in Lineage OS in the Settings app, under System > Status Bar -> Quick Pulldown. Enabling this option will allow a single swipe from the status bar to display a fully expanded notification shade with all the toggles and cards expanded.
I know the biggest problem for you is the telephony and call volume. Unfortunately nothing I have said is going to help with that. I hope perhaps Valera or a new developer may be able to help you. At least I hope my words would help anyone else with similar problems who happens to stumble upon this post.
Lastly, I'd like to share that to get the experience of a fullsize keyboard similar to Touchwiz, Hacker's Keyboard is probably as close as you can get with so little developers producing keyboards that are appropriate for tablets of this size.
Thank you so much for all this information. I will definitely try out the spencommand apk and hacker's keyboard.
chudu1 said:
Thank you so much for all this information. I will definitely try out the spencommand apk and hacker's keyboard.
Click to expand...
Click to collapse
Hi Chudu,
I'm afraid to report bad news. I tried SPenCommand downloaded from the developer's page but it doesn't seem to launch on my device using Lineage OS 17.1. If you are going to try and switch ROMs to try this software, please be aware of this potential snag.
Hi shardsx,
Can you provide me a link to the download page? I'll try it out on my weekly off and see if I'm able to launch it.
chudu1 said:
Hi shardsx,
Can you provide me a link to the download page? I'll try it out on my weekly off and see if I'm able to launch it.
Click to expand...
Click to collapse
The developer of this app is called @emandt. He had a thread about this app here at XDA.
His website is http://www.emandt.net/Android/SPenCommand/Website/. On this page you can find the download links. This is a paid app hosted outside the Google Store and relies on an in-app purchase to unlock. As I mentioned, this app seems to instantaneously close on me so it seems to do nothing. The author seems to have last updated this app to support Android Oreo or Lineage 15.

Categories

Resources