JB ROM threads - Huawei Ideos X5 U8800

There's so many ROM versions and I have difficulty to distinguish the Android versions (GB, ICS, JB..) from ROM codenames or thread subjects..
Can someone indicate me the JB versions (if any) and respective threads?
Thank you!
Edit:
I'll make a list in this post of JB ROM threads for u8800
ROM CM10
http://forum.xda-developers.com/showthread.php?t=1964258

For what version of u8800?!
Sent from my GT-I9100 using Tapatalk 2

boss_y said:
For what version of u8800?!
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Just u8800
Sent from my U8800 using xda app-developers app

There is nothing stable. But you can try ozughan's version of CM10 which os JB.
Sent from my GT-I9100 using Tapatalk 2

T
boss_y said:
There is nothing stable.
Click to expand...
Click to collapse
Stable concept can be discussed...
Anyway, I think that I'm already following cm10 thread.. anymore 'unstable' jb for x5?
I've updated post #1
Sent from my U8800 using xda app-developers app

kickban said:
There's so many ROM versions and I have difficulty to distinguish the Android versions (GB, ICS, JB..) from ROM codenames or thread subjects..
Can someone indicate me the JB versions (if any) and respective threads?
Thank you!
Edit:
I'll make a list in this post of JB ROM threads for u8800
ROM CM10
http://forum.xda-developers.com/showthread.php?t=1964258
Click to expand...
Click to collapse
Nandroid backup and test CM10 'Rom'. But nothing stable.

Any news in JB development for X5?

kickban said:
Any news in JB development for X5?
Click to expand...
Click to collapse
Blefish is working on kernel 3.4 for u8800 and then he will work on CM10/10.1

I think this is kind of deprecated
Sent from my U8800 using xda app-developers app

long long ago
Sent from my U8800 using xda app-developers app

If you looking for stable room, Stock/official, Aurora or MIUI, that’s it!
Forget JB and others as none is stable nor will ever be due to missing hardware drivers therefore and these guys are trying to accomplish is to make an omelette without eggs....
But I heard that are people doing wine without grapes....

12 53696439
Hi,
I used aurora_5.0_update21 for long time without major issues.
I'm now using [ROM][4.2.2] Huawei Ideos X5 - CM 10.1.1 - v6.0: http://forum.xda-developers.com/showthread.php?t=2337235.
Have some problems, like bluetooth and other minor ones, but I can tell you that is a lot more fast then Aurora.
I think coldblue_, Dzo, Belfish and others can tweek it more a little and be almost perfect...
Continue the good job developing for this great phone
:good:

coldblue_ is retired and dzo is not working anymore on U8800. Blefish is the only developer who is still active. ilyaaa299 is MIA

Data Usage control not available in Settings at all JB ROMs:
ir43.com/images/screenaza.png - coldblue_ v6
ir43.com/images/screenprp.png - ilyaaa v12
ir43.com/images/screenzmz.png - MoonLight
I want to be able to set limits on data usage over 3G, but this control is not in settings. Under Wireless & Networks, no Data Usage entry listed.
For the logcat, I added a shortcut to Data Usage. Using it produces a message saying that "Settings" has stopped.
Here's the logcat for this event:
11-29 19:52:32.923 I/ActivityManager( 554): START u0 {flg=0x14000000 cmp=com.android.settings/.Settings$DataUsageSummaryActivity} from pid 749
11-29 19:52:32.963 I/ActivityManager( 554): Start proc com.android.settings for activity com.android.settings/.Settings$DataUsageSummaryActivity: pid=1998 uid=1000 gids={41000, 1015, 1028, 3002, 3001, 3003}
11-29 19:52:33.113 E/Trace ( 1998): error opening trace file: No such file or directory (2)
11-29 19:52:33.593 D/AndroidRuntime( 1998): Shutting down VM
11-29 19:52:33.593 W/dalvikvm( 1998): threadid=1: thread exiting with uncaught exception (group=0x40cc8930)
11-29 19:52:33.603 E/AndroidRuntime( 1998): FATAL EXCEPTION: main
11-29 19:52:33.603 E/AndroidRuntime( 1998): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.Settings$DataUsageSummaryActivity}: java.lang.IllegalStateException: Bandwidth module disabled
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2357)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.ActivityThread.access$600(ActivityThread.java:153)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1247)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.os.Handler.dispatchMessage(Handler.java:99)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.os.Looper.loop(Looper.java:137)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.ActivityThread.main(ActivityThread.java:5226)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at java.lang.reflect.Method.invokeNative(Native Method)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at java.lang.reflect.Method.invoke(Method.java:511)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at dalvik.system.NativeStart.main(Native Method)
11-29 19:52:33.603 E/AndroidRuntime( 1998): Caused by: java.lang.IllegalStateException: Bandwidth module disabled
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.os.Parcel.readException(Parcel.java:1433)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.os.Parcel.readException(Parcel.java:1379)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.net.INetworkStatsService$Stub$Proxy.openSession(INetworkStatsService.java:164)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at com.android.settings.DataUsageSummary.onCreateView(DataUsageSummary.java:302)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.Fragment.performCreateView(Fragment.java:1695)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:885)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1057)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.BackStackRecord.run(BackStackRecord.java:682)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1435)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.Activity.performStart(Activity.java:5113)
11-29 19:52:33.603 E/AndroidRuntime( 1998): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2270)
11-29 19:52:33.603 E/AndroidRuntime( 1998): ... 11 more
11-29 19:52:33.603 W/ActivityManager( 554): Force finishing activity com.android.settings/.Settings$DataUsageSummaryActivity

Related

[Q] Touchwiz Force Closing on GT-I9500 XXUBMF8?

