Restore the LED ring functionality on CM11 - Nexus Q General

Anyone tried to install the tungsten led service apk from the factory images? I tried I got this error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE
Anyone have an ide how to install this apk? I guess it a system apk so I might have to install it in /system/app. I will try some more tonight. It would be nice to have booth the visualizer service and the volume (TungstenLEDService) displayed on the led ring. If anyone tries to install TungstenLEDSerive.apk and/or Visualizer.apk please post your results
will try with
Code:
adb push TungstenLEDService.apk /system/app
tonight when Im back from work. I post my findings here.
from http://bliny.net/blog/post/Nexus-Q-LED-Applications.aspx
Code:
Priority Application Description
0 / 100 TungstenLEDService Master volume. Uses 100 to override everything when volume is changing and switches to 0 otherwise.
5 Visualizer Displays theme-based animations.
10 NetworkLedController Network status indication.
20 HubBroker Bluetooth Pairing portion of the @home broker.
25 HubBroker NFC handler.

I did this to install the apk.
enable root over adb on developer settings
adb push TungstenLEDService.apk /sdcard/
adb shell
su
mount -o rw,remount -t ext4 /system
cp /sdcard/TungstenLEDService.apk /system/app/
set permission with filemanager
got error:
Package com.google.tungsten.ledservice has no signatures that match those in shared user android.uid.system; ignoring!
any ideas what to do? Do I need to resign tha apk with cm11 shared user android.uid.system? Where do I get that key?

Agreed this feature should be restored.. Wish I could help..but I also tried this and couldn't get packages to install or work
Sent from my Nexus 5

I'd love to take a poke at this, but I unfortunately don't have a copy of the apk kicking around. Any ideas on locating it or did I miss my chance when I wiped it?

mcsaucy said:
I'd love to take a poke at this, but I unfortunately don't have a copy of the apk kicking around. Any ideas on locating it or did I miss my chance when I wiped it?
Click to expand...
Click to collapse
You can dump it from the Nexus Q System image at https://developers.google.com/android/nexus/images

Bounty
I think this is going to require the help of very smart people to get this working in 4.4 I want this back too as I bought a Q on ebay. It may have to be built from the ground up, with someone discovering the hooks in the old system image. I would think a toggle app would work best, where it could be turned on or off so it could work with any music player or video app.
I'm willing to pitch $15 to someone who figures this out.

What did the LEDs do?
Out of curiosity, what sort of functionality are you asking for from the LEDs?
Some folks, myself included, have never used the stock ROM, so are unfamiliar with what the LEDs used to do out of the box. Was it more like a normal Android LED (used principally for silent notifications), or did they do something else like dance in time to the music?

DA6030 said:
Out of curiosity, what sort of functionality are you asking for from the LEDs?
Some folks, myself included, have never used the stock ROM, so are unfamiliar with what the LEDs used to do out of the box. Was it more like a normal Android LED (used principally for silent notifications), or did they do something else like dance in time to the music?
Click to expand...
Click to collapse
Yes, the lights moved and alternate with the beat of the music like a visual equalizer. You can probably find videos of it in action on YouTube

Aha! Cool! Any idea what the LEDs do now by default? I notice using Moose0704's unofficial CM11 it is generally neon blue, but sometimes pale yellow (only when daydreaming). Perhaps related to CPU usage?

DA6030 said:
Aha! Cool! Any idea what the LEDs do now by default? I notice using Moose0704's unofficial CM11 it is generally neon blue, but sometimes pale yellow (only when daydreaming). Perhaps related to CPU usage?
Click to expand...
Click to collapse
LED do nothing now with the roms that let us use it as a regular android device. I want it to detect audio is coming out of the device and move the LED lights accordingly, when either music or a video is playing. Blue is the standby color when the device is waiting for something to happen. Yellow (or maybe it was orange) was (on the original stock rom) for not being able to connect to wifi.

Updated TungstenLEDService.apk in Lollipop ADT-1 ROM
Did anyone notice that the latest OTA update for the ADT-1 (build LPX13D) has a new TungstenLEDService.apk?
Grab the ADT-1 OTA zip from http://android.clients.google.com/p...a.signed-molly-LPX13D-from-LPW39.92b93576.zip
Source: http://gtvhacker.com/index.php/ADT-1_Android_TV#Updates

