[GUIDE] Porting rom from HDPI to MDPI - Android Software Development

This Guide can be use to port roms from armv6 to armv7 devices
this a simple and easy way to port any cm9 , cm10 , stock roms
Requirements
Winrar
notpad++
MDPI base rom
HDPI port rom
Basic knowledge of system supporting files
so lets start...
step 1
delete these folders from MDPI base rom
Code:
app
fonts
framework
media
and add these folders from HDPI port rom
Code:
app
fonts
framework
media
NOTEHDPI framework are supported for MDPI so no need of editing it.
Click to expand...
Click to collapse
Step 2
Editing BUILD PROP.
change all the red marked values as per ur device.
change the ringtone defaults in blue marked field.
this is just an example.
Code:
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Wed Jul 4 12:32:24 2012
ro.build.date.utc=1341397944
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=[COLOR="red"]MT15i[/COLOR]
ro.build.description=[COLOR="red"]MT15i[/COLOR]-userdebug 4.0.4 UL5_3w test-keys
ro.product.brand=SEMC
ro.product.name=[COLOR="red"]MT15i[/COLOR]_1255-1755
ro.product.device=[COLOR="red"]MT15i[/COLOR]
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/[COLOR="red"]MT15i[/COLOR]_1255-1755/[COLOR="Red"]MT15i[/COLOR]:4.0.4/4.1.B.0.587/UL5_3w:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1255-1755
ro.semc.version.cust_revision=R1I
#########################################################################
[COLOR="Blue"]
ro.config.ringtone=Missing.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=rise_up.ogg
ro.semc.content.number=PA3[/COLOR]
################# Updating of the SW Version #################
ro.semc.version.fs_revision=[COLOR="red"]write any thing u want[/COLOR]
ro.build.id=[COLOR="red"]write any thing u want[/COLOR]
ro.build.display.id=[COLOR="red"]write any thing u want[/COLOR]
##### Values from product package metadata #####
ro.semc.product.model=[COLOR="red"]MT15i[/COLOR]
ro.semc.ms_type_id=AAD-3880100-AV
ro.semc.version.fs=WORLD-i
ro.semc.product.name=[COLOR="red"]Xperia Neo[/COLOR]
ro.semc.product.device=[COLOR="red"]MT15[/COLOR]
ro.product.model=[COLOR="red"]MT15i[/COLOR]
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=UL5_3w
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.type=user
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm7x30
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties
#
# system.prop for [COLOR="Red"]hallon[/COLOR] (change it to ur device name)
#
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=false
rild.libpath=/system/lib/libril-qc-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
DEVICE_PROVISIONED=1
wifi.interface = wlan0
ro.semc.wifi.hostapd=1
ro.semc.sols.product-code=90
ro.semc.timescape_keys=Sony_Ericsson_Xperia
ro.semc.sols.company-code=5
persist.ro.ril.sms_sync_sending=1
ro.use_data_netmgrd=true
# Disable strict mode checking
persist.android.strictmode=0
# Constant values for Battery test in Service menu
ro.semc.batt.capacity=1500
ro.semc.batt.test.z_threshold=50
ro.semc.batt.test.min_level=70
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.com.google.gmsversion=4.0_r1
ro.com.google.clientidbase=android-sonyericsson
drm.service.enabled=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.semc.xloud.supported=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
ro.sf.lcd_density=[COLOR="Red"]240[/COLOR] (change it to 160)(or to ur device dpi level)
ro.usb.pid_suffix=156
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.drm.active.num=4
ro.drm.active.0=semc,1
ro.drm.active.1=cmla,0
ro.drm.active.2=viaccess,0
ro.drm.active.3=marlin,1
Step:-3
use the the whole meta-inf folder from port rom
Step:4
if u experience and bootloop copy these files from port rom
Code:
libandroid_runtime.so
libandroid_servers.so
libmedia_jni.so
Step:-5
the Icons are of different size in HDPI....
what u have to do is resize it to 48x48 size by using MIR. or GMIP or windows image resize or Photoshop
Step-6
if u want and performance scripts...add some scripts in etc/init.d folder..
Step:7
at the end u should have these folders
META-inf
system
Click to expand...
Click to collapse
so now zip it using winrar and name it
and flash the ur new ported rom
if any one has problems following these steps post a replay in the thread. donot pm me
Click to expand...
Click to collapse

reserved for MIUI porting guide.

decopiling
reserved for decompiling and recompiling guide.

I'll try,thanks!
Inviato dalla tazza del tè.

antonio8297 said:
I'll try,thanks!
Inviato dalla tazza del tè.
Click to expand...
Click to collapse
ok let me know if u have any problems.

What if i port a lgp500 cm9 rom for my mmx a110, both ate from diffrent manufacturer and having almost entirely diffrent structure, is it possible to make such a port
Sent from my Micromax A110 using XDA Premium HD app

rohit297 said:
What if i port a lgp500 cm9 rom for my mmx a110, both ate from diffrent manufacturer and having almost entirely diffrent structure, is it possible to make such a port
Sent from my Micromax A110 using XDA Premium HD app
Click to expand...
Click to collapse
i think its not possible ..roms from same manufacturer can be ported easily with this method.

Sorry for this noob question but is it possible to port an xperia go gb stock rom to xperia mini with this method?? pls answer i know that go uses 3.0.8 kernel and mini 2.6.32.x but i'm just curious to know

No u can't..need some framework modifications
Sent from my SK17i using XDA Premium HD app

Need Help.....Over Here
hi.
first sorry for this stupid question but m stuck so i have to ask........
1. is it possible to PORT QHD JB ROM in HDPI device ?? ( CPU are same only Resolution is different )
then please help me........ and provide me that method of porting.........
2. if not possible to port QHD to HDPI
then its possible to port an same DPI but CPU are not Same.....??
for example........Qualcomm MSM7627a to MTK6577 ------------any ROM like JB ??
its possible ??
plz help me.......to port JB in my MTK6577 Device>>>>>
Thanks.

In step 5, where can I find those icons?
Sent from my LG-P350 using Tapatalk 2

dbarrera said:
In step 5, where can I find those icons?
Sent from my LG-P350 using Tapatalk 2
Click to expand...
Click to collapse
open any apk with winrar and u will those icons in
res/drawables-hdpi,mdpi,xhdpi folder.

BHARDIK said:
hi.
first sorry for this stupid question but m stuck so i have to ask........
1. is it possible to PORT QHD JB ROM in HDPI device ?? ( CPU are same only Resolution is different )
then please help me........ and provide me that method of porting.........
2. if not possible to port QHD to HDPI
then its possible to port an same DPI but CPU are not Same.....??
for example........Qualcomm MSM7627a to MTK6577 ------------any ROM like JB ??
its possible ??
plz help me.......to port JB in my MTK6577 Device>>>>>
Thanks.
Click to expand...
Click to collapse
the Resolution is not the problem....
but different chipset...need some hardware smali's to implemented in framework...
try id this method works..
or ill update the guide to port from diff chipset.

sandy7 said:
the Resolution is not the problem....
but different chipset...need some hardware smali's to implemented in framework...
try id this method works..
or ill update the guide to port from diff chipset.
Click to expand...
Click to collapse
humm for me that methods not worked.... i just port Lewa Rom which one from ZTE a different manufacturer.... mine one is Micromax but this things only same... DPI RESOLUTION. (480*800) both have same resolution thas why....? i got bootloop.... even not able to take logcat....
so... plz post new porting methods which one is working in same resolution device... just processor (chipset) are different...
Sent from my A90S using xda premium

can i port htc desire v cm10.1 rom to ace plus???
BHARDIK said:
humm for me that methods not worked.... i just port Lewa Rom which one from ZTE a different manufacturer.... mine one is Micromax but this things only same... DPI RESOLUTION. (480*800) both have same resolution thas why....? i got bootloop.... even not able to take logcat....
so... plz post new porting methods which one is working in same resolution device... just processor (chipset) are different...
Sent from my A90S using xda premium
Click to expand...
Click to collapse
same chipset msm7227a chipset.... 480*800(v) bt ace plus320*480
can i port??

Can I port a ROM from myTouch 4G to HTC Explorer using this guide ?
Sent from my HTC Explorer A310e using Tapatalk 2