Does anyone now how to fix the "Unfortunately, the process touchwiz has stopped" msg in this rom: GT-I9500 XXUBMF8 when moving app icons (changing icons order) in the app drawer (not on homescreen)
i don't know if it is because a aplication i removed or not?
I removed this apps:
AllSharePlay15.apk
AudioPortal_112_ms.app.apk
Blurb.apk
Books.apk
BooksPortal_112_bs.app.apk
ChatONV_J.apk
ChatON_feature.apk
Chrome.apk
CHS_J_Device_only.apk
Com2usPoker_ASGC.apk
DioDict3Service.apk
Dropbox.apk
DropboxOOBE.apk
Earth.apk
Episodes.apk
Episodes.odex
Flipboard.apk
FotaClient.apk
FotaClient.odex
FWUpgrade.apk
FWUpgrade.odex
GMS_Maps.apk
GroupPlay_20.apk
Magazines.apk
Match3VS.apk
Music2.apk
MusicLiveShare.apk
MusicLiveShare.odex
Ozon1.6.0SamsungV3.2.apk
Peel.apk
PlusOne.apk
SamsungAppsUNA3.apk
SamsungApps_J_Only.apk
SamsungBooks.apk
SamsungGames.apk
SamsungHub.apk
SamsungHubUpdater.apk
SamsungLearning.apk
SamsungMusic.apk
SamsungOCR2.apk
SamsungOCR2.odex
SamsungWatchON.apk
SHealth2.apk
StoryAlbumWidget.apk
StoryAlbumWidget.odex
Street.apk
S_Translator_CSLi.apk
S_Translator_CSLi.odex
Talk.apk
TravelService.apk
TravelService.odex
TravelWidget.apk
TravelWidget.odex
TripAdvisor.apk
ubank_samsung.apk
Videos.apk
yandexafisha_1.11.apk
yandexmarket-release.apk
yandexnews_1.10.apk
yandexpogoda_b275_10.10.2012_v3.00.apk
yandextraffic_1.07.apk
YouTube.apk

**SOLVED**Buggy firmware or much more? (CLONE)