DA6030 said:
Did anyone notice that the latest OTA update for the ADT-1 (build LPX13D) has a new TungstenLEDService.apk?
Grab the ADT-1 OTA zip from http://android.clients.google.com/p...a.signed-molly-LPX13D-from-LPW39.92b93576.zip
Source: http://gtvhacker.com/index.php/ADT-1_Android_TV#Updates
Click to expand...
Click to collapse
This is very interesting. Hopefully this can be ported. I can only hope that lollipop on our nexus Q + this apk + music playing from google music casting to the Q = leds working?

Related

[MOD] Native trackball colors... Official!! [3-16]

For anyone who missed it, Google open sourced the official lights and sensor libs. Attached is the update.zip with official colorful LED lib. It's just about functionally identical to mine, but they have some better color mapping, and the white is finally white! Just flash from recovery and enjoy.
Special thanks go out to lilHermit, his app gave me a lot of insight into the LEDs, and metalhead8816 for helping me through some tough code, and Google for releasing the official code.
Root is required...
This is how it works:
- Screen on: incoming whatever - one white flash
- Screen off: notification - one white flash, then colored flash
- SMS, Gmail - green
- Missed call, twidroid - cyan
- Incoming call - rapid white flashing
- Incoming call while on bluetooth - rapid blue flashing
** Please read **
This file offers no customization because it's only an interface. What this file does is allow apps and the system to set the color and blink rate of the trackball and the trackball obeys.
Also, I cannot guarantee support for Desire roms. I know nothing about how the Desire is supposed to handle notifications. If HTC didn't try to do something fancy (read: stupid) with the notification code, then this will work as advertised. I have no plans to use or test this on a Desire ROM myself.
Attached is a real update.zip that I made myself. No waiting this time. Flash from recovery and let me know what you think.
ChainsDD said:
I pieced together a new led driver that shows colors on the trackball. Everything seems to work as advertised and it should work on any ROM.
It's being pulled into CM, so if you run that, you could probably wait for the next release if you want.
Other than that you can grab the .so here and push it to /system/lib/hw. It requires a reboot to take effect.
Note: This is not an update.zip. I'm too tired to put one of those together. just extract lights.mahimahi.so and push it with adb. or someone else can make an update.zip
Click to expand...
Click to collapse
interesting ... was this a binary edit ... or did you build this from scratch/source?
Nice work.
~enom~
freaking sweet! now i just have to figure out where my flipping cable is since I just got to my hotel room on a business trip. what a great surprize.
enomther said:
interesting ... was this a binary edit ... or did you build this from scratch/source?
Nice work.
~enom~
Click to expand...
Click to collapse
Sort of built from scratch. I had the lights.msm7k.so source to look at.
What directory does this go
bobtentpeg said:
What directory does this go
Click to expand...
Click to collapse
/system/lib/hw
ChainsDD said:
Sort of built from scratch. I had the lights.msm7k.so source to look at.
Click to expand...
Click to collapse
In that case ... very well done sir ... nice indeed!
EDIT: Ah, I just saw it up on github too ... cool.
~enom~
thanks for the hard-work it'll be great to have the trackball work the way it should have from start. I put together an update.zip but its my first time putting one together just kinda edited and re-signed another zip file i had, i flashed it myself it didn't have any errors and seems to be working but standard disclaimers apply make a backup flash at your risk im not responsible for anything that happens to your phone.
updated the file its the new one 2/22
edit i forgot that there was issues with the screen being on and color changing properly the zip works fine
edit removed zip to prevent confusion
godsfilth said:
thanks for the hard-work it'll be great to have the trackball work the way it should have from start. I put together an update.zip but its my first time putting one together just kinda edited and re-signed another zip file i had, i flashed it myself it didn't have any errors and seems to be working but standard disclaimers apply make a backup flash at your risk im not responsible for anything that happens to your phone.
Click to expand...
Click to collapse
I didn't try it, but looking at that, it should work just fine. putting it in the OP. Thanks!
ChainsDD said:
I didn't try it, but looking at that, it should work just fine. putting it in the OP. Thanks!
Click to expand...
Click to collapse
no problem glad to be of some help. i cant code and i'm poor so gotta give back to the community somehow
Awesome!!! Thank you!!!!
How do we change the values for different situations, (calls, sms, email etc...)???
this is awesome!!! Thanks so much
How do you mess with the different colors or can you not do that?
are there any options or something to mess around with? I don't notice much of a difference. Rather than 2 white pulses, I get a pinkish flashing. anyway to adjust?
Tested. Works fine.
I might sound dumb but how can I tweak the colors? Right now it blinks pinkish on startup but i hate pink
My guess is that the color is specified in the program itself, the same way that a LED notification light would get it's color.
But hey, at the moment the pink flashing matches nicely with the Carebear recovery released earlier today...
duylong186 said:
Tested. Works fine.
I might sound dumb but how can I tweak the colors? Right now it blinks pinkish on startup but i hate pink
Click to expand...
Click to collapse
Ssantos6981 said:
are there any options or something to mess around with? I don't notice much of a difference. Rather than 2 white pulses, I get a pinkish flashing. anyway to adjust?
Click to expand...
Click to collapse
cupOjo said:
How do you mess with the different colors or can you not do that?
Click to expand...
Click to collapse
wdelisi said:
Awesome!!! Thank you!!!!
How do we change the values for different situations, (calls, sms, email etc...)???
Click to expand...
Click to collapse
Colors shown are up to the apps that send the notifications. So far I know that email and sms are green, and twidroid is light blue.
I just put together a fix for the pink, stand-by for that
duylong186 said:
Tested. Works fine.
I might sound dumb but how can I tweak the colors? Right now it blinks pinkish on startup but i hate pink
Click to expand...
Click to collapse
don't flash RA's carebear recovery then
ChainsDD said:
Colors shown are up to the apps that send the notifications. So far I know that email and sms are green, and twidroid is light blue.
I just put together a fix for the pink, stand-by for that
Click to expand...
Click to collapse
USB connection is a lavender color as is Handcent.
I guess no workaround for unrooted n1s?

