Related
Credits goes to st.matt, he gets full credit for the programming. He seemed a little busy, so I thought I'd spread the news so you guys can implement into your builds.
st.matt said:
Also just a run-down of how it works for anyone that is interested:
I use three different elements to get it working. Firstly, I use a small addition to surfaceflinger to set a system property (sys.orientation.landscape) to 1 when it is in landscape mode (either 90 or 270 degrees rotation) and 0 when it is in portrait mode (0 degrees rotation).
When this is set an init service will start depending on the value of sys.orientation.landscape, which in turn starts a script (/system/etc/rotate_lights.sh) which takes the brightness value from the expected led class (ie. if it's changing to landscape it will look at /sys/class/leds/button-backlight-portrait/brightness) and then set this to the new orientation's led class.
The third part is a small modification to the lights lib which also checks that system property when making changes to the button backlight brightness so that it sets it to the correct class.
Click to expand...
Click to collapse
The necessary files/code are on Virtuous' ICS vivo repository: https://github.com/vivo-ICS/android_device_htc_vivo, and you will also need the patched proprietary libsurfaceflinger.so that references to the changes.
Any way to make this backward compatible with cm7.2?
Un1c0de said:
Any way to make this backward compatible with cm7.2?
Click to expand...
Click to collapse
made a CM7.2 kang for you Inc2 users.
All I did was put in the latest commits as of March 03 2012 and added the rotating softkeys. I can't really test it because I don't have an Inc2, so back up your data in case you are not sure if it will work.
You can flash this without wiping if you are on 7.x already.
For the IncS, I know the rotating buttons for them are not perfect. Sometimes you have to toggle the brightness to get it working. Other times it might take a few seconds to rotate instead of immediately. This is because this script was originally written for ICS roms in mind, but it's backwards compatible with GB.
http://www.mediafire.com/?lggqggdx1m4n656
Wow thanks Kaijura. Downloading now, will post back with results
Sent from my Incredible 2 using xda premium
Thanks Kaijura for posting the info, and the CM7 build. Appreciate it a lot
Is this rom dependent? It will only work on cm 7.2? has anyone tried it on miui? Or any other roms?
Sent from my Incredible 2 using xda premium
Ihatepullups said:
Is this rom dependent? It will only work on cm 7.2? has anyone tried it on miui? Or any other roms?
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
Will be trying on miui.us shortly.
Never mind its beyond my knowledge and time.
Sent from my Incredible 2 using xda premium
knipp21 said:
Will be trying on miui.us shortly.
Never mind its beyond my knowledge and time.
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
Ah, that blows would have been cool... Hey if someone points me in the right direction, I'll try: I know how to use adb and the sdk and I'm an experienced ROM'aholic
Sent from my Incredible 2 using xda premium
Awesome. Hopefully I have time tonight to check it out. Thanks
knipp21 said:
Will be trying on miui.us shortly.
Never mind its beyond my knowledge and time.
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
Ihatepullups said:
Ah, that blows would have been cool... Hey if someone points me in the right direction, I'll try: I know how to use adb and the sdk and I'm an experienced ROM'aholic
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
its different for miui, because we dont build it from source and cant cherry pick commits
miui is more like a sense rom port that uses cm9 or another aosp rom as a "base"
any significant changes have to be done in smali, which is more involved than java source....i k nowwhat has to be changed (or at least part of it) and where for rotating buttons in miui by diffing the builds from aerovan before and after it was implemented but it was a no go on my part...and didnt seem worth the effort to keep pursuing it atm
I tried this yesterday. My phone wouldn't get past the HTC boot screen. I ended up having to pull the battery and reflash my current ROM.
zohner said:
I tried this yesterday. My phone wouldn't get past the HTC boot screen. I ended up having to pull the battery and reflash my current ROM.
Click to expand...
Click to collapse
Hmm, well I guess that didn't work. If you push /system/lib/libsurfaceflinger.so from an earlier working build you should probably be able to boot.
I just copied the file over from the vivo build which seems that it doesn't work with the vivow.
Guess the vivow surfaceflinger is done differently.
kaijura said:
made a CM7.2 kang for you Inc2 users.
All I did was put in the latest commits as of March 03 2012 and added the rotating softkeys. I can't really test it because I don't have an Inc2, so back up your data in case you are not sure if it will work.
You can flash this without wiping if you are on 7.x already.
For the IncS, I know the rotating buttons for them are not perfect. Sometimes you have to toggle the brightness to get it working. Other times it might take a few seconds to rotate instead of immediately. This is because this script was originally written for ICS roms in mind, but it's backwards compatible with GB.
http://www.mediafire.com/?lggqggdx1m4n656
Click to expand...
Click to collapse
Just tried a flash over but didnt work for me. I guess I can always try a wipe and install.
This wouldn't be hard to add to Miui -- as long as they have no weird additions to libsurfaceflinger. You just need the patched liblights, patched libsurfaceflinger (built for CM), script in /system/etc and changes to init.vivo.rc (or init.vivow.rc for Inc2).
Requires no changes to smali or framework.
The other thing is that if someone wants to clean it up and submit it to CM then the MIUI team will pick it up themselves (someone already did this but didn't seem to have to skill / couldn't be bothered to clean it up to their standards and also didn't really submit it correctly).
I would do this but I don't really have the time these days.
Also: I suspect the problem with the lights not working sometimes could be solved just by adding the conditional I have that checks first to see if the brightness is zero to both orientations (in rotate_lights.sh). I will have a quick look at this soon.
just wanted to share a slight modification in the script. When the brightness level is set to the least the leds turn off completely. The attached script makes sure the leds do not turn off completely at this instance. Unzip the file and replace the file in your /etc/ folder. You may want to make a backup of your existing rotate_lights.sh just in case. Ensure the permissions on the file are the same as before after copying.
Just realized that the settings work only the first time when the phone is rotated. I guess I need a better fix. Sorry, remove the attachment as it has undesired issues. Fix No damn good.
In the Samsung Galaxy S3 Stock ROM NFC does not work when screen is off or locked. With this mod NFC also works when screen is locked or off.
There are two versions. The first just enables NFC, when screen is on, but it also worked when it is locked. Also with a PIN or Password-Lock everything is fine. But it disables NFC when the SGS3 is in standby and the screen is off.
The second version let NFC active all the time, even when the SGS3 is in standby and the screen is off.
Nothing else is changed in the behaviour of the NFC.
There are also two zips to go back to stock Nfc, one is odexed and one deodexed.
All ZIPs have to be flashed with CWM. You should wipe Dalvik cache after flashing.
This mod works for at least for I747UCALEM. This mod does not work with LFB now. It also doesn't work for CM9 or CM10. I will provide an updated Mod in the middle of August because I am at vacation now.
Please give me feedback, because I do not own this device and I cannot test the Mod on it! I just ported my MOD for the international S3 to the I747.
Disclaimer: As always, I hereby absolve myself of responsibility for any damage you cause to your phone by flashing this. There is inherent risk in modding your device, and by flashing anything in this thread you are taking that risk into your own hands. If something goes wrong, I will try and help. You should always make a Nandroid Backup before flashing.
To ROM Devs: You are more than welcome to use this in your ROMs! Just shoot me a little bit of credit in your release post!
Thank you: Geniusdog254 for the idea and the infos in your thread.
Here ist the link to the thread for the international S3 version:
http://forum.xda-developers.com/showthread.php?t=1712024&page=7
I can confirm that the Lockscreen one is working!! Thanks a bunch.
Do you know how this affects battery life? What about for the "off" one?
I used the Screenoff version for about a week and I didn't recognise battery drain. There should be an impact on battery but it is less than for example always active bluetooth.
[tapatalk]Vom S3 mit Tapatalk[/tapatalk]
does this require the rom? or just root?
this is fantastic btw
many thanks to you
I have been looking for this for while. Love to see you mod it.
Just ordered my set of 15 NFC tags, should be here this week, looking forward to trying this out
Any update on the battery use with the screen off version? It'd be great to have the screen off version, but if it costs battery then it's almost as good just using lockscreen. Thanks to the dev for creating this, great hack
confirmed working with screen off zip. used v5 cwm to install. works perfectly and should have been like this out of the box.
How do I determine if I need the odex or deodexed stock ROM?
is anybody using this on the LG1 firmware?
This work for tmobile as well?
Sent from my SGH-T999 using xda premium
For those on cm10 be careful because it borks the NFC and it will not show in settings
Sent from my SAMSUNG-SGH-I747 using xda premium
will this work with "[ROM] AOKP(Jellybean & ICS) Task & Ktoonsez Run a Train (7.24.2012)(TGFY ONLINE!!!)" ??
No...tried it, didn't work.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Will this work with the LG1 update?
Edit: I guess it does... worked for me.
Has anyone experienced an issue where the NFC just stops working? The check box is still ENABLED in settings, but the NFC tags are not being read. This happens with screen off or on. I have to disable and re-enable NFC in the settings to make it work again and be able to read the same tag. Then, after a period of time, NFC stops working again and i have to repeat the process.
Does this work with Google wallet as well?
cronojay said:
For those on cm10 be careful because it borks the NFC and it will not show in settings
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
+1 on that. Had it happen. Is there a CM10 version of this mod? Some have said beware of leaving phone open to attacks but I like the convenience.
tefloncoated said:
Has anyone experienced an issue where the NFC just stops working? The check box is still ENABLED in settings, but the NFC tags are not being read. This happens with screen off or on. I have to disable and re-enable NFC in the settings to make it work again and be able to read the same tag. Then, after a period of time, NFC stops working again and i have to repeat the process.
Click to expand...
Click to collapse
Same thing happens to me
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Let's see if we can trace our latest updates or mods... Not 100% sure, but I think my NFC hack was working fine until I installed the Google wallet hack. What was your latest set of mods?
Finally have enough posts for dev section -- wanted to say thanks for putting this flash together. i've had the lockscreen version working on both lem and lg1.
Hey guys! Was just wondering if I was the only one with the same problem?
First rom I installed with this new phone was AOKP jb build-1.
Was messed, because the auto-rotate was inversed. When it was supposed to be portrait, it was displaying landscape, etc.
Then I downloaded the great TDJ's rom, and there again, had some issue.
Was turning landscape when I was landscape, but when I was putting my phone back in portrait mode, wasn't coming back to it..............
So I had everytime to get out of the app. Decided to just remove auto-rotate. Heard it was something about a file in lib folder that was set for T-Mobile phones, so it wasn't working fine for Telus' version.
Now I'm on ErickWill's version of JB, still the same. If I turn my phone 90 degree side, it'll come to landscape mode, but if I want it back to Portrait, no way I can get to it without exiting the application.
Any known fix for that?
Thanks!
The devs are working on some sort of ratational correspondence tracking module emulator script to correct this. Try searching for "rotation fix"...don't think anyone has done that yet! Be sure and report back. Mods please make this a sticky. I think we are on to something here.
Sent from my SAMSUNG-SGH-T989 using xda premium
A few others have used the JB rotation fix from the AT&T's Skyrocket thread on their T989 and reported that it does work. =) You can try if you'd like: http://forum.xda-developers.com/showthread.php?t=1779819
xjaynee said:
A few others have used the JB rotation fix from the AT&T's Skyrocket thread on their T989 and reported that it does work. =) You can try if you'd like: http://forum.xda-developers.com/showthread.php?t=1779819
Click to expand...
Click to collapse
Didn't work for me.. I'll keep searching! If anyone has something, feel free to post up D:
switchfo0t said:
Didn't work for me.. I'll keep searching! If anyone has something, feel free to post up D:
Click to expand...
Click to collapse
Hm. Maybe if you used the instigator x kernel with it, it may work. Most that have said it worked used both. I have yet to try to rotation fix, but I'll probably try tomorrow and let you know!
Sent from my SGH-T989 using xda app-developers app
This thread was not created by the Paranoid Android group
This thread is dedicated to Questions and Answers that may associated with ParanoidAndroid 3.0+
This thread is for the I747/I747m only. Users of another carrier should check your specific forums
This is a place for no hassle help with Paranoid Android 3.0+. This means general questions about settings, "how to", and things of that sort. Primarily, things that would not help further the development of the ROM, but things that users would like to ask. If you are unsure of whether your concern should be posten in development or here, post it here. If it's determined that it should be in Development, I am sure someone will politely direct you to the proper place .
Finally:
NO FLAMING
Flaming in this thread will be dealt with by our moderation staff. Please don't take it upon yourself to do so. Just report the post that is inflamatory, the mods can do the rest.
Development Thread
ParanoidAndroid3.0+
No one has questions
OK please try to go easy, Im not a noob (Im just getting old) I just had my i717 note 1 stolen and i got an att Galaxy S3 on the way... Just prepping, I want to do the most stable paranoid android build out and get into some phablet action. Where can I get the install files for the 3/15 version, it sounds like thats the most stable at this point, any suggestions or points to the contrary, but most importantly where can I find the basic files for the 3/15 and whatever else you need to get from stock ui to PA... Any tips are so greatly appreciated, seriously. XDA love..
Just need to be pointed in the right direction, need full camera/main functions to maintain functionality so whats the way to go for stable tablet style PLEASE HELPPP, LOL
Sincere sincere thanks from an overworked and slightly behind the curve but loyal and dedicated Android user.
Adam
I am using 3.11. The OLED changes to its battery fully charged color @ 90%. Is there is there a way to fix this?
Sent from my Galaxy S3 using Tapatalk
Everything is running great. I came from ParanoidKangDroid because of a couple programs where expanded desktop didn't stick.
I haven't been able to make my lock screen pie be the same colors as my device wide color scheme. It always defaults to stock colors for that. Ideas?
KorGuy123 said:
Everything is running great. I came from ParanoidKangDroid because of a couple programs where expanded desktop didn't stick.
I haven't been able to make my lock screen pie be the same colors as my device wide color scheme. It always defaults to stock colors for that. Ideas?
Click to expand...
Click to collapse
Never mind... I'm an idiot. Had to go hybrid properties > apps and change the color for system ui and android system and reboot. Doh.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
S3 lockups and LTE?
Hi
I put this on my GS3 (I747 AT&T) last night and so far it's pretty good.
I have noticed some weird occasional lockups and reboots, which is find for unofficial rom, I know what I'm getting into.
My other issue is that it seems to prefer 3G, HSDA, or HSDA+ over LTE even though I'm in a market with extensive LTE coverage. Is there any way to "weight" this?
Also the on-screen soft keys seem redundant, is there a way to disable them without disabling the status bar (PIE mode hides both)?
Thanks!
MrAkai said:
Hi
I put this on my GS3 (I747 AT&T) last night and so far it's pretty good.
I have noticed some weird occasional lockups and reboots, which is find for unofficial rom, I know what I'm getting into.
My other issue is that it seems to prefer 3G, HSDA, or HSDA+ over LTE even though I'm in a market with extensive LTE coverage. Is there any way to "weight" this?
Also the on-screen soft keys seem redundant, is there a way to disable them without disabling the status bar (PIE mode hides both)?
Thanks!
Click to expand...
Click to collapse
Lockups and reboots are kernel related you can try flashing another kernel (or wait for an update) I use this. It's the 4/09 All-Star Devs Kernel. You have to make sure if you flash a kernel not to go any newer than 4/09/13 or it won't work this this ROM until it gets updated.
Make sure your APN settings are correct, make sure LTE is selected in your settings and if all else fails do a Speed Test to check your speeds.
You can disable Nav Bar (Bottom) Settings > Hybrid Properties > Nav Bar 0% Apply and reboot if it prompts for it.
KorGuy123 said:
Lockups and reboots are kernel related you can try flashing another kernel (or wait for an update) I use this. It's the 4/09 All-Star Devs Kernel. You have to make sure if you flash a kernel not to go any newer than 4/09/13 or it won't work this this ROM until it gets updated.
Make sure your APN settings are correct, make sure LTE is selected in your settings and if all else fails do a Speed Test to check your speeds.
You can disable Nav Bar (Bottom) Settings > Hybrid Properties > Nav Bar 0% Apply and reboot if it prompts for it.
Click to expand...
Click to collapse
Awesome, thanks for the advice, I'll give it a shot!
Actually, I have noticed the same thing for me, only in the past two days.. Specifically: random sleeps of death with no regularity, and when trying to use Spotify, or I Heart Radio when plugged into my headphones (Samsung set that came with the phone) phone will not play music through the app, but it will work just fine when plugged into an aux cable... I have changed nothing in my kernel settings, or system settings since things settled down.
Very strange.
Thanks I was having some problems that kernel seem to fix them.
Sent from my Nexus 7 using Tapatalk HD
i'm just curious, but does anyone know why the PA team doesn't have an official ROM for our d2att version? (or am i just missing it somewhere?)
mrhomiec said:
i'm just curious, but does anyone know why the PA team doesn't have an official ROM for our d2att version? (or am i just missing it somewhere?)
Click to expand...
Click to collapse
Afaik pa only officially supports nexus devices. Everything else is unofficial I think.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
tablet ui statusbar clock size
Is there anyway to change the clock size and position of the date in tablet ui. The giant clock and date rilling off the edge is a deal breaker for me and this ROM. I've searched everywhere I know of and would apprieciate any advise. Thanks
mrhomiec said:
i'm just curious, but does anyone know why the PA team doesn't have an official ROM for our d2att version? (or am i just missing it somewhere?)
Click to expand...
Click to collapse
Yup only nexus devices and now the Oppo Find 5 are supported other devices are not supported. Someone has ported Paranoid Android over to unofficial devices.
Sent from my Nexus 7 using Tapatalk HD
What do the instructions mean by "update recovery"?
Thanks!
I'm on the latest version of Paranoid Android. I've been experiencing this weird noise. It happens when the phone is placed down or just the screen turning on or off. In the video, it sounds like I'm placing the phone down with some force but I've activated the sound even when putting it down super gently.
Here's the video:
http://www.youtube.com/watch?v=ekbad5xoQos
If anyone can tell me how to disable this noise or what causes it, I would be greatly appreciative!
burninghotcheese said:
What do the instructions mean by "update recovery"?
Thanks!
Click to expand...
Click to collapse
Simple answer:
The instructions are simply telling you to make sure that you have the most recent recovery for your device is installed, and if not, to install it. Oftentimes not having an updated recovery is what causes the Status 7 errors when trying to flash new ROMs.
---------- Post added at 02:12 PM ---------- Previous post was at 02:07 PM ----------
mirrored said:
I'm on the latest version of Paranoid Android. I've been experiencing this weird noise. It happens when the phone is placed down or just the screen turning on or off. In the video, it sounds like I'm placing the phone down with some force but I've activated the sound even when putting it down super gently.
Here's the video:
http://www.youtube.com/watch?v=ekbad5xoQos
If anyone can tell me how to disable this noise or what causes it, I would be greatly appreciative!
Click to expand...
Click to collapse
Uhm, that is odd? Though it sounds like it might be the notification sound of the microsd card disengaging and re-engaging?
Just a thought.
I read in the PA development thread that ATT and TMO roms are.interchangeable. Has anybody tried flashing the T-Mobile PA onto their ATT s3?
sent from the very outdated xda premium app
NicholasQ said:
I read in the PA development thread that ATT and TMO roms are.interchangeable. Has anybody tried flashing the T-Mobile PA onto their ATT s3?
sent from the very outdated xda premium app
Click to expand...
Click to collapse
Other than the updated kernel and displays drivers there is no difference in roms. Regardless if it'll work it won't give you anything you don't already have.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Being that I'm a noob (<10 posts), I can't post this in the actual ROM thread (mods, please move if you deem it appropriate).
I wanted to ask if there was a way in Google Edition 4.3 to change the clock settings to *NOT* display the hour in bold font?
Is that functionality available and I'm missing it in the settings?
Thanks yeahmann for putting that together and to the entire XDA community for all the hard work!.
Questions and Help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
piotreks4 said:
Being that I'm a noob (<10 posts), I can't post this in the actual ROM thread (mods, please move if you deem it appropriate).
I wanted to ask if there was a way in Google Edition 4.3 to change the clock settings to *NOT* display the hour in bold font?
Is that functionality available and I'm missing it in the settings?
Thanks yeahmann for putting that together and to the entire XDA community for all the hard work!.
Click to expand...
Click to collapse
As far as I know you can't change the look and feel of the widget in 4.3, however you can always install Cyanogenmod cLock widget where you can customize it. Hope this helps.
Sent from my GT-I9505G using xda app-developers app
a103 said:
As far as I know you can't change the look and feel of the widget in 4.3, however you can always install Cyanogenmod cLock widget where you can customize it. Hope this helps.
Click to expand...
Click to collapse
It does help -- thank you.
I actually ended up flashing CM-10.2 because of the availability of better config options and am so far loving it.
Thanks again and best wishes!
P :good:
piotreks4 said:
It does help -- thank you.
I actually ended up flashing CM-10.2 because of the availability of better config options and am so far loving it.
Thanks again and best wishes!
P :good:
Click to expand...
Click to collapse
Whenever you get a chance can you please let me know how's CM 10.2 working for you so far? I mean can that be used as a daily driver with major things (GPS, Bluetooth, NFL, camera etc) working without any issues. If so please let me know which nightly did you flash.
Thanks.
Sent from my GT-I9505G using xda app-developers app
a103 said:
Whenever you get a chance can you please let me know how's CM 10.2 working for you so far? I mean can that be used as a daily driver with major things (GPS, Bluetooth, NFL, camera etc) working without any issues. If so please let me know which nightly did you flash
Click to expand...
Click to collapse
So far, CM 10.2 is rock-solid. I flashed The Sept 5 Nightly. Reason being - Friday gives me 2 days if something doesn't work.
I tried AOKP (too many options for me -- never thought I'd say that) and both Virgin and 'stock' GE (4.3) ROMs (a bit too stock for me).
I have so far set up email (GMail and Work using K-9 + Invitation Processor) and customized some options/appearance (cLock is da-shizznit). The camera works perfectly. I have not set up Bluetooth and not used GPS, yet, but will try both tomorrow on my way to/from work. One thing that I still need to figure out is the file-system layout inside Android (i.e. /storage/0 vs. /storage/legacy, etc...) as I'm apparently using 7.4GB out of 9.6GB available. This is probably because the stock T-Mo version left most of its guts behind and/or I incorrectly cleaned the device after having flashed all the ROMs.
One thing that I've noticed (with all the ROMs, except stock T-Mo) was that when you press the power button to lock/shut-off the screen, it ends up shutting off like an old-school TV. With the stock version, it would go dark seamlessly.
Regardless, I really enjoy having this phone now that I flashed CM on it. The fact that they provide an 'update-CM' option directly inside the settings is awesome in its own right. I'll update this thread once I give GPS and BT a run (can't promise I'll run TV apps on it, though -- that's not my cup-o-tea).
Best!
if you find certain things to be a bit buggy on CM, give Virgin Rom another try. the hardware elements of the phone work flawlessly. in an ideal world, someone would use Virgin Rom as a base and "Cyanogenize" it so that more things were customizable, such as Quick Setting toggles. CM is great, but the nightlies don't have the stability that the GE Roms have, obviously.
Thanks for your inputs...I guess back up of your old Roms may be eating up your internal space (if you have backed them up )...the old tv animation is the crt animation which Google introduced in ICS 4.0
a103 said:
Thanks for your inputs...I guess back up of your old Roms may be eating up your internal space (if you have backed them up )...the old tv animation is the crt animation which Google introduced in ICS 4.0
Click to expand...
Click to collapse
Aaah! Good to know (about the TV animation).
I haven't backed up my old ROMs, but I'll definitely investigate space usage once I find some time.
Tested GPS and BT this morning: played a few songs over the car radio streaming over BT - awesome.
GPS is working good, too. I get a lock within 10 seconds of starting any app requiring GPS.
Thanks to all!
piotreks4 said:
Aaah! Good to know (about the TV animation).
I haven't backed up my old ROMs, but I'll definitely investigate space usage once I find some time.
Tested GPS and BT this morning: played a few songs over the car radio streaming over BT - awesome.
GPS is working good, too. I get a lock within 10 seconds of starting any app requiring GPS.
Thanks to all!
Click to expand...
Click to collapse
Even I flashed the RC2 last night. Using it for a few hours only, but it's rock solid as you mentioned.
Sent from my SGH-M919 using xda app-developers app