[ROM][4.2.2][WIP][Alpha] SmartisanOS 22JAN2014 - HTC Droid DNA

Ok guys. I'm posting this with hopes that I can get a little help on it. This is just a port and is VERY much an Alpha, so don't come and complain because things no worky.
Don't flash unless you know what you're doing!
If you brick your phone because you did something stupid, don't blame me.
Things that work-
It boots.
Soft keys(although they don't light up)/hard keys.
Proximity sensor.
Rotation.
Sound.
Vibration.
Things that don't work-
Phone/data/signal.
Bluetooth.
Wifi sort of works, it turns on and will scan successfully, but unable to connect.
Softkey lights.
Pretty sure GPS although I haven't tested it.
Storage is almost working.(Reads internal storage, but is linked wrong. Should be fixed next build.)
Camera- See above ^^
Probably more.
Like I said, it is just a preview and I am hoping to get someone on board that is able to help out.
One of the big things would be an updated 4.2.2 kernel WITHOUT SELinux. So if you know your way around kernel source and are feeling frisky, I wouldn't mind a kernel
MD5- 918120bc18716c79aefe968eecb3e8fb
Download- https://drive.google.com/file/d/0B5HSiomhoCsZU0VXZnptdlVpWm8/edit?usp=sharing

Mine

My apologies. I fell asleep waiting for the upload haha. Link up.

glad to see another os developer, thank you for the efforts!
Sent from my HTC6435LVW using XDA Premium 4 mobile app

MisterSprinkles said:
Ok guys. I'm posting this with hopes that I can get a little help on it. This is just a port and is VERY much an Alpha, so don't come and complain because things no worky.
Don't flash unless you know what you're doing!
If you brick your phone because you did something stupid, don't blame me.
Things that work-
It boots.
Soft keys(although they don't light up)/hard keys.
Proximity sensor.
Rotation.
Sound.
Vibration.
Things that don't work-
Phone/data/signal.
Bluetooth.
Wifi sort of works, it turns on and will scan successfully, but unable to connect.
Softkey lights.
Pretty sure GPS although I haven't tested it.
Storage is almost working.(Reads internal storage, but is linked wrong. Should be fixed next build.)
Camera- See above ^^
Probably more.
Like I said, it is just a preview and I am hoping to get someone on board that is able to help out.
One of the big things would be an updated 4.2.2 kernel WITHOUT SELinux. So if you know your way around kernel source and are feeling frisky, I wouldn't mind a kernel
MD5- 918120bc18716c79aefe968eecb3e8fb
Download- https://drive.google.com/file/d/0B5HSiomhoCsZU0VXZnptdlVpWm8/edit?usp=sharing
Click to expand...
Click to collapse
What exactly do you need from a kernel
Sent from my HTC6500LVW using XDA Premium 4 mobile app

Zarboz said:
What exactly do you need from a kernel
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm looking for a fresh, updated CM 10.1 base WITHOUT SELinux.

I also have a booting Sense based MIUI. It's 4.2.2 MIUI 4.1.17. If anyone is interested...
Sent from my HTC6435LVW using Tapatalk

MisterSprinkles said:
I'm looking for a fresh, updated CM 10.1 base WITHOUT SELinux.
Click to expand...
Click to collapse
I could help with that
Sent from my HTC6500LVW using XDA Premium 4 mobile app

MisterSprinkles said:
I also have a booting Sense based MIUI. It's 4.2.2 MIUI 4.1.17. If anyone is interested...
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Interested!
Sent from my HTC6435LVW using xda app-developers app

MisterSprinkles said:
I also have a booting Sense based MIUI. It's 4.2.2 MIUI 4.1.17. If anyone is interested...
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
do u have anymore info besides booting? Thanks

Oh man this looks extremely promising. Good thing I just got my DNA today coming off LG G2. Thanks Mister
What Z in here? Wow just wow

mopartonyg said:
do u have anymore info besides booting? Thanks
Click to expand...
Click to collapse
I haven't had much time to work on it as I've been working on this but it boots...that's about all I can tell you haha. I do know there is a problem with data so it's not close to a dd.
Sent from my HTC6435LVW using Tapatalk

Zarboz said:
I could help with that
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
So I am fairly new to this community... I knew your name sounded familiar but I didn't pay attention. Now that I think of it and I realized why your name sounded familiar, I would LOVE it if you would do some of your kernel magic for me! Hope things are going good for you and hope your get your system set up soon. Looking forward to seeing more of your work!
Sent from my HTC6435LVW using Tapatalk

MisterSprinkles said:
So I am fairly new to this community... I knew your name sounded familiar but I didn't pay attention. Now that I think of it and I realized why your name sounded familiar, I would LOVE it if you would do some of your kernel magic for me! Hope things are going good for you and hope your get your system set up soon. Looking forward to seeing more of your work!
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Can you please send me a few things
a) A way to communicate (like hangouts or something)
b) What EXACTLY you need from a kernel (you said CM11 without SELinux wich is a easy flag switch)
c)....... yah just what A and B were but i wanted a third item....
hahaha
talk to you soon

Zarboz said:
Can you please send me a few things
a) A way to communicate (like hangouts or something)
b) What EXACTLY you need from a kernel (you said CM11 without SELinux wich is a easy flag switch)
c)....... yah just what A and B were but i wanted a third item....
hahaha
talk to you soon
Click to expand...
Click to collapse
[email protected] for hangouts
Sent from my HTC6435LVW using Tapatalk

Okay for data/signal depending on how they have their framework setup you need to add all your CM RIL from cm telephony-common.jar Decompile it and look for all the smalis with RIL in the name and phonefactory. Smali add all those smalis to smartisan telephony-common.jar /com/android/internal/telephony that should give you functioning data or a start to phone a radio log would help btw
Storage is related to storage-list.XML in framework-res.apk use the one from CM for your device(should resolve camera also but I recommend using Gallery2.apk from CM since it will 100% work)
Soft key lights is in Framework-res .apk /res/values/arrays.xml that controls button brightness and brightness levels/vibration
What device was this ported from?
Sent from my EVO using xda app-developers app

Notorious said:
Okay for data/signal depending on how they have their framework setup you need to add all your CM RIL from cm telephony-common.jar Decompile it and look for all the smalis with RIL in the name and phonefactory. Smali add all those smalis to smartisan telephony-common.jar /com/android/internal/telephony that should give you functioning data or a start to phone a radio log would help btw
Storage is related to storage-list.XML in framework-res.apk use the one from CM for your device(should resolve camera also but I recommend using Gallery2.apk from CM since it will 100% work)
Soft key lights is in Framework-res .apk /res/values/arrays.xml that controls button brightness and brightness levels/vibration
What device was this ported from?
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Ok thanks for the tip on the radio. I have tried the storage-list.xml thing already as I thought that was the problem but it gave me a bootloop. This was ported from Oppo Find 5.
Sent from my HTC6435LVW using Tapatalk

MisterSprinkles said:
Ok thanks for the tip on the radio. I have tried the storage-list.xml thing already as I thought that was the problem but it gave me a bootloop. This was ported from Oppo Find 5.
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Weird what the logcat say?
Sent from my SPH-L710 using Tapatalk

Notorious said:
Weird what the logcat say?
Sent from my SPH-L710 using Tapatalk
Click to expand...
Click to collapse
I was able to get storage working for the most part. File manager shows everything at least. Camera and Gallery work, but Gallery only shows pictures that were taken after ROM was installed and doesn't show anything that is already on the device. I replaced the config_autoBrightnessButtonBacklightValues with the ones from CM. Still a no go for the button lights but that's not anything major haha. Tried copying the ril files you mentioned and now it won't let me open settings.

MisterSprinkles said:
I was able to get storage working for the most part. File manager shows everything at least. Camera and Gallery work, but Gallery only shows pictures that were taken after ROM was installed and doesn't show anything that is already on the device. I replaced the config_autoBrightnessButtonBacklightValues with the ones from CM. Still a no go for the button lights but that's not anything major haha. Tried copying the ril files you mentioned and now it won't let me open settings.
Click to expand...
Click to collapse
I'll try and port it to my Evo LTE today and see if I get the same issues. I'll be porting from the i9300 tho (international s3)
Sent from my SPH-L710 using Tapatalk

Related

[ROM][3/16/12] MIUI ICS v4 2.3.16 BETA [4.0.3][Icy Glitch v14]

Since the official MIUI.us ICS ROM has been released, I will not be watching this thread too closely anymore. I will still check in every once in a while to make sure all questions are answered regarding this version. The official forum for the MIUI.us release can be found here. There is also a forum here on XDA: XDA Forum.
P R E S E N T I N G
MIUI ICS v4
Samsung Fascinate
BETA RELEASE​
If this is your first time flashing MIUI v4, please read the instructions found here before proceeding: http://goo.gl/8aTyR
Current Version: 2.3.16
Download: http://tinyw.in/ttVR
md5: b77d14b92166f53e9e2fc03f758ec5d7
NOTICE: PLEASE READ THIS ENTIRE POST BEFORE FLASHING THIS ROM. THERE IS VERY IMPORTANT INFORMATION ON HOW TO FLASH. FAILURE TO FOLLOW THE STEPS OUTLINED BELOW WILL RESULT IN BRICKING YOUR PHONE. MAKE SURE YOU HAVE ODIN READILY AVAILABLE IN CASE SOMETHING GOES WRONG. THE STEPS OUTLINED BELOW ASSUME YOU'RE RUNNING GINGERBREAD MIUI. IF YOU ARE ALREADY RUNNING TEAMHACKSUNG'S CM9, YOU SHOULD BE ABLE TO FLASH THIS NORMALLY.
I have flashed this several times on my Fascinate, so I suspect there won't be any issues with anyone who is experienced in flashing ROMs. With that said, I will not be held responsible for any damage to your phone by flashing this. Flash at your own risk.
MMS WORK-AROUND
1. Download Set DNS from the Market
2. Open the app, click on the dropdown box and select Custom
3. Enter 8.8.8.8 for DNS1 and 66.174.92.214 for DNS2, hit Apply
4. MMS should now be working
How do I boot into recovery?
To boot into recovery, open the Updater app, press the menu button, and select Reboot to Recovery
What works:
Inbound and outbound calling
Sending and receiving SMS Text Messages
4-Way Reboot Menu
USB Storage
Camera
3G Data
Wifi
MMS (Works with work-around above)
Themes (you have to add a folder called theme to /data/system/)
Bluetooth
Music app
Gallery
Backup app
Alarm clock
Bluetooth
MIUI Music app
Possibly other things
What doesn't work:
Signal bar sometimes shows no signal when there actually is signal (Better, but still not perfect)
As of 2.3.16, Root Permissions doesn't work
GPS
Probably other things
Torch App
Changes/Fixes Implemented in This Release:
Updated ROM to 2.3.16
Got rid of that Roaming Indicator Off message in the status bar
Added the MIUI Torch app (doesn't work yet though)
To Do List:
Fix GPS
Fix signal bars
Find a way to make MMS work without having to change the DNS
Find a way to get themes working without having to manually add the theme folder
OTA updates
Am I missing something? Let me know.
I'm working to get this ROM as bug-free as possible. If you guys find any bugs that aren't listed here, please let me know.
Thanks:
jt1134, sbrissen, teamhacksung and everyone else who is responsible for making cm9 a possibility for the Samsung Fascinate. Also, thanks to MIUI China for the awesome ROM.
All my MIUI releases can be found here: http://goo-inside.me/devs/weblexa/miui/
Nice work. I'll be watching this excitedly for progress.
Really great news here... so where the donate link sir?
Sent from my SCH-I500
PhoneFactory.smali, SamsungRIL.smali and BearerData.smali
Sent from my Galaxy Nexus using XDA App
jt1134 said:
PhoneFactory.smali, SamsungRIL.smali and BearerData.smali
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Tried it before with miui4 I couldn't get it to work. Maybe Web will have better luck. I didn't have to do anything to get wifi working though. So that's weird.
Sent from my SCH-I500 using Tapatalk
jt1134 said:
PhoneFactory.smali, SamsungRIL.smali and BearerData.smali
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Sweet! Thanks for the help!
Sent from my SCH-I500 using xda premium
Stephen.k.spear said:
Tried it before with miui4 I couldn't get it to work. Maybe Web will have better luck. I didn't have to do anything to get wifi working though. So that's weird.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Yeah, the first time I turned on wifi it worked, but after that it kept hanging on "turning on wifi" so it may or may not work.
Sent from my SCH-I500 using xda premium
ekowanz said:
Really great news here... so where the donate link sir?
Sent from my SCH-I500
Click to expand...
Click to collapse
I appreciate the offer, but I don't take donations.
Sent from my SCH-I500 using xda premium
you can find fixes for almost all your problems (phone calls, SMS, etc) in jts github for ICS.
Sent from my ICS SCH-i500
sageDieu said:
you can find fixes for almost all your problems (phone calls, SMS, etc) in jts github for ICS.
Sent from my ICS SCH-i500
Click to expand...
Click to collapse
Yeah, I found some fixed there this morning just haven't had a chance to implement them yet. Ill hopefully be able to get the fixes implemented into my port this weekend.
Sent from my SCH-I500 using xda premium
Awesome, really nice to wake up and see this posted! So glad that we have someone working on Miui v4, thanks a bunch weblexa. Just a quick question, if I'm currently on teamhacksung's ICS, should I be able to flash back and forth and restore nandroids without having to do anything special?
weblexa said:
Yeah, I found some fixed there this morning just haven't had a chance to implement them yet. Ill hopefully be able to get the fixes implemented into my port this weekend.
Sent from my SCH-I500 using xda premium
Click to expand...
Click to collapse
Psyched for the implemented fixes. Thanks for still
working on fascinate Miui!!
k_nivesout said:
Awesome, really nice to wake up and see this posted! So glad that we have someone working on Miui v4, thanks a bunch weblexa. Just a quick question, if I'm currently on teamhacksung's ICS, should I be able to flash back and forth and restore nandroids without having to do anything special?
Click to expand...
Click to collapse
I personally haven't tried, but I would think you could. Make sure you have Odin available though, just in case.
Sent from my SCH-I500 using xda premium
do you have themes and things enabled in this? not flashing because of issues. just wondering; I played with porting this about a month ago but never got past some of jts fixes so didn't release anything. one issue I couldnt figure out is themes; most of the systemui did not appear to be themed as it should have been. do you have that working right?
also is the music app in there yet? that's one reason I didn't bother continuing work, it was incomplete in the way of miui apps and stuff.
Sent from my ICS SCH-i500
sageDieu said:
do you have themes and things enabled in this? not flashing because of issues. just wondering; I played with porting this about a month ago but never got past some of jts fixes so didn't release anything. one issue I couldnt figure out is themes; most of the systemui did not appear to be themed as it should have been. do you have that working right?
also is the music app in there yet? that's one reason I didn't bother continuing work, it was incomplete in the way of miui apps and stuff.
Sent from my ICS SCH-i500
Click to expand...
Click to collapse
Themes should work. They were miss placed when we were working on it. all you had to do was create a themes folder in the system folder. I think they are fixed now.
Sent from my SCH-I500 using Tapatalk
Themes didn't work for me. It would "apply" them, but wouldn't actually change anything. It's pretty cool to see MIUI v4 on the fascinate though, I had fun playing around with it. Although without working data, there's not a whole lot you can do.
One thing that should be remedied is the fact the you cannot boot into recovery from the reboot menu. I had to three-finger into recovery which is a no-no with ICS apparently, and even though my backup looked like it restored normally, it wouldn't boot back up, it would just boot back into recovery. Gonna odin now and get back to THS beta 6.
Thanks for working on this though weblexa, I'm confident that with the help of JT and others in the community, you'll be able to make this a great rom. I never see you in the #samsung-fascinate IRC channel, I do see JT and sbrissen in there quite a bit though and I'm sure they'd probably be the most help with ICS. Just a thought.
k_nivesout said:
Themes didn't work for me. It would "apply" them, but wouldn't actually change anything. It's pretty cool to see MIUI v4 on the fascinate though, I had fun playing around with it. Although without working data, there's not a whole lot you can do.
One thing that should be remedied is the fact the you cannot boot into recovery from the reboot menu. I had to three-finger into recovery which is a no-no with ICS apparently, and even though my backup looked like it restored normally, it wouldn't boot back up, it would just boot back into recovery. Gonna odin now and get back to THS beta 6.
Thanks for working on this though weblexa, I'm confident that with the help of JT and others in the community, you'll be able to make this a great rom. I never see you in the #samsung-fascinate IRC channel, I do see JT and sbrissen in there quite a bit though and I'm sure they'd probably be the most help with ICS. Just a thought.
Click to expand...
Click to collapse
Yeah, I really need to start getting on irc more. I'm sure it would be very helpful. I'll look into getting the reboot recovery option back into the reboot menu for my next release. Another option would be to use terminal emulator to reboot to recovery. Haven't tried it with v4 but don't see any reason for it to not work.
Sent from my SCH-I500 using xda premium
U could use terminal until It gets fixed
Sent from my SCH-I500 using XDA App
Stephen.k.spear said:
Themes should work. They were miss placed when we were working on it. all you had to do was create a themes folder in the system folder. I think they are fixed now.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Everything is themed properly now. Not sure if the Themes app works, haven't played with it. Sounds like there's still issues with it though. The music app is the stock cm9 music app.
Working on fixing 3G and calling tonight. With any luck they'll be fixed by morning.
Sent from my SCH-I500 using xda premium
Any screenshots by chance?

Q & A for New CM10 Nightlies Thread

Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Made this so the cm9 nightly thread is not clogged up. Feel free to ask your questions and not get yelled at !
Mods if this isn't allowed please close thread
http://get.cm/?device=quincyatt&type=nightly
Change logs
http://cm10log.appspot.com/?device=quincyatt#cm-10-20120829-NIGHTLY-quincyatt.zip
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Good idea OP....
This will be a nice addition ...IMHO
I'm excited to see and use CM10. And BTW ....are the nightly builds coming daily, or is it weekly like the CM9...g
gregsarg said:
Good idea OP....
This will be a nice addition ...IMHO
I'm excited to see and use CM10. And BTW ....are the nightly builds coming daily, or is it weekly like the CM9...g
Click to expand...
Click to collapse
Yea I thought so, I been using it and its great so far , couple glitches so far , but I'm really looking forward to these nightlies
And the improvements
Sent from my Xoom using xda app-developers app
Indeed ....
CM took a long break for the note ...I'm glad we're back in business ...g
Me too
Sent from my Xoom using xda app-developers app
gregsarg said:
Indeed ....
CM took a long break for the note ...I'm glad we're back in business ...g
Click to expand...
Click to collapse
How's it running for u? I had a problem dialing out so I booted to recovery and fixed permissions and rebooted and it worked fine
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
rg1973 said:
How's it running for u? I had a problem dialing out so I booted to recovery and fixed permissions and rebooted and it worked fine
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
Still running FJ's UCLF6 build 5.
I'll load it up tomorrow morning when I can stay awake ...LOL
i keep getting build prop errors when trying to install cm10
md5 has matches so no bad download
any advice what the problem could be?
using CWM
also i realize i dont have the gapps for jelly bean
link anyone?
SayWhat10 said:
i keep getting build prop errors when trying to install cm10
md5 has matches so no bad download
any advice what the problem could be?
using CWM
also i realize i dont have the gapps for jelly bean
link anyone?
Click to expand...
Click to collapse
http://androtransfer.com/?developer=Gapps
Use the 7/26 gapps
Also use twrp to flash the ROM
http://goo.im/devs/OpenRecovery/sgh-i717/openrecovery-twrp-2.2.2.0-sgh-i717-signed.zip
I would delete what u have and redownload it from the link I posted above
Good luck
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Has anyone else had an issue with Google now/ voice search TTS not working? The standard TTS works fine in settings or other apps but I get nothing in voice search.
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
I can't even answer phone calls. What a joke.
cityhunterxyz said:
Has anyone else had an issue with Google now/ voice search TTS not working? The standard TTS works fine in settings or other apps but I get nothing in voice search.
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
What I did was ask google now for the weather and then press the up and down volume keys repeatedly, TTS began to work immediately.
SkyStars said:
What I did was ask google now for the weather and then press the up and down volume keys repeatedly, TTS began to work immediately.
Click to expand...
Click to collapse
yeah tried that and still couldn't get it to work, I also found out that none of my music players could play music from the SD Card, tried switching from CWM to TWRP as some suggested formatted and cleared everything and reflashed and both problems were still there, so i've gone back to my old rom for now till those are sorted.
New nightlie posted ..
change log
http://cm10log.appspot.com/?device=quincyatt#cm-10-20120829-NIGHTLY-quincyatt.zip
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
SkyStars said:
What I did was ask google now for the weather and then press the up and down volume keys repeatedly, TTS began to work immediately.
Click to expand...
Click to collapse
Mine works fine
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
No reboots on 8/29 for me .. edit just got one . Still screen flicker and uncentered lock screen.. but I'll take that .how about everyone else
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Are u guys applying fj oc kernal to this rom? If so how is it working?
Sent from the TermiNOTEr!
borijess said:
Are u guys applying fj oc kernal to this rom? If so how is it working?
Sent from the TermiNOTEr!
Click to expand...
Click to collapse
I haven't I'm just using what's stock.. but it might work
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
I think I have seen other people getting a sound issue but I'm having a problem in listening music. It doesn't play any songs and keep skipping to next song. I'm on 8/29 nightly.

We can now write to system while booted!

Title says it all ..
Must flash DSB's kernel to write to system...
http://forum.xda-developers.com/showpost.php?p=34904203&postcount=1
Thanks to DSB
Thanks for the Christmas present!!! In on this thread. Happy as phuck /10
Sent from my HTC6435LVW using Tapatalk 2
Yes. Very excellent.
Sent from my HTC6435LVW using xda premium
Still cant write to build.prop
Anyone managed to write to build prop?
Why does it say unfortunately app n shortcut has stop...is that a bug..
So how can i edit the build prop if it doesn't seem to save it? I'm on this kernel and i think system is still not writing. Anyone got this working?? Please do tell us how?
skinniebone said:
Why does it say unfortunately app n shortcut has stop...is that a bug..
Click to expand...
Click to collapse
I don't know what you are referring to.
Sent from my HTC6435LVW using xda app-developers app
Hendrickson said:
So how can i edit the build prop if it doesn't seem to save it? I'm on this kernel and i think system is still not writing. Anyone got this working?? Please do tell us how?
Click to expand...
Click to collapse
I just changed it to Galaxy Nexus by using Root Explorer and it worked correctly.
Be sure you are on the latest kernel, as it is the only one that allows writing to /system while booted into android.
Sent from my HTC6435LVW using xda app-developers app
iOSh8er said:
I just changed it to Galaxy Nexus by using Root Explorer and it worked correctly.
Be sure you are on the latest kernel, as it is the only one that allows writing to /system while booted into android.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I can confirm that editing build prop does work and stick on reboot. Was able to make photosphere stop working and start working again as a test.
You may have to reboot one more time. After installing it I updated superuser and it had a read/write error. After rebooting it is fine.
And once again my phone hates any kernel that's out beside stock. I wonder what's the problem that my phone hasn't been able to run without freezing and rebooting
sent from my beastly powered DNA using Tapatalk 2
This is good news ! now all we need is some cyanogenmod and aokp and well be set
It's this s-off or a workaround?
____________________________________________________________
"A foot is the ultimate stocking stuffer."
According to the developer, neither. IDK, it seems like we can pretty much do anything now.
I posted a "stock" version. For those who cannot seem to run anything else without driving me nuts, um, I mean without problems. :laugh:
D
.
Dri94 said:
It's this s-off or a workaround?
____________________________________________________________
"A foot is the ultimate stocking stuffer."
Click to expand...
Click to collapse
Neither...
Most unlock methods do not keep us from writing to /system, this fixes that for us.
Sent from my HTC6435LVW using xda premium

[HOW TO] Enable soft keys on Droid DNA CM10.1

THIS INCLUDES MODIFYING BUILD.PROP AND SYNAPTICS-RMI-TOUCHSCREEN.KL SO MAKE SURE YOU HAVE BACKUPS!!
I thought i might share this to everyone since i tested it and it works nicely for me so far
1) Go to your build.prop using root explorer or any app that allows access to system files
2) Go to the bottom of the file, and enter the following without the quotes "qemu.hw.mainkeys=0" (MAKE SURE YOU HAVE A BACKUP IN CASE SOMETHING DOESNT WORK OUT)
3) Find "Synaptics-rmi-touchscreen.kl" located at (system>usr>keylayout) that controls the capacitive keys. Delete everything by editing it with a text editor
4) Reboot and you should have softkeys with the capacitive ones disabled
*I used this app http://goo.gl/JUWqs to disable the capacitive lights*
**If you wish to kepp the capacitive keys enabled skip step 3**
**to Reverse this just replace the build.prop with your backup and replace your Synaptics-rmi-touchscreen.kl with your backup**
Enjoy
This would be great in conjunction with enabling some gestures in the capacitive area a la WebOS
Sent from my HTC6435LVW using xda app-developers app
I sure do hate sense, but this feature if ever somehow made available for a sense rom it would make it a little better, because im not ever really expecting to get e fully functional AOSP based rom anytime soon.
rhettnis said:
I sure do hate sense, but this feature if ever somehow made available for a sense rom it would make it a little better, because im not ever really expecting to get e fully functional AOSP based rom anytime soon.
Click to expand...
Click to collapse
They almost have cm to a dd state.
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
They almost have cm to a dd state.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I doubt the camera will ever be fully functional, which is a no go for me, I can live without Bluetooth, but I need the camera for work.
Any idea why the menu button won't do nothing it just vibrates
Sent from my HTC6435LVW using Tapatalk 2
rhettnis said:
I doubt the camera will ever be fully functional, which is a no go for me, I can live without Bluetooth, but I need the camera for work.
Click to expand...
Click to collapse
Chad has said the exact opposite in the development thread.
Edit: Sorry, he said it in the Cm 10.1 Rom thread.
Sent from my HTC6435LVW using xda premium
Okay, so on any jelly bean device with soft keys, pushing up from the home soft key brings up a little ring with google now on it. Is there any way to enable this functionality with the hardware keys? It's kind of weird having both hardware and soft keys but I really like this functionality.
Any way to shrink the height of the nav bar? It's a bit too tall for my liking.
Been trying to get this to work on pacman... Should it be any different?
Edit... Got it working. But I can't get the backlights to turn off with the app linked in op.
Stoney 666 said:
Been trying to get this to work on pacman... Should it be any different?
Edit... Got it working. But I can't get the backlights to turn off with the app linked in op.
Click to expand...
Click to collapse
That's odd. I was able to disable the lights. I have my PAC-Rom on Phablet mode. The app allowed me to shut them off and I was wondering, now that we got soft keys, I kinda want to cover the capacitive light with like, tape or something so I don't have to constantly look at them. haha, did any of you guys do anything to cover them or were just like whatever about it?
°PACROM DNA°
Upstreammiami said:
Any idea why the menu button won't do nothing it just vibrates
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
this
Badseeds Free Webs paged url.
Stoney 666 said:
Been trying to get this to work on pacman... Should it be any different?
Edit... Got it working. But I can't get the backlights to turn off with the app linked in op.
Click to expand...
Click to collapse
Hey, badseeds. What is going on with your webpage? Why is it all wonky and not loading graphics? Egads... Can't wait to try your rom for my DNA tomorrow tho.
FuzzyFone said:
Hey, badseeds. What is going on with your webpage? Why is it all wonky and not loading graphics? Egads... Can't wait to try your rom for my DNA tomorrow tho.
Click to expand...
Click to collapse
The host for that website is trying to charge extra every time we try to update it, which they didn't before so it's pretty much abandoned till we find a new one. Our home for now is mikmik and here....
I need some help ! I follow this How To and can add the softkeys (thanks a lot) but I cannot find Synaptics-rmi-touchscreen.kl on my device. I use LG G Pro (E980) any help please ?
3) Find "Synaptics-rmi-touchscreen.kl" located at (system>usr>keylayout) that controls the capacitive keys. Delete everything by editing it with a text editor
Click to expand...
Click to collapse
I hate captivate buttons on screen ones are so much better. On my Droid 2 they all quit working on me and I had to install an app just to use the phone. This is great. Thank you.
Sent from my HTC6435LVW using XDA Premium 4 mobile app

[MOD] disable/enable capacitive buttons

very simple mod very simple op
*** THIS IS FOR THE CAP BUTTONS - Menu - Home - Back - Search - not for nav bar ***
since the new cm rebase kernel was pushed some things have changed.
my old enable/disable no longer works on the new rebase so here is the new zips
should work on all cm/aosp based 4.2.2 and 4.3 roms
disable: http://www.blownco.com/index.php/doc_download/13402-disable-capacitive-buttons-new-jd81
enable: http://www.blownco.com/index.php/doc_download/13403-enable-capacitive-buttons-new-jd81
for 4.1.2 roms use
disable: http://www.blownco.com/index.php/doc_download/639-disable-capacitive-buttons-jd81-zip
enable: http://www.blownco.com/index.php/doc_download/640-enable-capacitive-buttons-jd81-zip
just flash in recovery and reboot *put both zip's on your phone* flash disable and reboot, if you dont like it then flash enable and go on with your day
if this zip doesnt work for you *ie buttons still work after reboot* well then you dont have the proper rom,
either go on with your day or
-open a file manager
-go to /system/usr/keylayout
-delete the file sec_touchkey.kl
-reboot and go on with your day
Nice! Thanks Jamie, will definitely come in handy for me Pie/Nav bar addition! :thumbup:
Sent from my SGH-I717 using xda app-developers app
I like how you want ppl to go on with their day lmao. Great mod!
From me to you thru my Gnex
Haven't tried the enable but the disable zip works on 4.3.
Sent from my SAMSUNG-SGH-I717 using XDA Premium 4 mobile app
pockets916 said:
Haven't tried the enable but the disable zip works on 4.3.
Sent from my SAMSUNG-SGH-I717 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
it should, there was no change from 4.2.2 to 4.3 in the touch drivers like there was with 4.1.2 to 4.2.2
Wasn't sure if it did once I knew I wanted to share with others.
Sent from my SAMSUNG-SGH-I717 using XDA Premium 4 mobile app
supporting question
Hello, first off, well done with this, its working perfectly for my note on PAC JB rom, but was wondering if there is anyway to disable the lights for the buttons, they don't work, but still light up, just wondering, have been searching for a bit and will continue to, but thought I would ask here too, thanks again for all the work you do, have a good one!
MBrad10 said:
Hello, first off, well done with this, its working perfectly for my note on PAC JB rom, but was wondering if there is anyway to disable the lights for the buttons, they don't work, but still light up, just wondering, have been searching for a bit and will continue to, but thought I would ask here too, thanks again for all the work you do, have a good one!
Click to expand...
Click to collapse
Used to be in advanced settings so ask the dev to get them back
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
JamieD81 said:
Used to be in advanced settings so ask the dev to get them back
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
I actually think that I found the setting through the rom, thanks for responding though, and again, thanks for the mod! :victory:
JamieD81 said:
Used to be in advanced settings so ask the dev to get them back
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
I didn't find them in the carbon uput out either...lol it's cool I luv it any ways
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
cougar11 said:
I didn't find them in the carbon uput out either...lol it's cool I luv it any ways
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
Yeah because we are currently using cm's msm8660-common device on carbon
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Bummer...
This doesn't work on Cyanogenmod 10.1 RC on my HTC EVO 4G LTE unfortunately. Bummer. I need to grab that new Nexus 5 when it comes out. I HATE capacitive buttons...
joniler said:
This doesn't work on Cyanogenmod 10.1 RC on my HTC EVO 4G LTE unfortunately. Bummer. I need to grab that new Nexus 5 when it comes out. I HATE capacitive buttons...
Click to expand...
Click to collapse
Check blownco there are files for cm10.1 there
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
edit: i updated op to link to older files
Thought I'd share this for anyone who wants to disable the capacitive button lights. Credit goes to the original post I found at..
http://forum.xda-developers.com/showthread.php?t=2210765
To turn off capacitive button lights:
1. Download a file manager with root access. I used Root Browser.
2. Go to system/lib/hw
3. Find the file named 'lights.msm8660.so'
4. Rename it to anything such as "lights.msm8660.so.old"
5. Reboot.

Categories

Resources