Hello all, I have some strange issues I need help with.I just bought a GT-I9500. It came loaded with XXUAMDL 4.2.2 .It locks up and I have to pull the battery. I cannot get a GPS fix(even tried the ol tightening the screws thing from S3.Also none of the NFC stuff works.There are no slide on/off buttons in settings for NFC,S beam,nearby devices,kies via wifi and mirroring.If I click on the tabs in settings it just says empty?There is not even a on off toggle either on any of them? Any help would be greatly appreciated.I was thinking of flashing the newest odin tar (Argentina) from sammobile to see if that could help. Comments to return the device are not applicable because I bought this "new" on craigslist yesterday and as of right now the person suprisingly hasn't returned my text from a like an hour ago.I do however have their license plate number if need be.Thanks
IMEI.info says it is a GT-I9500 Galaxy S4
**EDIT** Sadly I have succumb to the fact that it must be a fake.None of the Samsung stuff in settings works besides air gestures and multi-window.I will sell it as a CLONE to try to get some of my money back.I could never do to someone else what has been done to me.Thanks for the comments.
Maybe he sell the faulty unit to you? Try to flash latest stock rom with odin first..
Sent from my GT-I9500 using Tapatalk 5.1.003 Alpha
1700Mhz A15 and 1400Mhz A7 running together with 640Mhz PowerVR SGX.
Just flash lastest ROM with Odin and you will see if everything is ok or not.
hotheabilly said:
Maybe he sell the faulty unit to you? Try to flash latest stock rom with odin first..
Sent from my GT-I9500 using Tapatalk 5.1.003 Alpha
1700Mhz A15 and 1400Mhz A7 running together with 640Mhz PowerVR SGX.
Click to expand...
Click to collapse
I cannot get this phone to go into download mode no matter what I do.I tried for literally hours yesterday.Is there a 4 or 3 way reboot zip with a reboot option for download mode?I have been looking and I see one for the I9505 but not the I9500. Also when I connect this to my PC it shows as a MT65xx android phone instead of I9500?it has storybook,chaton,snote and samsung apps on it so I don't believe it could be a knockoff? I am thoroughly confused.I have been flashing phones for years and this has got me stumped right now.I would even take an update.zip that I could flash through stock recovery to get the ball rolling but I can't find one of those either.As it is I can't do anything yet cause no download mode.
Probably fake dude, especially if you can't get into download mode.
Sent from my GT-I9500 using Tapatalk 4 Beta
hotheabilly said:
Maybe he sell the faulty unit to you? Try to flash latest stock rom with odin first..
Sent from my GT-I9500 using Tapatalk 5.1.003 Alpha
1700Mhz A15 and 1400Mhz A7 running together with 640Mhz PowerVR SGX.
Click to expand...
Click to collapse
Marck527 said:
Probably fake dude, especially if you can't get into download mode.
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
If it was fake though how could it have the samsung apps on it?
and the about device specs are:
GT-I9500
4.2.2
Baseband universal 5410
kernel 3.5.4-5261
[email protected]#1
WED April 24 20.59.59 kst 2013
Build JDQ39.I9500XXUAMDL
technut said:
If it was fake though how could it have the samsung apps on it?
Click to expand...
Click to collapse
Well, I'm pretty sure it's not impossible to rip some apk's and put it on a different device, or maybe a really good ripoff of the Samsung apps. Mind taking some pics?
Sent from my GT-I9500 using Tapatalk 4 Beta
Marck527 said:
Well, I'm pretty sure it's not impossible to rip some apk's and put it on a different device, or maybe a really good ripoff of the Samsung apps. Mind taking some pics?
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Sure thing I will link you dropbox pics.I'll take them right now.I looked at some vids about knockoffs and mine dosen't seem to fit the bill. Oh also multi window is installed on this.
**EDIT** I finally got it to connect to ADB and when I ran the adb devices command it shows as
0123456789ABCDEF device
and if I try adb reboot download it just turns off my phone and I have to do a batt pull to get it to power back on. Anyone Beuller,Beuller.....anyone?
technut said:
Sure thing I will link you dropbox pics.I'll take them right now.I looked at some vids about knockoffs and mine dosen't seem to fit the bill. Oh also multi window is installed on this.
https://www.dropbox.com/sh/4ixeml94i8yscuz/C3sq9p-Uih
**EDIT** I finally got it to connect to ADB and when I ran the adb devices command it shows as
0123456789ABCDEF device
and if I try adb reboot download it just turns off my phone and I have to do a batt pull to get it to power back on. Anyone Beuller,Beuller.....anyone?
Click to expand...
Click to collapse
Look real enough, can you get in download mode now? Turn the device off, then hold the home, volume down, and power button at the same time, it should ask you to press the top volume button to proceed to download mode...
Sent from my GT-I9500 using Tapatalk 4 Beta
Marck527 said:
Look real enough, can you get in download mode now? Turn the device off, then hold the home, volume down, and power button at the same time, it should ask you to press the top volume button to proceed to download mode...
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Upwards of 100 times several ways. I own 3 more samsung phones. I been around the block a few times. lol
bump
technut said:
Upwards of 100 times several ways. I own 3 more samsung phones. I been around the block a few times. lol
Click to expand...
Click to collapse
I also own this model, When power off, you have press Power and Volume Down button together, then Home button...it will take you to Download mode. Mine problem is, I also cannot connect to Odin..I have reinstalled the driver many times though..
It actually seems like a fake to me, a damn good one though. It's just the screen quality that doesn't look great, could just be the photos though.
Install an app called CPU-Z and see what that says about the hardware.
Also you could run an Antutu benchmark, the Official i9500 gets 25k+ score.
Sent from my GT-I9505 using XDA Premium HD app
I believe its a clone, you can edit the build.prop to make your phone into ANYTHING... Have had to do this with the S3 so I could run s-health when it was 1st ripped. My phone said it was an I9500 but it was an I9300... Fairly easy thing to do...
technut said:
Hello all, I have some strange issues I need help with.I just bought a GT-I9500. It came loaded with XXUAMDL 4.2.2 .It locks up and I have to pull the battery. I cannot get a GPS fix(even tried the ol tightening the screws thing from S3.Also none of the NFC stuff works.There are no slide on/off buttons in settings for NFC,S beam,nearby devices,kies via wifi and mirroring.If I click on the tabs in settings it just says empty?There is not even a on off toggle either on any of them? Any help would be greatly appreciated.I was thinking of flashing the newest odin tar (Argentina) from sammobile to see if that could help. Comments to return the device are not applicable because I bought this "new" on craigslist yesterday and as of right now the person suprisingly hasn't returned my text from a like an hour ago.I do however have their license plate number if need be.Thanks
IMEI.info says it is a GT-I9500 Galaxy S4
Click to expand...
Click to collapse
May be not the same issue, but i read a report about different models (fake or factory market test done externaly to Samsung)
http://forum.xda-developers.com/showthread.php?t=2324540&page=2
read post 20 for download mode trick.
Also connect your phone to KIES, (i know it is boring) but you get official advise about the model itself.
FAKE S4's
Just to add to this,
I Often get asked to fix clients phones, mainly Samsung (see my brick fix to see what mean) , anyway recently I was asked to look at a Galaxy S4 GT-i9500 GSM
I held the phone a few time before i actually took it home, I was fooled, it seemed like a real S4, but it was fake.
Here is details i pulled while i had it
Code:
1|[email protected]:/system # cat /proc/cpuinfo
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 2589.52
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 3
Hardware : MT6572
Revision : 0000
Serial : 0000000000000000
Code:
[email protected]:~/Desktop/Samsung/efs-copies-clients$ adb shell
[email protected]:/ $ cat /system/build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JDQ39
ro.build.display.id=ALPS.JB3.MP.V1
ro.build.version.incremental=eng.rooter.1381479995
ro.custom.build.version=I9500.P113En20131010
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.2
ro.build.date=2013年 10月 11日 星期五 16:28:22 CST
ro.build.date.utc=1381480102
ro.build.type=user
ro.build.user=rooter
ro.build.host=root
ro.build.tags=test-keys
ro.product.model=GT-I9500
ro.product.brand=samsung
ro.product.name=lcsh72_we_jb3
ro.product.device=lcsh72_we_jb3
ro.product.board=lcsh72_we_jb3
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=lcsh72_we_jb3
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=lcsh72_we_jb3-user 4.2.2 JDQ39 eng.rooter.1381479995 test-keys
ro.build.fingerprint=samsung/lcsh72_we_jb3/lcsh72_we_jb3:4.2.2/JDQ39/1381479995:user/test-keys
ro.build.flavor=
ro.build.characteristics=default
# end build properties
# begin mediatek build properties
ro.mediatek.version.release=ALPS.JB3.MP.V1
ro.mediatek.platform=MT6572
ro.mediatek.chip_ver=S01
ro.mediatek.version.branch=ALPS.JB3.MP
ro.mediatek.version.sdk=1
# end mediatek build properties
#
# system.prop for generic sdk
#
rild.libpath=/system/lib/mtk-ril.so
rild.libargs=-d /dev/ttyC0
# MTK, Infinity, 20090720 {
wifi.interface=wlan0
# MTK, Infinity, 20090720 }
# MTK, mtk03034, 20101210 {
ro.mediatek.wlan.wsc=1
# MTK, mtk03034 20101210}
# MTK, mtk03034, 20110318 {
ro.mediatek.wlan.p2p=1
# MTK, mtk03034 20110318}
# MTK, mtk03034, 20101213 {
mediatek.wlan.ctia=0
# MTK, mtk03034 20101213}
#
wifi.tethering.interface=ap0
#
ro.opengles.version=131072
wifi.direct.interface=p2p0
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=128m
# USB MTP WHQL
ro.sys.usb.mtp.whql.enable=0
# Power off opt in IPO
sys.ipo.pwrdncap=2
ro.sys.usb.storage.type=mtp,mass_storage
# USB BICR function
ro.sys.usb.bicr=yes
# USB Charge only function
ro.sys.usb.charging.only=yes
# audio
ro.camera.sound.forced=0
ro.audio.silent=0
ro.zygote.preload.enable=0
# temporary enables NAV bar (soft keys)
qemu.hw.mainkeys=0
ro.kernel.zio=38,108,105,16
#
# ADDITIONAL_BUILD_PROPERTIES
#
persist.gemini.sim_num=2
ro.gemini.smart_sim_switch=false
ril.specific.sm_cause=0
bgw.current3gband=0
ril.external.md=0
ro.sf.hwrotation=180
ril.current.share_modem=2
curlockscreen=1
ro.mediatek.gemini_support=true
persist.radio.fd.counter=15
persist.radio.fd.off.counter=5
persist.radio.fd.r8.counter=15
persist.radio.fd.off.r8.counter=5
persist.mtk.wcn.combo.chipid=-1
drm.service.enabled=true
fmradio.driver.enable=1
ril.first.md=1
ril.flightmode.poweroffMD=1
ril.telephony.mode=3
dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt
mediatek.wlan.chip=mediatek.wlan.module.postfix=_
ril.radiooff.poweroffMD=0
ro.config.notification_sound=S_Whistle.mp3
ro.config.alarm_alert=Walk_in_the_forest.mp3
ro.config.ringtone=Over_the_horizon.mp3
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
[email protected]:/ $ getprop
[bgw.current3gband]: [0]
[curlockscreen]: [1]
[dalvik.vm.heapgrowthlimit]: [96m]
[dalvik.vm.heapsize]: [128m]
[dalvik.vm.mtk-stack-trace-file]: [/data/anr/mtk_traces.txt]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.MB.running]: [0]
[debug.log2sd.defaultpath]: [/mnt/sdcard]
[debug.mdlogger.Running]: [0]
[debug.mtklog.netlog.Running]: [0]
[dev.bootcomplete]: [1]
[drm.service.enabled]: [true]
[external_sd_path]: [/storage/sdcard1]
[fmradio.driver.enable]: [1]
[gsm.3gswitch]: [1]
[gsm.baseband.capability2]: [3]
[gsm.baseband.capability]: [55]
[gsm.gcf.testmode]: [0]
[gsm.project.baseband.2]: [LCSH72_WE_JB3_HSPA_HW(DEFAULT)]
[gsm.project.baseband]: [LCSH72_WE_JB3_HSPA_HW(DEFAULT)]
[gsm.ril.uicctype.2]: []
[gsm.ril.uicctype]: [SIM]
[gsm.serial]: [ 14211014]
[gsm.sim.retry.pin1.2]: []
[gsm.sim.retry.pin1]: []
[gsm.sim.retry.pin2.2]: []
[gsm.sim.retry.pin2]: []
[gsm.sim.retry.puk1.2]: []
[gsm.sim.retry.puk1]: []
[gsm.sim.retry.puk2.2]: []
[gsm.sim.retry.puk2]: []
[gsm.sim.ril.phbready.2]: [true]
[gsm.sim.ril.phbready]: [true]
[gsm.sim.ril.testsim]: [0]
[init.svc.BGW]: [running]
[init.svc.DMAgent]: [running]
[init.svc.GoogleOtaAgent]: [running]
[init.svc.NvRAMAgent]: [running]
[init.svc.adbd]: [running]
[init.svc.agpsd]: [running]
[init.svc.batterywarning]: [running]
[init.svc.bmm056d]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.bootled]: [stopped]
[init.svc.bootlogoupdater]: [stopped]
[init.svc.ccci_fsd]: [running]
[init.svc.ccci_mdinit]: [running]
[init.svc.conn_launcher]: [running]
[init.svc.dbus]: [running]
[init.svc.debuggerd]: [running]
[init.svc.drm]: [running]
[init.svc.gsm0710muxd]: [running]
[init.svc.hald]: [running]
[init.svc.installd]: [running]
[init.svc.keystore]: [running]
[init.svc.matv]: [running]
[init.svc.mc64xxd]: [stopped]
[init.svc.mdlogger]: [running]
[init.svc.media]: [running]
[init.svc.mobile_log_d]: [running]
[init.svc.msensord]: [stopped]
[init.svc.mtkbt]: [running]
[init.svc.netd]: [running]
[init.svc.netdiag]: [running]
[init.svc.nvram_daemon]: [stopped]
[init.svc.pq]: [stopped]
[init.svc.ril-daemon]: [running]
[init.svc.sbchk]: [stopped]
[init.svc.servicemanager]: [running]
[init.svc.sn]: [running]
[init.svc.surfaceflinger]: [running]
[init.svc.syspbserver]: [stopped]
[init.svc.thermal]: [running]
[init.svc.thermal_manager]: [stopped]
[init.svc.thermald]: [running]
[init.svc.ueventd]: [running]
[init.svc.vold]: [running]
[init.svc.vtservice]: [running]
[init.svc.wlanLoader]: [stopped]
[init.svc.xlogboot]: [stopped]
[init.svc.xlogdebugchanged]: [stopped]
[init.svc.zygote]: [running]
[internal_sd_path]: [/storage/sdcard0]
[mediatek.wlan.chip]: [mediatek.wlan.module.postfix=_]
[mediatek.wlan.ctia]: [0]
[mux.report.case]: [0]
[net.bt.name]: [Android]
[net.change]: [net.qtaguid_enabled]
[net.hostname]: [android-6811d79b9376b1df]
[net.qtaguid_enabled]: [1]
[net.tcp.buffersize.default]: [4096,87380,524288,4096,16384,524288]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.evdo]: [4094,87380,262144,4096,16384,262144]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[net.tcp.buffersize.hsdpa]: [4094,87380,524288,4096,16384,524288]
[net.tcp.buffersize.hspa]: [4094,87380,524288,4096,16384,524288]
[net.tcp.buffersize.hspap]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hsupa]: [4094,87380,524288,4096,16384,524288]
[net.tcp.buffersize.lte]: [524288,1048576,2097152,262144,524288,1048576]
[net.tcp.buffersize.umts]: [4094,87380,524288,4096,16384,524288]
[net.tcp.buffersize.wifi]: [524288,1048576,2097152,262144,524288,1048576]
[nvram_init]: [Ready]
[persist.bt.fwdump]: [0]
[persist.first_boot]: [0]
[persist.gemini.sim_num]: [2]
[persist.mtk.aee.aed]: [on]
[persist.mtk.wcn.combo.chipid]: [0x6572]
[persist.radio.default_sim]: [0]
[persist.radio.default_sim_mode]: [12]
[persist.radio.fd.counter]: [15]
[persist.radio.fd.off.counter]: [5]
[persist.radio.fd.off.r8.counter]: [5]
[persist.radio.fd.r8.counter]: [15]
[persist.radio.gprs.attach.type]: [1]
[persist.radio.nitz_oper_code]: [64501]
[persist.radio.nitz_oper_lname]: [AIRTEL]
[persist.radio.nitz_oper_sname]: [AIRTEL]
[persist.service.acm.enable]: []
[persist.service.adb.enable]: []
[persist.sys.boot.count]: [12]
[persist.sys.bootpackage]: [1]
[persist.sys.com.syspb.zone]: [2013-11-19-16-17]
[persist.sys.country]: [US]
[persist.sys.language]: [en]
[persist.sys.localevar]: []
[persist.sys.mute.state]: [2]
[persist.sys.profiler_ms]: [0]
[persist.sys.screen.size]: [800x480]
[persist.sys.sd.defaultpath]: [/storage/sdcard0]
[persist.sys.story_bluetooth]: [1]
[persist.sys.syspb.con]: [5]
[persist.sys.timezone]: [Africa/Lusaka]
[persist.sys.usb.config]: [mtp,adb]
[qemu.hw.mainkeys]: [0]
[ril.cfu.querytype]: []
[ril.current.share_modem]: [2]
[ril.external.md]: [0]
[ril.fd.mode]: [1]
[ril.first.md]: [1]
[ril.flightmode.poweroffMD]: [1]
[ril.iccid.sim1]: [8926001030884745526f]
[ril.iccid.sim2]: [N/A]
[ril.radiooff.poweroffMD]: [0]
[ril.ready.sim]: [false]
[ril.specific.sm_cause]: [0]
[ril.telephony.mode]: [3]
[rild.libargs]: [-d /dev/ttyC0]
[rild.libpath]: [/system/lib/mtk-ril.so]
[ro.allow.mock.location]: [0]
[ro.audio.silent]: [0]
[ro.baseband]: [unknown]
[ro.board.platform]: []
[ro.boot.serialno]: [0123456789ABCDEF]
[ro.bootloader]: [unknown]
[ro.bootmode]: [unknown]
[ro.build.characteristics]: [default]
[ro.build.date.utc]: [1381480102]
[ro.build.date]: [2013年 10月 11日 星期五 16:28:22 CST]
[ro.build.description]: [lcsh72_we_jb3-user 4.2.2 JDQ39 eng.rooter.1381479995 test-keys]
[ro.build.display.id]: [ALPS.JB3.MP.V1]
[ro.build.fingerprint]: [samsung/lcsh72_we_jb3/lcsh72_we_jb3:4.2.2/JDQ39/1381479995:user/test-keys]
[ro.build.flavor]: []
[ro.build.host]: [root]
[ro.build.id]: [JDQ39]
[ro.build.product]: [lcsh72_we_jb3]
[ro.build.tags]: [test-keys]
[ro.build.type]: [user]
[ro.build.user]: [rooter]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [eng.rooter.1381479995]
[ro.build.version.release]: [4.2.2]
[ro.build.version.sdk]: [17]
[ro.camera.sound.forced]: [0]
[ro.config.alarm_alert]: [Walk_in_the_forest.mp3]
[ro.config.notification_sound]: [S_Whistle.mp3]
[ro.config.ringtone]: [Over_the_horizon.mp3]
[ro.crypto.fs_flags]: [0x00000406]
[ro.crypto.fs_mnt_point]: [/data]
[ro.crypto.fs_options]: [noauto_da_alloc,discard]
[ro.crypto.fs_real_blkdev]: [/[email protected]]
[ro.crypto.fs_type]: [ext4]
[ro.crypto.state]: [unencrypted]
[ro.custom.build.version]: [I9500.P113En20131010]
[ro.debuggable]: [0]
[ro.factorytest]: [0]
[ro.gemini.smart_sim_switch]: [false]
[ro.hardware]: [mt6572]
[ro.kernel.zio]: [38,108,105,16]
[ro.mediatek.chip_ver]: [S01]
[ro.mediatek.gemini_support]: [true]
[ro.mediatek.platform]: [MT6572]
[ro.mediatek.version.branch]: [ALPS.JB3.MP]
[ro.mediatek.version.release]: [ALPS.JB3.MP.V1]
[ro.mediatek.version.sdk]: [1]
[ro.mediatek.wlan.p2p]: [1]
[ro.mediatek.wlan.wsc]: [1]
[ro.mount.fs]: [EXT4]
[ro.mtprof.disable]: [1]
[ro.opengles.version]: [131072]
[ro.product.board]: [lcsh72_we_jb3]
[ro.product.brand]: [samsung]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.device]: [lcsh72_we_jb3]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [US]
[ro.product.manufacturer]: [samsung]
[ro.product.model]: [GT-I9500]
[ro.product.name]: [lcsh72_we_jb3]
[ro.revision]: [0]
[ro.secure]: [1]
[ro.serialno]: [0123456789ABCDEF]
[ro.sf.hwrotation]: [180]
[ro.sf.lcd_density]: [240]
[ro.sys.usb.bicr]: [yes]
[ro.sys.usb.charging.only]: [yes]
[ro.sys.usb.mtp.whql.enable]: [0]
[ro.sys.usb.storage.type]: [mtp,mass_storage]
[ro.wifi.channels]: []
[ro.zygote.preload.enable]: [0]
[service.bootanim.exit]: [1]
[service.bootled.exit]: [0]
[sys.boot.reason]: [0]
[sys.boot_completed]: [1]
[sys.ipo.pwrdncap]: [2]
[sys.ipowin.done]: [1]
[sys.settings_system_version]: [1]
[sys.usb.config]: [mtp,adb]
[sys.usb.state]: [mtp,adb]
[sys.usb.vid]: [0BB4]
[system_init.startsurfaceflinger]: [0]
[vold.post_fs_data_done]: [1]
[vold_swap_state]: [0]
[wifi.direct.interface]: [p2p0]
[wifi.interface]: [wlan0]
[wifi.tethering.interface]: [ap0]
[email protected]:/ $
turn the phone off. plug it into a wall charger.
do the volume- / Home / Power button combo
If it pops up with a factory mode all in chinese it is a fake.
MTxxx = MediaTek = fake
Sent from my GT-I9505 using Tapatalk
HELP me
someone could help me some ROM to the model below
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49H
ro.build.display.id=A3SE_AX_CHT_MAX4_XH_24-12-2014
ro.build.version.incremental=eng.user.1419419203
ro.custom.build.version=1419419203
ro.product.sw.version=A3SE_AX_CHT_MAX4_XH_4G_V02_20141224190643
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=2014年 12月 24日 星期三 19:10:46 CST
ro.build.date.utc=1419419446
ro.build.type=user
ro.build.user=user
ro.build.host=wchuanming
ro.build.tags=test-keys
ro.product.model=4G
ro.product.brand=4G
ro.product.name=a3se_ax_cht_max4_xh_4g
ro.product.device=a3se_ax_cht_max4_xh_4g
ro.product.board=a3se_ax_cht_max4_xh_4g
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=alps
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=a3se_ax_cht_max4_xh_4g
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=a3se_ax_cht_max4_xh_4g-user 4.4.2 KOT49H eng.user.1419419203 test-keys
ro.build.fingerprint=4G/a3se_ax_cht_max4_xh_4g/a3se_ax_cht_max4_xh_4g:4.4.2/KOT49H/1419419203:user/test-keys
ro.build.flavor=
ro.build.characteristics=default
# end build properties
# begin mediatek build properties
ro.mediatek.version.release=A3SE_AX_CHT_MAX4_XH
ro.mediatek.platform=MT6572
ro.mediatek.chip_ver=S01
ro.mediatek.version.branch=KK1.MP6
ro.mediatek.version.sdk=2
# end mediatek build properties
#
# from out/target/product/a3se_ax_cht_max4_xh_4g/obj/CUSTGEN/config/system.prop
#
#
# system.prop for generic sdk
#
rild.libpath=/system/lib/mtk-ril.so
rild.libargs=-d /dev/ttyC0
# MTK, Infinity, 20090720 {
wifi.interface=wlan0
# MTK, Infinity, 20090720 }
# MTK, mtk03034, 20101210 {
ro.mediatek.wlan.wsc=1
# MTK, mtk03034 20101210}
# MTK, mtk03034, 20110318 {
ro.mediatek.wlan.p2p=1
# MTK, mtk03034 20110318}
# MTK, mtk03034, 20101213 {
mediatek.wlan.ctia=0
# MTK, mtk03034 20101213}
#
wifi.tethering.interface=ap0
#
ro.opengles.version=131072
wifi.direct.interface=p2p0
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=128m
# USB MTP WHQL
ro.sys.usb.mtp.whql.enable=0
# Power off opt in IPO
sys.ipo.pwrdncap=2
ro.sys.usb.storage.type=mtp,mass_storage
# USB BICR function
ro.sys.usb.bicr=yes
# USB Charge only function
ro.sys.usb.charging.only=yes
# audio
ro.camera.sound.forced=0
ro.audio.silent=0
ro.zygote.preload.enable=0
ro.kernel.zio=38,108,105,16
###for custom prop
##add for shutanimation hcl
ro.operator.optr=CUST
#add for Nseconds to off srceen light
ro.nseconds.offlight=5
ro.incall.smscoming=true
#hcl add
#ro.del.buildversion=true
#ro.karbonn.homefunc=true
#ro.saletracker.a5s=true
ro.sw.camera_path_switch=true
#ro.xh.mtp.displayname=Salora-E5
ro.disable.quickboot=true
ro.xh.quickboot=true
ro.xh.ns.powerkey.reboot=true
ro.xh.screen_brightness=true
ro.cam.default.standard=true
ro.fake.camerafocus=true
ro.xh.ringtone_more=true
ro.xh.hide_dev=true
ro.xh.email_set=true
#ro.add.psensortest=1
ro.xh.disable.ipcall=true
ro.xh.launcher_tm=true
#ro.adps.wifionly.def=1
#ro.saletracker.utlname=E6
ro.product.brand1=4G
ro.product.brand2=HUAWEI
ro.product.brand3=lenovo
ro.product.brand4=HTC
ro.product.brand5=OPPO
ro.product.brand6=SAMSUNG
ro.product.brand7=SONY
ro.product.brand8=MEIZU
ro.product.brand9=JIAYU
ro.product.brand10=VIVO
ro.product.model1=4G
ro.product.model2=HUAWEI
ro.product.model3=lenovo
ro.product.model4=HTC
ro.product.model5=OPPO
ro.product.model6=SAMSUNG
ro.product.model7=SONY
ro.product.model8=MEIZU
ro.product.model9=JIAYU
ro.product.model10=VIVO
#
# ADDITIONAL_BUILD_PROPERTIES
#
persist.gemini.sim_num=2
ro.gemini.smart_sim_switch=false
ro.gemini.smart_3g_switch=2
ril.specific.sm_cause=0
ril.external.md=0
ro.btstack=blueangel
ro.sf.hwrotation=0
ril.current.share_modem=2
curlockscreen=1
ro.mediatek.gemini_support=true
persist.radio.fd.counter=15
persist.radio.fd.off.counter=5
persist.radio.fd.r8.counter=15
persist.radio.fd.off.r8.counter=5
drm.service.enabled=true
fmradio.driver.enable=1
ril.first.md=1
ril.flightmode.poweroffMD=1
ril.telephony.mode=1
dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt
persist.mtk.anr.mechanism=1
mediatek.wlan.chip=mediatek.wlan.module.postfix=_
ril.radiooff.poweroffMD=0
persist.mtk.wcn.combo.chipid=-1
ter.service.enable=0
mediatek.extmd.usbport=0
ro.lte.dc.support=0
ril.active.md=0
ril.read.imsi=1
ro.config.notification_sound=F1_New_SMS.ogg
ro.config.alarm_alert=Alarm_Rooster_02.ogg
ro.config.ringtone=BeatPlucker.ogg
persist.sys.dalvik.vm.lib=libdvm.so
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
# begin build properties
# autogenerated by gitinfo.sh
ro.git.fetch.time=2014-12-24 18:18:28
ro.git.end.hash=6b1b411
[email protected]
ro.git.buildtime=2014年 12月 24日 星期三 19:10:47 CST
# end build properties

