[MOD] Gingerbread Keyboard on Atrix! (Updated 4/15/11) - Atrix 4G Android Development

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.

Related

[From Vibrant forum] Gingerbread Keyboard (+ More) for SGS - Haptic Feedback Working

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

Pays-ROM Optimus Black ~ Lets remove the LG kiddy UI!

This ROM is based on the 10b official LG Europe release.
Fully tweaked and modded in order to fit my needs
Nearly every apk is edited in order to get rid of these bad LG colours and settings. This was hard work and took a long testing/flashing time.
If you want to support me please donate!
If you want to use this ROM as base for own ROMs please always put me into the credits! There are many Pays-ROMs in the wild simply relabed without credits, don't be like this.
{
"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"
}
Donators:
icsulescu, SirTwan, Phoenyx
Thanks for supporting my work!
What you get:
-Android 2.2 Froyo based on official 10b LG Europe Open release
-Gingerbread Look & Feel (nearly every app..)
-Updated Google Mail
-Nexus S Bootscreen
-Adblocking hosts preinstalled
-A lot of ringtones & notification sounds
-Speed Tweaks & Fixes
-Market updated to new version
-Maps and other Google apps updated
-Launcher-Pro
-% battery Indicator added
-Rooted + Superuser
-Flying animation
-Anreboot added
-Gingerbread Keyboard
-No startup sounds
-And what I forgot
Removed:
-AnalogClockWidget
-AppAdvisor
-BookmarksWidget
-cyon
-DocMaster
-FavoriteContactsWidget
-Finance
-FriendsPlusWidget
-LGHome
-LGWorld
-News
-SNS
-WeatherWidget
-WhatsNew
-install_flash_player
-HIME
-And again what I forgot
Next version:
-Improved settings icons
Credits:
Superuser ChainDD
init.d scripts Noejn
If you want some removed apps back edit my paysscript.sh script in the zip file.
You just have to remove the lines of the apps you want to keep.
And if you want to remove even more apps feel free to add some lines more to it. You don't have to sign it
Don't try to set up a Facebook account or other SNS accounts, I removed that because there are much better clients, but still shows the option in the Setup Wizard, simply skip there. If you want to use SNS, just delete the SNS lines in paysscript.sh.
If a app FCs first check if you wiped correctly, second option go into the settings manager -> application -> and delete data of that app, try again.
If there is still a error please report.
Changelog/History
Changes in v1.0:
Code:
-First release
README - Step by step flashing guide:
You can go to step 4 if you already flashed a fresh 10b open, rooted and installed clockwork recovery or have Pays-ROM v1.0 or higher.
You should know this before: How to Flash
1.) If you come from any other firmware or ROM be sure to flash the v10b LG Europe Open firmware, and do a system restore afterwards.
2.) Enable ADB in the settings and root your device with GingerBreak
3.) Install Clockwork Recovery for Optimus Black
4.) Put the ROM.zip to your SD Root and boot into clockwork recovery (e.g. using Anreboot)
5.) Fully wipe your phone in the recovery mode (wipe data, wipe cache, wipe dalvik cache, wipe battery stats)
6.) Flash the ZIP + reboot and enjoy
7.) If you like it donate (even 1 dollars are welcome)!
Download ROM:
-Pays-Rom-OptimusBlack_v1.0.zip
ROM Mirrors:
~none~
md5: 5941A085005C1D106B2B32FEF5FDEE80
sha1: 1E5E954C3966A523C9255BFBB4BB0446EB4B92AF
At last, I'm not alone, good job.
PaY87 said:
If you want to use this ROM as base for own ROMs please always put me into the credits! There are many Pays-ROMs in the wild simply relabed without credits, don't be like this.
Click to expand...
Click to collapse
I agree and by the way, you're welcome for using the init.d scripts on Nova. Which by the way, are broken and are not working. Unfortunately I forgot a detail and they aren't active. I'll fix it in Nova soon. You can't also use the mount one because your ROM isn't ext4. But it was a good effort anyway.
Lots of love to both of you, and those who like to spend time developing P970.
Noejn said:
At last, I'm not alone, good job.
I agree and by the way, you're welcome for using the init.d scripts on Nova. Which by the way, are broken and are not working. Unfortunately I forgot a detail and they aren't active. I'll fix it in Nova soon. You can't also use the mount one because your ROM isn't ext4. But it was a good effort anyway.
Click to expand...
Click to collapse
By the way I don't use the ext4 mount you use
With the init.d scripts I know that they do not much atm, but I let them in for future editing else I will forget them.
They don't affect the ROM and thats why I didn't mentioned them yet in the features above.
I did not took so a close look at Nova but I saw you mentioned that you are working on a custom kernel.
Is there any progress?
Yeah great to see that more people is coming.
Just one question : do we need to flash before the 10b ?
I‘m asking that even you wrote that in the steps because Nova rom is 10a based and I flashed it directly from 11b lol.
Sent from my LG-P970 using XDA Premium App
Great. This is getting better and better. Thank you so much.
Will try.
Sobralobo said:
Yeah great to see that more people is coming.
Just one question : do we need to flash before the 10b ?
I‘m asking that even you wrote that in the steps because Nova rom is 10a based and I flashed it directly from 11b lol.
Sent from my LG-P970 using XDA Premium App
Click to expand...
Click to collapse
You can try to flash directly, but do a wipe before, maybe you have to do a factory reset from the menu after flashing, too.
But this is the dirty way, tell me if this works for you.
I only guarantee for the clean and right way .
So when I flashed Nova, it was the “dirty“ way too ? Lol.
EDIT : why the symbols appear like that erf.
Sent from my LG-P970 using XDA Premium App
evilenter said:
Lots of love to both of you, and those who like to spend time developing P970.
Click to expand...
Click to collapse
Thank you!
Yes it would be nice if more devs would join.
Sobralobo said:
So when I flashed Nova, it was the “dirty“ way too ? Lol.
EDIT : why the symbols appear like that erf.
Sent from my LG-P970 using XDA Premium App
Click to expand...
Click to collapse
Which symbols?
By the way, yes I guess you did the dirty way
Wow happy to see that my phone is working great.
I was talking about that for example : ‘
Sent from my LG-P970 using XDA Premium App
Could you/anybody upload it to let's say Multiupload? Rapidshare is awful and can't download from it,
Thank you very much.
antonio1475 said:
Could you/anybody upload it to let's say Multiupload? Rapidshare is awful and can't download from it,
Thank you very much.
Click to expand...
Click to collapse
Atm I am on mobile on, so would be nice if someone else could upload it.
Also a mirror on someones server would be nice, my provider kills me if I host another ROM.
Very nice look and feel..
One small problem it seams that I can not connect to wireless network. (I come directly from Nova 1- clear cache, data and hard reset after reboot)
How can I get read of the player from notification bar?
As soon as i will receive money this month I will donate for you and Noejn also. You two really deserve some beers for pioneering work on this phone.
Regards,
Me
And mirror to multiupload : http://www.multiupload.com/OGJZJJ4HOC
Hi.One question...about this"If you want some removed apps back edit my paysscript.sh script in the zip file.
You just have to remove the lines of the apps you want to keep." its to remove this?"system/app/SNS.apk
rm /system/app/SNS.odex
rm /"if i want to keep the sns?
Thanks for all your work.
icsulescu said:
Very nice look and feel..
One small problem it seams that I can not connect to wireless network. (I come directly from Nova 1- clear cache, data and hard reset after reboot)
How can I get read of the player from notification bar?
As soon as i will receive money this month I will donate for you and Noejn also. You two really deserve some beers for pioneering work on this phone.
Regards,
Me
And mirror to multiupload : http://www.multiupload.com/OGJZJJ4HOC
Click to expand...
Click to collapse
Thanks for mirror. I couldn't connect to wifi neither (Error when activating), so I tried flashing the experimental kernel from NOVA (Noejn). Wifi works great now, although I don't know the bad side of having this kernel.
Works great, even Wi-fi. Thank you!
antonio1475 said:
Thanks for mirror. I couldn't connect to wifi neither (Error when activating), so I tried flashing the experimental kernel from NOVA (Noejn). Wifi works great now, although I don't know the bad side of having this kernel.
Click to expand...
Click to collapse
Nova kernel is still very experimental.
Like I said, when I have more time I'll start from scratch and work on it properly.
By the way PaY87, this ROM is using the kernel I compiled for Nova correct?
aracks said:
Great job, green is m favorite color
But yes, about Wi-Fi, error occurs, when i try to turn it on. I also come from NOVA, maybe that's the problem.
Click to expand...
Click to collapse
That is the problem
When you do the fresh way with 10b there won't be any problems at all
Nano23 said:
Hi.One question...about this"If you want some removed apps back edit my paysscript.sh script in the zip file.
You just have to remove the lines of the apps you want to keep." its to remove this?"system/app/SNS.apk
rm /system/app/SNS.odex
rm /"if i want to keep the sns?
Thanks for all your work.
Click to expand...
Click to collapse
Yes thats right.

