[Q] Prevent all trackball motions - Hero, G2 Touch Q&A, Help & Troubleshooting

Hi!
My Hero has had problems with the trackball not working for a couple of months but I haven't been bothered by it since I never use it. Lately however, the trackball (or it's sensors on the board) seems to have gotten a life of it's own. It's constantly scrolling upwards making it impossible to navigate in menus and send text messages.
I've read many many threads about people wanting to completely disable the trackball but noone seems to have any idea on how. I've also tried cleaning. If anyone knows about a solution to make the trackball not load when the basic IO functions loads I would be very happy indeed. The problem is not ROM specific since the scrolling occurs in the recovery menu as well.
If it's not possible to "deactivate" it I'm curious if you think it would be possible to write a tiny little background app that listens for the trackballs MotionEvent, catches it, does nothing and then returns true as if the handler in the background app took care of all the work and thus overrides the scrolling that would happend in the browser, menu or whichever context you are in?
The method I've been looking at is: public boolean onTrackballEvent (MotionEvent event)
What do you think?

span_01 said:
Hi!
My Hero has had problems with the trackball not working for a couple of months but I haven't been bothered by it since I never use it. Lately however, the trackball (or it's sensors on the board) seems to have gotten a life of it's own. It's constantly scrolling upwards making it impossible to navigate in menus and send text messages.
I've read many many threads about people wanting to completely disable the trackball but noone seems to have any idea on how. I've also tried cleaning. If anyone knows about a solution to make the trackball not load when the basic IO functions loads I would be very happy indeed. The problem is not ROM specific since the scrolling occurs in the recovery menu as well.
If it's not possible to "deactivate" it I'm curious if you think it would be possible to write a tiny little background app that listens for the trackballs MotionEvent, catches it, does nothing and then returns true as if the handler in the background app took care of all the work and thus overrides the scrolling that would happend in the browser, menu or whichever context you are in?
The method I've been looking at is: public boolean onTrackballEvent (MotionEvent event)
What do you think?
Click to expand...
Click to collapse
Maybe its just too much kernel compiling talking, but I would just kill it the kernel level - sounds easiest to me
Let me know if you want me to look into this, and nag me if I forgot....

Killing this at kernel level would be fantastic if its possible. You would be more than welcome to have a look at this.
I have no knowledge of where to start looking since I know very little about any kernel. I am very interested in learning more though so if you do not have time at the moment I would be very glad if you could provide some pointer on where to start looking.

This would be amazing if possible, my guess would be the kernel too.
I was using all the time at first, but now it's more of a hassle than anything else.

span_01 said:
Killing this at kernel level would be fantastic if its possible. You would be more than welcome to have a look at this.
I have no knowledge of where to start looking since I know very little about any kernel. I am very interested in learning more though so if you do not have time at the moment I would be very glad if you could provide some pointer on where to start looking.
Click to expand...
Click to collapse
Ok, I'll try to get around to it in the next couple of days, bump this or even PM me if I forget.
In the meantime if you want to get your hands dirty in kernel code, heres the section about "my" sources from my flykernel post:
erasmux said:
Kernel Sources
My sources with all my updates and changes are found on github:
http://github.com/erasmux/hero-2.6.29-flykernel
Use hero_defconfig for the regular version and hero-bfs_defconfig for the BFS version.
See the wiki for more information about building the kernel. Another great resource about kernel building is the cyanogen wiki - do note that currently the CM kernel will not work on the hero.
Please feel free to contact me regarding my sources and kernel development.
Click to expand...
Click to collapse

erasmux said:
Ok, I'll try to get around to it in the next couple of days, bump this or even PM me if I forget.
In the meantime if you want to get your hands dirty in kernel code, heres the section about "my" sources from my flykernel post:
Click to expand...
Click to collapse
Thank-you kernel king! Will have to put on some gloves and dig around the source this weekend!
Sent from my HTC Hero using XDA App

Any luck yet?

Nope, not yet. I have not had much time to look into this. Being a complete novice it will probably take me some time
Sent from my HTC Hero using XDA App

I've now found a solution to this that I'm testing out. I've recompiled FlyKernel with a small customisation and it seems stable enough. PM me if you want to see the change or need a flashable zip.

Related

[Q] re-arrange items/apps in "share via" list