[MOD] Trackball Notifications in Succession [v 0.5] (CM-5.0.5.3)

I pieced together a way to get notifications to be shown in succession. This is an initial version and it seems pretty stable as I have used it throughout the day.
The way it works is by cycling through the current notifications that in the system and flashing the trackball according to how each notification specifies their behavior.
If you see some odd behavior with Handcent it is expected as the default flashing rate has a light off period of 0, so you can change it to custom with a light off rate of 2000 to match that of GMail notifications. (as I have)
Special thanks to ChainsDD for some help today with general Android knowledge and I hope you all enjoy this. Please leave some comments and I will do my best to fix bugs and make improvements (Computer Science student at UCSD)
Root is required...
** Please read **
This enhancement should work on CM-5.0.5 as I have built the jar against his source. I don't guarantee it will work for the others.
Also, I cannot guarantee support for Desire roms. I know nothing about how the Desire is supposed to handle notifications. If HTC didn't try to do something fancy (read: stupid) with the notification code, then this will work as advertised. I have no plans to use or test this on a Desire ROM myself.
Like any other development project on this forum I will not be held responsible if this breaks your phone in any way. It only updates the services.jar from /system/framework so you should at worst only see boot loops.
If you are having issues:
- Please drop me a log in pastebin.
Changelog:
v0.5:
- Updated to use the new breathing light code. (Sorry for the long wait)
v0.4:
- Fixed to use the eclair branch code instead of donut
- Options for flashing while screen on, at all work now (eclair options)
- Fixed the sleeping issue. Should now work with the screen off.
v0.3:
- Hopefully a fix for the issue of the notifications not staying awake.
- More debugging output so people can get me some logs.
v0.2:
- Fix for multiple notifications of the same color.
v0.1:
- Initial version with succession
Donation:
Please donate if you like my work. It helps keep me motivated and working hard on Android.
Downloads:
- Attached at the bottom.
- servicesv05.zip provided by me.
- others provided by RixKliq (post #225 but attached here)
How to install:
1) Nandroid
2) Rename download from servicesv05.zip to services.jar
3) Connect phone to computer.
4) adb remount
5) adb push services.jar /system/framework
6) adb reboot
Glad you made it! Get cyanogen to put it into his mod .
Wysie said:
Glad you made it! Get cyanogen to put it into his mod .
Click to expand...
Click to collapse
Do you think this will rock out with the Desire Rom... I am about to push it over but I just need to understand the differences between this and chain.. I gather no color distribution in notifications.. I have seen that Chain Version did not prosper on this Rom.. I keep forgetting this is from something that comes out in two months.. Lol..
Thanks..
Appears to work pretty well... any chance of speeding up the flashing? So far is working well with 3 notifications. Waiting for twitter to update and see how 3 looks. though I think it will take too long to see more then two as it flashes slowly.
question
so i pushed it to the system and i see nothing and how can i change it from 0 to 2000 ?
nice work mate- you should speak to lilH3rmit. he has an alpha version of Trackballcolornotify2 that allows different colours to be shown for different apps (stock and non-stock)... his has an altered framework.jar....
if you 2 got together the end result would an all in one app
cool work, but can you post a version with white text?
works 'thanks'
AC!D said:
cool work, but can you post a version with white text?
Click to expand...
Click to collapse
do you want white everything? or just the stuff in the statusbar? i can change colour of clear button and provider as well.
***edit*** here is one with white status bar stuff. just change the .zip to .jar as above- untested BTW but mine worked, and it was only slightly different. shouldnt affect the hacks done here...
Can anyone post screens?
//P
just a word- am using this with Trackballcolornotify2 and it works awesomely!!!! thanks so much for this one.
MontAlbert said:
just a word- am using this with Trackballcolornotify2 and it works awesomely!!!! thanks so much for this one.
Click to expand...
Click to collapse
hummm... link please ? I'm not sure which mod you're talking about since there are a few around..
thanx !
And of course thanx a lot to metalhead8816 for this work, I hope it gets included in cyanogen mod.
works great...blinks green then cyan...going to test out missed call. nice work!
BlueScreenJunky said:
hummm... link please ? I'm not sure which mod you're talking about since there are a few around..
thanx !
Click to expand...
Click to collapse
it's in alpha testing phase at the moment. Watch this space i reckon for something that could be awesome. He wants to make it so it will support EVERY single app so you can choose ANY colour you want for the trackball.
Ok thanx, that would definitely be great in combination with successive notifications !
Loving my N1 more and more thanx to you guys, keep up the good work =)
Did someone test i on Desire?
thanks! trying....
MontAlbert said:
do you want white everything? or just the stuff in the statusbar? i can change colour of clear button and provider as well.
***edit*** here is one with white status bar stuff. just change the .zip to .jar as above- untested BTW but mine worked, and it was only slightly different. shouldnt affect the hacks done here...
Click to expand...
Click to collapse
thank you, works perfect!
someone tried it on MCR 1.7?
if not i will do it this afternoon
how hard is this on the battery - do you have to wake up the CPU every time you change the color?