Hai,can I use the same method to port xperia s stock jellybean rom from it's ftf file to xperia live with walkman(using cm10 as base rom ROM)
Sent from my WT19i using xda app-developers app

AK Style said:
Hai,can I use the same method to port xperia s stock jellybean rom from it's ftf file to xperia live with walkman(using cm10 as base rom ROM)
Sent from my WT19i using xda app-developers app
Click to expand...
Click to collapse
no u cant ...bcz of cm libs wont support stock JB.....and need lots of kernel modification to make it boot

sandy7 said:
no u cant ...bcz of cm libs wont support stock JB.....and need lots of kernel modification to make it boot
Click to expand...
Click to collapse
That's sad because I don't like cm10's message,phone and camera app....so is there any alternate one's for these apps for cm10.(urgently need it)
Sent from my WT19i using xda app-developers app

I tried to port Liquidsmooth 2.8 for my device but always get bootloop.

Related

[ROM][STOCK] Rogers Gingerbread Kh2 Rooted/ deodexed and zipaligned! -UPDATED AGAIN!

[ROM][STOCK] Rogers Gingerbread Kh2 Rooted/ deodexed and zipaligned! by me!
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.UXKH2
ro.build.version.incremental=UXKH2
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.3
ro.build.date=Fri Aug 12 21:23:43 KST 2011
ro.build.date.utc=1313151823
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-50
ro.build.tags=release-keys
ro.product.model=SGH-I896
ro.product.brand=samsung
ro.product.name=SGH-I896
ro.product.device=SGH-I896
ro.product.board=SGH-I896
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=CA
ro.wifi.channels=
ro.board.platform=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=SGH-I896
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=SGH-I896-user 2.3.3 GINGERBREAD UXKH2 release-keys
ro.build.fingerprint=samsung/SGH-I896/SGH-I896:2.3.3/GINGERBREAD/UXKH2:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I896UXKH2
ro.build.hidden_ver=I896UXKH2
ro.build.changelist=296008
ro.flash.resolution=720
# 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=64m
ro.opengles.version=131072
# Samsung USB default mode
persist.service.usb.setting=3
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.ringtone=01_Minimal_tone.ogg
ro.config.notification_sound=20_Cloud.ogg
ro.config.alarm_alert=Good_Morning.ogg
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.setupwizard.mode=DISABLED
ro.com.google.gmsversion=2.3_r5
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.secdevenc=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
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
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
** THIS WILL NOT REPLACE YOUR ATT BOOTLOGO **BUT THESE WILL!!!!!!!!!!!!!
Rogers Captivate Stock ROMS no ATT logo!
or CUSTOM!! (and stock)
Gingerbread Captivate Bootscreen Replacement
both from me and freind!
used crt60 's great deodexing tool!
http://forum.xda-developers.com/showthread.php?t=1288373
i know... little late but hey. at least someone finally did it
CWM flashable
MUST HAVE GINGERBREAD BOOTLOADERS
stock kernel but rooted out of the box!
http://dl.dropbox.com/u/19522464/KH2-deo-root-2.zip
DOWNLOAD SUPER USER APP FROM MARKET. SU installed
Click to expand...
Click to collapse
for a CWM kernel use KH3 by boog and "odin"/"heimdall" PC program or "SGS kernel flasher" app to flash it.
http://forum.xda-developers.com/showthread.php?t=1242533
Click to expand...
Click to collapse
+++++++++++++++++++++++++++
CRT AND EXTEDED POWER MENU!!!!!
http://www.megaupload.com/?d=TTM2BLQ1
get cwm kernel and flash!
JUST FIXED ROOT!
re-uploading now!
thats what i get for rushing and doing two builds at a time!
Link not working....
re-uploading at the moment.. thats why!
TRusselo said:
re-uploading at the moment.. thats why!
Click to expand...
Click to collapse
Please don't tell me that you have Rogers Express Internet.. Because the upload speed for the Express is sloowwwww.
CRT AND EXTEDED POWER [email protected]!!!!!
http://www.megaupload.com/?d=TTM2BLQ1
get cwm kernel and flash!
TRusselo said:
CRT AND EXTEDED POWER [email protected]!!!!!
http://www.megaupload.com/?d=TTM2BLQ1
get cwm kernel and flash!
Click to expand...
Click to collapse
What CWM kernel do I use?
boogs KH2 kernel.
my god ive become what i hated....
here
Boogs Kh3 kernel works well but you will have ATT boot screen.http://forum.xda-developers.com/showthread.php?t=1242533
there are 2 test builds of kh2 (rogers)
http://forum.xda-developers.com/showpost.php?p=18072145&postcount=280
and #2
http://forum.xda-developers.com/showpost.php?p=18158528&postcount=285
but some claim GPS was broken.
i never tried it but found GPS sucked without his mods.
these kernels must be flashed with cwm. so you must odin flash (or sgs kernel flasher app ) another .tar kernel that has cwm3 built in (ANY WILL DO phone doesnt need to boot. just cwm) boot into cwm and flash the captivate kernel. now your phone will boot with the modded kernel.
Yeah, already did that. The Rom looks to be good, no lag or what so ever.
Edit: I'm using the stock SGH-I896 Kernel without CWM because with Boog KH2 kernel, the gps doesn't work at all.
Sent from my SGH-I896 using XDA App
anyone know
anyone know where i can get TOTALLY STOCK rogers gingabred with odin, or how do i go to this from cyanogenmod 7.1.0 stable
try kh3! ATT but it works
my dropbox is exceeded for the day! i need a mirror!
att roms give me an sms time bug that i feel dirty being affected by
rogers stock 2.1 had that issue only att beta kh3 had that issue.
This doesn't have the camera app on it. Could you send me the apk please?
Sent from my SGH-I896 using XDA App
wait for me to get home and see what happened... didnt remove anything.
**camera will disappear if you remove email.apk from system/app or uninstall (Email app)
Dude you are really in the game.....two at once....wow!.
Your plate is really full.
Fantastic stuff here.
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Does this have hsupa ? Since its from Rogers ?
Sent from my SAMSUNG-SGH-I897 using Tapatalk
TRusselo said:
wait for me to get home and see what happened... didnt remove anything.
**camera will disappear if you remove email.apk from system/app or uninstall (Email app)
Click to expand...
Click to collapse
Alright, I'll wait for you. But it's weird because the camera.apk is in /system/app but it's not in the app drawer?? And the gallery isn't working, all you get is a black screen when you open it.
Sent from my SGH-I896 using XDA App

