(CM10)(Mod) Navigation bar for Htc Amaze - HTC Amaze 4G

This is moded framework-res.apk for installing this mod you need ROOT EXPLORER
1st method
1.Download apk
2.Backup your previous framework-res.apk
it is located --system>framework>framework-res.apk
3.copy your downloaded apk overwrite with the old one
4.it will automatically reboot and you'll have navigation bar like in Galaxy nexus,see screenshots
5.you can edit navbar in settings>system>navigation bar.
2nd method
1.Download the flashable zip(Htc amaze 4G Navbar enable.zip) Download Htc amaze 4G Navbar enabler.zip
2.Enter to recovery
3.Flash
To revert back(disable) flash this.--->Download?
3rd method
1.Download this mod http://dl.dropbox.com/u/60383227/Navbar_Enable_and_Disable_Buttons.zip
2.Enter recovery, flash. It will disable your capacitive touch buttons light,and enable on screen nav bar by your request by tsukisan(thank him)
To restore back flash this http://dl.dropbox.com/u/60383227/Navbar_Disable_and_Enable_Buttons.zip
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"
}

Don't we need to fix permissions?
Sent from my Amaze 4G using xda app-developers app

lamortcroix said:
Don't we need to fix permissions?
Sent from my Amaze 4G using xda app-developers app
Click to expand...
Click to collapse
+1.
A flashable zip would be awesome!

lamortcroix said:
Don't we need to fix permissions?
Sent from my Amaze 4G using xda app-developers app
Click to expand...
Click to collapse
no,,when you paste the apk it will overwrite the old one,and will automaticaly change permissions to previous one,,,so you only follow instructions)!

To backup the framework-res.apk I copied it and pasted it on my sd card in a backup folder. Learned the hard way by trying to add ".bak" to the end of the file, which caused a boot loop, so don't do that! Once I had the copy, then I pasted in the new one which causes a hot reboot. Worked for me, kind of cool, loosing a little screen real estate though...

broker32 said:
A flashable zip would be awesome!
Click to expand...
Click to collapse
Done)))

Any way to disable the hardware buttons?

Insane....thanks
Sent from my Amaze 4G using xda premium

kenypowa said:
Any way to disable the hardware buttons?
Click to expand...
Click to collapse
Read the thread one more time, there is an flashable zip for diabling!

gogjhan said:
Read the thread one more time, there is an flashable zip for diabling!
Click to expand...
Click to collapse
The disabling in the first post refers to disable the on screen software button. What I meant was that is there anyway to disable the capitative button? Or at least to disable the button light?

Savior buttons works better I tried this already & didn't like it takes to much of the screen away from original use. Thanks for the threads two thumbs up for those who need it though do to broken buttons.

kenypowa said:
The disabling in the first post refers to disable the on screen software button. What I meant was that is there anyway to disable the capitative button? Or at least to disable the button light?
Click to expand...
Click to collapse
what rom u are using? on this rom the capitative button light is disabled.if it is other rom i can upload file by wich you can disable )
Sent from my Amaze 4G using xda premium

gogjhan said:
what rom u are using? on this rom the capitative button light is disabled.if it is other rom i can upload file by wich you can disable )
Sent from my Amaze 4G using xda premium
Click to expand...
Click to collapse
Interesting. I'm running the latest nightly. I did come from the 12/3 and 12/5 build without a full wipe, I only wiped the cache and delvik cache. I will do a full wipe and report back
Sent from my Amaze 4G using xda app-developers app

kenypowa said:
Interesting. I'm running the latest nightly. I did come from the 12/3 and 12/5 build without a full wipe, I only wiped the cache and delvik cache. I will do a full wipe and report back
Sent from my Amaze 4G using xda app-developers app
Click to expand...
Click to collapse
and your capacitive button lights are enabled? ) i know one way of disabling and i always disable em with that way,but in this rom i couldnt find init.post.sh file, if you need i can give you tutorial its very easy and fast way but in cm10 you cant use it there isnt that file,,,and on my phone the lights are off,after flashing

But I sent it back to HTC for warranty last month (after taking back to relocking, taking back to GB, Junopor S-OFF, relocking etc) which they covered.
But nice to know this option exists should the buttons stop working for me again.

JMeister234 said:
But I sent it back to HTC for warranty last month (after taking back to relocking, taking back to GB, Junopor S-OFF, relocking etc) which they covered.
But nice to know this option exists should the buttons stop working for me again.
Click to expand...
Click to collapse
Do you need that for another rom? you only need to change one word)

Running CM10 nightly, I prefer the option of the Navigation bar over the touch buttons and would also like to see a way to disable the light as well as the function of the buttons.
Anyone have any ideas around how to do this?

tsukisan said:
Running CM10 nightly, I prefer the option of the Navigation bar over the touch buttons and would also like to see a way to disable the light as well as the function of the buttons.
Anyone have any ideas around how to do this?
Click to expand...
Click to collapse
Is there in SYSTEM/ETC/init.post-boot.sh file if there is i can help)

