Results 1 to 6 of 6

Thread: Bootloop on EXT after changing screen density

777
  1. [translate]    #1
    Junior Member
    Join Date
    Aug 2010
    Location
    Poland
    Posts
    29

    Default Bootloop on EXT after changing screen density

    Hello, I have Samdroid Kitchen 2.1@EXTx with FE9, + Xmister kernel “CRI”

    Yesterday I was playing with LCD Density for root:
    Set 120, reboot, home screen showed up, I have run LCD once again and set it to 140, reboot, telephone, booted but froze on home screen (didn’t load all widgets), I have shut it down, on next start it bootlooped.

    I have tried:
    • wipe cache & wipe Dalvik-cache
    • start it without SD card (I know, useless)
    • switch build.prop in recovery to previous version (maby LCD Density have damaged file)
    • reflash it with FE
    • reflash XMister kernel


    It didn’t work, phone is still in bootloop. Last backup I made before RFS to EXT conversion so it’s rather old.
    I can still use recovery!

    Can you tell me:
    • Can I download from phone the list of installed apps?
    • Download contact list?
    • Download SMS library?
    • Can I refelsh ROM by reflashing smdroid kitchen with light option (remember that I’m on EXT)?
    • Is the any chance to recover ROM in phone?

  2. [translate]    #2
    Senior Member
    Join Date
    Aug 2010
    Location
    Poland
    Posts
    2,826

    Default

    Quote Originally Posted by vkmaxx View Post
    Can you tell me:

    * Can I download from phone the list of installed apps?
    * Download contact list?
    * Download SMS library?
    * Can I refelsh ROM by reflashing smdroid kitchen with light option (remember that I’m on EXT)?
    * Is the any chance to recover ROM in phone?
    -First thing- in recovery mount /system, connect USB and try to replace /system/build.prop to the one from kitchen.

    -You can mount /data in recovery and copy contents to pc (adb pull, AndroidCommander etc)
    -Contacts are synchronized with google account of course if you did it, if not- stored in /data (I don't know exact location, google for it)
    -SMS library is not synchronized anywhere and is stored in /data (I don't know exact location, google for it)
    -You should be able to install kitchen using recovery but try to format /system partition before installing (I don't know Xmister's kernel, but Qbanin's has formatting in recovery-you should be able to install it via recovery)
    -If /data is damadged you will not start phone withut wiping it
    Code:
    setprop persist.world.domination 1

  3. [translate]    #3
    Jay
    Jay is offline
    Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    1,346

    Default

    i dont think the Eclair support build.prop modification, especially in case of LCD density.
    Build.prop of 2.1:
    # begin build properties
    # autogenerated by buildinfo.sh
    ro.build.id=ECLAIR
    ro.build.display.id=ECLAIR.XXJH1 / SamdroidMod 1.3.1.d [Samdroid.Net]
    ro.build.version.incremental=XXJH1
    ro.build.version.sdk=7
    ro.build.version.codename=REL
    ro.build.version.release=2.1-update1
    ro.build.date=2010. 08. 04. (수) 09:00:25 KST
    ro.build.date.utc=1280880025
    ro.build.type=user
    ro.build.user=root
    ro.build.host=SE-S601
    ro.build.tags=ota-rel-keys,release-keys
    ro.product.model=GT-I5700
    ro.product.brand=Samsung
    ro.product.name=GT-I5700
    ro.product.device=GT-I5700
    ro.product.board=GT-I5700
    ro.product.cpu.abi=armeabi
    ro.product.manufacturer=Samsung
    ro.product.locale.language=en
    ro.product.locale.region=GB
    ro.wifi.channels=
    ro.board.platform=s3c6410
    # ro.build.product is obsolete; use ro.product.device
    ro.build.product=GT-I5700
    # Do not try to parse ro.build.description or .fingerprint
    ro.build.description=GT-I5700-user 2.1-update1 ECLAIR XXJH1 ota-rel-keys,release-keys
    ro.build.fingerprint=Samsung/GT-I5700/GT-I5700/GT-I5700:2.1-update1/ECLAIR/XXJH1:user/ota-rel-keys,release-keys
    # Samsung Specific Properties
    ro.build.PDA=I570EXXJH1
    ro.build.Phone=I570EXXJH1
    ro.build.HW=REV 0.1
    ro.build.RFCallDate=2009.02.25
    ro.build.hidden_ver=I570EXXJH1
    ro.build.changelist=479493
    ro.build.FUSDLMode=Change
    ro.build.SupportFUS=TRUE
    ro.build.CGMM=GT-I5700
    ro.build.GMM=GT-I5700
    # end build properties
    #
    # system.prop for spica
    #

    rild.libpath=/system/lib/libsec-ril.so
    rild.libargs=-d /dev/ttyS0
    keyguard.no_require_sim=true

    ro.opengles.version=65537

    ro.media.dec.aud.wma.enabled=1
    ro.media.dec.vid.wmv.enabled=1

    ro.secure=0
    ro.debuggable=1
    persist.service.adb.enable=1

    # multitouch support
    ro.product.multi_touch_enabled=true
    ro.product.max_num_touch=2

    #
    # 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.clientidbase=android-samsung
    ro.com.google.clientidbase.yt=android-samsung
    ro.com.google.clientidbase.am=android-samsung
    ro.com.google.clientidbase.gmm=android-samsung
    ro.com.google.clientidbase.vs=android-samsung
    ro.com.google.locationfeatures=1
    ro.setupwizard.mode=DISABLED
    ro.com.google.gmsversion=2.1_r2
    ro.config.notification_sound=OnTheHunt.ogg
    ro.config.alarm_alert=Alarm_Classic.ogg
    net.bt.name=Android
    ro.config.sync=yes
    dalvik.vm.stack-trace-file=/data/anr/traces.txt
    No LCD density value.
    How did u change it? or did u inserted the CM build.prop??

  4. [translate]    #4
    Senior Member
    Join Date
    Aug 2010
    Location
    Poland
    Posts
    2,826

    Default

    Quote Originally Posted by Jay View Post
    No LCD density value.
    How did u change it? or did u inserted the CM build.prop??
    You can add
    Code:
    ro.sf.lcd_density=[value]
    and this works.
    Code:
    setprop persist.world.domination 1

  5. [translate]    #5
    Jay
    Jay is offline
    Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    1,346

    Default

    Quote Originally Posted by darth_llamah View Post
    You can add
    Code:
    ro.sf.lcd_density=[value]
    and this works.
    ahan,, didnt knew that... thanks//

  6. [translate]    #6
    Junior Member
    Join Date
    Aug 2010
    Location
    Poland
    Posts
    29

    Default

    Quote Originally Posted by darth_llamah View Post
    First thing- in recovery mount /system, connect USB and try to replace /system/build.prop to the one from kitchen.
    Didn't help.

    Quote Originally Posted by darth_llamah View Post
    You can mount /data in recovery and copy contents to pc (adb pull, AndroidCommander etc)
    Did work! (simple COPY to SDCard from recovery)

    Quote Originally Posted by darth_llamah View Post
    Contacts are synchronized with google account of course if you did it, if not- stored in /data (I don't know exact location, google for it)
    Works!

    Quote Originally Posted by darth_llamah View Post
    SMS library is not synchronized anywhere and is stored in /data (I don't know exact location, google for it)
    HOWTO: Backup SMS Database - xda-developers
    Simple copy and replace did work!

    Now I'm on CyanogenMod-6.1.0-RC1-Spica-alpha8 and on almost every reboot I'm stuck at bootlogo, but wiping DC helps (it's pain in the a** but it works).

    THX to all

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •