Help for dl unsupported apps on store - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

My original post
Click to expand...
Click to collapse
Hi everyone,
i need help to download unsupported apps on playstore.
Market Helper wont work, changes are made in google dashboard, data cleared on playstore app but cant get working.
Ive tried change in my build.prop to GT-I9300 but its same as above.
I dont want download apps from unofficial sites, so any help which permanent works?
My solution
Click to expand...
Click to collapse
Make a backup before you modify and do this on your own risk!
Modify these lines in your build.prop:
Code:
ro.product.model=GT-I9300
ro.product.brand=samsung
ro.product.name=m0xx
ro.product.device=m0
ro.product.board=smdk4x12
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=bcm21553
# ro.build.product is obsolete; use ro.product.device
ro.build.product=m0
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=m0xx-user 4.1.2 JZO54K I9300XXELLA release-keys
ro.build.fingerprint=samsung/m0xx/m0:4.1.2/JZO54K/I9300XXELLA:user/release-keys
Save and clear data from your playstore. Reboot.
Login to your dashboard to update your changes.
Now you can download/buy more games.

Change some ro.bulid.xxxxxx and ro.product.xxxxxx to make Play Store download the unsupported apps.
Do it at your own risk!
Like this (i don't change all of them):
ro.build.id=JELLYBEAN
ro.build.version.incremental=DXLF2
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Mon Nov 26 19:08:20 KST 2012
ro.build.date.utc=1340359700
ro.build.type=user
ro.build.user=dpi
ro.build.host=DELL161
ro.build.tags=release-keys
ro.product.model=GT-i9300
ro.product.brand=samsung
ro.product.name=GT-i9300
ro.product.device=GT-S5300
ro.product.board=cori
ro.product.cpu.abi=armeabiv7a
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=bcm21553
Sent from my little beast using xda-app

I have problems with your example build.prop, my keyboard wont work after some changes.
Can you post your build.prop to check where the issue is?

You mean Samsung Keypad? Revert bulid.prop to defaults first.
Sent from my GT-S5360 using xda app-developers app

After several bootloops and cwm restores, ive found a full working solution.
I will edit my first post asap.

Related

Does CSC affect what apps can be seen in the Market?

After I flashed my phone to doc rom 6.1, I lost my csc and have since been unable to see paid apps in the market. Is this related to csc?
Sent from my GT-I9000 using XDA App
No its related to your fingerprint. You can find the fingerprint in your build.prob. You can use SGSTools to change your (possible beta) fingerprint to an official.
Can you tell me what to change please?
Sent from my GT-I9000 using XDA App
mew1838 said:
After I flashed my phone to doc rom 6.1, I lost my csc and have since been unable to see paid apps in the market. Is this related to csc?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
it is the fingerprint in the build.prop file.. i change to a basic rom that market knows about so i can get paid and premium apps.. but i also think there is another componnt becuase there are no paid apps in certain countries..
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=FROYO
ro.build.display.id=XXJPY_Doc_v6.1
ro.build.version.incremental=XXJPY
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.1
ro.build.date=2010. 12. 20. (월) 15:35:57 KST
ro.build.date.utc=1292826957
ro.build.type=user
ro.build.user=root
ro.build.host=SEP-51
ro.build.tags=release-keys
ro.product.model=GT-I9000
ro.product.brand=samsung
ro.product.name=GT-I9000
ro.product.device=GT-I9000
ro.product.board=GT-I9000
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9000
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9000-user 2.2.1 FROYO XXJPY release-keys
ro.build.fingerprint=samsung/GT-I9000/GT-I9000/GT-I9000:2.2/FROYO/XXJPO:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9000XXJPY
ro.build.hidden_ver=I9000XXJPY
ro.build.changelist=757011
ro.tether.denied=false
# end build properties
#
# system.prop for smdkc110
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
dalvik.vm.heapsize=48m
dalvik.vm.execution-mode=int:jit
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version=131072
#
# ADDITIONAL_BUILD_PROPERTIES
#
windowsmgr.max_events_per_sec=55
keyinputqueue.use_finger_id=true
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
keyguard.no_require_sim=true
ro.config.ringtone=01_Samsung_tune.ogg
ro.config.notification_sound=01_Sherbet.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.opengles.version=131072
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Sent from my GT-I9000 using XDA App
mew1838 said:
Can you tell me what to change please?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
here is more exact showing the 2 lines change:
D:\galaxy\jpy\save>diff build.prop ..\build.prop
30,31c30,31
< ro.build.description=GT-I9000-user 2.2.1 FROYO XXJPY release-keys
< ro.build.fingerprint=samsung/GT-I9000/GT-I9000/GT-I9000:2.2.1/FROYO/XXJPY:user
/release-keys
---
> ro.build.description=GT-I9000-user 2.2 FROYO XXJPO release-keys
> ro.build.fingerprint=samsung/GT-I9000/GT-I9000/GT-I9000:2.2/FROYO/XXJPO:user/r
elease-keys
D:\galaxy\jpy\save>
Use MarketEnabler. It tricks Market into thinking you are using a different carrier. You can choose US carriers and others.

[ICS build.prop] Official ICS, Chinese build's, Eos nightly 36 -fixes Gameloft games!

UPDATE/NOTE: Only the official ICS build and the Chinese build's build.prop files fixes games by Gameloft and some others. Some will still freeze, though.
I'm posting this for those who wish to know the difference between the two since the build.prop from the Chinese ICS' build has most games (mainly Gameloft) working again. In case some of you wish to customize a build.prop of your own, this should be a good place to start. Keep in mind that what I'm doing here is simply showing both build.prop differences. Nothing more.
I did a comparison between the two using the Eos nightly (#36) one as the "original" to be compared against. Here are the results:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=[U][COLOR="Red"]IML77[/COLOR][/U][B][COLOR="Blue"]I.7.1-14[/COLOR][/B]
ro.build.display.id=[U][COLOR="Red"]EOS IML74K Nightly 36[/COLOR][/U][b][COLOR="Blue"]wifi_hubble-userdebug 4.0.3 I.7.1-14 1325304510 test-keys[/COLOR][/b]
ro.build.version.incremental=[U][COLOR="Red"]eng.buildbot.20120113.032705[/COLOR][/U][B][COLOR="Blue"]1325304510[/COLOR][/B]
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri [u][COLOR="Red"]Jan 13 03:27:32 PST 2012[/COLOR][/u][b][COLOR="Blue"]Dec 30 21:45:39 CST 2011[/COLOR][/b]
ro.build.date.utc=[U][COLOR="Red"]1326454052[/COLOR][/U][B][COLOR="Blue"]1325303139[/COLOR][/B]
ro.build.type=[U][COLOR="Red"]eng[/COLOR][/U][B][COLOR="Blue"]userdebug[/COLOR][/B]
ro.build.user=[U][COLOR="Red"]buildbot[/COLOR][/U][B][COLOR="Blue"]hudsoncm[/COLOR][/B]
ro.build.host=[U][COLOR="Red"]typhoon[/COLOR][/U][B][COLOR="Blue"]il93lnxdroid48[/COLOR][/B]
ro.build.tags=test-keys
ro.product.model=[U][COLOR="Red"]Xoom[/COLOR][/U][B][COLOR="Blue"]MZ604[/COLOR][/B]
ro.product.brand=[U][COLOR="Red"]motorola[/COLOR][/U][B][COLOR="Blue"]MOTO[/COLOR][/B]
ro.product.name=[U][COLOR="Red"]tervigon[/COLOR][/U][B][COLOR="Blue"]wifi_hubble[/COLOR][/B]
ro.product.device=[U][COLOR="Red"]wingray[/COLOR][/U][B][COLOR="Blue"]wifi_hubble[/COLOR][/B]
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Motorola
ro.product.locale.language=[U][COLOR="Red"]en[/COLOR][/U][B][COLOR="Blue"]zh[/COLOR][/B]
ro.product.locale.region=[U][COLOR="Red"]US[/COLOR][/U][B][COLOR="Blue"]TW[/COLOR][/B]
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=[U][COLOR="Red"]wingray[/COLOR][/U][B][COLOR="Blue"]wifi_hubble[/COLOR][/B]
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=[U][COLOR="Red"]tervigon-user[/COLOR][/U][B][COLOR="Blue"]wifi_hubble-userdebug[/color][/B] 4.0.3 [U][COLOR="Red"]IML77 239789 release[/COLOR][/U][B][COLOR="Blue"]I.7.1-14 1325304510 test[/COLOR][/B]-keys
ro.build.fingerprint=[U][COLOR="Red"]motorola/tervigon/wingray:4.0.3/IML77/239789:user/release[/COLOR][/U][B][COLOR="Blue"]MOTO/wifi_hubble/wifi_hubble:4.0.3/I.7.1-14/1325304510:userdebug/test[/COLOR][/B]-keys
ro.build.characteristics=tablet
# end build properties
# RIL and telephony related settings
rild.libargs=-d /dev/chnlat10
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.ttydevice=/dev/usb/tty2-1:1.2
persist.ril.mux.noofchannels=8
persist.ril.modem.mode=1
persist.ril.modem.ttydevice=/dev/usb/tty2-1:1.4
ro.telephony.default_network=4
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.[U][COLOR="Red"]com.android.dateformat=MM-dd-yyyy[/COLOR][/U][B][COLOR="Blue"]build.version.full=Blur_Version.71.0.14.MZ604.Retail.en.05
ro.mot.setuptype=2[/COLOR][/B]
ro.config.ringtone=[U][COLOR="Red"]Ring_Synth_04.[/COLOR][/U][B][COLOR="Blue"]Sceptrum.[/COLOR][/B]ogg
ro.config.notification_sound=[u][COLOR="Red"]pixiedust[/COLOR][/u][B][COLOR="Blue"]Cobalt[/COLOR][/B].ogg
ro.config.alarm_alert=[U][COLOR="Red"]Alarm_Classic[/COLOR][/U][B][COLOR="Blue"]Cesium[/COLOR][/B].ogg
[B][COLOR="Blue"]keyguard.no_require_sim=true[/COLOR][/B]
[I][COLOR="YellowGreen"]ro.setupwizard.mode=OPTIONAL[/COLOR][/I]
[B][COLOR="Blue"]drm.service.enabled=true[/COLOR][/B]
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.[U][COLOR="Red"]kernel.android.checkjni=1[/COLOR][/U][B][COLOR="Blue"]com.google.gmsversion=4.0_r0[/COLOR][/B]
[I][COLOR="Green"]ro.setupwizard.mode=OPTIONAL[/COLOR][/I]
[B][COLOR="Blue"]dalvik.vm.lockprof.threshold=500[/COLOR][/B]
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Key:
Underline = Deletion
Bold = Insertion
Italic = Moved from
Italic = Moved to
I added the files for download for those of you who want to build your own and get the games working. This is only good until Team Eos includes updated build.prop in future nightlies.
UPDATE: Thanks to tcrews for providing the official ICS Xoom build.prop. The attached zip now contains all three build.prop files. I also attached the comparison file in Word format which compares all three build.prop files.
UPDATE 2: Thanks gffmac for the flashable official OTA build.prop.
Please report back if you have games that worked fine in Honeycomb that no longer worked when you switched to ICS but is now working again with ICS using a customized build.prop.
All my games worked fine in Honeycomb but some stopped working in ICS. Upon using the build.prop from the Chinese build, all my Gameloft games are working again. Zombie Rider (non-Gameloft), which didn't work upon flashing ICS roms, works with the build.prop but only briefly. It then FCs.
This one may work better....from the official Xoom ICS update..
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IML77
ro.build.display.id=IML77
ro.build.version.incremental=239789
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri Dec 16 21:20:15 UTC 2011
ro.build.date.utc=1324070415
ro.build.type=user
ro.build.user=android-build
ro.build.host=vpbs27.mtv.corp.google.com
ro.build.tags=release-keys
ro.product.model=Xoom
ro.product.brand=motorola
ro.product.name=tervigon
ro.product.device=wingray
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=wingray
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=tervigon-user 4.0.3 IML77 239789 release-keys
ro.build.fingerprint=motorola/tervigon/wingray:4.0.3/IML77/239789:user/release-keys
ro.build.characteristics=tablet
# end build properties
# RIL and telephony related settings
rild.libargs=-d /dev/chnlat10
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.ttydevice=/dev/usb/tty2-1:1.2
persist.ril.mux.noofchannels=8
persist.ril.modem.mode=1
persist.ril.modem.ttydevice=/dev/usb/tty2-1:1.4
ro.telephony.default_network=4
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.ringtone=Sceptrum.ogg
ro.config.notification_sound=Cobalt.ogg
ro.config.alarm_alert=Cesium.ogg
keyguard.no_require_sim=true
ro.setupwizard.mode=OPTIONAL
drm.service.enabled=true
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.com.android.wifi-watchlist=GoogleGuest
ro.error.receiver.system.apps=com.google.android.feedback
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Click to expand...
Click to collapse
ZEN Pinball THD
GOF 2 THD
Nova 2
Modern combat 2
havent tested more
tcrews said:
This one may work better....from the official Xoom ICS update..
Click to expand...
Click to collapse
Thanks! I'll give this a try and do a comparison, too.
LPHS said:
ZEN Pinball THD
GOF 2 THD
Nova 2
Modern combat 2
havent tested more
Click to expand...
Click to collapse
I have the same results, too.
tcrews said:
This one may work better....from the official Xoom ICS update..
Click to expand...
Click to collapse
can anyone confirm this? and is it possible to get a CWM flashable zip?
shakuyi said:
can anyone confirm this? and is it possible to get a CWM flashable zip?
Click to expand...
Click to collapse
I'm testing it right now. I'll report back in a minute.
How are u guys changing this are you just flashing the zip after the nightly or using advanced thanks I've been wanting to play my games would b nice to have
shaggy5991 said:
How are u guys changing this are you just flashing the zip after the nightly or using advanced thanks I've been wanting to play my games would b nice to have
Click to expand...
Click to collapse
build.prop files can be edited directly from Root Explorer or similar file managers with root access and preferably with the capability to mount R/W access.
Of course, it's tedious to edit line by line especially with an on-screen virtual keyboard so you can download the file instead and copy and paste it under /system. Don't forget to backup your original build.prop by renaming with a .bak extension or something similar.
Okay, so I just tested and can confirm that the official stock ICS for Xoom's build.prop works just like the Chinese build's. In terms of Chinese build vs. official build, the games that freezes still freezes and the games the used to not work but now works still works.
I'll update the OP.
can you upload the build prop of the official ota
LPHS said:
can you upload the build prop of the official ota
Click to expand...
Click to collapse
+1
Sent from my Xoom using Tapatalk
LPHS said:
can you upload the build prop of the official ota
Click to expand...
Click to collapse
banny7000 said:
+1
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
Yup, it's in the OP. I just updated it. If you want to copy and paste tcrews' post, it's also there in page 1.
Can Simone put together a flashable zip so we can flash it with every nightly
shaggy5991 said:
Can Simone put together a flashable zip so we can flash it with every nightly
Click to expand...
Click to collapse
You can simply open the nightly zip, delete the build.prop in the /system folder and drop the one you want in there. I'd make one but I'm busy at work and I'm about to head home. (Woohoo! Long weekend awaits!)
shaggy5991 said:
Can Simone put together a flashable zip so we can flash it with every nightly
Click to expand...
Click to collapse
Try this, let me know if it works.
gffmac said:
Try this, let me know if it works.
Click to expand...
Click to collapse
Zip worked but Gameloft games are still not working for me. I tried asphault gt, uno, and galaxy on fire 2 ( which I realize is not a gameloft game but failed just the same
Tried the Zip
I tried the zip file, games worked but Verizon 4G wouldn't activate with the build prop as written. Had to go back to TeamEOS' original. I'm going to try to hack up a version that'll work with Verizon's service.
Hi, I have another chinese tablet PC and I tried your tweak, it works great ! Gameloft games appear now.
But I still don't see many apps on the Market, such as Facebook. Does facebook appear on your market ?
Thanks a lot !
The latest nightly from Team Eos should work for most games now. These build.props are no longer needed.

[ROM][Kies] I9100XILA3 [27.01.2012][Android 2.3.6]

PDA: I9100XILA3
PHONE: I9100OXIKK1
CSC: I9100XWKI1
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.XILA3
ro.build.version.incremental=XILA3
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.6
ro.build.date=Fri Jan 27 11:41:08 CET 2012
ro.build.date.utc=1327660868
ro.build.type=user
ro.build.user=root
ro.build.host=DELLBUILDER01
ro.build.tags=release-keys
ro.product.model=GT-I9100
ro.product.brand=samsung
ro.product.name=GT-I9100
ro.product.device=GT-I9100
ro.product.board=GT-I9100
ro.product.cpu.abi=armeabi-v7a
# Samsung Specific Properties
ro.build.PDA=I9100XILA3
ro.build.hidden_ver=I9100XILA3
ro.build.changelist=918900
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=s5pc210
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9100
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9100-user 2.3.6 GINGERBREAD XILA3 release-keys
ro.build.fingerprint=samsung/GT-I9100/GT-I9100:2.3.6/GINGERBREAD/XILA3:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9100XILA3
ro.build.hidden_ver=I9100XILA3
ro.build.changelist=918900
ro.tether.denied=false
ro.flash.resolution=1080
# end build properties
#
# system.prop for asop5000
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
dalvik.vm.heapsize=64m
# Samsung USB default mode
persist.service.usb.setting=0
dev.powersave_fps=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.com.google.clientidbase=android-samsung
ro.com.google.gmsversion=2.3_r9
media.stagefright.enable-player=false
media.stagefright.enable-meta=false
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=false
dev.sfbootcomplete=0
ro.com.google.clientidbase=android-samsung
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
keyguard.no_require_sim=true
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=01_Sherbet.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.opengles.version=131072
ro.setupwizard.mode=OPTIONAL
ro.secdevenc=true
ro.wtldatapassword=true
ro.error.receiver.default=com.samsung.receiver.error
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Download:
Stock Odexed (Odin package), thanks to Przekret
[ROM][CWM][XILA3 2.3.6] Deodexed Stock & RTL FIX
I9100XILA3:
http://hotfile.com/dl/148103402/aed9c5d/GT-I9100_ITV__I9100XILA3_I9100OXIKK1_I9100XWKI1.zip.html
XILA2 was fantastic..what about this? is someone trying it?
I tried it yesterday, it was very smooth, realy wonderful. Now i am flashing it again.
wanam said:
PDA: I9100XILA3
PHONE: I9100OXIKK1
CSC: I9100XWKI1
[*][ROM][CWM][XILA3 2.3.6] Deodexed Stock & RTL FIX
[/LIST]
Click to expand...
Click to collapse
wanam, could do rom cwm with LB2?
i cannot connect with odin... which version odin?
I read in some forums that this update has disappeared from KIES today at 1pm aprox.
Why? They've just released it!
Sent from my Galaxy S II using XDA App
how to install one package? please help!
ant987 said:
I read in some forums that this update has disappeared from KIES today at 1pm aprox.
Why? They've just released it!
Sent from my Galaxy S II using XDA App
Click to expand...
Click to collapse
Product Code: GT-I9100LKAITV
Latest firmware: I9100XILA3/I9100OXIKK1/I9100XWKI1/I9100XILA3
Modified: 27.02.2012 12:22:48
Filename: GT-I9100_ITV_1_20120227122235.zip.enc2
Click to expand...
Click to collapse
Still online.
pleaseeeeeeee
moskovljevic said:
pleaseeeeeeee
Click to expand...
Click to collapse
????????????????????
moskovljevic said:
i cannot connect with odin... which version odin?
Click to expand...
Click to collapse
moskovljevic said:
pleaseeeeeeee
Click to expand...
Click to collapse
1.85
Close all Kies* tasks in the task manager.
You need to have Kies installed for the USB drivers.
ty... video gtalk not working?
Is there the arabic language....
Sent from my GT-I9100 using xda premium
walidhiphop said:
Is there the arabic language....
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Flash my CWM deodexed version with RTL Fix.
sachs said:
wanam, could do rom cwm with LB2?
Click to expand...
Click to collapse
Deodexing...
wanam said:
Deodexing...
Click to expand...
Click to collapse
THANKS....: D
I have updated to XILA3 through Kies - all good, but after the reboot, the Kies Air app was gone. I re-installed it from Market, but it does not function - it just hangs and if left for 3-4 min - the phone restarted.
Anyone noticed the same behavior?
The update also kept all my settings so far, except the root. Does anyone know any insecure kernel for this firmware so I can root again?
Any change log for this version?
I used intratech xila3. Because of old bootloader.
Sent from my GT-I9100 using Tapatalk
ryn888 said:
I used intratech xila3. Because of old bootloader.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
My CWM XILA3 version has no Bootloaders included .

[New ROM][ODIN] 4.0.4 New Stock Firmware - XXLQ7 - Poland (Unbranded)

New ROM Released for XEO
Product Code: GT-I9100LKAXEO
Latest firmware: I9100XXLQ7/I9100OXALQ7/I9100XXLQ6/I9100XXLQ7
Modified: 7/6/2012 2:02:16 PM
http://www.hotfile.com/dl/164489761/4d7729c/I9100XXLQ7_I9100OXALQ7_XEO.zip.html
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IMM76D
ro.build.display.id=IMM76D.XXLQ7
ro.build.version.incremental=XXLQ7
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Wed Jul 4 20:14:34 KST 2012
ro.build.date.utc=1341400474
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-107
ro.build.tags=release-keys
ro.product.model=GT-I9100
ro.product.brand=samsung
ro.product.name=GT-I9100
ro.product.device=GT-I9100
ro.product.board=smdk4210
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=exynos4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9100
ro.tether.denied=false
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9100-user 4.0.4 IMM76D XXLQ7 release-keys
ro.build.fingerprint=samsung/GT-I9100/GT-I9100:4.0.4/IMM76D/XXLQ7:user/release-keys
ro.build.characteristics=phone
# Samsung Specific Properties
ro.build.PDA=I9100XXLQ7
ro.build.hidden_ver=I9100XXLQ7
ro.build.changelist=753921
# end build properties
#
# system.prop for smdk4210
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
#wlan.driver.apmode "unloaded"
net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/GT-I9100.xml
net.streaming.rtsp.uaprof.bo=http://wap.samsungmobile.com/uaprof/GT-I9100BO.xml
net.streaming.rtsp.uaprof.hz=http://wap.samsungmobile.com/uaprof/GT-I9100HZ.xml
persist.sys.storage_preload=1
# Multimedia property for Smart View
media.enable-commonsource=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.sf.lcd_density=240
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=S_Whistle.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
hwui.render_dirty_regions=false
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=128m
ro.secdirenc=true
ro.secsddecryption=true
ro.secfulldirenc=true
keyguard.no_require_sim=true
dev.sfbootcomplete=0
dev.powersave_fps=0
drm.service.enable=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r2
ro.com.google.clientidbase=android-samsung
ro.error.receiver.default=com.samsung.receiver.error
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.kernel.qemu=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
lvvine said:
New ROM Released for XEO
Product Code: GT-I9100LKAXEO
Latest firmware: I9100XXLQ7/I9100OXALQ7/I9100XXLQ6/I9100XXLQ7
Modified: 7/6/2012 2:02:16 PM
http://www.hotfile.com/dl/164489761/4d7729c/I9100XXLQ7_I9100OXALQ7_XEO.zip.html
Click to expand...
Click to collapse
Its older. Changelist is lower.
Sent from my GT-I9100 using xda premium
Any body try it yet ???
Sent from my GT-I9100 using xda premium
more info, the kernel is still the problem of brick
Let the bricking begin!
I9100XXLQ7
Base Firmware: I9100XXLQ7(4.0.4)
Modem: I9100XXLQ6
CSC: I9100OXALQ7
Build Date: 04-07-2012
Changlist: 753921
Download:
hotfile, direct link:
https://hotfile.com/dl/164506942/4b4422e/GT-I9100_XEO_I9100XXLQ7_I9100OXALQ7_I9100XXLQ6.zip.html
lol
DanDroidian said:
Let the bricking begin!
Click to expand...
Click to collapse
MaKTaiL said:
Changelist is lower.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
You have >1200 posts, so you should know that XW and XX Firmwares have separate Changelist.
promi said:
You have >1200 posts, so you should know that XW and XX Firmwares have separate Changelist.
Click to expand...
Click to collapse
+1
Sent from my GT-I9100 using xda premium
+1 XXLQ6
Few screenshots updated via OTA....
looks cool +1
Did any one check..Does this rom has the Hard brick Bug ?
I'm a little bit confused :
see the picture.....or go here: http://www.sammobile.com/firmware/?page=8&view=5598
how you can see, here they say this version it's 4.03......Am I wrong maybe????!:silly:
Its 4.0.4. I just got the official OTA update. It seems a bit faster than 4.0.3. And smoother. For some odd reason the Galaxy S2 i purchased is the polish version :S.
i9100XXLQ7
I got the actualisation today, seems to work as it should.
Rooted with CF-root, then flashed Siyah 3.4.1.
I also used the fix for the camera and video issue, now it works fine.
No brick experienced.
updated my S2 this morning there was an issue though, the SD wouldn't mount so I had to remove it then reboot to reinstall the update, then stuck the SD card back in.
personally not a fan of the browser, there is no refresh option now like before in the menu, no more side scrolling in the bookmarks to go between them and history and saved pages. faster? I don't know, maybe 4.03 was plenty fast for me.
Tuqano said:
I'm a little bit confused :
see the picture.....or go here: http://www.sammobile.com/firmware/?page=8&view=5598
View attachment 1222852
how you can see, here they say this version it's 4.03......Am I wrong maybe????!:silly:
Click to expand...
Click to collapse
+1.why would sammobile say its 4.0.3 then? Any screenshots of build number etc?
Sent from my GT-I9100 using xda premium
naokilla said:
+1.why would sammobile say its 4.0.3 then? Any screenshots of build number etc?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
here you go.
S/N?
Coming from stock XXLPW (Poland), received it OTA early in the morning. It took about 5 min to upgrade (I thought it stuck). Serial number lost (0000000000000000). Everything else working great so far.
Hopefully tungstwerty will soon shed some light about the safety of this rom (might be safe considering it's a xx one?)
Kestudidbo said:
I got the actualisation today, seems to work as it should.
Rooted with CF-root, then flashed Siyah 3.4.1.
I also used the fix for the camera and video issue, now it works fine.
No brick experienced.
Click to expand...
Click to collapse
What a fix did you use? Thanx

[Stock Official Firmwares] I9300XXBLG8(4.0.4) - United Kingdom (BTU) [27-07-12]

hi new fw probbably the fix for search
http://www.hotfile.com/dl/164621029/66b622f/I9300XXBLG8_I9300OXABLG8_BTU.zip.html
thx to samfirmware!
Is it rooted
Sent from my GT-I9300 using xda premium
port76 said:
Is it rooted
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
no no it is stock directly from samsung
this must be awesome update
Hi to all I am using the LG6 firmware when I check for updates via the phone it downloads the new firmware and reboots to update when it arrives at 28% i get the exclamation error ... any ideas why please?
Can anybody try if voodoo sim unlock works with this fw? Thanks in advance.
Just downloaded LG8, can confirm search is back.
Man I only flashed my phone yesterday which removed the search, now it's back... Which is it Samsung
Sent from my GT-I9300 using xda app-developers app
does somebody find a changelog for this firmware?
except the google search?
Launcher redraw
Is the launcher redraw (after exiting RAM intensive tasks) solved?
I'm interested in Apex and Nova as I do not use TW, in my experience any way they behave in a similar way from this view point!
Thanks.
vittogn said:
Is the launcher redraw (after exiting RAM intensive tasks) solved?
I'm interested in Apex and Nova as I do not use TW, in my experience any way they behave in a similar way from this view point!
Thanks.
Click to expand...
Click to collapse
Using Apex you can anyways avoid redraw by checking "keep in memory"
Can some one please post an insecure kernel for this rom?
Regards
watsa said:
Using Apex you can anyways avoid redraw by checking "keep in memory"
Click to expand...
Click to collapse
It doesn't work for me.
I have a 6 home pages set up. They all are pretty full of scrollable widget.
Both Nova and Apex have a 40 MB RAM usage, but I read RAM quantity is not the issue.
Sent from my GT-I9300 using Tapatalk 2
davidd6 said:
does somebody find a changelog for this firmware?
except the google search?
Click to expand...
Click to collapse
The changelog is the same as LG6, the only difference is a new modem which you can flash by itself and the reintroduction of local search.
I9300XXBLG8
Base Firmware: I9300XXBLG8(4.0.4)
Modem: I9300XXLG8
CSC: I9300OXABLG8
Build Date: 26-07-2012
Changlist: 928452
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IMM76D
ro.build.display.id=IMM76D.I9300XXBLG8
ro.build.version.incremental=I9300XXBLG8
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Thu Jul 26 12:15:02 KST 2012
ro.build.date.utc=1343272502
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-107
ro.build.tags=release-keys
ro.product.model=GT-I9300
ro.product.brand=samsung
ro.product.name=m0xx
ro.product.device=m0
ro.product.board=smdk4x12
ro.product.cpu.abi=armeabi-v7a
ro.product_ship=true
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=exynos4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=m0
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=m0xx-user 4.0.4 IMM76D I9300XXBLG8 release-keys
ro.build.fingerprint=samsung/m0xx/m0:4.0.4/IMM76D/I9300XXBLG8:user/release-keys
ro.build.characteristics=default
# Samsung Specific Properties
ro.build.PDA=I9300XXBLG8
ro.build.hidden_ver=I9300XXBLG8
ro.build.changelist=928452
# end build properties
Download:
Hotfile direct link:
https://hotfile.com/dl/164641212/ab9b296/GT-I9300_BTU_I9300XXBLG8_I9300OXABLG8_I9300XXLG8.zip.html
here's the official ota update.zip. THIS IS ONLY FOR THOSE COMING FROM LG6 to LG8. that's 5.40MB file.
copied from cache/fota folder.
hope this could help the devs see what other changes/updates were made since it consists of more apk's than just the well known localized search.
aside from other apk's, there is also a patch folder.
:good:
http://forum.xda-developers.com/attachment.php?attachmentid=1224986&d=1343391390
by the way those coming from BLFB, will need what i read in the other thread the 20+MB OTA update.
since that poster said he's from lg6 same as mine, and his friend was coming from BLFB and mentioned it was 20+MB.
:victory:
vittogn said:
It doesn't work for me.
I have a 6 home pages set up. They all are pretty full of scrollable widget.
Both Nova and Apex have a 40 MB RAM usage, but I read RAM quantity is not the issue.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Seems to be better. So far after flashing no redraw (Nova) even after extensive browsing session!
Sent from my GT-I9300 using Tapatalk 2
Ugh, stop opening identical threads, this needs to go in the official FW thread:
http://forum.xda-developers.com/showthread.php?t=1646610
thread closed, please post if the main firmware thread
http://forum.xda-developers.com/showthread.php?t=1646610
regards
Chris

Categories

Resources