[ROM]CM-5.0.8-Espresso(kanged)

This is a 99.9% complete port of CM-5.0.8
must have root first.
must wipe.
Change Log Edits.
-MMS added
-USB /Vold Working..
- Jar for Maps Added.
- Google Translation
- 3D Gallery
- Dragon Dictation
- A2SD working
- Edit Boot.img / rw due to a2sd is on /sd-ext
- MyTouch Music Add
- CM Nexus Boot animation... I had to one this
- Change to Using the Espresso Correct Build.prop.
- Added A2SD bin's / Lib Support
- Added libopenobex.so needed BT
- Genuis App
- Google Voice
- ETC /bin /lib Edits & Symlink's / App's
Thanks to Eugene for ALL of these fixes and additions
New zip includes keyboard fix thats it
Download:CM-5.0.8-EspressoV3.1.zip
Black Statusbar:CM-5.0.8-Framework-Black.zip
For anyone who wants to go back to the white statbar:CM-5.0.8-Framework-Original.zip
After installing Black framework go to setting>spareparts and edit the clock color and date and time color to your likeing
For those that dont want to wipe and reflash just for the keyboard take the usr folder from the zip and push it to /system/usr
First adb shell and # rm -rf /system/usr
-Some keys still arent mapped on keyboard:home, '?', back, sym and menu looking into it
Half-ASSed WiFi fix:Go to settings>Wireless&Network>Wi-Fi Settings press menu and select Advanced enable static IP fill out the IP address, gateway, netmask and dns1
Credit goes to:
Eugene for EVERYTHING(root, first couple roms and his fixes in this)
CyanogenMOD crew for developing CM5 in the first place(Can't wait for CM6 w/FroYo)
Just YourShadow for his fixes
Also I'am trying to get an EVO or Droid-X and my Fundsalo so if you could please please help me out with a donation or a hand out of any kind i would really really appreciate.........Nah im just kidding if you really want to help out donate to the CyanogenMOD devs
Thank you so much for this
Sweet, gonna try it out! Thanks.
Good work!
I fixed the keyboard issue but because I don't know how to do a fix file all I can do is re upload the entire rom if anyone wants it
Sent from my HTC Espresso using XDA App
fn keys need remap?
Does that mean the func keys don't work?
So there is no way to make #s or symbols with the kybd.
I am using adw so most of the sense stuff does nothing for me but waste cpu cycles, a vanilla or cyanogen would be perfect for my situation, but my big fingers don't lend themselves to using an on screen keyboard but thanks this just may work for me till there is a new release
Bhang
He's just missing a few files for the keyboard mapping. The FN keys still work but they are mapped to another keyboard setup
I'd appreciate the fix or a walk through to do it myself
Here's the keyboard and rotate fixes, playing around with A2SD now but I have a feeling it's out of my league
CM5.0.8-EspressoV3.zip
To auto rotate the home screen and drawer go to settings>ADWLauncher>System Preferences> and enable Orientation Sensor
Just Yourshadow said:
Here's the keyboard fix, playing around with the other issues now
CM5.0.8-EspressoV2.zip
Click to expand...
Click to collapse
Ahh my first real reason to root thanks to both of you
Fixed the rotate issue, see earlier post
thank you, about to flash now.
updated OP with new link to fixed rotate adn keyboard version....thanks to Just Yourshadow for that
this rom is awesome but is there anyway to remap the genius key? i tried the guide but it has mapping for keys we dont have and so i dont know wich one to change.
Thank you for posting this! I have been waiting for 2 weeks since I got my slide to be back on 5.0.8 coming from a G1. I have a few questions.
1. There are still a few keys that aren't mapped and I'm sure you are aware of this, home, back, menu, and search from the keyboard, and of course the genius buttin (I'm about to work on these and will report when I'm done mapping)
2. Two things I really liked and found useful with stock Slide and I assume are part of HTC Sense apps are a) the ability to search the company directory from contacts and b) exchange calendar support.
Am I correct in assuming we cannot push these apps through adb because we would need the HTC framework? Thanks
EDIT: I pushed the Calendar and Contacts apps from stock over this and as I predicted, FC City! Thank goodness for Nandroid...
neva dinova said:
this rom is awesome but is there anyway to remap the genius key? i tried the guide but it has mapping for keys we dont have and so i dont know wich one to change.
Click to expand...
Click to collapse
enter the shell command: getprop hw.keyboards.0.devname
It will return the name of the keyfile you need to edit.
Holy crap my Slide just turned awesome! I love Cyanogenmod on my Slide. It's really fast too. I haven't found any huge bugs yet.
it would be nice if u can get friend stream or at least facebook with contact syncing
Sent from my T-Mobile myTouch 3G Slide using the XDA mobile application powered by Tapatalk
Frank2009 said:
it would be nice if u can get friend stream or at least facebook with contact syncing
Sent from my T-Mobile myTouch 3G Slide using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
Current working on that, Swype, and A2SD
I'm on #teamslide IRC, I'll try and help any way I can and suggestions are welcome
Thanks for fixing all these issues!
Other issues I've noticed:
* Wi-Fi suddenly became a little flaky and unreliable. I disabled it and enabled it and it was back to normal. Might have just been a fluke.
* Camera button turns the camera on but doesn't take pictures and doesn't lock in the focus.
* When the screen is locked and off, pressing the trackball doesn't light up the screen like it does on the original Slide ROM.