[Rom][9-19-11]Revolt Rom 1.5

Hello all! Here is my first rom, Revolt Rom!!! This is using the latest update from LG except for the boot.img. It has been fully cleaned out to decrease size and to increase speed. It will continue to be a work in progress! I hope you all enjoy!!!
What is this?
This is a very lightweight rom built both for speed and stability. This rom is based off of the latest LG update and does retain root. It is fully deodexed, and debloated. Almost all of LG has been replaced and as time goes by, I hope to remove the rest. Swype has also been changed to the newest Beta. A few items have been replaced with AOSP versions to increase speed and decrease size. Also included is the appwidgetpicker to clean that up. I have also began with the Gingerbread theme.
Click to expand...
Click to collapse
Changelog
v. 1.0 Initial Release
Based off of LG's ZV6 Froyo 2.2.2
Fully Deodexed
DeBloated
Removed Swype
AOSP Launcher
AOSP Clock
AOSP Ringtones
AppWidgetPicker
Gingerbread Themed framework-res.apk and lge-res.apk
Accurate Battery Mod
Power Menu Mod
v. 1.1
Bug Fixes
Replaced AOSP Launcher w/ AOSP Gingerbread Launcher
Fixed Car Home
Browser now searches with Google
Fixed low battery annoying ringtone
Bluetooth fixed
Shaved another 15mb off in size
v. 1.2
Fixed Notification ringtone issue
Fully optimized and zipaligned the apk's
Power off animation
Small build.prop edits
v. 1.3
Fixed Bluetooth extras not working
Fixed video camera
More Build.prop edits and other tweaks to help with battery life
Other tweaks to help speed and quality
v. 1.4
Fixed Long Press Search (thanks majorpay!!!)
Fixed Car Home (still has force close on initial boot, but no force close from phone, and maps and navi work with google
Changed to CWM flashable zip
Themed MMS, CarHome, YouTube, & Search Bar
Modified Battery Icon to Show Percentage While Charging
Changed to Droid Bionic Ringtone Set
v. 1.5
Droid Bionic Boot Animation (Thanks k0g for Recompiling Boot.img for me)
Fixed Mms.apk Text on Background Issue
Includes Newest Swype Beta Themed as Default
Notification Bar Clean Up
No More FC on Boot for Car Home (If you have any other problem let me know!!!)
Minor Build.prop and defaultsettingsDB edits
Click to expand...
Click to collapse
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"
}
Click to expand...
Click to collapse
How do I install this?
V. 1.4 and Newer
1.) Download the .zip & make sure 4g is enabled.
2.) Place zip in external sdcard
3.) I recommend to wipe data to prevent any problems
4.) Go to install zip from sdcard
5.) Select RevoltRom1.4.zip
6.) Reboot
V. 1.3 and Older
1.) Download the .zip & make sure 4g is enabled.
2.) Extract the .zip to your external SD card in /clockworkmod/backup/ This should give you "/clockworkmod/backup/RevoltRom1.3"
3.) Boot to Clockwork, select "Backups/Restore", then "Advanced Restore". Select "RevoltRom1.1", then select "System".
4.) Once the restore finishes,wipe at least cache partition, and advanced/Wipe Dalvik-Cache. To have a fresh clean start you can wipe data also, but is not required.
5.) Reboot, and enjoy your new ROM!
Click to expand...
Click to collapse
Technical Info
This rom includes edits to several jar files, xml's and a minor build.prop edit. As time goes more will be done.
Click to expand...
Click to collapse
Downloads
YOUR RINGTONE MAY NOW BE SET TO SILENT, CONSIDER YOURSELF WARNED!!!
v. 1.5 http://www.multiupload.com/KJX9M6I0Y4
v. 1.4 http://www.multiupload.com/QJ7PFCL6LF
v. 1.3 http://www.multiupload.com/9GECQ94YI0
Mirror http://www.mediafire.com/?d7pvc5q33nj3awe
v. 1.2 http://www.multiupload.com/8UKCM1Y98S
V. 1.1 http://www.multiupload.com/JK21NQ18U0
Mirror http://www.mediafire.com/?00e1wg43hcdd3m0
v. 1.0 http://www.multiupload.com/Y7I1RB6FL2
Mirror http://www.mediafire.com/?y04r0d2pv7og6w0
Extra Apps
Install as zip from SD card in CWM
Gingerbread Themed Swype 3.6 (Swype Beta 3.6 must be installed first!!! See above for link)
http://www.multiupload.com/PLDHY6SH6O
Gingerbread Themed Swype 3.25
http://www.multiupload.com/VQR686V92K
4g Mobile Hotspot
http://www.multiupload.com/GWKWNSCUIW
Visual Voice Mail
http://www.multiupload.com/HIFED2RM4Q
Click to expand...
Click to collapse
Special Thanks!!!
TheCubed for all of his hard work for us on the Revo. Helping me retain root access, and always being there for me when I have stupid questions
majorpay for Long Press Search fix, and helping me with CarHome
k0g for repackaging Boot.img and other support
obvious.sarcasm for some testing
Jackpot08 for some testing
Nitsuj17 for the original theme I got the icons from Link
Click to expand...
Click to collapse
Donations
For those that enjoy the work that I have done and would like to support my efforts financially through the donate to me button, any amount is appreciated, but all that I ask is that if you like my work, please hit the thanks button!!!
Click to expand...
Click to collapse
Woot!! Thank you, downloading now. I'll post some quadrant scores and anything thing else pertinent asap
Edit: What happen to the Thank You button?
Edit2: getting a little over 2000 with Quadrant
Hell Yes.. downloading now... Can we get some screen shots when you get a chance.. Or i can send them if i get some good ones.
Didn't notice if it said that it could be flashed over the decrapified rom can it?
Beamer9408 said:
Didn't notice if it said that it could be flashed over the decrapified rom can it?
Click to expand...
Click to collapse
Yes it can!
Sent from my VS910 4G using XDA Premium App
Read directions.
Lol
Sent from my VS910 4G using XDA Premium App
When I extract it's extracting as a separate .img and .md5 file, not sure why...but i'm guessing that wont do.
can I just make a correctly named folder and extract to that?
Yes put the 2 files in a folder so that it looks like /sdcard/clockworkmod/backup/RevoltRom1.0/2 files
Sent from my VS910 4G using XDA Premium App
mtmichaelson said:
Yes put the 2 files in a folder so that it looks like /sdcard/clockworkmod/backup/RevoltRom1.0/2 files
Sent from my VS910 4G using XDA Premium App
Click to expand...
Click to collapse
he said its based off the latest update and still retains root. Can you give root to others who are not rooted yet???
SO nervous. Even though, I know the phone is fudge proof. I extract into clockwork, but with winrar, there was a learning curve there. So I got that. It appears to be okay. Fully rebooted.
Edit: HOLY CRAP!!!!! SMOOOOOTH. I have that 3d draw effect, and it never ran smooth. Brings a tear to my eye. Desktop scrolling is sweet!!
Edit: Yuck, that launcher is going bye bye. Is that a stock launcher?
My alarm clock is gone....
How can I get this back?
Thanks! Downloading now to check it out. I happen to love the stock launcher
Had to try it but dont do it the revobread theme wont work with this rom...
It is under clock now. The stock was a space hog (8mb) aosp is 500kb.
Sent from my VS910 4G using XDA Premium App
Nicely done
So far, so good. Smooth performance, no glitches or hang ups. Signed up for the swype beta to get that back. Did notice that I still can't install kindle from the market. Ah well. I'm getting used to google's reader. Looking forward to where you take this rom, it is a great start!
Happy to see someone other the thecubed adding ROMs to this machine. Although, you have been releasing some amazing mods and themes. All of which I love and have been on my phone. Also, has anyone switched to this from decrapped? and if so, how would you rate the 2? Which one is better since mt's theme and doesn't work with his ROM.
Lovin the ROM, nice and smooth and I like the look of the notification bar
Random though....is there a way to fix the delay between when the screen turns on and when it's active?? From the first day with this phone it's bothered me, I unlock the phone...wait 2-3 seconds...then swipe. Same when I pull the phone away from my ear on a a call
Haro912 said:
Happy to see someone other the thecubed adding ROMs to this machine. Although, you have been releasing some amazing mods and themes. All of which I love and have been on my phone. Also, has anyone switched to this from decrapped? and if so, how would you rate the 2? Which one is better since mt's theme and doesn't work with his ROM.
Click to expand...
Click to collapse
Hey haro, michaelson's is smoother. feela faster, but I am sure that is due to the updates. I certainly don't want to take away from any thing the guys are doing, both roms are very good.
Sent from my VS910 4G using XDA Premium App

[ROM] ghROM - Release

ghROM​
WHAT IS ghROM?
ghROM is a source built rom. It is compiled off of the cyanogenmod7 Repos. This means it was not put together cut/copy/paste style. ghROM is a display of all of the mods I am working on. My aim is to bring a nexus feel to the atrix along with my own personal mods. This rom is influenced by how i believe android should work.
Click to expand...
Click to collapse
FEATURES
- ghLauncher
> My own implementation of Launcher2 from the gingerbread source. this is an opensource Launcher and can be found here
- Launcher rotation
- full 3D app drawer support both landscape and portrait
- LatinIME_QHD
> The stock android keyboard modified to fit qHD displays better. Typing is MUCH easier
-hardware accelerated UI rendering
> The UI is rendered by the gpu, takes load off the cpu and improves fluency and performance.
- dalvik heap size set to 256mb
- stock nexus wallpaper + set as default
- nexus boot animation
- all features of cm7 including fingerprint scanner!
MORE TO COME SOON!
ISSUES
-Launcher 3D gets really slow with live wallpapers once you install a bunch of apps. -working on it
-you tell me
Click to expand...
Click to collapse
I CANNOT PROVIDE END USER SUPPORT TO EVERYONE. I AM NOT RESPONSIBLE FOR BRICKING OR DAMAGING YOUR DEVICE. BY USING MY ROM YOU AGREE THAT YOU HAVE READ THE ABOVE STATEMENTS​
Install with the latest clockwork mod recovery, also works with touch recovery.
Full wipe is recommended
install with google apps.
If you enjoy this rom, no need to donate, just a friendly press of the thanks button is all the motivation i need.
DOWNLOADS
DOWNLOAD ghROM
google apps
--CHANGELOG--
-2/13/12-
Initial release
Click to expand...
Click to collapse
PICTURES
{
"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"
}
good to see another dev and another rom to choose from will give it a whirl to see how it rolls =D
Nice to have another developer!! Looks very nice!!
Good job.
Nice rom and its smooth no problems.
Sent from my MB860 using Tapatalk
Which kernels can I use with this ROM ?
zhuchella said:
Which kernels can I use with this ROM ?
Click to expand...
Click to collapse
any cm7 kernel should work fine.
zhuchella said:
Which kernels can I use with this ROM ?
Click to expand...
Click to collapse
+1
Also, just for clarification, can both RomManager CWM and RomRacer's Recovery work for this? And is it recommended to install from internal or external?
Thanks!
live4nyy said:
+1
Also, just for clarification, can both RomManager CWM and RomRacer's Recovery work for this? And is it recommended to install from internal or external?
Thanks!
Click to expand...
Click to collapse
LOL, really? Just flash it the same way you flashed all others, from internal, or external. Your choice.
Sent from my MB860 using XDA App
Good new a new ROM. Two questions for you:
- Is ghROM unblurred? I suppose it is as you compiled from CM7 code... but could you confirm it?
- What name convention you use for storage External and Internal? As CM the SDCard is Internal storage?
Great work!!!
c3v1t said:
Good new a new ROM. Two questions for you:
- Is ghROM unblurred? I suppose it is as you compiled from CM7 code... but could you confirm it?
- What name convention you use for storage External and Internal? As CM the SDCard is Internal storage?
Great work!!!
Click to expand...
Click to collapse
yes, there is no blur. its sourcebuilt. name convention is exactly the same cm7.
external = sdcard
internal = emmc
THANKS!
Yeah, really. CM7 and Neutrino are both recommended to flash from internal. Most of the Blur ROM's install instructions usually refer to using the "SD Card". I have read of people encountering issues if they don't follow the recommended procedure. Simple enough question I believe.
Also, it has been shown plenty of times that using the wrong recovery can cause issues.
I'm not suggesting that either way is "necessary" but rather I would like know if there is a "recommendation".
guidoido004 said:
LOL, really? Just flash it the same way you flashed all others, from internal, or external. Your choice.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Battery percentage
How do you switch to the battery percentge as shown on the OP?
for daily use this for rom is good , battery seems ok too , just 1 bug after turning off screen , screen automatically turns on , but not always
does this include wake on volume key's tweak?
thanks for your efforts.
this is something i wanted.
clean cm7 .
cases99 said:
How do you switch to the battery percentge as shown on the OP?
Click to expand...
Click to collapse
go to settings>cyanogenmod settings>interface>status bar tweaks
then change the battery status style to percent
expressive said:
for daily use this for rom is good , battery seems ok too , just 1 bug after turning off screen , screen automatically turns on , but not always
Click to expand...
Click to collapse
i have the same issue. im looking into it
drpratik said:
does this include wake on volume key's tweak?
thanks for your efforts.
this is something i wanted.
clean cm7 .
Click to expand...
Click to collapse
No sorry. unless its somewhere in the cm7 settings (which i just checked and couldn't find it someone tell me if it is) i did not implement it. ill think about it for a future release though.
nice looking rom from the pics in the OP downloaded and will give it run tonight and see how it works
Liking this ROM! It's like AOSP with cyanogenmod layered on top. My new daily driver.
Sent from my MB860 using XDA App
Deggy said:
Liking this ROM! It's like AOSP with cyanogenmod layered on top. My new daily driver.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Great to here! Thats exactly what I was aiming for
May I ask for a request? When in landscape mode in the messaging app, the keyboard is nice and big and all, I can't see what I'm typing. How do I adjust the keyboard size in landscape mode? I suppose I can redownload thumb keyboard or another third party app.
Sent from my MB860 using XDA App
Deggy said:
May I ask for a request? When in landscape mode in the messaging app, the keyboard is nice and big and all, I can't see what I'm typing. How do I adjust the keyboard size in landscape mode? I suppose I can redownload thumb keyboard or another third party app.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
if you look here you can find a download for a version that has full-screen mode. follow the instructions in that post to install. I do not have this problem but this will fix it.

[Multi Window Mod][P6800][P6810[Deodexed][UPDATE][12/24/2013]

DISCLAIMER: I'M NOT RESPONSIBLE IF YOU DAMAGE YOUR DEVICE...BE SURE TO BACKUP AS ALWAYS
Also please note that i do NOT own a 7.7 so the files that i upload must be confirmed working by actual P6800 users...thx in advance
well, guys...we FINALLY finished the multi window mod for P6800 owners (no P6210 for the moment). Below i will provide the link to the rom that u will need to use as well as a link to my original thread with more detailed instructions. I advise that u please at least read the UPDATE V5 section of my thread over in the Tab Plus forums...although the entire first post should be useful. Let me also add that yes...this mod may remove other mods/tweaks that u have installed or that come preloaded with your rom. Over time we will manage to get the best setup for everyone...for now i would advise using the stock rom.
UPDATE V2: This new version doesnt offer any new functions unfortunately...i just threw together another zip which includes all of the apps that need to be replaced so any new flashers wouldn't have the same issues & questions
UPDATE V5: I finally got around to uploading the new version of the mod for your device...please read the V5 section of my orginal thread in the Tab Plus forums. I have linked to a zip which includes apps that will need to be replaced due to force close (almost all stock samsung apps)...also be aware that i MAY need to create a separate version for the P6210 so please test and report). For those of u using the "sky high" rom by @UpInTheAir then u already have the latest version included so no need to flash this....and to everyone else who has not flashed it yet what are u waiting on go try it out!
Install Instructions
1. Install rom using CWM or TWRP (recommended)
2. Edit your build prop by adding the line qemu.hw.mainkeys=0 at the very bottom (may also need to change dpi)
3. Flash the V5 file below followed by the forcecloseapps.zip (please note...these files MAY need to be installed manually using TWRP or AROMA)
4. Delete flashbarservice.apk located in system/app (only necessary if coming from V2)
http://forum.xda-developers.com/showthread.php?t=2312004
^My orginal thread
http://erobotrom.blogspot.pt/2013/06/erobot-jbtb-rom-for-galaxy-tab-77-v2p.html
^Erobot V2.3P
http://forum.xda-developers.com/showthread.php?p=43501477#post43501477
^P6800 MD3 STOCK (cwm & odin)
https://drive.google.com/file/d/0B7yxeu9x48ILSVdKVjZOblUxcUU/edit?usp=sharing
^MUTIWINDOW MOD V5 (the download is labeled P6800 but should work on the wifi only model as well...as i stated above i MAY need to create a separate version for the P681x so please test & report)
https://drive.google.com/file/d/0B7yxeu9x48ILTkRob1VzQ3pna1k/edit?usp=sharing
^FORCE CLOSE APPS (please be aware...u will need to manually delete copies of apps with similar yet different names than those included in the zip so u wont have duplicates)
credits/thanks to: @edan1979 for his assistance and @xperiacle for the systemui used in V4
screenshots
once again thanks to @edan1979 for providing a couple of 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"
}
More ss showing the ability to resize the window
Sent from my GT-N7100 using Tapatalk 4 Beta
edan1979 said:
More ss showing the ability to resize the window
Sent from my GT-N7100 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thx...so what about floating window mode?
oh yeah...I'm gonna need your help to track down that sliding bar jar/code
Oh... forget about that one... its working as well... only the cascade and multi button at minibar did not work yet... i'm kind of suck with coding nowadays since shifted to management team... but i'll see what can be done.
Sent from my GT-N7100 using Tapatalk 4 Beta
This work only in Samsung/touckwiz, can't in CM, right?
Sent from my GT-p6800 using Tapatalk 4 Beta
YUP... only with touchwiz
forgot to mention... the floating multi window can be resize as well
edan1979 said:
YUP... only with touchwiz
forgot to mention... the floating multi window can be resize as well
Click to expand...
Click to collapse
I've found the issue with the split screen bar on our device but i'm still trying to figure out the settings i need to fix it(not sure if its even worth the time...lol)..what dpi is your tab set to?
Now on 213 dpi.
Sent from my GT-N7100 using Tapatalk 4 Beta
Wow. This is good news. Will try later.
FYI, eRobot v2.3 has 2 confirmed bugs. 1. Contact event FC. 2. Multitasking button FC.
Edan1979 has somehow solved these 2 bugs but we're unable to reproduce on my device for now.
Sent from my GT-P6800 using XDA Premium HD app
matsuru said:
Wow. This is good news. Will try later.
FYI, eRobot v2.3 has 2 confirmed bugs. 1. Contact event FC. 2. Multitasking button FC.
Edan1979 has somehow solved these 2 bugs but we're unable to reproduce on my device for now.
Sent from my GT-P6800 using XDA Premium HD app
Click to expand...
Click to collapse
yup... those 2 bug... i cant even remember now what i do to solved it... i think i'm going to compile the one i use along with the multiwindow and released it....
The mod seems to be working in erobot v1 albeit not as well as the phablet version by the looks of it.
The windows can be resized, even though the grey bar isnt there and there doesnt seem to be the ability to have them side by side as they appear to just be floating windows but it works!!
edit: changed the DPI to 213 and it works as it should now but i have no menu buttons, will try some other DPI's
nutley said:
The mod seems to be working in erobot v1 albeit not as well as the phablet version by the looks of it.
The windows can be resized, even though the grey bar isnt there and there doesnt seem to be the ability to have them side by side as they appear to just be floating windows but it works!!
edit: changed the DPI to 213 and it works as it should now but i have no menu buttons, will try some other DPI's
Click to expand...
Click to collapse
what do you mean by no menu button???
edan1979 said:
what do you mean by no menu button???
Click to expand...
Click to collapse
after changing to 213 the status bar went to the top and there are no buttons at the bottom, so no back button etc.
Ahhhh that one... you need to edit your build.prop as per instruction on 1st post.
Sent from my GT-N7100 using Tapatalk 4 Beta
edan1979 said:
Ahhhh that one... you need to edit your build.prop as per instruction on 1st post.
Sent from my GT-N7100 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I had done that so not sure what happened.
I've tried the xposed app setting module on the internet browser and it still doesnt give me side by side. I dont see anything that would relate to multiwindow itself :/
dont put the inverted coma " " just the qemu.... thingy
edan1979 said:
dont put the inverted coma " " just the qemu.... thingy
Click to expand...
Click to collapse
ahh that'll do it, thanks!
with 160dpi tablet mode and the build.prop edited this is what i get, no floating window just side by side. Without the build.prop edited it is just the floating windows.
Stock MD3 deodexed
I updated the first post with links to the stock MD3 deodexed...after someone has tested & confirmed that everything is ok i will create a new thread in the development section
edan1979 said:
yup... those 2 bug... i cant even remember now what i do to solved it... i think i'm going to compile the one i use along with the multiwindow and released it....
Click to expand...
Click to collapse
Report: flashing this mod seems to fix the 2 bugs. No more fc in contact event & multitasking button.
Sent from my GT-P6800 using XDA Premium HD app

Categories

Resources