gogjhan said:
Is there in SYSTEM/ETC/init.post-boot.sh file if there is i can help)
Click to expand...
Click to collapse
No, in CM10 that file doesn't exist.
I got it working a different way, I now have both the back light as well as the function of the buttons disabled.
I created /system/etc/init.d/95keydis to run a script (http://forum.xda-developers.com/showpost.php?p=19205218&postcount=18) at boot which disables the back light for the buttons. If you do this, make sure you add "#!/system/bin/sh" before the code in the link above and "exit 0" after the code. Then run "chmod 0755 /system/etc/init.d/95keydis" from terminal as superuser to make the file executable.
Then I edited /system/usr/keylayout/atmel-touchscreen.kl and commented (#) all four lines to disable their function.
This gives my phone a closer function to the Nexus series which have no physical buttons only onscreen.

tsukisan said:
No, in CM10 that file doesn't exist.
I got it working a different way, I now have both the back light as well as the function of the buttons disabled.
I created /system/etc/init.d/95keydis to run a script (http://forum.xda-developers.com/showpost.php?p=19205218&postcount=18) at boot which disables the back light for the buttons. If you do this, make sure you add "#!/system/bin/sh" before the code in the link above and "exit 0" after the code. Then run "chmod 0755 /system/etc/init.d/95keydis" from terminal as superuser to make the file executable.
Then I edited /system/usr/keylayout/atmel-touchscreen.kl and commented (#) all four lines to disable their function.
This gives my phone a closer function to the Nexus series which have no physical buttons only onscreen.
Click to expand...
Click to collapse
Thanks useful!)
Sent from my Amaze 4G using xda premium

Related

Latest Google Talk With Video/Voice For Evo 3D

{
"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"
}
Download:
Download
Download (Mirror)
Want This Mod With The Old UI? Download Link Below.​
What's New:
*No Sideways Camera (Fixed The Camera, That Always Appeared Sideways In Video Chat, Even In Portrait Mode. Early Evo 3D Users Might Remember This Issue.)
*Camera Switch Now Enabled (Switch Between Front & Back Camera, While Video Chatting!)
*WiFI Optional (Work's On 3G/4G)
*New UI (From ICS)
Disclaimer:
By Installing This Package, I Take 0% Responsibility (Even Though It's Just The Talk App and Lib) To Any Damages That YOU May Have Made. Even Though It Isn't Entirely Necessary With This Particular Mod, Always Have A Backup Handy.
How To Install: (Convenient)
1. Reboot To Recovery (4EXT Recommended. If CWM, Disable Zip Sign. Verification.)
2. Select Install
3. Select "GTalk_Video_E3D.zip"
4. Confirm Install
5. Wipe Caches
6. Reboot.
How To Install Manually: (Preferred)
METHOD 1: Root Explorer
1. Extract the Two Files onto your SD card.
2. Using Root Explorer or equivalent, copy Talk.apk to /system/app/.
3. In /system/app/, scroll to Talk.apk, click and hold, select change permissions. See--->View attachment 707212
4. Check off all of them to read and and owner to write. (RW-R-R or 644) See--->View attachment 707213
5. Copy libtalk_jni.so to /system/lib/ and do the exact same thing as steps 3 & 4, but to libtalk_jni.so (RW-R-R or 644) See--->View attachment 707215
6. Reboot.
METHOD 2: ADB
Note: Place Both "Talk.apk" & "libtalk_jni.so" In Your ADB Path, Prior To Running Step 1.
1. adb devices
2. adb remount
3. adb push Talk.apk /system/app/
4. adb push libtalk_jni.so /system/lib/
5. adb shell
6. chmod 644 system/app/Talk.apk
7. chmod 644 system/app/libtalk_jni.so
8. exit
9. adb reboot
Additional Downloads:
Same Modified Gtalk, Old UI
Credits:
Rydah805 (Myself)
Theos0o - For Helping Get The Camera Switch Enabled.
My Mom - Testing (LOL)
Freeza - Testing/Making It Flashable
Aedon - Testing
Do you have to be rooted? Or can you just install the .apk?
Sent from my PG86100 using XDA App
Sorry, but yes. Root needed.
Nice! Thanks man
Sent from my PG86100 using XDA Premium App
How is the video quality? I have tried a few different programs and so far I found tango to have the best quality of video. It's funny when you watch the commercials for video chating and the video is crystal clear.
Is the video fixed in this one? no more sideways video?
To be honest, the screen shot shows nobody with video chat was available, so I couldn't test it, But this is from a new official HTC build, so it should fix the sideways camera issues that sense ROMs would receive.
Rydah805 said:
To be honest, the screen shot shows nobody with video chat was available, so I couldn't test it, But this is from a new official HTC build, so it should fix the sideways camera issues that sense ROMs would receive.
Click to expand...
Click to collapse
so you have no idea if this works? Appreciate the effort, but appears to not work - at least in my limited testing. Sure it shows the video chat icon, but I cannot initiate a video call. Could be the ROM i'm using. Anyone?
riggsandroid said:
so you have no idea if this works? Appreciate the effort, but appears to not work - at least in my limited testing. Sure it shows the video chat icon, but I cannot initiate a video call. Could be the ROM i'm using. Anyone?
Click to expand...
Click to collapse
Just tested and worked for me. Stock 2.3.4 Rom.
will this also work on 2.3.3 roms?
Sent from my PG86100 using XDA Premium App
androidEVOlution said:
will this also work on 2.3.3 roms?
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
I didn't use it on 2.3.3, so i am not sure, but probably not. It's not modified for anything under 2.3.4. Try it, just backup your original talk app.
Newbie here, flashing was aborted. How do I move to folder? Thanks in advance.
easygoing20016 said:
Newbie here, flashing was aborted. How do I move to folder? Thanks in advance.
Click to expand...
Click to collapse
Ahh, thanks for letting me know. I'm not good at making flashables due to scripting. Use root explorer. Extract the files and copy them and and change permissions as in o.p.
Who's that guy named knowledge561 on their? Handsome dude.
knowledge561 said:
Who's that guy named knowledge561 on their? Handsome dude.
Click to expand...
Click to collapse
He was the tester for my video chat functionality. LOL thanks.
Rydah805 said:
Ahh, thanks for letting me know. I'm not good at making flashables due to scripting. Use root explorer. Extract the files and copy them and and change permissions as in o.p.
Click to expand...
Click to collapse
Thank for advice... I purchased root explorer and tried copy and paste the files. It will not let me into permission or copy and paste into folder.
I am rooted? Any suggestion... Thanks again.
Update: Thanks I figured it out. Thanks for app and help.
easygoing20016 said:
Thank for advice... I purchased root explorer and tried copy and paste the files. It will not let me into permission or copy and paste into folder.
I am rooted? Any suggestion... Thanks again.
Update: Thanks I figured it out. Thanks for app and help.
Click to expand...
Click to collapse
At the top right, there's a button that says mount R/W (Read And Write) Click it.
Once you click it, it will say mount RO (Read Only.) Don't click it again, leave it as is. Then you can edit system files. If you need a screen shot, let me know.
Edit: I see you got it. Let me know hoe it goes. You don't have to, but I do just for extra precaution, change owner to root. Dame like changing permissions, but instead scroll until you see change owner.
Does anyone know if there is a way to get the video running without WIFI to work on the Rogers 3VO 3D running on AT&T..? I logged into chat and I see I'm video ready but I can't send or receive calls unless I'm on WIFI.
Raspster said:
Does anyone know if there is a way to get the video running without WIFI to work on the Rogers 3VO 3D running on AT&T..? I logged into chat and I see I'm video ready but I can't send or receive calls unless I'm on WIFI.
Click to expand...
Click to collapse
Using the pack I provided? Mine works flawlessly on 3g.
Rydah805 said:
Using the pack I provided? Mine works flawlessly on 3g.
Click to expand...
Click to collapse
Maybe it's at&t blocking it..? Tried both your zip and the one that was included with the 2.3.4 installed.

[ROM][CDMA] IT-ROM [r800x]

I have finally put together a ROM for us Locked Bootloader users. I used Hogwarts COLA ROM as a base for this ROM. This is my first attempt with creating ROMS. So please bear with me if you find bugs, and let me know, so i can fix them. Thanks guys, and enjoy!
**WARNING - This has only been tested on LOCKED BOOTLOADER R800X!! Install at YOUR own risk!**
Features v1
- Replaced stock Launcher with ADW
- Replaced stock Camera with Camera Mod (use "R" button to snap pics)
- Added Notification Toggles
- Removed Carrier Name from Notification Dropdown
- Themed w/ XperainceIT "Green Acid" Theme.
- Replaced Boot Animation
Updated Features v1.1
- Updated Build.prop w/ a few tweaks (see code below for a list of tweaks)
- Added Green dialer Theme
- Changed Font to stock.
Code:
Raised JPG quality to 100%
Decreased dialing out delay
Helped scrolling responsiveness
Increased overall touch responsiveness
Raised photo and video recording quality
Signal (3G) tweaks
Net speed tweaks
Disabled blackscreen issue after a call
Fixed some application issues
Known bugs:
- Factory Reset/Data Wipe, breaks the ROM. (Working on fixing 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"
}
NOTES- ROM Currently does NOT come with Titanium Back up or Screenshot, they were on my version when i took the screen shot.
Download Link:
IT ROM.v1.1**NEW**
IT ROM v1
Installation:
- Download, then extract IT ROM.
- Place ROM into /sdcard/clockwork/backup
- Boot into Recovery
- Wipe Cache / Dalvik Cache
- Restore
Future Updates:
Version 1.2- (ETA: Undetermined)
- Add Mobile Bravia Engine
- Add script for SetInstallLocation 2 (not sure if this will work as a pre-installed feature as it requires a line command prompt, then a reboot)
- Add a Theme Chooser app for the XperianceIT Themes (this one may take me a bit, not very good at app creation)
Some themes from my Theme Thread:
(Original Theme Thread)
"Purple Haze"
"Blood Lust" w/Toggles
"Pink Passion" w/Notification Toggles
"White Elegance w/Toggles"
"Blue Void" w/Toggles
"Blue Void" w/o Toggles
If any of you have any suggestions on new tweaks, mods, or would like to see certain apps included into this ROM as system apps, please let me know.
Special Thanks:
- Hogwarts, for taking the time to teach and mentor me on building a ROM. His COLA ROM can be found HERE​
Nice man! My only suggestion would be to offer a CWR ZIP to change the font to something more readable.
Sent from my R800i using Tapatalk
Clienterror said:
Nice man! My only suggestion would be to offer a CWR ZIP to change the font to something more readable.
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Ahh man, thanks, i didnt even think about that!... lol I could add Font Installer as a system app.
Different color themes would be great.
Sent from my R800x using XDA App
iceman99393 said:
Different color themes would be great.
Sent from my R800x using XDA App
Click to expand...
Click to collapse
Good idea.... Original Post edited! Now have links to my themes from my theme thread.
Coo Tool
Downloading Now. Will update after testing.
(OFF TOPIC: I need someone to pm me and let me know the process in building and posting roms.)
Thanks. I appreciate all feedback.
XperianceIT
sent from my Xplay R800X, using XDA App!
Update.
Ok, Got the "Activity Market (in app market)not responding.
Force close or wait" a few times when first
starting it, but then seemed to striaghten up after I just waited a couple mins.
Other than that, so far all is working. Talk,Wifi,Bluetooth,GPS,, All Good.
Nice Job my man.
OK awesome. I think it has to sync all your Google info first. Other than that how you like it?
XperianceIT
sent from my Xplay R800X, using XDA App!
What does this do that cola doesnt?
Milenko2121 said:
What does this do that cola doesnt?
Click to expand...
Click to collapse
Well with a locked boot loader any "custom" ROM are all going to be about the same. Since we cant overclock, or upgrade past 2.3.3 yet. They are all just tweaked a little differently, like my ROM in comparison to COLA, has only a few minor differences... IT-ROM has the camera mod built in, has toggles built in to the theme, carrier name removed, and a few other cosmetic changes.... the next update will have tweaks built into the build.prop, adds a green dialer theme, and replaces font with stock font. This is my first attempt at playing with roms. It was more of a learning tool for me to get the basics down for removing system app, replacing system app, and what not.
XperianceIT
sent from my Xplay R800X, using XDA App!
Tip: if you want to create an update.zip, pull the /system folder and make symlinks in the update script.
Logseman said:
Tip: if you want to create an update.zip, pull the /system folder and make symlinks in the update script.
Click to expand...
Click to collapse
Well you think that but it wont work
Cola has to have /data/ to work
I'm the one who design it so trust me I know.
Once you loose data the rom is broken.
Logseman said:
Tip: if you want to create an update.zip, pull the /system folder and make symlinks in the update script.
Click to expand...
Click to collapse
Hey thats awesome info! I was wanting to do something like that but wasnt sure how to make a update.zip, and really didnt want peope to have to reflash the entire ROM again, i know how frustrating it is to have to re-do all your desktops, and widgets, and re-enter al your accounts and sync info.
Would you mind PM'ing me, or post it here, on how to make the symlinks, i am 100% unfamiliar with doing that. (im still learning all of this) Even if it doesnt work with the COLA based ROM, i'd stil like to learn this for future projects, and well, just cause its something I dont know how to do, and I ike to learn.
Hogwarts said:
Well you think that but it wont work
Cola has to have /data/ to work
I'm the one who design it so trust me I know.
Once you loose data the rom is broken.
Click to expand...
Click to collapse
I know a little bit too, don't worry. You need to keep the Setup Wizard APK which, if absent, breaks the Home button in case of a data wipe. Plus, even if you put a /data folder, it can be empty.
XIT, I think the best that you can do for the symlinks is to grab another ROM (from the Play if possible), unzip it and check its symlinks. I'm not too sure of what symlinks your ROM needs. You can see the symlinks in the update script file in the Meta-Inf folder.
Logseman said:
I know a little bit too, don't worry. You need to keep the Setup Wizard APK which, if absent, breaks the Home button in case of a data wipe. Plus, even if you put a /data folder, it can be empty.
Click to expand...
Click to collapse
wont work.
locked bootloader cant flash a whole filesystem and datasystem
thats why UK rom has to be flashed as nandroid
1-2 files with the wifimodules work because your just pushing something
but when you try to
format /system
push /system
format /data
push /data
it basicly is going to wipe out CWM recovery in the process because if ur aware the CWM resides in system folder
so yes it wont work for locked bootloader
also I wouldn't keep setup wizard because it is a costly file to keep when it's never needed
the cost is about 1.2 mb not including data if i remember correctly.
so its gone.
when you use nandroid backup you dont need it anyway
I think you're right, I forgot about where the cwm was.
Logseman said:
I think you're right, I forgot about where the cwm was.
Click to expand...
Click to collapse
ya i know because i've tried it myself
i created update .zip and the CWM would always return error
i could never get it to work as many times as i tried
I like it, very nice. Plenty of space, apps and drawer loads faster. I implamented the "adb shell, pm setInstallLocation 2, exit". That way I can choose pretty much any app to be moved to sd or installed to sd. Stable rom so far today, no issues.
Sent from my R800x using xda premium
Hogwarts said:
Well you think that but it wont work
Cola has to have /data/ to work
I'm the one who design it so trust me I know.
Once you loose data the rom is broken.
Click to expand...
Click to collapse
/data/ has never been required for me.
Sent from R800x

[MOD/FIX][Photon/Electrify] WaterDrop Detection (Finally DISABLE this "Feature"!!)

[MOD/FIX][Photon/Electrify] WaterDrop Detection (Finally DISABLE this "Feature"!!)
I DIDNT CREATE THIS SCRIPT OR THE ZIP SO MAKE SURE TO THANK -
[nok07635] for the Script & [Notorious544d] for the .ZIP in the Atrix forums.
MAKE SURE TO BACK UP ALL YOUR STUFF IN-CASE MURPHY'S LAW COMES A KNOCKIN<<<< I AM NOT RESPONSIBLE IF THIS MESSES UP YOUR PHONE, YOU KNOW THE DEAL!!!
The Water-Drop detection feature to prevent false touches on the Mopho and Atrix should've never been implemented in the first place. It disables the touch screen for 2 seconds if it detects input for more than about 10 seconds on the screen. Very noticeable when playing games in which the screen is to be pressed for more than a tap such as racing games for acceleration like racingmoto or games like GTAIII where you need to constantly be either walking/running or driving and have the on screen button(s) pressed for extended periods of time. The touch screen would become unresponsive after detecting this "touch" for more than about 10 seconds, thinking its a drop of water on the screen. Then takes a 3 seconds to reset before allowing screen input touches again.
Notorious544d said:
This was implemented to stop raindrops from selecting random stuff when it was raining. It was a driver used in the Motorola Defy as it was waterproof and was ported over to the Atrix . However, as the Atrix wasn't waterproof, it created annoying problems, especially when gaming.
Click to expand...
Click to collapse
Finally there's a FIX for the so called "feature", YAYERRR!!!!
I Have personally tested this .zip, Flashed in CWM on my MoPho and tested with angry birds (holding the slingshot used to let go when feature kicked in) and also on RacingMoto and can verify that it does indeed work and well might i add.
Im currently running and verified on Skinny complete v1
Drag and Drop Instructions: (Dont know why I didn't even think of this lol Thanks Dsparil)
1. Download the attached .zip file
2. Using RootExplorer navigate to "system/etc/touchpad/22/touchpad.cfg"
3. Press the "Mount R/W" button and Back-up the touchpad.cfg file to a safe location either on your SDcard or SDcar-ext.
4. Unzip the Downloaded attachment and inside copy the touchpad.cfg file in "Raindrop_Fix/system/etc/touchpad/22/touchpad.cfg"
5. Navigate to "system/etc/touchpad/22/" and make sure to press "Mount R/W", paste/replace the touchpad.cfg file in the "22" folder.
6. Reboot your MoPho.
7. Verify the MOD worked. (Instructions Below)
Flash Instructions :
1. Download the attached .zip file
2. Place .zip on the root of your SDcard
3. Boot into CWM recovery
4. Perform a Back-up (This hasnt been verified yet on all Photon Roms so better safe than sorry)
5. Choose Install .zip from SDcard
6. Navigate to where you place the zip (either in Internal-SD or SD-ext)
7. Flash the Raindrop_Fix.zip
8. Reboot
9. Verify the MOD worked. (Instructions below)
ADB Instructions :
Extract the .zip to your desktop - the modded touchpad config script is in system/etc/touchpad/22/touchpad.cfg
Start up your ADB
Code:
#To make sure ADB see's the device and Start Daemon
adb devices
#Pull the current touchpad.cfg file
adb pull /system/etc/touchpad/22/touchpad.cfg
#Push the modified file to the device
adb push /Desktop/Raindrop_fix/system/etc/touchpad/22/touchpad.cfg /system/etc/touchpad/22/
#Enabling Root R/WR mount
adb shell chown root.root /system/etc/touchpad/22/touchpad.cfg
#Reestablish touchpad.cfg Permissions
adb shell chmod 644 /system/etc/touchpad/22/touchpad.cfg
#Reboot device
adb reboot
Script Manager Instructions:
Heres the Code for those that want to use script manager, i dont use it so if someone wants to write instructions on how to with the raindrop fix that would be awesome.
Code:
[GEN_POWERCONFIG_T7 INSTANCE 0]
IDLEACQINT=10
ACTVACQINT=17
ACTV2IDLETO=0
[GEN_ACQUISITIONCONFIG_T8 INSTANCE 0]
CHRGTIME=10
TCHDRIFT=10
DRIFTST=0
TCHAUTOCAL=0
SYNC=0
ATCHCALST=5
ATCHCALSTHR=0
[TOUCH_MULTITOUCHSCREEN_T9 INSTANCE 0]
CTRL=11
XORIGIN=0
YORIGIN=0
XSIZE=19
YSIZE=11
AKSCFG=0
BLEN=16
TCHTHR=44
TCHDI=2
ORIENT=0
MRGTIMEOUT=25
MOVHYSTI=10
MOVHYSTN=5
MOVFILTER=62
NUMTOUCH=5
MRGHYST=5
MRGTHR=5
AMPHYST=5
XRANGE=0
YRANGE=0
XLOCLIP=3
XHICLIP=248
YLOCLIP=28
YHICLIP=17
XEDGECTRL=237
XEDGEDIST=37
YEDGECTRL=131
YEDGEDIST=220
JUMPLIMIT=0
[TOUCH_KEYARRAY_T15 INSTANCE 0]
CTRL=0
XORIGIN=0
YORIGIN=0
XSIZE=0
YSIZE=0
AKSCFG=0
BLEN=0
TCHTHR=0
TCHDI=0
[SPT_GPIOPWM_T19 INSTANCE 0]
CTRL=1
REPORTMASK=0
DIR=48
INTPULLUP=0
OUT=0
WAKE=0
PWM=0
PERIOD=0
DUTY[0]=0
DUTY[1]=0
DUTY[2]=0
DUTY[3]=0
[PROCI_GRIPFACESUPPRESSION_T20 INSTANCE 0]
CTRL=0
XLOGRIP=0
XHIGRIP=0
YLOGRIP=0
YHIGRIP=0
MAXTCHS=0
SZTHR1=0
SZTHR2=0
SHPTHR1=0
SHPTHR2=0
SUPEXTTO=0
[PROCG_NOISESUPPRESSION_T22 INSTANCE 0]
CTRL=5
GCAFUL=0
GCAFLL=0
ACTVGCAFVALID=8
NOISETHR=20
FREQHOPSCALE=0
FREQ[0]=0
FREQ[1]=7
FREQ[2]=13
FREQ[3]=20
FREQ[4]=25
IDLEGCAFVALID=4
[TOUCH_PROXIMITY_T23 INSTANCE 0]
CTRL=0
XORIGIN=0
YORIGIN=0
XSIZE=0
YSIZE=0
BLEN=0
TCHTHR=0
TCHDI=0
AVERAGE=0
RATE=0
[PROCI_ONETOUCHGESTUREPROCESSOR_T24 INSTANCE 0]
CTRL=0
NUMGEST=10
GESTEN=1023
PRESSPROC=0
TAPTO=100
FLICKTO=100
DRAGTO=1
SPRESSTO=10
LPRESSTO=20
REPPRESSTO=40
FLICKTHR=75
DRAGTHR=2
TAPTHR=100
THROWTHR=25
[SPT_SELFTEST_T25 INSTANCE 0]
CTRL=0
CMD=0
SIGLIM[0].UPSIGLIM=12000
SIGLIM[0].LOSIGLIM=7000
SIGLIM[1].UPSIGLIM=14000
SIGLIM[1].LOSIGLIM=500
SIGLIM[2].UPSIGLIM=0
SIGLIM[2].LOSIGLIM=0
[PROCI_TWOTOUCHGESTUREPROCESSOR_T27 INSTANCE 0]
CTRL=0
NUMGEST=2
GESTEN=224
ROTATETHR=3
ZOOMTHR=35
[SPT_CTECONFIG_T28 INSTANCE 0]
CTRL=0
CMD=0
MODE=3
IDLEGCAFDEPTH=4
ACTVGCAFDEPTH=8
VOLTAGE=7
VERIFY THE MOD WORKED:
To verify that it has worked, download RacingMoto (or play a game you already have installed that you know for sure will have the "FEATURE" activate) and play a couple levels, which will have holding down the gas button. If you're able to make it through the first 2 levels without slowing down or stopping unintentionally, The Raindrop_Fix.zip WORK!!!
IF YOU TRY THIS ON YOUR MOPHO PLEASE:
POST WORKS OR DOESN'T WORK ON THE ROM YOUR ON
ROOTED OR UNROOTED
LOCKED OR UNLOCKED
PLEASE POST WHICH ROM SO WE CAN GET A LIST GOING.
VERIFIED WORKING ON (verified by):
Jokers - Skinny complete v1 (by moonzbabysh)
(ICS) Alpha 19 Cm9 1.3 (by fnztakedown)
(GB) Cm7 (by dcowboys2184)
Rocko odex (by kmkzombie13)
ElectrifyRom 2.3.5 (by romolegfusion)
Stock 198_7 Rooted /w locked bootloader (by Dsparil and fendergrab)
Dsparil said:
It may be placebo, but I also notice Swype behaving much better.
Click to expand...
Click to collapse
Can anyone who uses Swype confirm Dsparil's impression after the mod?? I don't personally use or like swype so i wouldnt feel the difference if it does indeed make it run smoother.
VERIFIED NOT WORKING ON:
(will update as people post/ hopfully wont have to update this not working list though)
Before i post this on here as a definitely not workin, can someone with a GSM(??) mopho on Cm7 try to reproduce this..
maguitodelrock said:
Hi guys, this ddnt worked for me, totally crazy screen, cant point exactly or press long for menu, CM7 unlocked GSM, used the replace method
Click to expand...
Click to collapse
{
"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"
}
Tested and working alpha 19 cm9 1.3 of no issues
fnztakedown said:
Tested and working alpha 19 cm9 1.3 of no issues
Click to expand...
Click to collapse
Awesome, thank you. Updated list
confirm works on Cm7
Sent from my MB855 using xda premium
dcowboys2184 said:
confirm works on Cm7
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Thanks, updated OP
Dont forget to cast the result on the POLL too
Confirmed works on Rocko odex
Sent from my MB855 using xda premium
works in my photon with electrify 2.3.5 rom
Awesome!!!!
Sent from my Motorola MB855 using XDA App
Does this work on stock rooted? (Using adb push)
Sent from my MB855 using Tapatalk
Thank you! Sprint's only Tegra 2 device can now actually play games. I ran a full race of Mario Kart 64, and it's finally fixed!!!!!!!!!!!!!
I'm on stock rooted, and I just backed up replaced the file in the "22" folder and changed permission to rw r r and rebooted. It worked perfectly with no issues at all.
I may not need to upgrade my phone after all.
I noticed that the max input is now 5. Does it break if I change it to a higher number like 8? What the heck, 5 should be plenty. My number one pet peeve with this purchase has been solved.
It may be placebo, but I also notice Swype behaving much better.
Sent from my Photon 4G using Tapatalk
So is this basically just a multi touch type mod? Like it enables more than two points of touch? Or is there something else that this does?
I'm just thinking that if you already have 5 or 8 touch points then why would this matter to have? Just trying to clarify in my mind at least what this does exactly
Nvm i see it now. how i saw it was using a multi touch testing app and sure enough after holding my finger in one spot and moving another finger around the screen for about 10 seconds the screen stopped responding. Thanks for the find!!!
Sent from my MB855 using XDA App
Definitely works on cm9. Didn't need to even wipe cache or dalvik. Hoping this can start to be a built in option on our roms.
Sent from my MB855 using XDA App
Works on rooted stock 198_7 locked bootloader! Flashed through bootstrap after wiping cache and dalvik. 5 point multi touch too!
Sent from my MB855 using xda premium
This is built into cm9 now. Thanks a ton.
Sent from my MB855 using XDA App
Hi guys, this ddnt worked for me, totally crazy screen, cant point exactly or press long for menu, CM7 unlocked GSM, used the replace method
I can't believe how much better Swype is working. It's like I got a new touch screen. This can't simply be a placebo effect.
Sent from my Photon 4G using Tapatalk
Did you make sure to have "Mount as R/W" pressed so that itll take? can you explain exactly what you did, or the exact steps taken, where did you put the original file?
I only ask because it has been confirmed working on Cm7 Mopho, and this mod was originally written for the Atrix which is a GSM phone. Maybe try a different method on the list? I want this to work for you too cause we shouldnt have to live with this "feature" if we dont like it.
maguitodelrock said:
Hi guys, this ddnt worked for me, totally crazy screen, cant point exactly or press long for menu, CM7 unlocked GSM, used the replace method
Click to expand...
Click to collapse
Before i post this on here as a definitely not workin, can someone with a GSM(??) mopho on Cm7 try to reproduce this..
I tried this with jokercomplete and for so reason my screen was locking up from left to right! I flashed the zip thru CWM.
Sent from my MB855 using xda premium
radrian92 said:
I tried this with jokercomplete and for so reason my screen was locking up from left to right! I flashed the zip thru CWM.
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Try clearing your Dalvik cache and cache, and reflashing the zip.
That's what I flashed mine on, jokercomplete so maybe it was something in cache that booked it. Let us know if it works after clearing and flashing again
MoPhoACTV Initiative
Went from 2 to 5 touch points and doesn't time out. Used the drag & drop method.
Great Stuff
Thank-You
Sent from my MB855 using xda premium

[Q] Beans ROM: Disabled Status Bar Toggles Leave Empty Space - How to Fix?

Hi all. Searched this and did not find an answer.
Jellybean natively has Toggles on the Notification Bar.
Instead of using the built-in toggles from Beans ROM, I prefer to use Widgetsoid because it offers additional toggle button options that are not otherwise available (example: toggle for "Keep screen on when device is plugged in", etc).
ROM: Beans ROM Build 16
Issue: When I disable the built-in JB toggles (Settings/Custom Settings/Toggle Settings/Widget buttons/ then deselect all options), there is a blank space left where the toggles would normally be (see pic below).
Question: How can I disable the JB built-in toggles completely so that it doesn't show this empty space?
{
"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"
}
SoCalNewb said:
Hi all. Searched this and did not find an answer.
Jellybean natively has Toggles on the Notification Bar.
Instead of using the built-in toggles from Beans ROM, I prefer to use Widgetsoid because it offers additional toggle button options that are not otherwise available (example: toggle for "Keep screen on when device is plugged in", etc).
ROM: Beans ROM Build 16
Issue: When I disable the built-in JB toggles (Settings/Custom Settings/Toggle Settings/Widget buttons/ then deselect all options), there is a blank space left where the toggles would normally be (see pic below).
Question: How can I disable the JB built-in toggles completely so that it doesn't show this empty space?
Click to expand...
Click to collapse
use Root Explorer to remove the toggle app. Reboot and you should have no more missing space.
dragonstalker said:
use Root Explorer to remove the toggle app. Reboot and you should have no more missing space.
Click to expand...
Click to collapse
dragonstalker - many thanks. What is app name and directory?
(I used Root Explorer to do a system wide search for "toggle", but no hits)
SoCalNewb said:
dragonstalker - many thanks. What is app name and directory?
(I used Root Explorer to do a system wide search for "toggle", but no hits)
Click to expand...
Click to collapse
Im pretty sure in beans is /system/framework/lithdroid.apk
Sent from my SGH-T889 using xda app-developers app
kintwofan said:
Im pretty sure in beans is /system/framework/lithdroid.apk
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
I don't show "lithdroid.apk" in /system/framework/. I do show "lithroid-res.apk" and "lithroid-res.bak" in that directory (screenshot below).
Question: safe to delete "lithroid-res.apk" and "lithroid-res.bak"? (Yes I have a TWRP system backup.)
SoCalNewb said:
I don't show "lithdroid.apk" in /system/framework/. I do show "lithroid-res.apk" and "lithroid-res.bak" in that directory (screenshot below).
Question: safe to delete "lithroid-res.apk" and "lithroid-res.bak"? (Yes I have a TWRP system backup.)
Click to expand...
Click to collapse
That's what I meant just was trying to recall off the top of my head. Yes delete it and if it messes anything up restore your backup, no worries
Sent from my SGH-T889 using xda app-developers app
kintwofan said:
That's what I meant just was trying to recall off the top of my head. Yes delete it and if it messes anything up restore your backup, no worries
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Removing "lithroid-res.apk" and "lithroid-res.bak" from system/framework/ prevented device from booting.
If there is any error in what I did below I can try it again.
What I did:
- I used Root Explorer to make a .zip backup of "lithroid-res.apk" and "lithroid-res.bak" (left backup file "lithroid toggle.zip" in system/framework/)
- Used Root Explorer to delete "lithroid-res.apk" and "lithroid-res.bak" from /system/framework
- 5 seconds later system hung (unresponsive to power button being pressed for 15 seconds, so had to do a battery pull).
- Pulled battery and re-inserted to reboot.
- Boot animation came up, but device froze after that.
- Didn't feel like restoring full TWRP backup, so I booted to TWRP, and used ADB to move my backups of "lithroid-res.apk" and "lithroid-res.bak" back to system/framework (I suppose I could have used TWRP File Manager, but ADB is just as easy).
- System booted fine.​
Questions:
1) Could the use of a space in the filename for the "lithroid toggle.zip" file in system/framework cause a boot issue?
2) Any other ideas how to remove the toggle bar from the status drop down?​​
SoCalNewb said:
Removing "lithroid-res.apk" and "lithroid-res.bak" from system/framework/ prevented device from booting.
If there is any error in what I did below I can try it again.
What I did:
- I used Root Explorer to make a .zip backup of "lithroid-res.apk" and "lithroid-res.bak" (left backup file "lithroid toggle.zip" in system/framework/)
- Used Root Explorer to delete "lithroid-res.apk" and "lithroid-res.bak" from /system/framework
- 5 seconds later system hung (unresponsive to power button being pressed for 15 seconds, so had to do a battery pull).
- Pulled battery and re-inserted to reboot.
- Boot animation came up, but device froze after that.
- Didn't feel like restoring full TWRP backup, so I booted to TWRP, and used ADB to move my backups of "lithroid-res.apk" and "lithroid-res.bak" back to system/framework (I suppose I could have used TWRP File Manager, but ADB is just as easy).
- System booted fine.​
Questions:
1) Could the use of a space in the filename for the "lithroid toggle.zip" file in system/framework cause a boot issue?
2) Any other ideas how to remove the toggle bar from the status drop down?​​
Click to expand...
Click to collapse
Ya I was sure it wasn't that easy I was just telling you what files dragonstalker was talking about (by the way the stock toggles are built into framework so no apk to delete).
Now how you really need to do it is decompile lithdroid apk and set the height to 0. I don't recall the xml that's in, but I'll see if I can find it.
Sent from my SGH-T889 using xda app-developers app
kintwofan said:
Ya I was sure it wasn't that easy I was just telling you what files dragonstalker was talking about (by the way the stock toggles are built into framework so no apk to delete).
Now how you really need to do it is decompile lithdroid apk and set the height to 0. I don't recall the xml that's in, but I'll see if I can find it.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the clarification.
kintwofan said:
Ya I was sure it wasn't that easy I was just telling you what files dragonstalker was talking about (by the way the stock toggles are built into framework so no apk to delete).
Now how you really need to do it is decompile lithdroid apk and set the height to 0. I don't recall the xml that's in, but I'll see if I can find it.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Decompiling the apk is outside of my current skill set.
Anyone have a favorite "decompile 101" guide that would teach me how to do this?
SoCalNewb said:
Decompiling the apk is outside of my current skill set.
Anyone have a favorite "decompile 101" guide that would teach me how to do this?
Click to expand...
Click to collapse
I know this is an older thread, but wondering if you found an answer to disabling the toggles all together. I have been looking for the same thing and keep coming up empty. Haven't tried the decompiling method, may be the only resolution.
firewater88 said:
I know this is an older thread, but wondering if you found an answer to disabling the toggles all together. I have been looking for the same thing and keep coming up empty. Haven't tried the decompiling method, may be the only resolution.
Click to expand...
Click to collapse
I have not found any way to disable the toggles altogether.

[ROM][4.3][UNOFFICIAL] Paranoid Android 3.99 [10/05/13]

{
"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"
}
Instructions:
Download ROM: Here
(md5sum - 387d1f14b613c29299028c42c2fd11ff)
Download Normal GAPPS: Here
-OR-
*NEW* Download PA GAPPS: Here
Full wipe if coming from another ROM
Flash ROM
Flash GAPPS
Reboot
?? Profit ??
S-ON users:
Extract the boot.img from the zip file
then flash in fastboot with the command below:
fastboot flash boot boot.img
Issues:
Camcorder is hit or miss
Fixed:
GPS
Data
Headphones
Proximity Sesnor
Signal Bars
Browser
Thanks:
IAmTheOneTheyCallNeo
Flyhalf205
TheBr0ken
chad0989
snuzzo
anyone else I missed
Links:
Website & Changlelogs
ParanoidAndroid Github
Vigor Github​
Reserved
Congrats on being the first! Now let's get this thing official
Sweet. Cant wait to try this out.
Score! Flashing now I'll let you know if there's any issues other than what's stated.
Sent from my brain using xda-developers app
Sweet! I spent part of my weekend trying to figure out how to build this. I'll flash and report back!
I am stuck on the HTC screen after update. Any ideas?
I am using CWM recovery. I wiped data/factory reset, formatted system, installed update, installed gapps, wiped cache then davilk.
sotssax said:
I am stuck on the HTC screen after update. Any ideas?
I am using CWM recovery. I wiped data/factory reset, formatted system, installed update, installed gapps, wiped cache then davilk.
Click to expand...
Click to collapse
You're probably S-On and didn't flash the boot.img. I would recommend extracting the boot.img from the ROM zip and flashing in fastboot using the command "fastboot flash boot boot.img"
*S-ON instructions added to OP.*
I've had a couple issues with some random reboots tonight, but I think it was my own stupid fault for letting TiBu overwrite my gapps. DOH!
And uh-oh! Look who scored a 2nd rezound!
Yay paranoid android!!! Been running the rom for awhile now and its been great. Thanks kkozma
IAmTheOneTheyCallNeo said:
Congrats on being the first! Now let's get this thing official
Click to expand...
Click to collapse
https://plus.google.com/app/basic/s...79589566958860409/posts&sparm=source=apppromo
Sadly, looks like PA team is dropping a lot of devices to have their core team work more on the ROM. It will be better in the long run, as unofficial ports always seem to be better than official ones.
Sent from my ADR6425LVW using xda app-developers app
Why did I have to see this post. Time for a backup and flash!
Just installed this rom to play around with since I've always wanted to tryout some of the PA's awesome features without going to a PAC style ROM. Many are they cool but I'm sorry to say this that I can't use this ROM as a daily yet. Its a bit too laggy for me when navigating (graphics are fine), keyboard keeps crashing like crazy, the capactive touch buttons take a few moments to get me back to the hoem screen. Its still awesome that you were able to build it for our phone and I will keep monitoring this thread for when it becomes more stable.
Talguy said:
Just installed this rom to play around with since I've always wanted to tryout some of the PA's awesome features without going to a PAC style ROM. Many are they cool but I'm sorry to say this that I can't use this ROM as a daily yet. Its a bit too laggy for me when navigating (graphics are fine), keyboard keeps crashing like crazy, the capactive touch buttons take a few moments to get me back to the hoem screen. Its still awesome that you were able to build it for our phone and I will keep monitoring this thread for when it becomes more stable.
Click to expand...
Click to collapse
I've not had any issues with the keyboard at all.
As for the home buttons, you need to disable pie or move the pie target (pie gravity in settings) away from the bottom of the screen, it really gets in the way of navigation on the bottom of the screen. I'll see if in my next build I can move it to the left side of the screen by default.
what theme is that?
kkozma said:
I've not had any issues with the keyboard at all.
As for the home buttons, you need to disable pie or move the pie target (pie gravity in settings) away from the bottom of the screen, it really gets in the way of navigation on the bottom of the screen. I'll see if in my next build I can move it to the left side of the screen by default.
Click to expand...
Click to collapse
No not really what I meant, accessing the PIE controls worked just fine. It was when I selected the home button in the PIE controls that it took a while for the phone to navigate to the home screen. Samething happened when I would touch the home capacitive button. It would take a while to process that I wanted to go to my home screen.
Talguy said:
No not really what I meant, accessing the PIE controls worked just fine. It was when I selected the home button in the PIE controls that it took a while for the phone to navigate to the home screen. Samething happened when I would touch the home capacitive button. It would take a while to process that I wanted to go to my home screen.
Click to expand...
Click to collapse
Disable HALO (If it's present). World's difference in available memory. Should feel a lot faster.
Also, use Google Keyboard from the playstore instead of the native. It's faster (imo)
Jermehh said:
You're probably S-On and didn't flash the boot.img. I would recommend extracting the boot.img from the ROM zip and flashing in fastboot using the command "fastboot flash boot boot.img"
Click to expand...
Click to collapse
Thanks for the help. That worked. Now my question is if anyone had had trouble with Google maps not working properly?
Sent from my ADR6425LVW using xda app-developers app
sotssax said:
Thanks for the help. That worked. Now my question is if anyone had had trouble with Google maps not working properly?
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Google maps have been an issue for me since they redesigned it. Jittery, display glitches, frozen patches that should be redrawn... I know quite a few that refuse to update it at this point.
Nightly build started! Unfortunately it takes my build box ~3 hours to build, hopefully not for much longer! Payday is Monday, my wife got a new job, and microcenter is 5 minutes from my office! Lol
I'll try to get it uploaded tonight, but make no promises. At the latest, it'll be tomorrow around 7am.

Categories

Resources