Camera connected apps...stripped stock HELP PLEASE!

Hello Guys! Ive got a new phone (i9506) but there are only maybe 2 roms for it, ive the one in my signature. The Dev stripped it for me to test it, removed app. 30% of system apks and there is a problem now: Camera dont work.
Ive found out when I install a standard 4.2.2. gallery 16,7MB it works, but it isnt like the stock where you can film and take photos at the same time. This would be a main question to a dev who knows which stock apks are needed to run the camera.
I know, but there are 247 preinstalled apks which are killing the battery over night between 10-15% and this very high where is no usage, hey 247! preinstalled apps , what do samsung think?? Where I hat 9100 the baby had with cm 10.1 5 active apps and thats all, i9506 have over 30! active apps crazy?
So the main Q:
Which Apps associate with the new cam?
Thank you for helping!
Here are the excluded apks:
Name
-------------------------------
AllShareCastPlayer.apk
AllshareControlShare.apk
AllshareFileShare.apk
AllshareFileShareClient.apk
AllshareFileShareServer.apk
AllshareMediaServer.apk
AllshareMediaShare.apk
AllSharePlay15_stub.apk
AntHalService.apk
BasicDreams.apk
Blurb.apk
Books.apk
ChatONV_J.apk
ChatON_feature.apk
ChocoEUKor.apk
Chrome.apk
CHS_J_Device_only.apk
Collage_fhd.apk
CoolEUKor.apk
DirectShareGallery.apk
DirectShareManager.apk
DirectShareSettings.apk
Dropbox.apk
DropboxOOBE.apk
EarCare.apk
EasyFavoritesContactsWidget.apk
EasyLauncher.apk
EasySettings.apk
EdmSimPinService.apk
EdmSysScopeService.apk
EdmVpnServices.apk
ELMAgent.apk
EnterprisePermissions.apk
Episodes.apk
Flipboard.apk
FotaClient.apk
FWUpgrade.apk
GoogleSearchWidget.apk
GroupPlay_20.apk
Hangouts.apk
HealthContentProvider.apk
Hearingdro.apk
INDI_Server.apk
InteractiveTutorial.apk
kieswifi.apk
LocalFOTA.apk
Magazines.apk
MobilePrint2.apk
MobilePrintSvc_CUPS.apk
MobilePrintSvc_CUPS_Backend.apk
MobilePrintSvc_Epson.apk
MobilePrintSvc_HP.apk
MobilePrintSvc_Samsung.apk
Music2.apk
MusicLiveShare.apk
PageBuddyNotiSvc2.apk
Peel.apk
PlayGames.apk
PlusOne.apk
PolarisViewer5.apk
PreloadInstaller.apk
RoseEUKor.apk
S-Voice_Android_phone_J.apk
SamsungAppsUNA3.apk
SamsungApps_J_Only.apk
SamsungBooks.apk
SamsungGames.apk
SamsungHub.apk
SamsungHubUpdater.apk
SamsungLearning.apk
SamsungMusic.apk
SamsungOCR2.apk
SamsungVideo.apk
SecEmail_J.apk
SecExchange.apk
SecGallery2013.apk
SecKidsGallery.apk
SecVideoList.apk
SecVideoPlayer.apk
SensorService.apk
SHealth2.apk
SmartBriefing4x2.apk
SNS.apk
StoryAlbumWidget.apk
SyncmlDM.apk
SyncmlDS.apk
S_Translator_CSLi.apk
talkback.apk
TravelService.apk
TravelWidget.apk
TripAdvisor.apk
Velvet.apk
Videos.apk
VoiceSearchStub.apk
VpnDialogs.apk
WebManual.apk
wssyncmlnps.apk
YahoonewsPhone2013.apk
YahoostockPhone2013.apk
YouTube.apk
GOT IT SecGallery2013.apk , must be separatelly copied in the system/app folder, restart, BABY RUNS!!!!
Muhhhahahaha