[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] I9100UHLB2 [14.02.2012][Android 2.3.6]

PDA: I9100UHLB2
PHONE: I9100UHKK1
CSC: I9100ZTOLB2
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.UHLB2
ro.build.version.incremental=UHLB2
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.6
ro.build.date=Tue Feb 14 19:05:43 KST 2012
ro.build.date.utc=1329213943
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-69
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=I9100UHLB2
ro.build.hidden_ver=I9100UHLB2
ro.build.changelist=966147
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=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 UHLB2 release-keys
ro.build.fingerprint=samsung/GT-I9100/GT-I9100:2.3.6/GINGERBREAD/UHLB2:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9100UHLB2
ro.build.hidden_ver=I9100UHLB2
ro.build.changelist=966147
ro.tether.denied=false
ro.flash.resolution=1080
# end build properties
Download:
http://hotfile.com/dl/147977848/617a21f/GT-I9100_ZTO_I9100UHLB2_I9100ZTOLB2_I9100UHKK1.zip.html
woot
i thought they were gona stop everything with 2.3.6 and start with 4.0
qwerty warrior said:
woot
i thought they were gona stop everything with 2.3.6 and start with 4.0
Click to expand...
Click to collapse
You were wrong
Armanderli
This is a brazilian rom and my question is:
This rom has multi csc for other languages?
qwerty warrior said:
woot
i thought they were gona stop everything with 2.3.6 and start with 4.0
Click to expand...
Click to collapse
So guess when Brazil will get ICS ... NOT beginning of March for sure
Waiting on intratechs input on this
Sent from my GT-I9100 using xda premium
Mods - CWM Flashable
I flashed this rom today. Feels good, so i made myself a few mods. Just thought of sharing. It will work on odexed too.
It contains a few more apps/mods that i use. Backup before use.
Following are included in the zip file.
1. 1% battery mod ( Green Circle battery )
2. ICS animations
3. Smooth spinners ( credit to hyperdroid team )
4. CRT on/off
5. Slimmer sliders
6. GB Keyboard
7. Lidroid Mod ( Credit to Li )
8. Gallery app with Sony Bravia Engine ( Credit to ykk_five )
9. A few more that i forget...
Get it from here.
Is this rom more to the style of WXLA4 with the ICS type answer / reject call icons??
kersey said:
Is this rom more to the style of WXLA4 with the ICS type answer / reject call icons??
Click to expand...
Click to collapse
Yes.
Sent from my GT-I9100 using Tapatalk
Better than LA4?
superleeds27 said:
Better than LA4?
Click to expand...
Click to collapse
Can't say. Looks similar.
Sent from my GT-I9100 using Tapatalk
Think I'll give it a try this evening as i think ICS is some weeks away yet.
Sent from my GT-I9100 using Tapatalk
The newest?
Is the browser back to normal here or still a wobbly mess like in LA4 and XILA2? What i mean is does it lock onto text properly again without wobbling left and right while scrolling..
Sent from my GT-I9100 using Tapatalk
xath23 said:
Is the browser back to normal here or still a wobbly mess like in LA4 and XILA2? What i mean is does it lock onto text properly again without wobbling left and right while scrolling..
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
That's sorted out in this build.
Anyone nice enough to make this a CWM flashable zip?
Mobile ODIN Pro to the rescue here
sileshnair said:
I flashed this rom today. Feels good, so i made myself a few mods. Just thought of sharing. It will work on odexed too.
It contains a few more apps/mods that i use. Backup before use.
Following are included in the zip file.
1. 1% battery mod ( Green Circle battery )
2. ICS animations
3. Smooth spinners ( credit to hyperdroid team )
4. CRT on/off
5. Slimmer sliders
6. GB Keyboard
7. Lidroid Mod ( Credit to Li )
8. Gallery app with Sony Bravia Engine ( Credit to ykk_five )
9. A few more that i forget...
Get it from here.
Click to expand...
Click to collapse
very thanks my brother.
downloading rom to test your mod.
superleeds27 said:
Better than LA4?
Click to expand...
Click to collapse
Flashed it this afternoon and all is well. It is as good as LA4
One difference I have found is that it comes with Google+ and Messenger+ and no Gmail app, which I don't think was the case with LA4.
kersey said:
Flashed it this afternoon and all is well. It is as good as LA4
One difference I have found is that it comes with Google+ and Messenger+ and no Gmail app, which I don't think was the case with LA4.
Click to expand...
Click to collapse
weird, that shouldn't be the case...
try going to "Privacy" and restoring everything from there... It will restore and re-install the CSC aswell ...
Marcio_Bianco said:
weird, that shouldn't be the case...
try going to "Privacy" and restoring everything from there... It will restore and re-install the CSC aswell ...
Click to expand...
Click to collapse
I've flashed (via Mobile Odin) and restored my apps (via Titanium Backup) as I usually do using a XEU CSC and have never noticed Google+ there or Gmail missing.
This actually suits me better as I normally remove Gmail and use Kaiten instead