hi
here's a little pet peeve of mine
whenever i go to share a picture, website link, etc i am presented with a *huge* list of apps that i could ever possibly use
but here's the truth - i only ever use three (maybe four) of those apps
and, just an extra bonus, those three or four are distributed all up and down that list - and yeah, the gmail icon is at the bottom! lol
is there *any* way to modify that list??
or an app that lets us mod that list??
i'm asking you guys cuz you would know
and... if anybody wants an idea for an app to build... there ya go! i'd pay 99cents (heck, probably even 1.99) for such an app!
and, while i'm asking, i might as well say what would be just killer features ---- allow us to pick the say top five apps that would always show up, and the last entry says "all" so the entire list becomes available
would be good to be able to sort the apps that show up in that list too
anyway.. just gonna throw that out there
??
no one has anything to say about this?
Shame that there are no replies, as this is also bugging me. Here's a bump for the topic.
Annoying me as well. Recently downloaded a QR app and the damn thing added TWO entries. I'd love to be able to remove everything but email, facebook, and messaging...
How can this still be an issue
I can't believe there's no way to filter the list or at least sort the list in order used.
'Intents' and MIME-types
Recently I find that I've become rater annoyed with the list for "share via", and started wondering how I might go about deleting specific items or at the very least rearrange the order in which they appear.
I've been unable to find the answer, as most threads, only consist of the question, and no answers.
I did however find out that what causes an app to appear in the "share via"-list is an 'Intents'-argument with regards to MIME-types (.jpg or .txt etc.) when coding the app.
See: (add the http yourselves, as I'm unable to, with this being my first post)
stackoverflow .com/questions/7891473/how-to-write-an-android-share-plugin
&
stackoverflow .com/questions/3553017/android-share-via-dialog
That means, that in order to remove them from the list, we would need some app, like LBE Privacy Guard, that could limit the "offending" app's 'Intents' in certain regards.
However I've been unable to find anyone that seems to know which file to tweak in order to rearrange the order in which they appear.
I doubt this helps anyone very much, but it may just lead someone on the right path to maybe coming up with a fix for this.
Try 'Andmade Share' from the market, seems like it would be what you're after.
https://play.google.com/store/apps/...1bGwsMSwxLDEsImNvbS5hbmRtYWRlc29mdC5zaGFyZSJd
or
share customizer
Play link
Feature request added at code.google 2012-01-25
It would appear that a feature request has been put in at code.google at 2012-01-25
(Again add the http-part yourselves)
code.google.com/p/android/issues/detail?id=24741
While we are waiting for this "obvious" feature, the above reply's seem to offer what I'm asking for, at least in an app, though it ought to be built in...
Thx a lot itscro & biopsin
EDIT: I think I'll pass on the Share Customizer, with all the funky (chinese?) writing, and dec. 2011 latest update.
Andmade Share however looks like a winner, and I like the fact, that it doesn't require any permissions...
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Nitsson said:
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Click to expand...
Click to collapse
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Kosh_ac said:
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Click to expand...
Click to collapse
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Nitsson said:
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Click to expand...
Click to collapse
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Bawl said:
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Click to expand...
Click to collapse
Its been quite awhile since this thread was active, but I'm hoping someone has something new on this topic. I can't find any other threads that cover this issue...

[Users][4.0]ICS 4.0.4 support/discussion thread

Well, that time has come. I feel like our ROM is stable enough that I can finally proide support for it without you guys (unintentionally) clogging up the dev thread.
If you have a question, POST IT HERE. If you want to ask about install issues, how to get into devving, or rabid toasters, POST IT HERE. I am closing off the dev thread now that this is created. If you post there without a constructive helpful comment (I will put up criteria there), you will get yelled at, beaten, and sent to slink back to your hole from whence you came.
Okay, now that that's over, I will be providing support in this thread. I am not mean, scary, nasty, or like to drown puppies for fun, despite what the impression the above may give you. I am actually a very helpful person (as most pre-existing members here will agree), and will try to help you, even if you think it's a stupid question.
One rule here: Search first!
I cannot emphasize how important this is. As I said, I am more than happy to answer questions, but for the love of god please don't post something like "wherez the ICS guyzz, I don;t see it in this thrad, this forum sukks". Please use search first before posting. Thank you, and have a nice day.
Well, have fun, and I will answer any questions you have (even if they don't directly relate to ICS).
Install instructions:
Special thanks to daniel644 for the video and his high praises of me .
Guides (thanks to goldflame for these):
Drm manager
YOU MUST HAVE ROOT IN ORDER TO DO THIS!!!!
http://forum.xda-developers.com/showthread.php?p=31201787
Run this in terminal with su permissions
Open terminal Type su Accept the superuser request Follow the code from the post One condition if you reboot you have to repeat the third line of code.
This will fix the market
Here is rooting:
Download tsparky root on your computer from here: http://forum.xda-developers.com/showthread.php?p=31067529
Extract the zip plug in your Samsung, turn on USB debugging which can be found in settings-devoloper-usb debugging and run the bat file.
For those of you like me that when you open super user it fcs, here is a guide on how to fix that:
I have rooted, super user won't open now
OK follow theses steps
1) download and install Android commander (Google it)
1a) plug in your device and make sure USB debugging is on
2) open android commander
3) on the right panel go to /system/app and delete super user.apk
4) then go to /system/xbin and delete busybox and su
5) reboot and root again
Worked for me and two other people so it should work for you.
This is a good idea ... hopefully we will see more people pop in here than the dev thread, like to see you guys progress whenever possible and not so much "I need help installing this". I read a few posts of one of your guys requesting people to PM for help but maybe this thread will alleviate that "burden"...
da1writer said:
This is a good idea ... hopefully we will see more people pop in here than the dev thread, like to see you guys progress whenever possible and not so much "I need help installing this". I read a few posts of one of your guys requesting people to PM for help but maybe this thread will alleviate that "burden"...
Click to expand...
Click to collapse
Well, answering questions is not a "burden" more than it is something not 100% relevent to our dev thread, which (unfortunately) sometimes gets us off on a tangent. This way, I can help you guys, and we can still be productive in the original thread. Even if your question isn't relevant, pop me a PM, and I will be happy to help you, as long as you have researched first (meaning not stuff like "where's the stock rom"?).
hanthesolo said:
Well, answering questions is not a "burden" more than it is something not 100% relevent to our dev thread, which (unfortunately) sometimes gets us off on a tangent. This way, I can help you guys, and we can still be productive in the original thread. Even if your question isn't relevant, pop me a PM, and I will be happy to help you, as long as you have researched first (meaning not stuff like "where's the stock rom"?).
Click to expand...
Click to collapse
This is simply a suggestion, but maybe you guys could make a skype group, if you guys don't do that already. I guess it's a good thing to post in the dev thread the little updates, but I think a skype may be more convenient.
euphoriaflow said:
This is simply a suggestion, but maybe you guys could make a skype group, if you guys don't do that already. I guess it's a good thing to post in the dev thread the little updates, but I think a skype may be more convenient.
Click to expand...
Click to collapse
Between devs yes, we use Gtalk on a daily basis, and has been invaluable in getting work done quickly. It would be interesting to use skype and/or Gtalk for support, although we would need a dedicated account for that (and we are currently locked out of our Nova Gmail account, because we forgot the password ).
Not trolling here, but just wondering. Since when did discussion become development? Shouldn't this be in general?
In our one s forums all discussion threads are in the general section.
Sent from my HTC One S using Tapatalk 2
Same at the epic 4g touch forums, but to be honest, I don't mind it being here at all. Not too late to move this over there, though.
Sent from my SPH-D710 using xda app-developers app
hanthesolo said:
Between devs yes, we use Gtalk on a daily basis, and has been invaluable in getting work done quickly. It would be interesting to use skype and/or Gtalk for support, although we would need a dedicated account for that (and we are currently locked out of our Nova Gmail account, because we forgot the password ).
Click to expand...
Click to collapse
I do have the pass (I saved them in case we forget it). Also klin, it is considered for general but can be considered like dev too (in the sense of error reporting).
klin1344 said:
Not trolling here, but just wondering. Since when did discussion become development? Shouldn't this be in general?
In our one s forums all discussion threads are in the general section.
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
This is a subsection of our development thread, and while it may be better placed in general, it is best here, as we remove the chance of people who create accounts just to complain, and we obtain easier access for users. Plus, I believe I may have an idea to put the community to work, I just need to polish it a bit more.
hanthesolo said:
Between devs yes, we use Gtalk on a daily basis, and has been invaluable in getting work done quickly. It would be interesting to use skype and/or Gtalk for support, although we would need a dedicated account for that (and we are currently locked out of our Nova Gmail account, because we forgot the password ).
Click to expand...
Click to collapse
Can't you reset it. Should be easy if you put a recovery email
Sent From My YP-G1 running ICS build 3.5
is this version (3.5) already better than the GB Roms out there? or is it better for domeone like me who likes gaming and music to stay on my current rom until HW and such things are fixed?
btw im using dream Ultra right now because my device makes weird noises when im using other roms
crancpiti said:
is this version (3.5) already better than the GB Roms out there? or is it better for domeone like me who likes gaming and music to stay on my current rom until HW and such things are fixed?
btw im using dream Ultra right now because my device makes weird noises when im using other roms
Click to expand...
Click to collapse
I would hold off, but only for a little while longer, there are a few details (market download fix and proper sdcard support) that need to be added into the next ROM build so you don't have to ADB push things or use terminal to enter code after every boot, once those issues are fixed then it should be a good daily. But, if your comfortable and know how to ADB push files and stuff like that then go for it, just remember you WILL be charging it EVERY night due to the deep sleep bug inherited from the CM7 kernel that was used as the base for our CM9 kernel.
daniel644 said:
I would hold off, but only for a little while longer, there are a few details (market download fix and proper sdcard support) that need to be added into the next ROM build so you don't have to ADB push things or use terminal to enter code after every boot, once those issues are fixed then it should be a good daily. But, if your comfortable and know how to ADB push files and stuff like that then go for it, just remember you WILL be charging it EVERY night due to the deep sleep bug inherited from the CM7 kernel that was used as the base for our CM9 kernel.
Click to expand...
Click to collapse
Is it possible to fix that deep sleep bug?
My milestones that need to be crossed for daily usage would be:
H/W Acceleration
SD Card fixed (internal and external)
Deep Sleep
Everything else either has already been added/fixed (Voodoo!!! Beats removed and optional ) or I could wait for (bluetooth, camera, gps).
You guys are doing a great job though, can't wait for the next build to see how you guys are doing.
da1writer said:
Is it possible to fix that deep sleep bug?
My milestones that need to be crossed for daily usage would be:
H/W Acceleration
SD Card fixed (internal and external)
Deep Sleep
Everything else either has already been added/fixed (Voodoo!!! Beats removed and optional ) or I could wait for (bluetooth, camera, gps).
You guys are doing a great job though, can't wait for the next build to see how you guys are doing.
Click to expand...
Click to collapse
once oisis gets his sgp 4.0, he can port a 3.0.x kernal and all these will will be fixed.
da1writer said:
Is it possible to fix that deep sleep bug?
My milestones that need to be crossed for daily usage would be:
H/W Acceleration
SD Card fixed (internal and external)
Deep Sleep
Everything else either has already been added/fixed (Voodoo!!! Beats removed and optional ) or I could wait for (bluetooth, camera, gps).
You guys are doing a great job though, can't wait for the next build to see how you guys are doing.
Click to expand...
Click to collapse
if/when Oisis gets a 3.0.x kernel up and going (after he gets his player) hopefully the deep sleep bug will be no more, since its a carry over from the CM7 base kernel and if we have a new kernel that should solve that issue, and should get us to where bluetooth, camera and H/W acceleration could all be possible aswell.
Han, while we wait for Oisis to get his player and do his magic can we get one more build that has the fixed vold.fstab to have both internal and external memory working normally without having to ADB push files to the player and the market fix (if there's an easy way to do it)?
daniel644 said:
if/when Oisis gets a 3.0.x kernel up and going (after he gets his player) hopefully the deep sleep bug will be no more, since its a carry over from the CM7 base kernel and if we have a new kernel that should solve that issue, and should get us to where bluetooth, camera and H/W acceleration could all be possible aswell.
Han, while we wait for Oisis to get his player and do his magic can we get one more build that has the fixed vold.fstab to have both internal and external memory working normally without having to ADB push files to the player and the market fix (if there's an easy way to do it)?
Click to expand...
Click to collapse
A build with a fixed vold.fstab is possible but for the market fix, this is something related to the initrd that actually needs one more line of code for it to be activated lool.
goldflame09 said:
once oisis gets his sgp 4.0, he can port a 3.0.x kernal and all these will will be fixed.
Click to expand...
Click to collapse
Hold up a sec, I'm unsure of the situation a bit here... does oisis HAVE a Samsung Galaxy 4.0?
If not, I'm willing to toss a couple Tens his way (won't mention how much here) with a stipulation. I'm talking about Amazon Credit (which I have alot of) here... An Amazon gift card (via email) would have to be used as Amazon being the purchase website. PM me if there is an interest oisis if this is the case of you not having an actual SGP 4.0 ...
Edit: Ok, I just read that oisis actually did order one from China (?) but if it takes too long I'm still willing to help money wise if needed for any of these great 4.0 devs here developing the ICS rom
zaclimon said:
A build with a fixed vold.fstab is possible but for the market fix, this is something related to the initrd that actually needs one more line of code for it to be activated lool.
Click to expand...
Click to collapse
OK then, a build with fixed vold.fstab and a file browser like the free ES File explorer so I can sideload my apps.
daniel644 said:
OK then, a build with fixed vold.fstab and a file browser like the free ES File explorer so I can sideload my apps.
Click to expand...
Click to collapse
A file explorer? I think I will just fix the kernel so that the drmserver can work on boot. As for the vold.fstab, I cleaned all my repo so it will take a long time before I can get one, I will get it more presumably on the weekend.
zaclimon said:
A file explorer? I think I will just fix the kernel so that the drmserver can work on boot. As for the vold.fstab, I cleaned all my repo so it will take a long time before I can get one, I will get it more presumably on the weekend.
Click to expand...
Click to collapse
Yeah a file explorer (file browser) so I can access the LEGALLY obtained .apk's I've collected from the developers websites, to install them. for whatever reason there is NO file browser app in this CM9.

Thoughts on the New LENS Miui Release.

So, Just days after making my post about my thoughts on the latest stable Miui.us Rom which is version 2.10.26.3 I was looking through the original dev section and came across (almost as soon as it was put out) The Miui Lens edition. Which was originally titled to imply that the rom was able to be used right off the bat as a daily driver, so I downloaded, and installed it. And here was my original impression.
Before the first update release the rom was uninstallable, but this was fixed.
I installed it to realize that I stupidly had not installed gapps, so I picked from one of my default gapps version I keep on my SD card, and installed it.
I got back into the rom, to realize that out of the hardware keys (back, home, recent apps) the only one working, was back.
Within minutes, this rom was updated to fix said issue. And I currently have all buttons working, that said I am having a haptic feedback issue where none of the buttons make the phone vibrate, this was not enough of an issue to get me off the rom, so I continued and until today was waiting for another update to hopefully fix the issue, but even with said update, issues are existant that still make phone usage not completely satisfying, as it was in the Miui.us 2.10.26.3 version of this rom.
Usability current Testing results, and thoughts:
I would like to start out here by saying that I have every intention of going back to the lens release of miui as soon as I can confirm that it is stable enough for ME to use as a daily, which for me, generally means that everything I do on the phone has to function properly, without the need of downloading a separate application, or having to fix things manually. I like the lens release of the rom more SPECIFICALLY because of the developer. His releases of the Miui rom are getting better, not worse, and I likely believe that he will create the perfect Miui rom for our phone faster than the developers at Miui.us.
1. Miui Launcher Configuration is functioning properly
2. Miui Themes is currently functioning properly as long as an account is set up, during the set up process.
3. Miui Music test showed first, that the app was functioning properly, however upon secondary test of setting configuration I realized that when
the Id3 tag correction and album art download was enabled without setting up an account during setup process, that the music app would F/C
I rebooted and cleared my cache and dalvic.
4. Headphone test (Brought to you by the Lens Rom Forum) failed, without an application (headphone toggle) from the Marketplace any -----------headphones plugged into the device, will not output sound. The device will remain on speaker.
5. Miui Sound Recorder, upon initializing sound record brings the emergency notification (Internal Application Error)
6. Miui Music Visualizer on both lockscreen and widget are responding to system sounds only (such as a notification, or a previously enabled or defaulted touch sound. They do not respond to music.
7. Miui will not detect that music is playing and alter the lockscreen to music format for you, because of this, to access the lockscreen music controls you must double tap on the...dongle to drag and unlock, to switch to the music control lockscreen, this is not a major issue, however with the visualizer not working, the controls, and the widget look a tad bland for Miui. (odd how that works)
8. The Miui Virus Scanning Application is functioning properly (a test was done with a known app to contain a virus, it was found and removed)
9. The Miui Shake to organize on home screen is not currently an available feature for this rom.
10. The Miui Notes application is functioning properly.
11. The Miui Setup Process was completed without error.
12. Miui Wifi download speeds seem comparable to sense. However an issue with rom abuse may cause you to loose ALL internet access until phone was rebooted, I cannot test further as I am still currently unaware of how this happened. But after I got this rom, I was preforming tests on it to test stability for 3 hours straight without letting the device sleep, after 3 hours (and some odd minutes) my internet, while displaying I had a perfect connection in 3g, and wifi, would not download an app, load a webpage (tested on 3 separate browsers), or allow internet access to an application.
13. The Miui firewall application, Seems, to be functioning properly, however when first setup it did not block the first incoming call from test subject. All others, were blocked respectively.
14. The Miui Camera featured in this rom (actually a camera from a previous AOSP rom) is functioning properly, with all settings configured, It is not a Miui Camera but a modded camera none the less, and has interesting features, that I will miss, upon loosing this rom.
15. All Miui Notification configurations are working properly
16. Miui sound mods have been enabled on this device, allowing me to hear my ringtone from 3 rooms away in an apartment (currently not so on cm10, and Paranoid android (tho I do love that rom))
17. Miui Online music, notifications, themes, album art, and id3 tag correction will only work if an account is set up at the initial boot of the room during setup.
18. The Miui Torch is working without issue on this rom.
19. Awesome beats v3 is untestable at the moment but assumed working, as headphones can be enabled.
20. The Miui Built in equalizer is working properly on this rom.
21. The Komodo Sweep to Wake OC kernel is currently working properly on this rom.
22. Live wallpapers are working correctly on this rom
23. Miui Weather Widgets cannot function without a translated version of the Miui Weather Application that can detect US cities (not yet available)
24. The Miui Clock application seems to be functioning properly (tested alarm, timer, timezone config, and stopwatch)
25. The Miui Smart Dialer seems to be functioning properly
26. The Miui Call Record feature seems to be functioning properly (tested on a call with test subject)
27. Lockscreen wallpaper changer, homescreen wallpaper change, and live wallpaper change are functioning properly .
28. There is not a Miui Toolbox application on this rom (No root configuration other than what is listed in settings)
29. Adblock for android seems to be working on this rom.
30. Notification dual touch re-size seems to be functioning correctly on this rom.
31. Lucky patcher confirmed installed properly on this rom.
32. LBE guard and App control Miui Applications are functioning properly on this rom.
33. Prompt requesting root access is working properly on this rom.
34. Anreboot, and goo manager are working properly on this rom.
35. Dual core AOSP mod is functioning properly on this rom.
36. All but weather widgets are currently functioning properly on this rom.
37. Google voice (brought to you by the Lens rom Forum) is not currently working on this rom.
-I would like to point out, that sprint is partnered with google voice, and you can set it to replace your actual voicemail, and text you visual voicemail, making all your texts go to you, and all calls go to you, you have visual voicemail, and regular voicemail. It will also screen your calls and blah blah, idk what the app is for if it already does that, if you know something that you would be missing, please inform me promptly.
38. Lucky patcher patch confirmed working on all different configurations on multiple applications.
39. Flash for JB is working perfectly on this rom.
40. the Miui Browser is functioning perfectly on this rom.
41. the miui contacts application is functioning properly on this rom.
42. The miui messaging application is working properly on this rom.
43. The Miui Torch application is functioning properly on this rom.
44. The miui (breaking news) I just got another music F/C on lockscreen double-tap access
45. The miui Compass is working properly on this rom.
46. All lockscreen transition options are working properly on this rom.
47. 3g, 1x signal bars seem to be accurate in comparison to sense rom.
48. Calendar, reminders for calendar, and notifications for calendar are working properly on this rom.
49. GPS is gives me results accurate to 100 meters on this rom instantly, on Miui.us I get an instant lock to within 20 meters.
50. Mirror widgets are working properly on this phone.
51. Bluetooth is working properly on this rom.
If you have something you would like me to test other than the 51 things i have already tested for you please let me know below and I will try to get around to it within 1-2 days. I will keep a backup of this and of The Miui.us rom and keep them both updated, i will also, keep both of these posts updated to the best of my ability.
Thank you very much, and i hope you have a wonderful day.
Who are you?
Who are you?
Sent from my EVO using xda premium
I am...
I am a rom addicted htc user who wants to provide information for those who don't wish to flash a rom, and then find problems, when they could have looked to someone to tell them in the first place, and saved themselves the trouble.
I am also a rom addicted htc user who wants to see the roms I have loved on other devices (like the Miui rom) brought to the phone I love.
So I test to ensure that no one who is looking for a daily driver has to go through the pains of downloading a broken rom without them knowing about it when the information about the problems was nowhere to be found, but the good things about the rom displayed clearly in plain sight.
Thank you for replying to my post, and I hope you have a wonderful day.
If you're gonna do this you should make a general ROM review thread instead of making a new one every time you review a different ROM. Every time you write a different review in the thread just update the op with a link to the post with that review. Its not a bad idea what you're doing. It would just be better for everyone, including yourself, to have them consolidated into one thread.
Thank you for viewing my post.
youdug said:
If you're gonna do this you should make a general ROM review thread instead of making a new one every time you review a different ROM. Every time you write a different review in the thread just update the op with a link to the post with that review. Its not a bad idea what you're doing. It would just be better for everyone, including yourself, to have them consolidated into one thread.
Click to expand...
Click to collapse
Definitely understood youdug, actually thinking about creating a thread and moving all old OP review threads down a notch, so that the new review can be made more easily readable by people with quick running attention spans as the thread is updated, using multiple edits thats gonna be a hassle though at the moment while i have a time restricted limit on editing and posting, i was also posting them in seperate threads so that they would be viewed quicker and i could assign multiple tags to each, but i hadnt really thought about how i could put them in one thread while making them easily accessible.
Will definitely create a general rom review thread and find a way to make it work and once again...
Thank you for viewing my post, replying on my post, and i hope you have a wonderful day.
igotlostintampa said:
I am a rom addicted htc user who wants to provide information for those who don't wish to flash a rom, and then find problems, when they could have looked to someone to tell them in the first place, and saved themselves the trouble.
I am also a rom addicted htc user who wants to see the roms I have loved on other devices (like the Miui rom) brought to the phone I love.
So I test to ensure that no one who is looking for a daily driver has to go through the pains of downloading a broken rom without them knowing about it when the information about the problems was nowhere to be found, but the good things about the rom displayed clearly in plain sight.
Thank you for replying to my post, and I hope you have a wonderful day.
Click to expand...
Click to collapse
Please don't flash my rom
Sent from my EVO using Tapatalk 2
Internet
flex360 said:
Please don't flash my rom
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Lol
i recommend that you make you own rom and review it
Assuming the authenticity of your post I suggest a pro and con approach to reviewing. Saying that a certain feature is working just makes your review look like a college textbook.
"Thoughts on the New LENS Miui Release."
My thoughts are that it, and a few other ROMs, aren't GPL compliant.
http://forum.xda-developers.com/showthread.php?t=1644784
Go easy on the guy, he is doing a service for the noobs
Sent from my EVO using xda premium
flex360 said:
i recommend that you make you own rom and review it
Click to expand...
Click to collapse
I was thinking wow, amazingly harsh considering I watched this rom coming together over xda via communication between lens and various testers since he doesn't even have the device.. Maybe consider knowing how things came about b4 criticizing?? Just my 2 cents.. No intent of offense whatsoever..
Sent from my EVO using xda premium
thankyou...XHAUS
and the others....
I will try and update my rom fully and comply with the gpl compliance rule...
I may have been mistaken but...I thought GPL only complied to Kernels and maybe source based roms.....
If i am doing something wrong..;.Please let me know through PM and I will be sure to fix whatever is wrong....
But to all you evo users
and to all miui users this projects that i am doing for the evo lte is all thanks to the testers.
I couldnt have completed the rom since I dont have the phone..But thanks to the testers here
We all made this happen
Thank you for replying to my post.
Shad Stang said:
Assuming the authenticity of your post I suggest a pro and con approach to reviewing. Saying that a certain feature is working just makes your review look like a college textbook.
Click to expand...
Click to collapse
Thank you for replying to my post. I could make it that way but im going to have to figure out how to do so without leaving some things out for testing, I suppose I could test and not post all the results from my testing on the forum and only post that things are working or that they aren't and I appreciate you taking the time to reply to my post.
@flex 360
I hope you do not take this as a REVIEW of the rom, but simply as what is working and what isn't, and im only displaying this information for the people who don't want to take the time to go through 100 pages of a forum to find out if a problem has been solved, just to find 20 pages later that another problem has shown up, Im not displaying this for people testing the rom as they want to go through and find the issues that you may have missed and comment on them to help development. Im writing these from the viewpoint of someone who doesn't want to test a rom, but does want to use it, because I am certain you know that there are a lot more of those people out there than people willing to test the rom.
But if you would like me not to post a view on your rom, I suppose I will not, but I can already promise you, that sometime in the past I have already flashed your rom onto my phone and used it for atleast a little while.
@fpineda101
Thank you for replying to my post, and I am glad that you understand what I am trying to do here along with some others. I am starting to understand that these "reviews" are coming off, to some people, in a different way than I intended them to. Although I would have left the term "noob" out of my comment I appreciate your understanding.
@sparytrainor
Thank you for replying to my post. I sincerely wish you would have read the entire OP before making a comment such as that. I gave many compliments to Lens throughout the entire thing, and I still believe he will have the rom working perfectly on our phones before anyone else out there because of how much effort he is putting into the development of his rom, I in no way intended to state anything negative about his rom, But to give information to people not looking to test, what is working, and what is not. Now that I understand how it is coming off to you and others I will begin to choose my wording more carefully.
Also, I had the rom within minutes of it being posted on xda-developers, and watched as it developed through the forum for a few days. To claim that I should look into knowing the person when I was one of the first to download and await progress is an incorrect assessment.
I also know that he is creating this rom without having the actual phone, which is inspiring, and another reason I attempted to compliment him throughout the entire process of the OP.
@Lens_Flare
Thank you VERY much for replying on my post. I do very much appreciate it and I hope you took no offence to my OP as I in no way intended for it to come off negative. I also hope that you understand my original (and previously stated) purpose for these threads. I am simply stating to the people, (not testers) but the majority, who are looking for a rom to stick with, that they can enjoy from start to finish.
I expect you to be the first to complete this rom for our phone and make it fully functional, WHICH IS ASTOUNDING because you do not have the actual phone. In all respects I look up to you and all rom devlopers on this phone as I am not one who currently possess is the ability to make one, and to be honest if I ever wanted to gain the knowledge and EVER create a rom, it wouldn't become popular as it would be a rom I could not post on this site (for legal reasons based on the apps and features that the rom contained, such as lucky patcher and black mart)
@All Rom Devs on xda-developers.com
I honestly had hoped that I would not have to clarify, least of all to you, my intentions for these threads. I simply originated with thoughts similar to those of the majority (the initial thought being, I want something different) and not as a tester of these roms, but as I came across a few (some not listed on xda-developers.com) and I realized that some of the roms that I REALLY wanted to try on my phone, fall in love with, and never switch from again, claimed no-where on their rom thread what the rom was currently missing, or what was broken (please note: I do not mean ALL roms on this site, but a few) and upon asking, I received the response (Flash, and see for yourself) which I at the time, I was not completely willing to do (as i generally have a pretty busy schedule, and cannot waste time flashing 3-4 roms a day). So i came to the thought everyone does, if you cant find someone to do it for you, do it yourself. Which lead me to do something that i do not generally want to do, but the majority of people downloading your roms are not testers, so i decided to take upon myself. Which is create these threads, and attempt in a way to make the issues seemingly understandable to people who do not even possess the proper knowledge required to understand what is wrong with the rom, even if told to them bluntly. Which i apologize to the majority, but again, is most people.
So if my reviews have AT ALL offended or been taken negatively by any rom developer, or even tester on this site. I sincerely apologize and i will begin to consider the wording in these "reviews". Because i in no way mean to offend, or be harsh, or state anything negative about your rom other than what the majority of people looking will want to see quickly. I view this as supporting your roms, as when a person who knows nothing about rom development, and has no appreciation for the rom developer (which i must sadly say is the majority of people seeking a rom) sees that your rom has ANYTHING AT ALL WRONG WITH IT (by their standards) that was not clearly stated to them, and they aren't willing to accept it, it will be much more difficult to get them to return to the rom, or their friends, or anyone they tell, or anyone who watched the youtube video they make, or anyone who reads their blog. Saddly this is how i must view the majority, and how i must explain to them what is wrong, in order to keep such a thing from happening to any of your wonderful roms that i have tried. I wish to see all of your roms become popular, be boasted about to people on the street by the majority, and see you flourish in the results of the incredible work you are doing to bring these roms to our phone, and this is a way i see to do it. I see one day walking past another on the street and hearing the name of the rom that i watched be developed on this site, And i wish to add my 2 cents in with these threads or this thread (which it is going to become)
Thank you all for viewing, and replying to my post, and i hope you all have a wonderful day.....
Sent from my EVO using Xparent Red Tapatalk 2
This is kinda needed for these aosp roms so people don't clutter the development threads with questions on what is or isn't working. We all know not everyone reads the OP or searches before posting
Sent from my EVO using xda premium
Thank you for replying to my post
fpineda101 said:
This is kinda needed for these aosp roms so people don't clutter the development threads with questions on what is or isn't working. We all know not everyone reads the OP or searches before posting
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Thank you very much for replying to my post, your reply means alot to me with you being one who has contributed so much
fpineda101 said:
This is kinda needed for these aosp roms so people don't clutter the development threads with questions on what is or isn't working. We all know not everyone reads the OP or searches before posting
Sent from my EVO using xda premium
Click to expand...
Click to collapse
+1
What's with all the hate.. Dang people
Sent from my EVO using xda premium

[Q] Capture Stylus hover events before they get to apps

I'm trying to work with a custom build of Android based on KitKat to incorporate a stylus, copying some of the functionality (though not code) from Samsung which sells Android-with-stylus builds for e.g. the Note 3. I'm not including details of the specific device because right now I am working on a custom dev device and my aim is to write code which is generic enough to be usable from any Android (based on KitKat). The build (written by others) already incorporates drivers and sends stylus events correctly as motion events etc. Programming at the app level I can receive onHover, ontouch, onClick etc
The specific functionality I am trying to achieve is to pick up a stylus-button-click while hovering. It's perfectly possible to do this in any app, using an onGenericMotion Listener.
However, I want to make my "stylus-action" have system-wide effect - so that anywhere (in any other app, or in the launcher or whatever) I will pick up the event (prior to any other app) and bring up my custom menu. (just like AirCommand in Samsung Note 3) I guess in my custom Android this would then make that particular action somewhat protected or unusable for other users, but I'm ok with that.
In older Android (prior to ICS) you could try something by putting up a System Overlay (i.e in regular app code, without hacking the ROM at all), but this is no longer possible.
This is not an attempt to tapjack or whatever, I understand why this functionality has been removed from the domain of the regular programmer, and I don't want to regress my ROM back to pre-ICS behaviour by allowing the System Overlay hack. Now I am programming the system (if my change is good enough I'd like to submit it back to AOSP) so I would like to know the best method to address this. Since Samsung have already done this, it must be legal (using legal in the terms of "Android will allow it"), and I want to do it right.
Is it possible to write something similar to the System Overlay when you are running from a system service? Or is there a good choke-point to capture events before they are broadcast to the current running apps?
I was looking at (sorry, not allowed to post links) AndroidXRef /frameworks/base/core/java/android/view/View.java specifically in the function dispatchHoverEvent() which looks like a promising place. My naive idea is that I would place code here checking the MotionEvent to see if the button is pressed and if it is, don't call any listeners and instead call my little menu app (or broadcast a custom message, or something anyway). However, I've never written code on the ROM level before (LOTS of experience writing app code) so I don't know if this is a really bad point or a good point to add in code. Should I be putting things at a higher level or a lower one? Will this capture all events or not? Is it all just trial and error?
If this is the wrong place to ask questions like this, please tell me where on XDA I should be asking it. If it's the right place - please answer
Thanks
Kibi
Crickets....
Is this the wrong forum to ask? Anyone able to clue me in on where i should be asking?
Thanks
Last try
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
kibi1 said:
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
Click to expand...
Click to collapse
this is not a wrong section but your post is too long so no one intrested to wasting time to read whole post.even i haven't read the post
kibi1 said:
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
Click to expand...
Click to collapse
The guy above me is a ****. I stumbled across this post looking for something completely unrelated (title interested me). Five words in I knew this was something completely out of my league, but I still read the entire post. If I may offer you some probably useless advice, I would talk to the devs in the note forums. The only problem I could see is that the AOSP guys don't have this function in their roms because it's locked up Samsung code and the guys modding the stock roms leave it alone for the same reason. I could also be completely wrong. Like I said completely out of my league.

[Q] screen shot problem

hi its aonly something small but my phone just started doing it
im trying to take screen shots to help with bug squashing
it was fine but now when i press the volume controls together i get a volume control at the top of the page with the screen shot
is there a way of disabling the volume showing up or am i pressing the wrong buttons!
see attached
thank you for help i can help get some more bugs squashed when ive fixed this
That's a known problem but it has just been fixed in the latest vivid-proposed images. The fix has also been in the RTM images for a while.
Sent from my awesome Ubuntu Touch device using the Forum Browser app
im running 14.10 r16
is this the best version to run you think?
i dont get facebook notifications aswell is this fixed on other versions ...
wayneward said:
im running 14.10 r16
is this the best version to run you think?
i dont get facebook notifications aswell is this fixed on other versions ...
Click to expand...
Click to collapse
Yes, it's definitely the best version to run if you want to use it as a daily driver. You should get an update about next week which fixes the screenshot issue.
Regarding the notifications: Yes, there's a real problem with that.
Actually, I submitted patches for that issue some time ago, but nobody has been reviewing them for more than two months. I've almost lost hope that this will ever happen...
If you want to increase the problem's importance, please select that the following 4 bugs affect you:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405645
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405646
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405649 (Leaving a comment here stating how annoying you find the bug would definitely help as well!)
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405651
You can use the Ubuntu One account from your phone to log in.
Maybe that creates some pressure so that the patches will eventually be merged.
thats great what will the update come down as a update to the system?
nikwen said:
Yes, it's definitely the best version to run if you want to use it as a daily driver. You should get an update about next week which fixes the screenshot issue.
Regarding the notifications: Yes, there's a real problem with that.
Actually, I submitted patches for that issue some time ago, but nobody has been reviewing them for more than two months. I've almost lost hope that this will ever happen...
If you want to increase the problem's importance, please select that the following 4 bugs affect you:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405645
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405646
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405649 (Leaving a comment here stating how annoying you find the bug would definitely help as well!)
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405651
You can use the Ubuntu One account from your phone to log in.
Maybe that creates some pressure so that the patches will eventually be merged.
Click to expand...
Click to collapse
@wayneward Yes, it will be an OTA update. You'll receive a notification once it's available.
Sent from my awesome Ubuntu Touch device using the Forum Browser app
Now we have 14.10 r21 great improvement from r20, and screenshot works fine (vol+ and vol -)
Working a treat
Sent from my awesome Ubuntu Touch device using the Forum Browser app
Nice! I just flashed UT on my N4 two days ago and everything online says screenshot isn't functional yet. Glad I found this.
Sent from Ubuntu Touch via Forum

Categories

Resources