Hey guys,
this is still no kernel, it will only optimize your values for touchscreen using The most important thing in this script is the following line:
touch.pressure.scale = 0.001
Click to expand...
Click to collapse
On my SGS this is the best one. Maybe you can try whats working for you as the best and tell it to me so that i can share the best result.
Files attached to this post:
stock_kpq_file.zip (If you want to go back to the default values)
the_modified_file.zip (THE mod, RootExplorer method)
the_flashable_modified_file.zip (THE mod, CWM method)
Files are usable for:
- Only for Stock or Custom KPQ/KPM Roms! Other will follow if needed
How to install:
- RootExplorer method; download the attached the_modified_file.zip, unpack it and replace the file in /system/usr/idc/mxt224_ts_input.idc with the included one using RootExplorer. Aaaand Reboot.
- CWM method; download the attached the_flashable_modified_file.zip, put it to your sd-card and flash it through CWM. Aaaand Reboot.
Source:
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Input Device Calibration File for the Crespo touch screen.
#
# These calibration values are derived from empirical measurements
# and may not be appropriate for use with other touch screens.
# Refer to the input device calibration documentation for more details.
#
# All edited parts by fuss132 licensed under GPL
# Visit my profile on xda http://forum.xda-developers.com/member.php?u=3264556
# Thanks for using...
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001
MODULE_DESCRIPTION("Touchscreen Driver");
MODULE_LICENSE("GPL");
# Touch Size
touch.touchSize.calibration = pressure
# Tool Size
# Driver reports tool size as an area measurement.
#
# Based on empirical measurements, we estimate the size of the tool
# using size = sqrt(22 * rawToolArea + 0) * 9.2 + 0.
touch.toolSize.calibration = area
touch.toolSize.areaScale = 22
touch.toolSize.areaBias = 0
touch.toolSize.linearScale = 9.2
touch.toolSize.linearBias = 0
touch.toolSize.isSummed = 0
# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 100 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001
# Size
touch.size.calibration = normalized
# Orientation
touch.orientation.calibration = none
Click to expand...
Click to collapse
And why a new Thread?
Very easy. This mod is completely different to my other script. I don´t want to confuse the users ^^
I m gonna test it!!! Thanks Fuss!!
mihkohuy said:
I m gonna test it!!! Thanks Fuss!!
Click to expand...
Click to collapse
Ok, but please re-download the flashable.zip cause there was something missing in it. Fixed it now
Alright, re-download it and test it right now
---------- Post added at 12:50 AM ---------- Previous post was at 12:42 AM ----------
Flashed. Seems much smoother now, the touchscreen. Thx!!
fuss132 said:
Ok, but please re-download the flashable.zip cause there was something missing in it. Fixed it now
Click to expand...
Click to collapse
working on KPM too
Thanks fuss!!!! Great job, you're great even if you don't have the device yet!!!
Great dude, seems to be working
can't imagine wt will u bring once u have the device itself
I can feel changes thanks for tweak dude.
I'm on kpq.
Sent from my GT-I9003 using Tapatalk
hehe... good inspiration from ICS tweaking
DooMLoRD said:
hehe... good inspiration from ICS tweaking
Click to expand...
Click to collapse
Nope google´s idea
But why ICS Tweaking?
Works fine on XWKPG, good finding. Just make the changes directly on file using text editor in Root explorer/ applicable to most of the ROMs i think.
how to flash this using CWM??
do we have to use flash Update option in CWM??
deepanshu sharma said:
how to flash this using CWM??
do we have to use flash Update option in CWM??
Click to expand...
Click to collapse
- Enter CWM
- Select "install zip from sd-card"
- Select the downloaded flashable zip
- Select Yes
- Reboot
just did it!
waitin to boot
EDIT:
works great!!
thanks dominik
works good..
Thanks fuss, I am using your Ramscritp and this mod and both work perfect in KPQ. The next step ... videocalls please ... (you know, I have tested everything and I know the issues of each app) or else when you have your i9003, thanks for everything you are doing.
Dear,
Can you make it for ZHKPD?
May be it can make the handing writing better..^_^
Sent from my GT-I9003 using XDA App
Requesting for DXKP9 version please. Would live to try this.
skchattha said:
Works fine on XWKPG, good finding. Just make the changes directly on file using text editor in Root explorer/ applicable to most of the ROMs i think.
Click to expand...
Click to collapse
lee82gx said:
Requesting for DXKP9 version please. Would live to try this.
Click to expand...
Click to collapse
ckm814 said:
Dear,
Can you make it for ZHKPD?
May be it can make the handing writing better..^_^
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
read the posts above mates IT WORKS ON ALL THE FIRMWARES...its not related to regions or different firmwares!!!!!!!!!!
Related
Hi all! i liked to introduce my own build.prop tweaks that i got from my FRIEND IN GTALK :i know a lot of you think that build.prop is just a file that will let you modify the ROM name in about phone but build.prop is actually a configuration file you write a line of code into build.prop and that line tells the android system what to do.
for example lets take
Code:
debug.sf.hw=X
now this line tells the android OS how to render the UI,
Code:
debug.sf.hw=0
means that the OS uses CPU to render UI and if its
Code:
debug.sf.hw=1
it means that OS uses GPU to render the UI. (notice that we dont have this line in build.prop because our phone CPU and GPU sucks )
ok so now that you all know what build.prop can do lets get to the actual tweaks
**NOTE! If you dont have these lines on build.prop just add them to the last line in build.prop, BUT if you have these then you can just change the values
1.) save power while phone is in sleep mode
Code:
ro.ril.disable.power.collapse=1
2.) make the phone ring faster when dialing out
Code:
ro.telephony.call_ring.delay=1000
3.) make UI and scrolling more responsive (notice that this line should already be in build.prop but with different value)
Code:
windowsmgr.max_events_per_sec=150
4.) save battery by decreasing the amount of time Wifi looks for an access point (now it searchs an wifi acces point every 1.5 minute instead of 45secs)
Code:
wifi.supplicant_scan_interval = 150
5.) Change the Dalvik VM heap size (this line is also in build.prop, you can change the value whatever you like and test if it makes your system more stable but 32m is recommended, and in my phone its 32m by stock)
Code:
dalvik.vm.heapsize=32m
6.) disable usb debugging popup
Code:
persist.adb.notify=0
7.) get better signal and data
Code:
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
8.) enable JIT
Code:
dalvik.vm.execution-mode=int:jit
9.) disable JIT
Code:
dalvik.vm.execution-mode=int:fast
10.) fix that SUPER annoying black screen after/during call (i think its in build.prop already but with higher values)
Code:
mot.proximity.delay=150
11.) to enable lockscreen unlocking with menu button (true=enable and false=disable)
Code:
ro.config.hw_menu_unlockscreen=false
12.) change the lcd density (icons become smaller and you can gett more stuff on your home screen)(change to any value and test it ) **NOTE** this is just an example value
Code:
ro.sf.lcd_density=225
13.) enable Stagefright helps stream Video and Music Faster but may not let you watch recorded videos
Code:
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
ok. now to another tweaks ok so i recently got a bunch of build.prop code from my friend because i helped him on xda but i have no idea what they mean so here they are! (if you know what these mean please leave a reply and share your knowledge!)
Code:
persist.sys.use_dithering=0
Code:
persist.sys.purgeable_assets=1
Code:
dalvik.vm.dexopt-flags=m=y
Mod edit : removed the same dont use huge bold letters pls it looks like ur screaming
**note: my friend gave me most of these tweaks, the only ource i used besides my friend is this, now PLEASE stop quessing the source
MORE TO COME!
P.S ROM devs are free to use these tweaks, just give me the credits and a thanks
reserved for later use
Hmm nice... and very useful ) Congratulations
Our galaxy 3 is becoming epic phone
benzyniarz1 said:
Hmm nice... and very useful ) Congratulations
Click to expand...
Click to collapse
yes it is and nobody in G3 forums hasnt posted these before me... odd
Thank you excellent work mate !!! :d
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Rapier07 said:
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
Click to expand...
Click to collapse
no i didnt... as said my friend gave me these there is only 2 tweaks i took from another site (not xda)
cdesai said:
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Click to expand...
Click to collapse
no, most of these are on POX v.1.5 build.prop
jazux said:
no, most of these are on POX v.1.5 build.prop
Click to expand...
Click to collapse
Please provide the modified build.prop
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
ash!sh said:
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
Click to expand...
Click to collapse
your right, but only 1 tweak is from there you do realize that internet is FULL of sites telling these tweaks (and i have looked 3 diff websites ) and as said almost ALL OF THESE TWEAKS i got from my friend (i have no idea where he got these ), so dont come here to tell what the source is!
is it possible to implement all tweaks into zip updateable via CWM?
max5800 said:
is it possible to implement all tweaks into zip updateable via CWM?
Click to expand...
Click to collapse
yes, but theres so many tweaks... i think its better to apply them manually, its not hard just open root explorer and go to /system, press R/W button and then find build.prop, long press it and choose "open in text editor"
jazux said:
so dont come here to tell what the source is!
Click to expand...
Click to collapse
The first line of your thread:
jazux said:
Hi all! i liked to introduce my own build.prop tweaks that i made
Click to expand...
Click to collapse
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Rapier07 said:
The first line of your thread:
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Click to expand...
Click to collapse
You should also read the WHOLE thread before replying
jazux said:
You should also read the WHOLE thread before replying
Click to expand...
Click to collapse
Yeah I did ! and fyi I've been using these tweaks since long.. no offence but you haven't invented those tweaks! There's no way you can call them your own!!
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Testing this now good find [[]]
dharamg3 said:
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Click to expand...
Click to collapse
Agreed.. i dont have anything against him but what bothers me is people using someone else's work under their name.. that's injustice flto the original dev.. it doesn't take much to give credits, does it?
[Edit: this Fix is only for Galaxy S GT-I9000, I've posted in the bad forum. Sorry]
Hello all!
Recent versions of Android Market won't show all applications compatible with our Galaxy S GT-I9000, and on the web market (http://market.android.com) are those rated incompatible.
Here is a fix which is compatible with all of the Team MyUI's Rom, and a priori with all the roms.
Flash MyUI_MarketFix mod with CWM Recovery, available here: http://rollus.net/~dl-myui/index.php?dir=Releases/mods/MarketFix/
No wipe.
After rebooting your rom, clear the cache and delete data from the market and then restart the device. Taking into account parameters may take some time.
Note that this fix will disappear at each installation of a rom that does not include it, you will have the reflash if needed.
More technical information (to be clear, no need to understand that):
The script updates the properties in build.prop, with the following info:
Code:
ro.product.model = GT-I9000
ro.product.brand = samsung
ro.product.name = GT-I9000
ro.product.device = GT-I9000
ro.product.board = Aries
ro.product.cpu.abi = armeabi-V7A
ro.product.cpu.abi2 = armeabi
ro.product.manufacturer = samsung
ro.build.product = GT-I9000
ro.build.description = GT-I9000-user GINGERBREAD XXJVT 2.3.5 release-keys
ro.build.description = samsung/GT-I9000/GT-I9000: 2.3.5/GINGERBREAD/XXJVT: user / release-keys
The patch performs editing functions to perform text replacements:
Exemple:
sed "s|^ .*ro.build.description.*$|ro.build.description=GT-I9000-user 2.3.5 GINGERBREAD XXJVT release-keys|" -i /system/build.prop
sed "s|^ .*ro.build.fingerprint.*$|ro.build.description=samsung/GT-I9000/GT-I9000:2.3.5/GINGERBREAD/XXJVT:user/release-keys|" -i /system/build.prop
Click to expand...
Click to collapse
replace each line with the parameter to mod with the line with modded parameter in the /system/build.prop file.
If lines are missing or nonexistent, they will not be changed or added.
This is a patch of build.prop I think at the base clean. If it is not, reinstall your rom or build.prop of this one, because it was to hacked before.
Thanks:
Thanks to Philman GS Team French forum for putting me in the right way
Thanks to Wendigogo GS Team French forum for bug fixing.
Thanks to Benoitkmn from Team MyUI official forum for the thing about refreshing market data...
Changelog:
11/12/21: First release
11/12/22: Fixed bug in the setting of fingerprint.
+ +
Rollus
That's actually pretty cool, I might use this script granted I understand it when I'm ready.
You can flash this script if you miss some apps on the market. For example Duke Nukem 3d (the old good one, free atm), latest gapps, etc..
You can use parameters in your build.prop if you're cooking your rom..
This script is open source.
For better understanding :
Actually, Cwm updater-script exec MyUI_MarketFix.sh bash script which then do some sed.
Can you do this for inspire 4g and desire hd? Or what do I need to fix on build prop to fix this problem?
Sure but...
I don't know what are the good values for your phone.
I don't know if it's needed...
RolluS said:
Sure but...
I don't know what are the good values.
I don't know if it's needed...
Click to expand...
Click to collapse
All I know is that the last couple of builds of miui I have the same problem as you do.
IT's NoT My WORK - I've already added the source at the end
There is a lot of new roms which are released every week or two,...
and there is a lot of them which have no support for arabic letters
But it's ok,...
you can add the arabic support [RTL] to any rom in less than 5 Minets
AND IF YOU ARE A DEVELOPER PLEASE ADD IT TO YOUR CUSTOM ROM TOO
What is this patch doing?
framework.jar: takes care of shaping texts in android on all texts except Gmail and the browser
libwebcore.so: takes care of shaping texts in the default Browser and Gmail app.
Click to expand...
Click to collapse
So, This patcher will attempt to get you Arabic support in both of these files.
The coder [madmack]:
"This should work with all Android phones supporting Android Froyo or Gingerbread with the exception of MIUI ROMs as they are closed source and I can’t work with that."
Click to expand...
Click to collapse
Note: Please perform a backup of your system before attempting to use this patch.
Requirements:
Rooted Device
Android 2.1 at least
Your ROM needs to be deodexed.[!]
Java "32-bit" installed
[!] To find out if your installed ROM is deodexed, navigate to /system/framework on your phone. If you see a file called framework.odex then this patch will NOT work for you.
Click to expand...
Click to collapse
Steps to apply the patch:
Download the patch below and extract it to a folder on your computer.
Pull these files to the "input" folder
/system/framework/framework.jar
/system/lib/libwebcore.so
/system/lib/libandroid_runtime.so (If you’re not using a CyanogenMod ROM)
Run "commands.exe". (Do not close the black cmd screens that will pop up. Once the patch is done)
You should get a patched framework.jar, libwebcore.so and libandroid_runtime.so in the subfolder "output"
There is a recovery flashable file in folder output. Place that on your sdcard, reboot into recovery and flash it.[!!] [**]
[!!] It's better to replace the generated .zip "SYSTEM" Folder with The "SYSTEM" folder of any flashable .Zip which worked on your RECOVERY before
Click to expand...
Click to collapse
[**] If the flashing through recovery didn’t work for some reason,
You’ll need to do the following manually:
Put file output/framework.jar in /system/framework/
Put file output/libandroid_runtime.so in /system/lib/ (if this file exists, it shouldn’t if you’re arabizing CM6).
Put file output/libicuuc-arabic.so in /system/lib/
(This is extremely important, failing to place this file will result in a boot loop of your deivce)
If file exists: Place file output/libwebcore.so in /system/lib/
If file exists: Place file output/lib__bcore.so in /system/lib/
Sometimes permissions and xml data doesn’t get updated correctly resulting in corrupted data entries. If you receive a bunch of Force Closes after a reboot, you’ll need to Factory Reset.
Click to expand...
Click to collapse
SOURCE: How To Apply Patch
Change log:
0.907
Updated the webkit patcher to 3.91B (support for more devices).
Click to expand...
Click to collapse
0.906
Updated the webkit patcher to 3.1B (support for more devices).
Reduced size of libicuuc-arabic.so to the bare minimum. This should also help make it have broader device compatibility. (Thank you brightidea)
Click to expand...
Click to collapse
0.904 & 0.905
Updated the webkit patcher to 2.6B (support for more devices).
Fixed errors caused by 0.904 in 0.905. To all who have downloaded 0.904, please download 0.905.
Click to expand...
Click to collapse
0.902
Updated the webkit patcher to 2.3B (support for more devices. e.g. Galaxy I5800).
Click to expand...
Click to collapse
0.901
Updated the webkit patcher to 2.2B.
Reversed the default font to the old one due to its wider compatibility.
Fixed patching JVT rom for the I9000.
Using a cleaned up reworked script and a new libandroid_runtime.so patcher by brightidea.
Click to expand...
Click to collapse
0.813
Updated the webkit patcher to 1.5B.
Updated the default font.
Fixed the “dancing letters” problem in WhatsApp.
Compiled libicuuc-arabic.so with armv5te which should support more devices[/B]
Click to expand...
Click to collapse
0.812
Updated baksmali and smali to version 1.2.8.
Updated the webkit patcher to 0.7B (more devices are supported now)
Click to expand...
Click to collapse
0.811
Updated baksmali and smali to version 1.2.7.
Added the arabic shaping libwebcore patcher by brightidea (v 0.3 Beta)
Renamed folders to facilitate the process for you guys: you only have to pull files and dump them in the input folder. All generated files will be placed in the output folder.
Click to expand...
Click to collapse
0.804
Fixed numbers getting reversed in some cases.
Click to expand...
Click to collapse
0.803
Updated Baksmali and Smali to the latest version.
The clockworkmod recovery file is modified (hopefully will work on more roms now)
Click to expand...
Click to collapse
0.802
Updated the arabization files to include the latest CM7 fixes (Alignment, text width and many more).
Unified Gingerbread and Froyo patches by moving TextUtils.java’s methods into a new class.
Fixed garbled text appearing in Gmail’s titles in some ROMs
Click to expand...
Click to collapse
0.801
Using latest CyanogenMod 7 patch for Arabic. Reference
HTC Gingerbread Sense ROMs will now go through a separate patching process for Layout.smali. This patch has been borrowed from the bright minds that created HebFix_0.91
Click to expand...
Click to collapse
0.800
Space after LAMALEF is fixed.
This is a port of the latest arabic patch for CM7. It should work globally on all devices > 2.1. This is also why support for arabizing CM7 is dropped in this patch.
Scrolling and viewing arabic content should be much faster because the new patch relies on c++ to do this instead of Java
Now patch produces a Clockworkmod recovery file for ease of use
Added an arabic font that facilitates reading Arabic text
Click to expand...
Click to collapse
0.789
Fixed a Force Close in CM7 due to missing Styles.smali
No longer using ICU4J to shape text. This could also possibly fix shaping for Persian text. Instead, we use Aziz Huss’s ArabicShaper class with some modifications of my own.
Click to expand...
Click to collapse
0.788
Fixed a minor Force Close issue in gTalk with Gingerbread Sense UI.
Click to expand...
Click to collapse
0.787
Added patch files for Gingerbread Sense UI.
Removed clockworkmod recovery generated file due to incompatibility with all systems
Click to expand...
Click to collapse
0.786
Added patch files for CyanogenMod 6.
Added patch files for Gingerbread.
Recovery flashable update files are generated alongside the framework.
Click to expand...
Click to collapse
0.785
Added patch files for CyanogenMod 7.
Added libwebcore.so (used to shape text in Browser and Gmail) to subfolder libwebcore. You’ll need to place them in /system/lib on your device.
Click to expand...
Click to collapse
0.784
Space after LAMALEF is back. The previous patch caused problems in some apps.
Fixed the RTL alignment in google talk.
Arabic shaping works correctly in Twitter.
Click to expand...
Click to collapse
0.781
Space after LAMALEF is gone. Strings are resized to accommodate this change.
Change to Y6b’s source code to reflect on these new changes.
ArabicShaper function only shapes requested width instead of the whole string. This should speed things up considerably.
Some corrections to y6b’s source code
Added subfolder “Aljazeera fonts” for those who want to replace their phone’s fonts.
Clicking on commands.exe will not produce all these prompts anymore. Minimized them to save your precious time.
Click to expand...
Click to collapse
Download:
0.907 - http://www.mediafire.com/?ubsh844gjtjcaba
0.906 - http://www.mediafire.com/?4hisiqyjq7n3n1f
0.905 - http://www.multiupload.com/624XH5H7YO
0.902 - http://www.multiupload.com/70TG5L3XIQ
0.901 - http://www.multiupload.com/KZH2N0ASEZ
0.813 - http://www.multiupload.com/2DDS2B35HI
0.812 - http://www.multiupload.com/CULDPEQACA
0.811 - http://www.multiupload.com/Y1EOQYOJ6B
0.804 - http://www.multiupload.com/TUQLR9TQ1M
0.803 - http://www.multiupload.com/JRF6SPOIFS
0.802 - http://www.multiupload.com/OCH233RPK8
0.801 - http://www.multiupload.com/31A9AOAG3A
0.800 - http://www.multiupload.com/ROGWC6G0Q2
0.789 - http://www.multiupload.com/868WFGNER6
0.788 - http://www.multiupload.com/4KXZF81IVB
0.787 - http://www.multiupload.com/P8BYJQEZQ0
0.786 - http://www.multiupload.com/C4J0VJPLX2
0.785 - http://www.multiupload.com/V98TYUHUO1
0.784 - http://www.multiupload.com/BAU681Q6AZ
0.781 - http://www.multiupload.com/RONE05PCE7
0.76 - http://www.multiupload.com/WUUDZK9ITQ
Click to expand...
Click to collapse
Rom's Patches:
Creed's Rom v2.0
Andro-ID 3.3
Chocobread
FITDROID 3.2
FITDROID V3.1
FITDROID V3
Creed's ROM 1.6
Creed's ROM 1.5
hi there
thank you for the patch. it works fine. however the font is err... i don't know, i have difficulties to read it. the markings are a bit off. the space between lines is also too tight so some markings are overlapping
ohh... i'm using MyTouch 4G aka HTC Glacier with EnergyROM
ayamjago said:
hi there
thank you for the patch. it works fine. however the font is err... i don't know, i have difficulties to read it. the markings are a bit off. the space between lines is also too tight so some markings are overlapping
ohh... i'm using MyTouch 4G aka HTC Glacier with EnergyROM
Click to expand...
Click to collapse
there is a sub-folder named fonts,... try to put them on the systems/fonts folder and reboot
backup ur device fonts before replacing them "just in case "
I want to confirm that this method worked on two ROMs for my Samsung Galaxy S2 Epic 4G Touch (for Sprint).
Thanks a lot...
ahmadshawki said:
I want to confirm that this method worked on two ROMs for my Samsung Galaxy S2 Epic 4G Touch (for Sprint).
Thanks a lot...
Click to expand...
Click to collapse
The coder [madmack]:
"This should work with all Android phones supporting Android Froyo or Gingerbread with the exception of MIUI ROMs as they are closed source and I can’t work with that."
Click to expand...
Click to collapse
Enjoy the Arabic Support
Can u make it for Chocobread??
aya.yaya said:
Can u make it for Chocobread??
Click to expand...
Click to collapse
as soon as i go home cuz i have a limited bandwidth here and need to download the rom 1st
or u can just upload the
/system/framework/framework.jar
/system/lib/libwebcore.so
/system/lib/libandroid_runtime.so
and i will make it 4 u
Gendows said:
as soon as i go home cuz i have a limited bandwidth here and need to download the rom 1st
or u can just upload the
/system/framework/framework.jar
/system/lib/libwebcore.so
/system/lib/libandroid_runtime.so
and i will make it 4 u
Click to expand...
Click to collapse
Wow.. very thank you brad...
this is file you need
http://dl.dropbox.com/u/56584844/For_RTL_ChocoBread.rar
waiting 4 it
Thank you! I was searching for this dude..
aya.yaya said:
Wow.. very thank you brad...
this is file you need
http://dl.dropbox.com/u/56584844/For_RTL_ChocoBread.rar
waiting 4 it
Click to expand...
Click to collapse
here is ur patch link,... will add it to the patches list to
sorry for being late
Download
Feras.Rehman said:
Thank you! I was searching for this dude..
Click to expand...
Click to collapse
good to hear that,... now i think that all ur custom roms will support arabic
Thanks 4 patch bro
Sent from my GT-S5670 using xda premium
aya.yaya said:
Thanks 4 patch bro
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
u r welcome,....
I've managed to create the zip file. But, CWM on my HTC (http://forum.xda-developers.com/showthread.php?t=1432259) refused to flash it. It seems there is problem with sign. Would you create signed zip based on my HTC files. Or, would you tell me how to sign the zip?
Actually, the original creator of the custom ROM has created one, but it does not based on the undoscript. His zip is not working after undo script is applied. So the provided files are from custom ROM + undo script.
Thanks
sancho21 said:
I've managed to create the zip file. But, CWM on my HTC (http://forum.xda-developers.com/showthread.php?t=1432259) refused to flash it. It seems there is problem with sign. Would you create signed zip based on my HTC files. Or, would you tell me how to sign the zip?
Actually, the original creator of the custom ROM has created one, but it does not based on the undoscript. His zip is not working after undo script is applied. So the provided files are from custom ROM + undo script.
Thanks
Click to expand...
Click to collapse
ok let's see,... there is a "system" folder in the zip,...
so just open any successful flashing zip that u used an put the folder in that zip
but delete it's content first except the meta inf folder
that all what i do after generating the file
Nice. I'll give a try.
Sent from my HTC Wildfire S A510e using XDA App
Please confirm correctness of these steps:
0. cd /tmp/kerja/ex
1. unzip /tmp/kerja/proven_working.zip
2. rm -Rf system
3. unzip -d /tmp/arabic generated_but_rejected_arabic.zip
4. cp -R /tmp/arabic/system .
5. zip -r result.zip *
Sent from my HTC Wildfire S A510e using XDA App
RCMix / XxXPachaXxX
This is a flashable pack created for the setup of all sense 4 roms for a perfect user friendly experience. It works on speed/smoothness/touch-resposiveness improvements and will give you a more "touchable" touch interface and general phone.
See the content of the pack before flash!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Content:
Ken's Kernel (klquicksall RCMix v5.5)
init.d script for sheduler, RAM and kernel setup
TakeCONTROL MOD, special version for this pack!
Qualcomm Init scripts for boot setups (tnx codeaurora)
EGL Libs with correct configuration (tnx codeaurora)
Cy8c touchscreen driver settings
General synaptic driver settings perfectly fitted to sensation touch panel
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Notes:
The major parts of the code are copyright of CodeAurora - 2010/2011/2012
Standards touch calibration values are derived from empirical measurements to fit standars; Calibration values for pyramid are derived from personal work on physical measurements with a raw width field of 1 unit corresponding physically to 17mm of linear size on the touchscreen.
To grant a more userfriendly touch experiance i changed the normal pressure scale values. The purpose is to generate a valid touch signal also on a light touch. The result is the perception of a lighter and soft touch in the general phone use.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Pack DOWNLOAD (Dev-Host) : LINK
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Remember: W the community!
Thx )
Sent from my HTC Sensation using xda premium
give a try tomorrow
THX XxXPachaXxX ..
To download, testing,,,
thanks .. now download and give it a try
Maybe it would be good to write in the OP, that ppl that already flashed a current version of bricked kernel have to put mpdecision and thermald back in place, else they would not have any core and thermal management (the compatibility.sh adresses only renamed binaries ...).
Additionally i noticed that in your "init.qcom.mdm_links.sh" there is a line: "mount -t ext4 -o remount,ro,barrier=0 /dev/block/mmcblk0p12 /system". In this situation it won´t get applied but the system partition on pyramid is mmcblk0p22 (not 12), only as information.
I would like to know which changes are meant by "boot setup" and which exact version of EGL libs are included here.
But the reason i actually looked at the package is because of the touch screen configuration, in which file exactly the values are included? I really would like to change them by myself!
In my understanding it doesn't do sweep to wake?
hlenforcer said:
Maybe it would be good to write in the OP, that ppl that already flashed a current version of bricked kernel have to put mpdecision and thermald back in place, else they would not have any core and thermal management (the compatibility.sh adresses only renamed binaries ...).
Additionally i noticed that in your "init.qcom.mdm_links.sh" there is a line: "mount -t ext4 -o remount,ro,barrier=0 /dev/block/mmcblk0p12 /system". In this situation it won´t get applied but the system partition on pyramid is mmcblk0p22 (not 12), only as information.
I would like to know which changes are meant by "boot setup" and which exact version of EGL libs are included here.
But the reason i actually looked at the package is because of the touch screen configuration, in which file exactly the values are included? I really would like to change them by myself!
Click to expand...
Click to collapse
1) the pack automatically restore the mpdecision and thermald daemons
2) the qcom mdm don't refers to system partition!
3) for the EGL version, it's different in the files, you can use opengl extension app in the market to check the version of the lib that u are talking
4) all the touch and iput settings files are in the usr directory
calyxim said:
In my understanding it doesn't do sweep to wake?
Click to expand...
Click to collapse
s2w is included in rcmix kernel
Let's improve our Sensation.
Thx bro
Downloading now
Sent from my HTC Sensation 4G using xda premium
Testing now!
Flashed it after a clean installation of Pkmn
Feedback later
MarciWoi said:
Testing now!
Flashed it after a clean installation of Pkmn
Feedback later
Click to expand...
Click to collapse
Do you have s2w by default or is this using Aroma and you can choose?
XxXPachaXxX said:
1) the pack automatically restore the mpdecision and thermald daemons
Click to expand...
Click to collapse
ah ok that was my fault, i thought the bricked installer script would delete them totally instead of renaming them, they are missing completely only on aosp roms ...
2) the qcom mdm don't refers to system partition!
Click to expand...
Click to collapse
yeah but somehow irritating that it gets mounted to a directory named system ...
3) for the EGL version, it's different in the files, you can use opengl extension app in the market to check the version of the lib that u are talking
Click to expand...
Click to collapse
i know but i thought you could tell me by heart if it is 213, 218 or something newer
4) all the touch and iput settings files are in the usr directory
Click to expand...
Click to collapse
ah cool, did not look into the file cause i thought it would be binaries hehe
so thx for your fast response! :cyclops:
btw, i bet in the next 2 pages there will appear ppl ranting about the unavailability of the information where to find kernel source (the gpl thing), only a hint after watching how it goes at xda hehe
dwcasey said:
Do you have s2w by default or is this using Aroma and you can choose?
Click to expand...
Click to collapse
I think it´s default :good:
hlenforcer said:
btw, i bet in the next 2 pages there will appear ppl ranting about the unavailability of the information where to find kernel source (the gpl thing), only a hint after watching how it goes at xda hehe
Click to expand...
Click to collapse
+1
So little information. As I can understand from the first line - there is a whole kernel in this package? Where I can find information on this kernel? What is the battery consumption after this package installation?
hlenforcer said:
ah ok that was my fault, i thought the bricked installer script would delete them totally instead of renaming them, they are missing completely only on aosp roms ...
yeah but somehow irritating that it gets mounted to a directory named system ...
i know but i thought you could tell me by heart if it is 213, 218 or something newer
ah cool, did not look into the file cause i thought it would be binaries hehe
so thx for your fast response! :cyclops:
btw, i bet in the next 2 pages there will appear ppl ranting about the unavailability of the information where to find kernel source (the gpl thing), only a hint after watching how it goes at xda hehe
Click to expand...
Click to collapse
No problem with kernel because it's the ken's rcmix kernel v5.5
MarciWoi said:
I think it´s default :good:
Click to expand...
Click to collapse
yes, default
Zer0r said:
+1
So little information. As I can understand from the first line - there is a whole kernel in this package? Where I can find information on this kernel? What is the battery consumption after this package installation?
Click to expand...
Click to collapse
The kernel is RCMix v5.5, for more information you can refer to my thread on xda or the klquicksall's thread on acsyndicate
+1 sounds good and all...really thanks OP for your contribution....but I do not want to go thru renaming mpdecision and thermald as I have NO clue how to do so...MOD sounds AWESOME..I however lack the knowledge to use it limits me
Sent from my HTC Sensation 4G using xda premium
Any feedback? i'm doing other tests and if i will get better results i will update the pack
Would flashing the newest Faux kernel after installing this defeat the porpuse of this mod ?
I would rather not have S2W.
Thanks.
This great rom is build from source. I just compiled it while the PSX team did all the work. A little about the rom:
Welcome to Pure Speed X
PSX is a fast, built from AOSP source (4.4.2) Rom with an emphasis on speed and performance. Our goal is to provide unrivaled performance, stability, and a lightweight Rom with a handful of valuable features. We are not, nor ever will be focused on adding every feature out there. We will always be searching for ways to make it faster, more stable, more secure, and feature rich, but never at the cost of performance.
PSX V3
This version has all the features listed below. It is complete and not much work is being done on it. The new project will be called PSX Fat Lady.
PSX Light
This is the newest branch. Everything is being built from ground up. This is purely for performance and speed. No added features just pure optimizations. PSX Fat Lady will be based on this version. PSX Light is more up to date, but lacks features.
Team PSX Consists of:
ctfrommn
rustyjay
Martin_Ro
Banks
dully79
All the thanks goes out to those developers mentioned above for coming up with such a fantastic rom.
Directions
Download Rom, GApps, and SuperSu
Reboot into recovery
Make nandroid
Factory reset or wipe dalvik/cache/system/data
Flash Rom, GApps, and SuperSu
If ROM fails to flash, reboot into recovery and try again
Enjoy the Best Rom
Features/Changelog
Active Display
Quick Settings customization
Double Tap to Sleep
Quiet Hours
Immersive Mode/Tile
Lock Screen Targets
Status Bar tweaks
Navigation Bar tweaks
Optimizations
Much much more
PLSX FINAL
PSX_GROUPER_LIGHT 2014-02-20
PSX_FatLady Feb 24, 2014
psx_grouper_2014_02_23
Downloads PSX V3
PSX Grouper 30-01-14 MIRROR
PSX GApps
PA GApps
SuperSu
Source Code
Team Slim
Team Omni
Team CM
Vanir AOSP
Team Codefire
Team PA
@rascarlo
Source
PSX Github
Screenshots
Settings
Interface
About Tablet
Downloading now. Just can't resist the promise of something unique.
Sent from my Nexus 7 using Tapatalk
TardyKilla said:
Downloading now. Just can't resist the promise of something unique.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Hopefully you won't be disappointed. I've always used CM since CM5. Since I was introduced to this rom for my phone about a month ago, there's no looking back to any other rom for me.
This is the stable build with no other additions. The team is working on a psx-light (speed and performance with very few features). Once that's done, they'll add a psx-fat lady version with the usual customizations.
Anyway, this rom is stable with many features. Hope you all enjoy it or at least give it a shot.
this is one of the best on hammerhead (for me) i'm trying plsx and i love it because it has useful features... and is very stable & fast
is great to see a psx build on Nexus 7 too!
why don't You ask to the team (on their forum) to become official mantainer..?
thanks for the build
enricocid said:
this is one of the best on hammerhead (for me) i'm trying plsx and i love it because it has useful features... and is very stable & fast
is great to see a psx build on Nexus 7 too!
why don't You ask to the team (on their forum) to become official mantainer..?
thanks for the build
Click to expand...
Click to collapse
I'm using PSX on the LG Optimus G. It's pretty amazing. I build PLSX for Grouper and the Optimus G, but I need Active Display at the minimum. Gotten so used to active display, can't do without it. Is there an xposed module that does that?
I don't want to become an official maintainer. Don't want the responsibility of building in a timely manner. This way, I can build and release whenever. This PSX build is pretty complete and I doubt any changes will be made to it since they started re-basing everything off PSX-Light. Once PSX-Fat Lady is up, I'll build and post.
jblazea50 said:
I'm using PSX on the LG Optimus G. It's pretty amazing. I build PLSX for Grouper and the Optimus G, but I need Active Display at the minimum. Gotten so used to active display, can't do without it. Is there an xposed module that does that?
I don't want to become an official maintainer. Don't want the responsibility of building in a timely manner. This way, I can build and release whenever. This PSX build is pretty complete and I doubt any changes will be made to it since they started re-basing everything off PSX-Light. Once PSX-Fat Lady is up, I'll build and post.
Click to expand...
Click to collapse
Pick this commits for active display
http://forum.xda-developers.com/showpost.php?p=45736797&postcount=2
Please add Screenshot
matqow said:
Please add Screenshot
Click to expand...
Click to collapse
It's an AOSP rom. Screenshots will look similar to any other AOSP rom. I did put some dropbox link for Settings, Interface, and About Tablet screens.
Great to see @enricocid on the boards! I'm still using little bro's Advanced Stock Rom, but I feel the urge to upgrade to a rom build on KK. This looks like it might do the trick! (and thanks again to you and Ivn88 for your previous contributions!)
And thanks to OP for bringing this to us! Will flash later tonight and report back. BTW; is there a requirement to flash using a specific recovery?
orlzzt said:
Great to see @enricocid on the boards! I'm still using little bro's Advanced Stock Rom, but I feel the urge to upgrade to a rom build on KK. This looks like it might do the trick! (and thanks again to you and Ivn88 for your previous contributions!)
And thanks to OP for bringing this to us! Will flash later tonight and report back. BTW; is there a requirement to flash using a specific recovery?
Click to expand...
Click to collapse
I doubt it as long as you are using the latest recovery. I think I'm on 2.6.3.0 TWRP. If after you make nandroid and do factory reset, then the rom fail to flash, you reboot into recovery and try again.
jblazea50 said:
I doubt it as long as you are using the latest recovery. I think I'm on 2.6.3.0 TWRP. If after you make nandroid and do factory reset, then the rom fail to flash, you reboot into recovery and try again.
Click to expand...
Click to collapse
I had the same problem using TWRP 2.6.3.1. When I rebooted into recovery had to root again. Then installed ROM, Capps and SU. All good now. Thank you.
Sent from my VS980 4G using Tapatalk
55Pegasus said:
I had the same problem using TWRP 2.6.3.1. When I rebooted into recovery had to root again. Then installed ROM, Capps and SU. All good now. Thank you.
Sent from my VS980 4G using Tapatalk
Click to expand...
Click to collapse
Yup, on first attempt the PSX zip failed; I rebooted recovery and then everything worked like a charm. Restoring my apps now; first impression is that this rom rocks! Very nice work, and thanks to all of you for your help and advice on installing. I'll report back if anything borks.
This is my first attempt at a KK rom (my GS3 is still on 4.1.2 JB), so I'm really excited about test driving this! Thanks!
enricocid said:
Pick this commits for active display
http://forum.xda-developers.com/showpost.php?p=45736797&postcount=2
Click to expand...
Click to collapse
I tried to cherry pick the commits. I got this:
Code:
error: could not apply 0657865... active display settings
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
Recorded preimage for 'src/com/android/settings/Settings.java'
jblazea50 said:
I tried to cherry pick the commits. I got this:
Code:
error: could not apply 0657865... active display settings
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
Recorded preimage for 'src/com/android/settings/Settings.java'
Click to expand...
Click to collapse
try
Code:
git status
what is the output?
First 12 hours, and I can say this thing is a BEAST! Very fast; easy install; everything working! JBlaze did not lie when he said this thing had some legs on her. Speed is nice, but I have to say, never having been one to toy around with CM builds (I'm a TouchWiz guy from the GS3 forums) this has features on it that are really amazing! Thanks again to the team and to the OP for bringing this to us. @TexasLTE, can a brother get a Nexus 7 (2012) banner with some PSX graphics, and a big "Amen"?!
I've build PLSX (PSX-light). This is the new project and it mostly bare bones with just speed enhancements. You can install Xposed Framework and Gravity Box to get majority of the features that pleases you. If anyone wants to test it out, here are the links:
psx-light grouper 2014-02-01
Mirror
orlzzt said:
@TexasLTE, can a brother get a Nexus 7 (2012) banner with some PSX graphics...
Click to expand...
Click to collapse
:fingers-crossed: ...see if this looks OK... :fingers-crossed:
http://i1202.photobucket.com/albums/bb374/TexasEpic/Requested%20Banners/orlzzt-Nexus7_zps315f682e.png
TexasLTE said:
:fingers-crossed: ...see if this looks OK... :fingers-crossed:
http://i1202.photobucket.com/albums/bb374/TexasEpic/Requested%20Banners/orlzzt-Nexus7_zps315f682e.png
Click to expand...
Click to collapse
Llloovvvee it!! Love it love it love it! Thanks! Check your Red Bull account!
enricocid said:
try
Code:
git status
what is the output?
Click to expand...
Click to collapse
Code:
[email protected]:~/psx-light/frameworks/base$ git status
# HEAD detached at 0324d29
# You are currently cherry-picking.
# (fix conflicts and run "git commit")
#
# Changes to be committed:
#
# modified: core/java/android/app/INotificationManager.aidl
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_dismiss_notification_activated.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_dismiss_notification_normal.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_lock_pressed.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_morenotifications.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_target_unlock_activated.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_target_unlock_normal.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_unknown_icon.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_ad_unlock.png
# new file: packages/SystemUI/res/drawable-hdpi/ic_handle_notification_normal.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_dismiss_notification_activated.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_dismiss_notification_normal.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_lock_pressed.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_morenotifications.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_target_unlock_activated.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_target_unlock_normal.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_unknown_icon.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_ad_unlock.png
# new file: packages/SystemUI/res/drawable-mdpi/ic_handle_notification_normal.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_dismiss_notification_activated.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_dismiss_notification_normal.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_lock_pressed.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_morenotifications.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_target_unlock_activated.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_target_unlock_normal.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_unknown_icon.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_ad_unlock.png
# new file: packages/SystemUI/res/drawable-xhdpi/ic_handle_notification_normal.png
# new file: packages/SystemUI/res/drawable/ad_active_notification_background.xml
# new file: packages/SystemUI/res/drawable/ic_ad_dismiss_notification.xml
# new file: packages/SystemUI/res/drawable/ic_ad_target_unlock.xml
# new file: packages/SystemUI/res/layout-land/active_display_content.xml
# new file: packages/SystemUI/res/layout/active_display.xml
# new file: packages/SystemUI/res/layout/active_display_content.xml
# new file: packages/SystemUI/res/layout/glow_pad_container.xml
# new file: packages/SystemUI/res/layout/glow_pad_view.xml
# new file: packages/SystemUI/res/values/vendor_arrays.xml
# new file: packages/SystemUI/res/values/vendor_dimens.xml
# new file: packages/SystemUI/res/values/vendor_donottranslate.xml
# new file: packages/SystemUI/res/values/vendor_styles.xml
# modified: packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
# modified: packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
# new file: packages/SystemUI/src/com/android/systemui/statusbar/policy/activedisplay/ActiveDisplayView.java
# new file: packages/SystemUI/src/com/android/systemui/statusbar/policy/activedisplay/ClockView.java
# new file: packages/SystemUI/src/com/android/systemui/statusbar/policy/activedisplay/DummyActivity.java
# modified: services/java/com/android/server/NotificationManagerService.java
#
# Unmerged paths:
# (use "git add <file>..." to mark resolution)
#
# both modified: core/res/AndroidManifest.xml
# both modified: packages/SystemUI/AndroidManifest.xml
#
i'm assuming i have to type following commands:
git add core/res/AndroidManifest.xml
git add packages/SystemUI/AndroidManifest.xml
Here's what I get for one of the packages_apps_Settings cherry-pick:
Code:
[email protected]:~/psx-light/packages/apps/Settings$ git cherry-pick 0e508d62622c403ab99655a1eb7e14b3fcaa18d8
error: could not apply 0e508d6... Add active display to ChameleonOS [2/2]
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
Recorded preimage for 'res/values/arrays.xml'
Recorded preimage for 'res/values/strings.xml'
[email protected]:~/psx-light/packages/apps/Settings$ git status
# HEAD detached at 311aaf6
# You are currently cherry-picking.
# (fix conflicts and run "git commit")
#
# Changes to be committed:
#
# new file: res/xml/active_display_settings.xml
# new file: src/com/android/settings/chameleonos/ActiveDisplaySettings.java
#
# Unmerged paths:
# (use "git add/rm <file>..." as appropriate to mark resolution)
#
# both modified: res/values/arrays.xml
# both modified: res/values/strings.xml
# deleted by us: res/xml/system_settings.xml
#
Do I also need to "git add" both modified files as well as the one deleted (res/xml/system_settings.xml)?
orlzzt said:
Llloovvvee it!! Love it love it love it! Thanks! Check your Red Bull account!
Click to expand...
Click to collapse
Glad U liked it and THX !