[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 .

[ROM] N7000XXLRQ [28.08.2012][Android 4.0.4]

N7000XXLRQ
Base Firmware: N7000XXLRQ(4.0.4)
Modem: N7000XXLRK
CSC: N7000DBTLRQ
Build Date: 28-08-2012
Changlist: 1068447
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IMM76D
ro.build.display.id=IMM76D.XXLRQ
ro.build.version.incremental=XXLRQ
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Tue Aug 28 15:48:42 KST 2012
ro.build.date.utc=1346136522
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-86
ro.build.tags=release-keys
ro.product.model=GT-N7000
ro.product.brand=samsung
ro.product.name=GT-N7000
ro.product.device=GT-N7000
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=GB
ro.wifi.channels=
ro.board.platform=exynos4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-N7000
ro.tether.denied=false
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-N7000-user 4.0.4 IMM76D XXLRQ release-keys
ro.build.fingerprint=samsung/GT-N7000/GT-N7000:4.0.4/IMM76D/XXLRQ:user/release-keys
ro.build.characteristics=phone
# Samsung Specific Properties
ro.build.PDA=N7000XXLRQ
ro.build.hidden_ver=N7000XXLRQ
ro.build.changelist=1068447
# end build properties
Download:
https://hotfile.com/dl/170548186/9f14672/GT-N7000_DBT_N7000XXLRQ_N7000DBTLRQ_N7000XXLRK.zip.html
You test this one already?
I am downloading it but hotfile is very slow. Whoever downloaded and installed it, kindly confirm whether this has updates as in chinese rom for note.
http://forum.xda-developers.com/showpost.php?p=31086185&postcount=1
Has anybody tried this and confirmed it works and any changes?
Its in Checkfus as well, so its official. Quicker download than hotfile too
Edit: Interesting, S-Cloud is included. Will flash later to test
Edit: Holy smoke its fast! New setup routine, presumably using the S-cloud features. Backup, settings, MMS, SMS etc. with option to restore. This is Samsung account, not google feature.
Did I mention it flies! Stock kernel
Edit: Alphabetical TW Grid! Yay! I dont have an S3, but will guess its a similar launcher or the same.
EDIT: Rooted via the new SuperSU method in Dr. Ketans thread.
hkgrob said:
Its in Checkfus as well, so its official. Quicker download than hotfile too
Click to expand...
Click to collapse
Thanks. Totally forgot about checkfus
Sent from my GT-N7000 using xda app-developers app
Got the OTA update this morning, 196 mb or something like that. Nice and quick.
OTA update in Germany, downloading now...
Sent from my GT-N7000 using xda app-developers app
Edit 15:22:
Changelog (so far i can tell)
http://forum.xda-developers.com/showthread.php?t=1870701
- new launcher (like the Galaxy S3)
- new gallery with fancy 3D effects
- new contact list
- new folder handling
- pop-up video can now be resized
- slightly changed contact list layout
- you can now save contacts in the S-Clound (like google contacts)
- performance improved!
- added camera motion for lockscreen - settings -> display (only works with wipe lockscreen)
- added S-Cloud (there is no dedicated App but after flashing you will be asked if you want to sycn all your settings with samsung)
- added new motion: call contact currently displayed if you raise the phone
- added bloatware (NTV, Lieferheld, ChatOn, myTaxi)
- added flipboard as systemapp (can't be removed)
- black clipping not fixed
edit: Livebyte was faster
the new gallery
http://www.youtube.com/watch?v=HkixyhGDbGA
Heard someone said s3 launcher included? Can anyone confirm
Sent from my GT-N7000 using Tapatalk 2
Does the new ROM feature toggles that are similar to s3 in the notification drawer?
Can somone mirror this? The hotfile link is super slow and it keeps saying dl unsuccessful
So if it has the new tw does this mean that Jellybean will come very soon couple of weeks? Wondering again I just heard it came wih the new launcher
Maybe is samsungs way of getting users ready for jb?
Sent from my GT-N7000 using Tapatalk 2
marcviado said:
Can somone mirror this? The hotfile link is super slow and it keeps saying dl unsuccessful
Click to expand...
Click to collapse
Use Checkfus.
nandihno said:
So if it has the new tw does this mean that Jellybean will come very soon couple of weeks? Wondering again I just heard it came wih the new launcher
Maybe is samsungs way of getting users ready for jb?
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
well, Samsung tweeted few days ago that JB is comming very soon - so i would say yes
about the S3 Launcher, i tell you everything in a few minutes
garytube said:
about the S3 Launcher, i tell you everything in a few minutes
Click to expand...
Click to collapse
Let us know. If it has the Nature UX launcher it will be great
Can anyone please post screenshots of new firmware
Sent from my GT-N7000 using xda premium
Installing. Will post on completion
checkfus is down for me, just hangs on downloading presets
just flashed...
I am getting the null keyboard error. Any fixes?
re-flashed... it seems ok now.
itsfragi said:
Use Checkfus.
Click to expand...
Click to collapse
Do i dl that from the playstore? Chus i downloaded the free version and its not working

Categories

Resources