Pureperformance mod

hello.everyone
I want to add pureperformance mod.to my rom.how can I do it.i cant understand its updater script.so I am posting it here.
Should I just copy the contents of system folder to the respective folders of my rom or some other things are required.
Please help me.......
Just copy the files to their respective folders in your rom.No need to tamper with META-INF folder.
aniket.lamba said:
Just copy the files to their respective folders in your rom.No need to tamper with META-INF folder.
Click to expand...
Click to collapse
What should I do about the files in 'setup' folder and the file 'add to build.prop'.
 @hnkotnis
 @marcussmith2626
 @aniket.lamba
abhishekr700 said:
What should I do about the files in 'setup' folder and the file 'add to build.prop'.
@hnkotnis
@marcussmith2626
@aniket.lamba
Click to expand...
Click to collapse
Yea add them too!
aniket.lamba said:
Yea add them too!
Click to expand...
Click to collapse
where should I add them.those files are used by updater script.please read the updater script once.
Add these to your build.prop-
Code:
# By PurePerformances X
debug.sf.hw=1
ro.HOME_APP_ADJ=1
video.accelerate.hw=1
persist.sys.use_dithering=1
# System Tweaks
ro.HOME_APP_ADJ=1
ro.mot.eri.losalert.delay=1000
ro.config.hw_fast_dormancy=1
ro.ril.enable.amr.wideband=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
# Miscellaneous Tweaks
persist.sys.NV_FPSLIMIT=90
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.qc.hardware=true
com.qc.hardware=true
ro.telephony.sms_segment_size=160
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
ro.config.hw_fast_dormancy=1
persist.sys.shutdown.mode=hibernate
ro.config.hw_power_saving=true
ro.media.enc.hprof.vid.fps=65
ro.mot.buttonlight.timeout=1
ro.ril.set.mtu1472=1
touch.presure.scale=0.001
# Signal Tweaks
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
persist.cust.tel.eons=1
# Wireless Speed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
net.ipv4.tcp_ecn=0
net.ipv4.route.flush=1
net.ipv4.tcp_rfc1337=1
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.tcp_sack=1
net.ipv4.tcp_fack=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_wmem=4096 39000 187000
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_moderate_rcvbuf=1
# Makes streaming videos stream faster media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=true
# Website Bypass net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Graphics Enhancement debug.performance.tuning=1
video.accelerate.hw=1
ro.media.dec.jpeg.memcap=20000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Disables data sent and logging
ro.config.nocheckin=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=90
persist.cust.tel.eons=1
# Power Saving Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
# Dialing Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# DalvikVM
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapstartsize=1m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=128m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:jit
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.jmiopts=forcecopy
# Performance
debug.composition.type=gpu
ro.max.fling_velocity=20000
ro.min.fling_velocity=18000
debug.performance.tuning=1
debug.kill_allocating_task=0
debug.overlayui.enable=1
debug.egl.profiler=1
debug.egl.hw=1
debug.sf.hw=1
hw3d.force=1
hw2d.force=1
force_hw_ui=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.min_pointer_dur=8
debug.kill_allocating_task=0
persist.sys.ui.hw=1
ro.debuggable=1
ro.config.disable.hw_accel=false
ro.kernel.android.checkjni=0
persist.sys.purgeable_assets=1
persist.sys.use_dithering=1
ro.secure=0 ro.min_pointer_dur=1
# 16bit Transparency
persist.sys.use_16bpp_alpha=1
#Done by-
#Jeeko
#androlover98
Please hit thanks.
Very difficult to edit sh files on phone.
Sent from my GT-S5360 using Tapatalk 2

