{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
HOW TO PORT I9000 GINGERBREAD ROMS :
1. Start Off By Downloading Any i9000 CWM Rom That You Would Like To Port.
2. Place Any Vibrant Specific Kernel In Updates Folder ( Bullet, Lidroid, Talon SH Kernel And Reorient/Vibranted ).
3. Place Any Vibrant Modem In Updates Folder.
4. Go Into System/User/Keylayouts/Melfas_Touchkey And Make Sure You Use The Home Button Fix Provided Below...
If The Home Haptic Feedback Fix Dont Work For You In Attachments Files Use This :
UPDATED MELFAS_TOUCHKEY
Code:
key 139 MENU WAKE_DROPPED
key 158 BACK WAKE_DROPPED
key 217 SEARCH WAKE_DROPPED
key 102 HOME VIRTUAL
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 103 DPAD_UP WAKE_DROPPED
key 108 DPAD_DOWN WAKE_DROPPED
key 232 DPAD_CENTER WAKE_DROPPED
key 212 CAMERA WAKE_DROPPED
key 231 SEND WAKE_DROPPED
5. Now We Gotta Fix Haptic Feedback So...
This Works On JVR, JVS, And JVT The Only Three I Tested On
Download smali.jar & baksmali.jar From http://code.google.com/p/smali/
Look At Your i9000 Rom, Extract The File Android Policy.jar To Home Screen...Open The Android. Policy.jar Using A .zip Program, Such As 7-Zip Or WinRAR. Extract The File "classes.dex" To The Same Folder As Baksmali.jar And Smali.jar.
Open A Command Prompt By Holding Shift Then Right Clicking The Mouse In The Folder. "Press Open Command Prompt Here" Enter Into That Command Prompt The Following:
Code:
java -jar baksmali.jar -o classout/ classes.dex
This Will Create A Folder Called "classout" Filled With .smali Files.
Delete The classes.dex File.
Replace The PhoneWindowManager.smali With The Uploaded One.
Back Inside The Command Prompt, Enter The Following:
Code:
java -Xmx512M -jar smali.jar classout/ -o classes.dex
This Will Generate A New classes.dex File.
Delete The Classout Folder.
Using 7-Zip Or Winrar, Replace The classes.dex Inside The Android. Policy.jar.
Put The Android. Policy.jar Back Inside Your i9000 Rom, And You're Done.
Flash Away...
Original Haptic Home Feedback Fix By MikeyMike01
http://forum.xda-developers.com/showthread.php?t=938318
Team Infinity Members :
Administrators :
Mr. Apocalypse
Serendipityguy
Moderators :
Ali1276
Episinagogue
Hayn_pryde46
Kevho00
Majin_X
Neobuddy89
Philliple97
Ronhoover88
Come Check The Team Out On The Team Infinity Forum :
http://www.techbonafide.com/index.php
This Tutorial Has Nothing To Do With CM7 Or Miui This Is Only For Regular i9000 Gingerbread Roms... For The User You May Need To Switch Home Key, Back Key, And Or Etc Depending On Kernel
Donations Are Not Required But Definitely Appreciated
https://www.paypal.com/cgi-bin/webs...=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted
A video would also be better.
Sent from my SGH-T959 using xda premium
Thank you for the tutorial but it seems too simple. What about GPS files? Vibrant's GPS will not work with i9000 gps files.
Orochi77 said:
Thank you for the tutorial but it seems too simple. What about GPS files? Vibrant's GPS will not work with i9000 gps files.
Click to expand...
Click to collapse
Now that I read it carefully it is simple.
Sent from my SGH-T959 using xda premium
---------- Post added at 01:52 PM ---------- Previous post was at 01:49 PM ----------
Does this also work with porting Vibrant 4G GB?
or you could just use the kernal http://forum.xda-developers.com/showthread.php?t=1299185 and flash a I9000 rom
Awesome tutorial.
Please note, procedure may not be same for CM7/MIUI based ROMs.
---------- Post added at 01:40 AM ---------- Previous post was at 01:29 AM ----------
Orochi77 said:
Thank you for the tutorial but it seems too simple. What about GPS files? Vibrant's GPS will not work with i9000 gps files.
Click to expand...
Click to collapse
It won't work.
Bullet kernel got proper init.rc that can start GPS service.
However, bullet kernel is too outdated in features like voodoo 6 or 7 and so on...
There are few topics started by RomanBB says that Vibrant GPS on Gingerbread cannot be started again once you switch it off UNLESS you restart.
Also, I am unaware if Lidroid Roms / Kernel have working GPS or not.
I would <3 a video tutorial. Pls do one
Sent from my SGH-T959 using xda premium
I want darky rom so bad: http://forum.xda-developers.com/showthread.php?t=814091
neobuddy89 said:
Awesome tutorial.
It won't work.
Bullet kernel got proper init.rc that can start GPS service.
However, bullet kernel is too outdated in features like voodoo 6 or 7 and so on...
There are few topics started by RomanBB says that Vibrant GPS on Gingerbread cannot be started again once you switch it off UNLESS you restart.
Also, I am unaware if Lidroid Roms / Kernel have working GPS or not.
Click to expand...
Click to collapse
Ok I see, good answer.
Wayne561 said:
Now that I read it carefully it is simple.
Sent from my SGH-T959 using xda premium
---------- Post added at 01:52 PM ---------- Previous post was at 01:49 PM ----------
Does this also work with porting Vibrant 4G GB?
Click to expand...
Click to collapse
No SGS4G Is A Lot Harder And Im Figuring It Out
gforceriders said:
or you could just use the kernal http://forum.xda-developers.com/showthread.php?t=1299185 and flash a I9000 rom
Click to expand...
Click to collapse
It Doesnt Fix The Haptic Feedback And The User You Will Still Have To Do That...
HaloMediaz said:
I want darky rom so bad: http://forum.xda-developers.com/showthread.php?t=814091
Click to expand...
Click to collapse
It Should WorkFor This Rom Too...
hayn_pryde46,
In all the other ported i9000 roms posted here, in the file "melfas_touchkey.kl" the value for the key 102 HOME is ---> VIRTUAL
However in your file the value for key 102 HOME is ---> WAKE_DROPPED
Why is that? thanks.
hayn_pryde46 said:
It Doesnt Fix The Haptic Feedback And The User You Will Still Have To Do That...
Click to expand...
Click to collapse
He has a zip to fix that as well, also you will need to flash a modem. not hard though.
HaloMediaz said:
I want darky rom so bad: http://forum.xda-developers.com/showthread.php?t=814091
Click to expand...
Click to collapse
It's not hard following directions.
I have Darky's Rom 10.2 ( 2.3.4 JVQ) with Bullet kernel, KB5 modem.
I added EDT Gingy GPS tweaks, sgps.
Everything runs fast and good no issues yet.
Home button works, haptic feedback works, GPS works (20 ft). button layout works.
I created a CWM .zip with all included. with T959 build.prop
I don't know about battery yet or if you get the phone reboot at < 20% battery.
I'll be testing it out.
Looking to add tw4.5 and ICS launchers. (ICS launcher works well).
bobshute said:
It's not hard following directions.
I have Darky's Rom 10.2 ( 2.3.4 JVQ) with Bullet kernel, KB5 modem.
I added EDT Gingy GPS tweaks, sgps.
Everything runs fast and good no issues yet.
Home button works, haptic feedback works, GPS works (20 ft). button layout works.
I created a CWM .zip with all included. with T959 build.prop
I don't know about battery yet or if you get the phone reboot at < 20% battery.
I'll be testing it out.
Looking to add tw4.5 and ICS launchers. (ICS launcher works well).
Click to expand...
Click to collapse
Thats Good To Hear That Someone Is Getting An Easy Time With Tutorial Cause Thats All I Wanted...
Thanks a lot hayn_pryde46, I knew what needed to be fixed but not how.
I've got Darky Rom 10.2.2 EE TW4 running now. Very fast and smooth.
TW4 runs with no lag, browser is butter smooth. I added EDT gingerbread gps fixes and when using the bullet jvp kernel I get a 20' lock although it takes a while for the first lock. The only thing missing is bln with that kernel.
Again thanks for sharing...
bobshute said:
Thanks a lot hayn_pryde46, I knew what needed to be fixed but not how.
I've got Darky Rom 10.2.2 EE TW4 running now. Very fast and smooth.
TW4 runs with no lag, browser is butter smooth. I added EDT gingerbread gps fixes and when using the bullet jvp kernel I get a 20' lock although it takes a while for the first lock. The only thing missing is bln with that kernel.
Again thanks for sharing...
Click to expand...
Click to collapse
Your Welcome
bobshute said:
Thanks a lot hayn_pryde46, I knew what needed to be fixed but not how.
I've got Darky Rom 10.2.2 EE TW4 running now. Very fast and smooth.
TW4 runs with no lag, browser is butter smooth. I added EDT gingerbread gps fixes and when using the bullet jvp kernel I get a 20' lock although it takes a while for the first lock. The only thing missing is bln with that kernel.
Again thanks for sharing...
Click to expand...
Click to collapse
Isn't Bullet Kernel outdated with Voodoo and other features ?
neobuddy89 said:
Isn't Bullet Kernel outdated with Voodoo and other features ?
Click to expand...
Click to collapse
Yes it is. It a trade-off with GPS. I prefer to have GPS
Related
Saw this in the Vibrant forum and noticed no one has mentioned it over here so I thought i'd post it. I take no credit as I had no part in any of this, just sharing these guys work with more people!
Orignal thread in the Vibrant section is here: http://forum.xda-developers.com/showthread.php?t=845162
camalot said:
Ok, BIG change starting with 2.x. I am now running a froyo (jk6) build so I will be doing more work with froyo based keyboards instead of the eclair based ones. I will not have any way to test the eclair builds any longer so if someone wants to take them over, send me a message and I will give you the sources (including build scripts).
With 2.x I have started to use the gingerbread keyboard that has been floating around. 1.x builds will continue to be eclair based.
NOTE: Currently the 2.x builds WILL replace your stock keyboard. In order for the auto-complete, I had to revert to using the stock package name. You cannot have more then one of these keyboards installed at a time. I will change this as soon as I find a solution.
I'm absolutely not responsible for anything that happens to your phone from installing this.
Change Log
v2.1
Haptic Feedback works
fixed popup punctuation outputing the wrong character
fixed a ui issue with wp7
v2.1
added smileys to normal mode next to the return key
added domains to the "/" popup in web mode and added them to the "@" popup in email mode
fixed the settings button again (have to remember to check-in the code )
moved the "," to the default spot in the punctuation popup.
v2.0 (froyo +)
first gingerbread based build for froyo based on Fabolous v2 with auto-correct fix.
it is basically stock with some tweaks.
added smiley images to popup
changes "orange" to the samsungish blue.
changed the punctuation popup to contain more items
added the "shift" char to the numbers ([email protected]#$%^&*())
tweaked the "blue" glow
auto-complete now working
suggestion colors are now touchwiz like colors
fixed issue with bringing up settings from the keyboard button
fixed the popup for "P" so they all fit.
added additional hint key info for top row.
For Eclair (2.1) based builds, see my second post (post #3)
Stock Blue
Stock Green by creator2456 - #post
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Stock Orange by the3dman - #post
Blackout Orange by creator2456 - #post
WP7
Blackout - based off the original blackout from creator2456
Blackout Green by creator2456 - #post
To install the 2.x versions, install package with CWM.
Note: This are English Only. The other languages have been removed. This gets the size WAY smaller, plus I don't speak anything else so I couldn't edit them if I wanted to.
thanks to creator2456, s0niqu3 and Fabolous
Click to expand...
Click to collapse
So, installing one of these WILL replace your stock android keyboard. For working haptic feedback make sure its version 2.1 or higher (the attached files in the first post are all v2.1+). Flash it in ClockWork Mod recovery and everything will work!
I have downloaded and flashed all three of the keyboards and they work. But you can only have one installed at a time! They WILL overwrite each other.
Attached Files are at the bottom of the first post here
Awesome, thanks!
Grabbed the blackout version
Sent from my SAMSUNG-SGH-I897 using XDA App
these work perfectly thanks for the heads up.
Guess I'll be a guinea pig later and test if you can simply do this with Root Explorer or ADB cause I have a stock JI6 install with the 3e kernel.
I don't see the link to download the blackout green version
vietn95 said:
I don't see the link to download the blackout green version
Click to expand...
Click to collapse
The haptic feedback bug was just fixed yesterday I believe so they are still updating some of them.
As of this post only three versions have been updated and they are all attached in the first post of their thread.
-Sent from my Captivate running Assonance v4.3 with Xcaliburhand's reoriented kernel
BEWARE (P8)
This killed haptic feedback system-wide on Perception 8 for me! I might work for other ROMs (everyone post their ROM with their feedback reports!), but if you're on Perception, this'll likely kill your haptics.
Im on assonance 4.3 and I still have my haptic feedback everywhere.
-Sent from my Captivate running Assonance v4.3 with Xcaliburhand's reoriented kernel
chrisliphart said:
This killed haptic feedback system-wide on Perception 8 for me! I might work for other ROMs (everyone post their ROM with their feedback reports!), but if you're on Perception, this'll likely kill your haptics.
Click to expand...
Click to collapse
I'm running P8 and I'm having no problems. Haptic feedback works on everything. . . including the keyboard now!
miztaken1312 said:
Guess I'll be a guinea pig later and test if you can simply do this with Root Explorer or ADB cause I have a stock JI6 install with the 3e kernel.
Click to expand...
Click to collapse
Ok so it worked for me. I used ADB and backed up my original keyboard (busybox mv LatinIME.apk LatinIME.apk.old) then pushed the replacement in there after renaming it to LatinIME.apk, pushed the libjni_latineime.so into the lib folder, rebooted and presto! Works perfectly. I grabbed the WP7 one.
Sent from my Captivate
Edit: And again, as with any keyboard mods I have install, I have gotten random shutdowns. This is most likely an isolated incident, but anyone who suffers from these may want to take heed.
Im running the wp7 version (since I got blue on my wallpaper) and it works perfect!!! I also tried the stock one and the orange black out and they fine as well.
Sent from my SAMSUNG-SGH-I897 using XDA App
installing blackout using sideload wonder machine
Guys,
I'm not rooted (work phone ). Can I install the blackout version using sideload wonder machine ?
I used to have this keyboard working when I was on JH7 (installed through sideload machine). On KB1, sideloader fails to install it. I extracted the .apk from the zip and pushed that. Am i doing something wrong here ?
Please help guys. I really loved this keyboard.
I installed this and when i try and correct words that i have already entered it doesn't replace the word it doesn't replace it, it inserts the correct word into the middle of the word i am trying to replace.
Example. "tjr" i click it and select "the" and it turns into "tjther"
Any ideas?
thelastjedi said:
Guys,
I'm not rooted (work phone ). Can I install the blackout version using sideload wonder machine ?
I used to have this keyboard working when I was on JH7 (installed through sideload machine). On KB1, sideloader fails to install it. I extracted the .apk from the zip and pushed that. Am i doing something wrong here ?
Please help guys. I really loved this keyboard.
Click to expand...
Click to collapse
I was able to flash this but it force closes. If anyone finds a fix please post to this thread.
Sent from my SAMSUNG-SGH-I897 using XDA App
I have not been able to find another keyboard to work with kb1. Instead I have decided To purchase a keyboard from the market. After looking over a couple of them and reading reviews, I have decided to choose swiftkey as my keyboard. I So far it is as good or better than the gingerbread keyboard and only cost $1. 99. I definitely recommend checking it out
Sent from my SAMSUNG-SGH-I897 using XDA App
First thing before we start, YOU MUST HAVE A DEODEXED SYSTEM. If you don't know what that means, stop here.
Ok, now we can continue.
This is a quick howto and a mod on how to use Gingerbread Soft Keyboard on Atrix.
1. Download http://nma.usk.bz/atrix.php (Link fixed)
2. Decompress copy them to your phone sdcard:
Code:
adb push GBKeyboard /mnt/sdcard/GBKeyboard
3. Now open a shell on your phone:
Code:
adb shell
4. Become root:
Code:
$ su
5. Backup the original files in case something goes wrong:
Code:
# mkdir /mnt/sdcard/kb_backup
# cp /system/app/LatinIME.apk /mnt/sdcard/kb_backup
# cp /system/lib/libjni_latinime.so /mnt/sdcard/kb_backup
6. Now mount your /system as read-write:
Code:
# mount -o rw,remount /dev/block/mmcblk0p12 /system
7. Now copy the Gingerbreak keyboard files to your system, overwriting the current ones:
Code:
# cp /mnt/sdcard/GBKeyboard/LatinIME.apk /system/app/LatinIME.apk
# cp /mnt/sdcard/GBKeyboard/libjni_latinime.so /system/lib/libjni_latinime.so
Done, you now have a Gingerbread keyboard on your Atrix. This is the stock Gingerbread keyboard right from a Nexus S ROM. It's not a themed keyboard.
There is one known issue, vibrate on key_press is not working. But that's pretty much the only issue that I found. Everything else works. Everything should be working! Let me know of any issues!
And remember: Backup your /system! If you brick your phone, don't blame me!
One last thing, to answer the questions about why you should use this one instead of the market one or other APKs. This is the stock GB keyboard tweaked for the Atrix screen resolutions. You can see the difference on the screenshots below:
On the left the Stock GB Keyboard tweaked(this one I posted) and on the right the Market/other apks:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And on landscape more: (you can see on the picture below that the market one also doesnt leave much space for the input form)
Changelog :
4/15/2011
Fixed some broken links.
v2 :
- Fixed some minor cosmetic bugs! Should look a little better overall.
- HapticFeedback is working!
- Based on the Gingerbread keyboard from stock 2.3.2
how is this different from that gingerbread keyboard on the marketplace?
The gingerbread keyboard in the market also works on the atrix. Does this mod have the small keys due to resolution or has it been tweaked for the atrix?
does this compare to Better Keyboard Gingerbread theme?
I just downloaded the one off the market and it seems to be the exact one I had on my captivate
Sent from my MB860 using XDA App
sstalder said:
The gingerbread keyboard in the market also works on the atrix. Does this mod have the small keys due to resolution or has it been tweaked for the atrix?
Click to expand...
Click to collapse
This resolution problem on this one is fixed. Doesnt look tiny.
Banditlol said:
how is this different from that gingerbread keyboard on the marketplace?
Click to expand...
Click to collapse
tha5150 said:
does this compare to Better Keyboard Gingerbread theme?
Click to expand...
Click to collapse
This is the stock gingerbreak keyboard, taken direct from a NexusS and twaked for the Atrix. It has the exact same look and feel and functionalities as the Stock one, including the auto-complete bar above the keyboard.
I have the gingerbread keyboard on mine and it was a simply apk installation .....
Sent from my Nexus S using Tapatalk
ajftl said:
I have the gingerbread keyboard on mine and it was a simply apk installation .....
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Which APK did you use? When I tried to just install the stock APK from Gingerbread, I got Force Close problems, because of the lib that was incomplatible. And then even when I updated the lib, the keyboard was too small, because of the different resolution of the Atrix. So I still had to tweak the apk.
uskr said:
Which APK did you use? When I tried to just install the stock APK from Gingerbread, I got Force Close problems, because of the lib that was incomplatible. And then even when I updated the lib, the keyboard was too small, because of the different resolution of the Atrix. So I still had to tweak the apk.
Click to expand...
Click to collapse
I would post it up when I get home ...its on my PC ...
I don't get Fc. I get the small keyboard but by choosing the stock one then back to gingerbread fix the problem. Lol. Shootme wont work here and im rooted. Wtf!
Sent from my Nexus S using Tapatalk
ajftl said:
I would post it up when I get home ...its on my PC ...
I don't get Fc. I get the small keyboard but by choosing the stock one then back to gingerbread fix the problem. Lol. Shootme wont work here and im rooted. Wtf!
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Would you mind to share the apk that you are using? We could be talking about different apks.
uskr said:
Would you mind to share the apk that you are using? We could be talking about different apks.
Click to expand...
Click to collapse
sure... like i said first time u choose the keyboard it displays small letters go back to imput method and select stock keyboard then select gingerbread again.. u have to do that once only .. not like u have to do that procedure often unless u go back to stock keyboard then u want gingerbread again
I don't mind the Gingerbread keyboard that I posted a link to 4 days ago, but the one from the market works awesome, especially because of the skins and the other features you just don't get from the APK - stick with the market one and pay the small fee to get even more skins if you like, I love it!
ajftl said:
sure... like i said first time u choose the keyboard it displays small letters go back to imput method and select stock keyboard then select gingerbread again.. u have to do that once only .. not like u have to do that procedure often unless u go back to stock keyboard then u want gingerbread again
Click to expand...
Click to collapse
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
ankitb4u said:
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
The other keyboard will vibrate. You just have to go into the advance settings and change vibration intensity from the phone setting to your own setting.
ankitb4u said:
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Yeah, where were you looking? The Market one has levels of intensity - the APK just has a checkbox. Which one of those has more control?
GarciaM25 said:
Yeah, where were you looking? The Market one has levels of intensity - the APK just has a checkbox. Which one of those has more control?
Click to expand...
Click to collapse
May be I had the wrong one or I over looked it who knows.
Sent from my MB860 using XDA App
I will post a screenshot later, but the stock gingerbread one adapted for the Atrix screen looks a lot better than the Market Gingerbread keyboard or that other apk posted here.
Also, the stock one I posted is tweaked to give you a little more room while on landscape mode.
I updated the original post with screenshots showing the differences between the stock one tweaked for the Atrix resolution and the market or other apks.
I got the files from your zip copied over but afterwards the only keyboard options I had was swype. Any ideas?
I am running the ADEO ROM from DG.
Bionix-V FishmanMod Rom / Bionix-V FishmanMod Odin Images
This is a highly optimized, super tweaked ver of the org Bionix v1.3.1
This IS Bionix v1.3.1... I take NO credit for building it. All credit goes to sombionix and Team Whiskey. I just updated apps, did a little more optimizing, added some tweaks, binaries and a little theming.
V4
Everything Final 3 was and faster...
Updated, tweaked and Optimized every freakin' Damm system app I could.
Removed MediaHub. Can be Downloaded from the Market.
Fixed a few Framework images from the original Bionix that I missed in previous builds.
Updated Google apps
This thing is fast... fastest/smoothest Bionix build I've done.
It takes a little to break in. But once it does... it's one big pile of melted butter. That didn't sound to good... LOL
Final Update 3
Added 9 Lockscreens (Thanks to jellette)
Added Clock and am/pm hide (Thanks to jellette)
Final Update 2
Update Binaries - Added some CM7 binaries for more smoothness
Added SD Card Speed Fix
Added Transparency to Pulldown
... May take the phone a few hours to warm up, break-in new updates... It will get smoother through out the day
Final Update
Updated Google Apps to newest again... again
Updated Juwe11 Ram Manager to v2.10
Updated Binaries - A mix of Som's custom and fugu-tweaks
Fixed Time Zone issue
Added Expanded Settings Menu
Added Widget Picker
Added a few more Build.Prop tweaks
... maybe some stuff I forgot... again
V3 update
Updated Google Apps to newest again
Updated Juwe11 Ram Manager to v2.02
Updated Flash
Added a few more Build.Prop tweaks
... maybe some stuff I forgot
V2 update
Restored original TW Touch sound
Fixed oversized search bar theme error found in Bionix v1.3.1 (Thanks serendipityguy for pointing it out)
V1
Updated Google Apps to latest.
Bali v1.8.8uv (Voodoo enable).
KB5 Modem.
Removed Min Mem tweak and added Juwe11 Ram Manager app (works much better).
Add LG G2x Launcher, GB themed (seems to match the speed and feel of Bionix more so).
Replaced Bionix v1.3.1 dialer with the one from Bionix v1.3.2test... it opens faster.
Replaced Samsung Alarm Clock with AOSP... because I like it better.
Add TW4Manager.apk for anyone wanting to install the TW4 Launcher.
Changed TW Touch sound
... and a few more things I forget.
Downloads
Bionix-V FishmanMod V4 FULL - LINK
Install Stuff for FULL Rom... pretty standard.
Copy Bionix - FishmanMod to your phones int SD Card root... not in a folder
Boot into clockwork recovery
Perform a factory reset, wipe data/cache
Select the zip file and flash.
Clean Cache Partition
Under "advanced", Wipe Dalvic Cache and Fix Permissions
Reboot.
Go through setup and get to the Desktop
Let it sit for 10 mins.... reboot
After reboot finishes, go into the app draw and open 'Ram Manager"
Allow SU, select "Balance" and then "YES"
Enjoy your Re-Melted Butter V4
Vibrant Market issue:
For anyone having issue with downloading large apps from the market... see here - LINK
Thanks to corpsetomb for posting
Screenshots
View attachment 854448
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment 855273 View attachment 855274 View attachment 893088
Dark Slate for Final 3
Add-Ons - Flash though CWM Recovery
WiFi Calling - LINK
Themes- Flash though CWM Recovery
FishmanMod-Dark Slate v4 - LINK
ICS Font - LINK
Flash zip in CWM recovery, reboot, go into market and download "Font Changer"
Open app, Allow SU, Fonts should already be there.... I choose "Roboto - Regular", app will ask to reboot.... YES
Screenshot above or click HERE
Odin images:
Bionix-V FishmanMod Slim Odin images
These are a slimmed down ver of my Bionix-V FishmanMod Final 3 and Dark Slate theme.
Like with my AOSP, all app that can be downloaded from the Market were removed (Gmail, Maps, Voice Search... etc)... if you want it, download it.
I highly recommend installing "Ram Manager" by Juwe11 and set it to "Balance".
I tested this on both of my Vibrant's with Odin v1.7. It worked perfectly coming back from CM7, CM9, a few Samsung GB roms and several Froyo roms.
This will bring you back to Froyo just like JFD does to stock Eclair but... with either of my Bionix-V FishmanMod Slim roms. Allset, rooted and ready to go.
Odin directions:
Download and unzip. Flash with Odin just like you would JFD. Use pit 512 and make sure "Re-Partition" IS checked
On first boot it will bring you into recovery. Do a "wipe data/factory reset" then reboot. The Odin image will reset the partitions back to RFS so if you were using Voodoo ext4, it will do the partitioning convertion at the Bali splash screen. Enjoy!
Download:
Bionix-V FishmanMod Final 3 Slim Odin image - LINK
Bionix-V FishmanMod Dark Slate Slim Odin image - LINK
The file does say test for Dark Slate but it's final... I was to lazy to rebuild, rename and or upload a new ver. Sorry
Odin v1.7, JFD and pit 512 - LINK
For anyone wanting Gtalk - View attachment GTalk.zip Flash in recovery
I take no responsibility for cooked, toasted, incinerated and/or bricked phones.
Dark Slate wallpaper
Bring beer to the revival of a classic. +1
Sent from my SGH-T959 using xda premium
Thanks for this Fish. You know I love my 2.2's. Will download and flash tonight when I get home.
Fish does go good with remelted-drawn butter.
Woodrube said:
Thanks for this Fish. You know I love my 2.2's. Will download and flash tonight when I get home.
Fish does go good with remelted-drawn butter.
Click to expand...
Click to collapse
LMAO... good one
i wanna know,can i install this rom from cm7 using CMW ?
because my pc can't recognize my phone,so i can not using ODIN……
ayahehe said:
i wanna know,can i install this rom from cm7 using CMW ?
because my pc can't recognize my phone,so i can not using ODIN……
Click to expand...
Click to collapse
Sorry... but no. When you install CM7, it changes the phones partitions... the only way I know of to get it back is Odin.
Nice man I haven't run 2.2 in a while but I might have to check this out! If its as stable as bionix 1.3.1 it might be around for quite a while
Sent from my SGH-T959 using XDA App
JettyLife said:
Nice man I haven't run 2.2 in a while but I might have to check this out! If its as stable as bionix 1.3.1 it might be around for quite a while
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
It should be as stable... Like I said, it's still bionic 1.3.1 just updated
Sent from my SGH-T959 using XDA App
JettyLife said:
Nice man I haven't run 2.2 in a while but I might have to check this out! If its as stable as bionix 1.3.1 it might be around for quite a while
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
It's much faster than Bionix 1.3.1...i really like it...and using it with ICS theme it's awesome
Screen shots please
Sent from my SGH-T959 using XDA App
phenom69 said:
Screen shots please
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
When I get home I'll post some.
Sent from my SGH-T959 using XDA App
Mikka06, could you post some screenshots of this with the ICS theme? I'm jonesing for a flash and this might be exactly what I'm looking for!
Sent from my SGH-T959 using Tapatalk
thanks, I think I am going to try tonight! I just reinstall trigger last night, always change from 2.2 and 4.0, and still feel the froyo is still the best choice for us.
---------- Post added at 08:41 PM ---------- Previous post was at 08:39 PM ----------
ayahehe said:
i wanna know,can i install this rom from cm7 using cmw ?
Because my pc can't recognize my phone,so i can not using odin……
Click to expand...
Click to collapse
你得重新找个驱动装一下,你现在的驱动应该是不对的,找个正式点的,然后就能识别了
Bionix-V 1.3.1 big theme issue that not many people noticed. Fix it = Small Reward :
I noticed that your rom has that over sized search icon that throws off the whole top area when searching at the market. I found this patch to fix the 1.3.1. framework.
This fix was found in the app / theme section and perhaps you can include it in your next build. flash it via clock work recovery and reboot. Then you will get a "picture perfect" rom.
All credit goes to tKoHaXoR thread is found here
Bionix-V 1.3.1 big theme issue that not many people noticed. Fix it = Small Reward
Yea - I love this rom!
serendipityguy said:
I noticed that your rom has that over sized search icon that throws off the whole top area when searching at the market. I found this patch to fix the 1.3.1. framework.
This fix was found in the app / theme section and perhaps you can include it in your next build. flash it via clock work recovery and reboot. Then you will get a "picture perfect" rom.
All credit goes to tKoHaXoR thread is found here
Bionix-V 1.3.1 big theme issue that not many people noticed. Fix it = Small Reward
Yea - I love this rom!
Click to expand...
Click to collapse
Thanks, I never noticed that. I'll take a look at it when I get home tonight.
Sent from my SGH-T959 using XDA App
fishman0919 said:
Thanks, I never noticed that. I'll take a look at it when I get home tonight.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Trust me, it is part of the files that I flash every time I flash the Bionix 1.3.1 rom because it fixed the Oversized icon flaw.
It is a shame that no one at Team Whiskey incorporated this fix / patch into the rom. It is by far the best rom ever.
ayahehe said:
i wanna know,can i install this rom from cm7 using CMW ?
because my pc can't recognize my phone,so i can not using ODIN……
Click to expand...
Click to collapse
You have to revert back to stock via odin. Cm7 uses the nexus s driver. Try that.
The other method which worked for me is:
-turn off your phone
-battery pull
-turn on odin
-plug your usb into the phone
-hold up and down volume
-insert battery
-you should go into download mode and odin will recognize your device.
ayahehe said:
i wanna know,can i install this rom from cm7 using CMW ?
because my pc can't recognize my phone,so i can not using ODIN……
Click to expand...
Click to collapse
Try this youtube video, I have used this method many of times.
A real down & dirty method for sure.
HERE
Thanks for the post. I've been running bionix 1.3.1 since my frustration with cm7 peaked.
Dangit. Forgot to backup.
DigitalMonk said:
Mikka06, could you post some screenshots of this with the ICS theme? I'm jonesing for a flash and this might be exactly what I'm looking for!
Sent from my SGH-T959 using Tapatalk
Click to expand...
Click to collapse
Man i will do it as soon as i will have time for that...but you go to ICS Theme and flash the V4 not the last one(V5 is laggy)...just follow the OP and you will be good...and i bet you will like it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a Mod that remaps your search button and make it a power button and your power button as search button.
Tested on:
Kitkat Based:
CM11 KitKat 4.4.
JellyBean Based:
CM10(build 5), cm10.1 (nightly)(RC1), Rashed's CM10build7, EvoKing (1.7)(1.8)(1.9beta1)(2.20)(10.1.13)(10.2), slimbean, 4.2.2 (RC3)(RC6), AOKP (4.1.2,4.2.2), ParanoidAndroid, Revolution (JB 2.20), CM10.1.5, CM10.1.6.
IceCreamSandwich Based:
AOKP (Milestone-5)(Build #35)(Build #36)(4.0.4), CM9 (youlookbeautiful)(4wisemonkey)(loveme[FINAL])(premature),CAF (chargeme), ICS_DYNAMITE (v2,v4), Dynamite 4.5G.ICS, LG3 UI V1, MIUI v4 (Both Snap Series and Kaio-Ken), XperiaICS, Oxygen 3 (ICS), ICS 9.3.
GingerBread Based:
GTR (4.8)(5.5 slim)(5.6), Oxygen (2.7,2.8), SlimGen v1.6.0, OMFGB 1.3.1, CM7 RC2, RAZR-UI (v7,v7.1), Joyos1.2.1, G-T-R V7, Ozone_O3, MIUI v2.3.7,CM7.2 Stable, Gingersnap v2.2 Finale, CM7.2 Nightlies (20121021), CyanMobileX(build4), CyanMoblieX (build6).
Click Here to Download the file for Manual Method (Method 1)
Click to expand...
Click to collapse
Flashables
Working for all roms
Files For Flashing Method (Method 2)
MODKeys(VV).zip -> Here
(Search as Power,Power as Search)
MODKeys(BP).zip -> Here
(Both Power and Search as Power)
DefaultKeys(VV).zip -> Here
(Default keys for both Mod)
Downloads can also be found below.
Note: Make a nandbackup before flashing especially for those ROMs that are not tested yet.
Click to expand...
Click to collapse
Install Mod
You can follow either one of the two methods.
Method 1 (Manual Method):
-Extract files using winrar.
-Put files to sdcard.
-Using root explorer copy the 4 files(Generic,qwerty,thunder_keypad,7k_handset) in the \ASMkey folder to \system\usr\keylayout.
-Set permission to rw-r-r-.
-Reboot.
Method 2 (Flashing Method):
-Flash the MODKeys(VV).zip (dl link below)
Click to expand...
Click to collapse
Uninstall Mod
You can follow either one of the two methods.
Method 1 (Manual Method):
-Using root explorer copy the 4 files(Generic,qwerty,thunder_keypad,7k_handset) in the \ASMkey\original folder to \system\usr\keylayout.
-Set permission to rw-r-r-.
-Reboot.
Method 2 (Flashing Method):
-Flash the DefaultKeys(VV).zip (dl link below)
Click to expand...
Click to collapse
Enjoy!
WANT TEST IT IN OTHER ROMS?. FOLLOW THIS (testers will be recognized) Step 1:Using root explorer check if you had this 4 files(Generic.kl,qwerty.kl,thunder_keypad.kl,7k_handset) in the \system\usr\keylayout. If it does go to Step 2. If not, Its your choice to continue (You will do a nandbackup. You can restore when something went wrong).
Step 2:Reboot to recovery. Make a nandbackup. then install the Mod. Make sure to follow the steps properly. If the keys are not responding make sure you set the permission to rw-r-r-. If it still had problems make a nandrestore.
Thanks to (for testing in other roms):
Carlito Suratos Jr. - GTR 5.5 slim
Aaditya007 - ICS_DYNAMITE_v2
PokMahPok - Oxygen 2.7,OMFGB 1.3.1
Techgod - Dynamite 4.5G
Raca_teo - SlimGen v1.6.0, GTR 5.6
Archie Vicente - GTR 4.8, Joyos1.2.1
xkey - CM9
Joel Chan - CM9(4wisemonkey)(loveme[FINAL])(premature), Oxygen 2.8, CAF (chargeme)
kapitanbasa - CM7 (RC2)
Miasmic - AOKP #36
aravindsagar - GTR V7, MIUI v2.3.7, MIUI v4 (Both Snap Series and Kaio-Ken), XperiaICS, Oxygen 3 (ICS), CM10(build 5)
Berkowitzum - ICS LG3 UI V1
samsungi780philippines - Gingersnap v2.2 Finale
anaknin - cm10.1 (nightly)(RC1), Rashed's CM10build7, slimbean, 4.2.2 RC3, EvoKing (1.6+)(1.9beta1)(2.20)(10.1.13)(10.2), AOKP (4.0.4,4.1.2,4.2.2), ParanoidAndroid,4.2.2 RC6,
rhar**** - EvoKing(1.7)(1.8)
raine0324 - Revolution (JB 2.20)
droidgeek99 - CM11 KitKat 4.4
Left4DeadMW - CM10.1.5, CM10.1.6, ICS 9.3.
Do this at your own risk I'm not liable for any broken or bricked phone
Pls Click Thanks if this Helps
Thanks bro! this is what I needed..
Can you please make a dropbox mirror for this since mediafire is totally blocked here in my office.. Thanks in advance!
akelino027 said:
Thanks bro! this is what I needed..
Can you please make a dropbox mirror for this since mediafire is totally blocked here in my office.. Thanks in advance!
Click to expand...
Click to collapse
,ill attach it here,^^,dl it using xda,^^
bust
algie, mine lost all hardware key function. i did remap back...still hardware keys not responding...what to do?
kapitanbasa said:
algie, mine lost all hardware key function. i did remap back...still hardware keys not responding...what to do?
Click to expand...
Click to collapse
,did you change the permission?,change the files permission to rw-r-r,you can do it by pressing hold press a file then permission,
kapitanbasa said:
algie, mine lost all hardware key function. i did remap back...still hardware keys not responding...what to do?
Click to expand...
Click to collapse
did you try changing permissions to rw-r--r--
PokMahPok said:
did you try changing permissions to rw-r--r--
Click to expand...
Click to collapse
,did you try it pokmahpok?,
algie17 said:
,did you try it pokmahpok?,
Click to expand...
Click to collapse
yep, it worked for me
PokMahPok said:
yep, it worked for me
Click to expand...
Click to collapse
,ahh i see,^^,can you pls thank me,^^
algie17 said:
,ahh i see,^^,can you pls thank me,^^
Click to expand...
Click to collapse
okay suree awesome mod btw, my power button was worn out and i was really looking for something like this. thx
Can you make one for CM9?
Sent from my LG-P500 using xda premium
PokMahPok said:
okay suree awesome mod btw, my power button was worn out and i was really looking for something like this. thx
Click to expand...
Click to collapse
,no problem i used jelly case but i think my power will worn out too that 1 why i created this mod,^^
Joel Chan said:
Can you make one for CM9?
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
,maybe sometime,sorry its because cm9 updates fast,ill wait for it to be stable then i'll maybe create 1 for it,ill need to download the rom first to create the mod and my net is not as fast as others,i like aokp more because its more customizable,^^
ALGIE, I am nosebleed here. Hehe. I can't seem to find the thanks button bro.
---------- Post added at 08:49 AM ---------- Previous post was at 08:31 AM ----------
Nevermind, I got it and hit it
Dakling said:
ALGIE, I am nosebleed here. Hehe. I can't seem to find the thanks button bro.
---------- Post added at 08:49 AM ---------- Previous post was at 08:31 AM ----------
Nevermind, I got it and hit it
Click to expand...
Click to collapse
,haha sir dakila?,
Thanks(clicked), but rootexplorer is warez
dude, It is working with CM9. I useed it on ICS_DYNAMITE_v2.
Thanks a lot for this idea! I hardly use search button!
If the link is warez, use ES Explorer instead! Its free and allows exploring root and copying things on System folder!
FPChaim said:
Thanks(clicked), but rootexplorer is warez
Click to expand...
Click to collapse
,ahm sorry for the noob question but what is warez?,
algie17 said:
,ahm sorry for the noob question but what is warez?,
Click to expand...
Click to collapse
Wikipedia will tell you Link. Better read here, my english is so bad
FPChaim said:
Wikipedia will tell you Link. Better read here, my english is so bad
Click to expand...
Click to collapse
,ahh ok ill just remove it there,i got it in my system/mnt/asec,thanks for telling by the way,^^
///10-12 UPDATE: It's been long since the last update because I've moved away from CyanVivo, but as @szezso continues to surprise us, I decided to present the flashable ZIPs for all latest versions of CM10/10.1/10.2 for all to enjoy. A ZIP for the MODIFIED LACOSTE ROM is also added, for the nostalgic and/or stubborn people
ONSCREEN NAV KEYS FOR CM10.x-based ROMs and HOW TO DISABLE THE 4 ORIGINAL SOFT KEYS
Try at your leisure, and click "thanks" if you feel this little trick has done good
===========================================================
NAV KEY FLASHABLE ZIPs - Backup is strongly advised before using!
Download:
As for GMT+8 2013-10-12 12:00, I have 4 flashable zips present for:
CyanVivo 10.2 (CM10.2, Stable #4 - 1008) [PROVED WORKING]: Link
CyanVivo 10.1 (CM10.1, 0815) [UNTESTED]: Link
CyanVivo X (CM10.1, 0714) [UNTESTED]: Link
Lacoste mod by @deepu28792 (CM10.1, 0214) [UNTESTED]: Link
To use the nav keys, simply flash the zip corresponding to your ROM/version. ROM version and release date must be EXACTLY the same, or you may hit a bootloop. If a newer version of the ROM comes out and you want this mod for it, please email me the /system/framework/framework-res.apk file to ABCANDY123 //at// 126 //dot// com.
To revert the nav keys, simply add a line "qemu.hw.mainkeys=1" in build.prop, save and reboot.
===========================================================
DISABLING SOFT KEYS (LIGHTS | FUNCTION)
To disable the keys' function:
Open /system/usr/keylayout/atmel-touchscreen.kl, empty its contents, save file. Do the same for /system/usr/keylayout/elan-touchscreen.kl. Reboot and profit.
WARNING: Onscreen BACK key can't be pressed in landscape mode in most CM10 and 10.1 ROMs due to some codes introduced back in Feb 2013 - it's not recommended to disable the keys! Latest CM10.2 builds somehow fixed the BACK key display problem, though.
To disable the lights:
Download THIS SCRIPT and put it in /system/etc/init.d, set permission to rwxr-xr-x (0755). Reboot and profit.
===========================================================
SCREENSHOTS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
stuck at boot animation after flashing OSN_Lacoste_v2.zip on unofficial cm 10.1 v2 by dla,but turning off the keys backlight worked with no problems.
edit:
turning off keys backlight is not working on AOKP r-3.1,i have tried replacing rotate-lights.sh then rotating the phone but the backlight still ON.
Frameworks sent to your for JellyTime-CM10.1-R06.1 best of luck man looking forward to these mods from you :good:
suliman lbabidi said:
stuck at boot animation after flashing OSN_Lacoste_v2.zip on unofficial cm 10.1 v2 by dla,but turning off the keys backlight worked with no problems.
edit:
turning off keys backlight is not working on AOKP r-3.1,i have tried replacing rotate-lights.sh then rotating the phone but the backlight still ON.
Click to expand...
Click to collapse
That package is for Lacoste CM10 v2, not 10.1. Pay attention, and send me that framework if you want it
As for AOKP... I think it just doesn't support "button rotation" feature. I'll dig in and see what I can do, maybe a standalone script or sth
Post updated with zips for @dla's CM10.1 v2 and @blindndumb's JellyTime
Expecting more...
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
I flash cm10.1 OSB by u but backlight of buttons are on and they are working
Going to test JellyTime now, Thanks man!!!
EDIT: Works flawlessly on JellyTime ROM...
hardware keys still light up but the OSB works great!! Picks up my themed buttons fine and one of the first ROM's I have seen where my button glow theme works! Thanks man!
opps my stupidity... I have to apply the button hack... sorry testing now.
replaced the rotate-lights.sh file and they still are lit up, I rotate and they go out but as soon as I touch the screen they light back up... ohh well still awesome to have the OSB mod
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
I'm on dla's CM10.1 and added the line to the end of my build prop and swapped key layout file with the one posted, rebooted, did the rotate and it looks and works great! And the old lights are all hidden. But the old soft buttons are still active, which I don't mind as I've remapped my search key to act as a power button, a lot easier to use instead of the top power button.
Sent from my Incredible S using xda premium
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
johnblundon said:
Going to test JellyTime now, Thanks man!!!
EDIT: Works flawlessly on JellyTime ROM...
hardware keys still light up but the OSB works great!! Picks up my themed buttons fine and one of the first ROM's I have seen where my button glow theme works! Thanks man!
opps my stupidity... I have to apply the button hack... sorry testing now.
replaced the rotate-lights.sh file and they still are lit up, I rotate and they go out but as soon as I touch the screen they light back up... ohh well still awesome to have the OSB mod
Click to expand...
Click to collapse
So it looks like almost all ROMs from blindndumb won't support the button rotation feature... which means I still have work to do
Sent from HTC Incredible S @ CM10.1
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
cyrus_the_great96 said:
I flash cm10.1 OSB by u but backlight of buttons are on and they are working
Click to expand...
Click to collapse
Haven't you applied the script?
Sent from HTC Incredible S @ CM10.1
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
OP updated with a much better method to disable backlight!
Sent from HTC Incredible S @ CM10.1
AndyYan said:
OP updated with a much better method to disable backlight!
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
CRAP ran out of thanks for you I'll try it out now :good:
How should I edit the file?? Copy it to my SDCARD >> Copy to computer >> edit file >> copy back to SD >> Replace in system with ESfile explorer?
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
On screen button for CM10.1v2 works perfectly now to disable the capacity buttons
Sent from my Incredible S using xda app-developers app
---------- Post added at 11:01 AM ---------- Previous post was at 10:40 AM ----------
johnblundon said:
CRAP ran out of thanks for you I'll try it out now :good:
How should I edit the file?? Copy it to my SDCARD >> Copy to computer >> edit file >> copy back to SD >> Replace in system with ESfile explorer?
Click to expand...
Click to collapse
Or u can just copy the code on ur phone and paste it in the file directly using any file explorer :good: and reboot
Sweeet used the code from the OP and edited the file. Put it back on my SDCard replaced the file and reboot... and BOOM... no more backlights
Great stuff Mr. AndyYan you sir are a credit to our forum :good:
Re: [MOD][WIP]Onscreen nav keys for CM10/10.1-based ROMs
johnblundon said:
Sweeet used the code from the OP and edited the file. Put it back on my SDCard replaced the file and reboot... and BOOM... no more backlights
Great stuff Mr. AndyYan you sir are a credit to our forum :good:
Click to expand...
Click to collapse
Awwwwwww (flattered) Thank you, I'm just bringing some of my favorites to all of you and hope you guys like it
Sent from HTC Incredible S @ CM10.1
The new method for turning off backlight didn't work in AOKP r3.1.
And for the Navy bar I did not try the zip file as the ROM itself has option for that
just flash the Lacoste CM10 v2 then the backlight will auto disabling it self????want to confirm before flashing...
Re: [MOD][Updated:02-09 20:40]Onscreen nav keys for CM10/10.1-based ROMs
suliman lbabidi said:
The new method for turning off backlight didn't work in AOKP r3.1.
And for the Navy bar I did not try the zip file as the ROM itself has option for that
Click to expand...
Click to collapse
Oops, I see... Johnblundon requested that and I brainlessly did it... anyway
And... You sure you applied the code correctly? Then I may have to seek yet another way...
Sent from HTC Incredible S @ CM10.1
Re: [MOD][Updated:02-09 20:40]Onscreen nav keys for CM10/10.1-based ROMs
los3rkid91 said:
just flash the Lacoste CM10 v2 then the backlight will auto disabling it self????want to confirm before flashing...
Click to expand...
Click to collapse
No it won't because the code isn't included (and it won't be included at this stage), just manually add the code according to OP
Sent from HTC Incredible S @ CM10.1
AndyYan said:
Oops, I see... Johnblundon requested that and I brainlessly did it... anyway
And... You sure you applied the code correctly? Then I may have to seek yet another way...
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
I have downloaded the file and put it in system/etc/init.d and there was no file to edit so I just put it in the folder and restarted the device but it didn't work, am I missing something?
-------------
Edit:
I tried editing sys/class/leds/button-backlight-portrait/brightness manually and it worked,but after leaving the phone without touching for 5 seconds then retouch the backlight turns on,I hope that you got the idea
--------------
Edit again :
If you change the permission to read only the backlight won't turn on again (Y)