[Rom]-[Wip]Gnex port AOKP [1/18/2012]

Ok guys this is a idea i had awhile back.... im not really a aosp guy most of you know that but, i figured if we were going to get a stable build that is sized right and a good chance of getting data to work fairly easy it would be a port from Samsung google Nexus.... now ive only put a couple hours into it so its not that great at the moment but ill get it as stable as possible with time... this thread is meant for testing, feedback, and for anyone who wants to add to the build fixes and so forth.. everyone is adults here and i know we can work together well...
that being said this is a port from a rom romanbb built for nexus called "AOKP" i have alot of respect for him as a developer and that is the main reason i chose his rom to port... so big thanks to him!!!
now to buisness like i said before not alot of time put into this yet all i did was booted it and play around awhile... rom is stable meaning "no reboots" needs alot of tlc
what works:
it boots
all hardware buttons
touchscreen
Note:as of now you have to use the built in touchscreen mouse to navigate thru the rom... i tried to turn it off but i am new to ics and aosp and i couldnt find a option to do so... if anyone knows pleasedo tell... just tap the mouse circle drag it to what you want to use say app drawer then tap it and the app drawer will open... i should have a solution for this once i have more time tomorrow after work...
what dont work:
data (not for long)
camera (easy fix)
audio
sd card
wifi
phone (forces closed because it tries to turn on radio annoying but can be dealt with while you play with the rom)
probabaly alot more but limited on time to test today
Features added by Roman
built from AOSP -- using 4.0.3
power menu
ICS style toggles
superuser & busybox built from source, included
deodexed & unsecure boot.img (for adb remount)
Facebook contact sync
ROM Control application lets you take control of your ROM. Customize it how you want it.
Navigation Bar options & layouts (search bar layout, menu visibility options,etc) -- long press search button enabled
IME Switcher toggle (show/hide notification when you type)
Customize your carrier label
Override lockscreen timeout (ie, use Android's timeout when turning the phone off, so it won't lock itself)
LED pulse timing options
Statusbar toggle options
much much more in there
1% battery mod built in (check ROM Control) -- two styles, center and off center
Unique Power Saver functionality
Turn data off while your screen is off (GSM phones can switch to 2G)
manually sync at a time interval for all your accounts (Gmail, etc)
Check out all the options in ROM Control
see more features and screenshots here
again guys WIP if you want to donate send it romans way im doing this rom for fun till we get a good leak.... which maybe soon
Instructions
download rom place on sd
Flash rom in recovery
download boot.img place it in your fastboot tools directory: (my folder is called "HTC")
boot into fastboot( cd to your fast boot tools and type your command for example) fastboot flash boot c:/HTC/Boot.img
Downloads
Gnex Alpha test
Boot.img​
please if you are not confident you know how to get back to your previous rom do not try this... for those of you who no how and want to play with ics a little Enjoy itll be the only aosp rom i ever build lol
reserved... wont be around tonight to answer questions guys have to work early so im going to bed...so please only flash if you are confident in your skill to get back to a stable rom... ill check in in the morning have fun
woot cannot wait for this gonna be a long night!
Over on the eris, we had to use a mouse pointer for touch screen until it was fixed...idk if itll help. But i know mongoosegelix and devs from the desire got touch screen working right
Nerdgasm!!!
Edit: Nope that wasn't it. Need to double tap and drag to scroll.
Very intersting seeing this for the first time.
More awesomeness! Dev section is getting good.
I can't believe I'm seeing this... So awesome.
Sent from my ADR6425LVW using XDA App
after flashing this if i wanted to go back would doin a nand restore get me back to my previous ROM or is there something else i gotta do??
Naisaelee21 said:
after flashing this if i wanted to go back would doin a nand restore get me back to my previous ROM or is there something else i gotta do??
Click to expand...
Click to collapse
I had to replace the .txt file in the kernel from the GB ROM i was reverting to with this .txt file in the PH98IMG.zip. If you don't do this there will be a main version error in the bootloader...worked for me.
Naisaelee21 said:
after flashing this if i wanted to go back would doin a nand restore get me back to my previous ROM or is there something else i gotta do??
Click to expand...
Click to collapse
you must also flash a gingerbread boot.img or PH98IMG.zip in hboot to be able to boot back up.
So, you would:
wipe /system in recovery
restore nand
boot to bootloader and either
A) fastboot flash boot *namehere*.img or​B) flash a gingerbread PH98IMG.zip​reboot
???
profit
Definitely can't wait to see this come together.
-Sent from my Droid 2-
Yeah sound, mobile network, and wifi are killing me
dmeadows013 said:
Yeah sound, mobile network, and wifi are killing me
Click to expand...
Click to collapse
Did you guys try Demons AOSP kernel?
MrSmith317 said:
Did you guys try Demons AOSP kernel?
Click to expand...
Click to collapse
Yes we did
dmeadows013 said:
Yes we did
Click to expand...
Click to collapse
Did you ask him to fix this one? lol
MrSmith317 said:
Did you ask him to fix this one? lol
Click to expand...
Click to collapse
Lol DroidVicious and I are working on getting it stable as well as MIUI
You guys are on the ****ing ball! My head is spinning!
this would be spectacular if stable with hardware working! Definately watching closely!
so im playing with this new leak and just seen its sense 3.6 pretty cool

[Q] Regarding MIUI/CM7, pulling an app over?

Hey Guys!
I've been trying to find a way to keep the softkey light on S2 on MIUI turned off (COMPLETELY, not auto brightness values for button to 0) but there really isn't a way...
I've noticed in CM7 there is a Galaxy SII settings app that can be found independently in Titanium Backup. That app has the option to turn off the softkey backlight completely.
Do you think it's possible to drag that app from CM7 and Install it on MIUI to turn off the keylight? Considering from what I've read MIUI is based partly on CM right?
Go to display setting. Turn on auto brightness and beneath it will be advanced settings or something. Then there should be automatic backlight tab or Light Levels. Click on Edit Other levels.. Underneath button, make the value(should be 225 or 250) go to 0. You're good to go. You can turn off auto brightness then.
Pretty sure the OP said "COMPLETELY, not auto brightness values for button to 0"...Wait...He did
OP - there are various scripts around the place which claim to achieve this. I also use Miui & setting the auto brightness to zero used to work. This stopped working early in the the new year so something has obviously changed in Miui's builds.
I can't vouch for the usefulness of these scripts as I've learned to live with this issue, and I don't have a link for same. Try a Google search & append XDA to your search terms. This should yield something for you.
Edit to add - With regard to pulling over an app from CM7, obviously Miui is CM based so it might work. I guess you can only try it & find out. Can't see how it could do any harm given it's only an app.
@Mistah Thanks loads dude, I've tried some of the scripts from some of the searches I did and nothing seems to work you're right.
I'll give it a shot and see how it goes, but I don't think if i get the APK out i can just install it normally right? I'd have to put it in system>app then do a reboot for it to go in nicely?
I'll test it and report it back here tmrw thanks!
No worries
Yeah I'm not surprised the scripts don't work. Yeah give it a try, put it in /system/app & also might wanna mount /system rw before you install it (if you need to, use an app like Remount to do this). Yeah do a reboot after you've installed it & cross your fingers.
Will be awaiting your report with baited breath
Doodalicious said:
@Mistah Thanks loads dude, I've tried some of the scripts from some of the searches I did and nothing seems to work you're right.
I'll give it a shot and see how it goes, but I don't think if i get the APK out i can just install it normally right? I'd have to put it in system>app then do a reboot for it to go in nicely?
I'll test it and report it back here tmrw thanks!
Click to expand...
Click to collapse
Hey @Mistah I'm on checkrom v4 currently though coz im trying out some stuff. I've got the said apk out from cm7 do you think I can pm it to you in about 7 hours from now to try it out?
Sent from my GT-I9100 using XDA
Yeah why not
Doodalicious said:
Hey @Mistah I'm on checkrom v4 currently though coz im trying out some stuff. I've got the said apk out from cm7 do you think I can pm it to you in about 7 hours from now to try it out?
Sent from my GT-I9100 using XDA
Click to expand...
Click to collapse
Pm-ed! Thanks!
Replied. Doesn't work & I doubt it will.
I wrote a script which works for me on all kernels with init.d support, here's a link:
http://dl.dropbox.com/u/27703769/Permanently Disable Softkey Backlight.zip
If the flashable zip doesnt work just copy the script and set correct permissions (755). Please report back, because I haven't used the script for a while now...
BLN doesn't work on the script, though. I have located the file which contains the value for the backlight and changed its permissions, this disables the phone to change this value and thus keeping it off. This file is on a different location on almost every phone, so most scripts work on only one particular device.
gangsterjoop said:
I wrote a script which works for me on all kernels with init.d support, here's a link:
http://dl.dropbox.com/u/27703769/Permanently Disable Softkey Backlight.zip
If the flashable zip doesnt work just copy the script and set correct permissions (755). Please report back, because I haven't used the script for a while now...
BLN doesn't work on the script, though. I have located the file which contains the value for the backlight and changed its permissions, this disables the phone to change this value and thus keeping it off. This file is on a different location on almost every phone, so most scripts work on only one particular device.
Click to expand...
Click to collapse
Hey Joop!
Tested the zip and it flashed but it just seems to force the softkey light on. Doesn't go off at all after that. Thanks for the help though!

Categories

Resources