Build.prop Tweaks for all rom

Hi all!
I release a flashable build.prop tweaks for xperia phones.
Tested on: 4.1 4.3 and 4.4 roms
Tweaks thanks to XDA!!
Download Link: CLICK HERE
Instruction:
1. Download zip
2. Go to any recovery
3. Install zip
4. Reboot System
5. Enjoy!
If you like my work,please press Thanks button!​
Will work on CM11 (as its also 4.4KK) ?
please explain some of the tweaks at least.
Yes,its work perfect on cm11.
Me too use this tweaks in cm11 based roms.
I will explain tweaks if i go to home.
Nice. Waiting for the explanation..
Ok. First nice work. But could you tell us what can those tweaks do?
TapaTalked from my Xperia™ Z (C660²) running Ultimate PureXZ Ultra!
i used nearly the same on my own and i never rly saw a difference between using them or not... so i don't know if that rly help in any way...
@OP
Not sure if you copy and pasted everything but some of these have been examined not to work.
I wonder what 'ro.config.htc.nocheckin' does on a non-HTC phone..
Would you be able to tell me what each and every one of those tweaks even do?
For further reference, see these:
http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/
http://www.jeffmixon.com/examining-build-prop-tweaks-android-ics-comprehensive-guide-part-2/
Nice but we all for a more explanation what it do exactly otherwise everyone can open a new thread like this, no harsh words but just saying ^^
Btw i use my own tweaks already and to much tweaks is also not good because some can disturb eachother !
Sent From My Personal MW Revolution On My Xperia Z2
Thats in the script
debug.kill_allocating_task=0
debug.gr.numframebuffers=3
debug.overlayui.enable=1
debug.egl.profiler=1
debug.enabletr=true
debug.gr.numframebuffers=3
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
hw3d.force=1
persist.sys.ui.hw=1
persist.android.strictmode=0
ro.config.disable.hw_accel=false
ro.sf.compbypass.enable=1
ro.min_pointer_dur=8
ro.debuggable=0
ro.fb.mode=1
ro.secure=0
ro.media.codec_priority_for_thumb=so
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.jpeg.memcap=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.enc.jpeg.quality=100
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
touch.presure.scale=0.001
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
debug.qc.hardware=true
com.qc.hardware=1
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
ro.ril.disable.power.collapse=0
ro.config.hw_quickpoweron=true
ro.mot.eri.losalert.delay=100000
ro.ril.sensor.sleep.control=1
ro.ril.enable.amr.wideband=1
ro.config.hw_power_saving=1
ro.ril.gprsclass=32
wifi.supplicant_scan_interval=120
ro.ril.power_collapse=1
persist.sys.shutdown.mode=hibernate
persist.ril.uart.flowctrl=10
persist.sys.use_dithering=1
power_supply.wakeup=enable
power.saving.mode=1
proximity_incall=enable
usb_wakeup=enable
pm.sleep_mode=1
ro.min.fling_velocity=8000
ro.max.fling_velocity=15000
windowsmgr.max_events_per_sec=140
persist.cust.tel.eons=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 18700
persist.sys.purgeable_assets=1
ro.config.hw_fast_dormancy=1
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
Click to expand...
Click to collapse

Resources