Hello,
my device: "superpad flytouch 8" Android 4.04, kernel version 3.0.8+ [email protected] #68.
its rooted.
I got two internal storage partitions, they are mounted as sdcard(6gb) and sdcard2(30gb).
now when i plug it via usb, both drives get mounted in windows7. since fat32 cant handle files bigger then 4gb, i tried to
reformat the sdcard2(30gb) to ext4. first i had installed "Paragon exFAT, NTFS & HFS+" driver on my android device.
i used the tool called "MiniTool Partition Wizard Home Edition" for windows 7 to format ext4 to sdcard2(30gb).
The Drive disappeared and after unplug the cable, android reports about a damaged sd card.
i started "Paragon exFAT, NTFS & HFS+" to re-scan devices but it didnt shown. its maybe possible that my device can native use ext4, i am not sure. then i uninstalled "Paragon exFAT, NTFS & HFS+" and tested "[root] Ntfs Mounter", also no mount luck.
now i uninstalled "[root] Ntfs Mounter" and tried to fix/reformat the damaged sdcard over the notification suggestion.
the build in option failed to restore the regular fat32 partition.
for now my target is to restore the default fat32 to get all working as before.
busybox is installed and i have basics in terminal linux but i struck now how to identify the right device, delete the prober partition.
please advice me to fix it. i think parted will help.
here are some informations:
"mount":
Code:
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/block/nandd /system ext4 ro,relatime,user_xattr,barrier=0,data=ordered 0 0
/dev/block/nande /data ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/nandh /cache ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/vold/93:64 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/93:64 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
"cat /proc/partitions":
Code:
[email protected]:/ $ cat /proc/partitions
major minor #blocks name
93 0 81920 nanda
93 8 16384 nandb
93 16 32768 nandc
93 24 524288 nandd
93 32 384000 nande
93 40 16384 nandf
93 48 32768 nandg
93 56 327680 nandh
93 64 6087680 nandi
179 0 30318592 mmcblk0
179 1 30314496 mmcblk0p1
cat /system/etc/vold.fstab
Code:
[email protected]:/ $ cat /system/etc/vold.fstab
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandi
#dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount sdcard1 /mnt/extsd/sdcard1 auto /devices/platform/sunxi-mmc.0/mmc_host
dev_mount sdcard2 /mnt/extsd/sdcard2 auto /devices/platform/sunxi-mmc.1/mmc_host
#dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2
dev_mount usbhost1 /mnt/usbhost/usb1 auto /devices/platform/sw_hcd_host0
dev_mount usbhost2 /mnt/usbhost/usb2 auto /devices/platform/sw-ehci.1 /devices/platform/sw-ehci.2
getprop
Code:
[dalvik.vm.heapgrowthlimit]: [48m]
[dalvik.vm.heapsize]: [256m]
[dalvik.vm.heapstartsize]: [5m]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.egl.hw]: [1]
[dev.bootcomplete]: [1]
[dhcp.wlan0.dns1]: [192.168.1.1]
[dhcp.wlan0.dns2]: []
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[dhcp.wlan0.gateway]: [192.168.1.1]
[dhcp.wlan0.ipaddress]: [192.168.1.63]
[dhcp.wlan0.leasetime]: [86400]
[dhcp.wlan0.mask]: [255.255.255.0]
[dhcp.wlan0.pid]: [491]
[dhcp.wlan0.reason]: [REBOOT]
[dhcp.wlan0.result]: [ok]
[dhcp.wlan0.server]: [192.168.1.1]
[gsm.current.phone-type]: [1]
[gsm.operator.alpha]: []
[gsm.operator.iso-country]: []
[gsm.operator.isroaming]: [false]
[gsm.operator.numeric]: []
[gsm.sim.operator.alpha]: []
[gsm.sim.operator.iso-country]: []
[gsm.sim.operator.numeric]: []
[gsm.sim.state]: [UNKNOWN]
[gsm.version.ril-impl]: [sw-dataonly-ril-0.2]
[hwui.render_dirty_regions]: [false]
[init.svc.adbd]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.console]: [running]
[init.svc.dbus]: [running]
[init.svc.debuggerd]: [running]
[init.svc.dhcpcd_wlan0]: [running]
[init.svc.drm]: [running]
[init.svc.installd]: [running]
[init.svc.keystore]: [running]
[init.svc.media]: [running]
[init.svc.memsicd]: [running]
[init.svc.netd]: [running]
[init.svc.preinstall]: [stopped]
[init.svc.ril-daemon]: [running]
[init.svc.servicemanager]: [running]
[init.svc.surfaceflinger]: [running]
[init.svc.u3gmonitor]: [running]
[init.svc.vold]: [running]
[init.svc.wpa_supplicant]: [running]
[init.svc.zygote]: [running]
[net.bt.name]: [Android]
[net.change]: [net.dnschange]
[net.dns1]: [192.168.1.1]
[net.dnschange]: [1]
[net.hostname]: [android-b2a0f6b30d4c29f8]
[net.qtaguid_enabled]: [1]
[net.tcp.buffersize.default]: [4096,87380,110208,4096,16384,110208]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[net.tcp.buffersize.hspa]: [4094,87380,262144,4096,16384,262144]
[net.tcp.buffersize.lte]: [524288,1048576,2097152,262144,524288,1048576]
[net.tcp.buffersize.umts]: [4094,87380,110208,4096,16384,110208]
[net.tcp.buffersize.wifi]: [524288,1048576,2097152,262144,524288,1048576]
[net.wlan0.dns1]: [49.0.0.0]
[net.wlan0.dns2]: []
[persist.mediasw.sft.sub_gate]: [disable global sub]
[persist.service.adb.enable]: []
[persist.sys.country]: [US]
[persist.sys.hdcp_checking]: [never]
[persist.sys.language]: [en]
[persist.sys.profiler_ms]: [0]
[persist.sys.strictmode.disable]: [1]
[persist.sys.strictmode.visual]: [0]
[persist.sys.timezone]: [Europe/Amsterdam]
[persist.sys.usb.config]: [mass_storage,adb]
[ro.allow.mock.location]: [1]
[ro.baseband]: [unknown]
[ro.board.platform]: [exDroid]
[ro.bootloader]: [unknown]
[ro.bootmode]: [unknown]
[ro.build.characteristics]: [tablet]
[ro.build.date.utc]: [1355714992]
[ro.build.date]: [Mon Dec 17 11:29:52 CST 2012]
[ro.build.description]: [crane_bc1003-eng 4.0.4 IMM76D 20121217 test-keys]
[ro.build.display.id]: [crane_bc1003-eng 4.0.4 IMM76D 20121217 test-keys]
[ro.build.fingerprint]: [softwinners/crane_bc1003/crane-bc1003:4.0.4/IMM76D/20121217:eng/test-keys]
[ro.build.host]: [ubuntu]
[ro.build.id]: [IMM76D]
[ro.build.product]: [crane-bc1003]
[ro.build.tags]: [test-keys]
[ro.build.type]: [eng]
[ro.build.user]: [jackie]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [20121217]
[ro.build.version.release]: [4.0.4]
[ro.build.version.sdk]: [15]
[ro.carrier]: [unknown]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.config.alarm_alert]: [Alarm_Classic.ogg]
[ro.config.notification_sound]: [pixiedust.ogg]
[ro.config.ringtone]: [Ring_Synth_04.ogg]
[ro.crypto.fs_flags]: [0x00000406]
[ro.crypto.fs_mnt_point]: [/data]
[ro.crypto.fs_options]: [barrier=0]
[ro.crypto.fs_real_blkdev]: [/dev/block/nande]
[ro.crypto.fs_type]: [ext4]
[ro.crypto.state]: [unencrypted]
[ro.debuggable]: [1]
[ro.display.switch]: [1]
[ro.factorytest]: [0]
[ro.hardware]: [sun4i]
[ro.kernel.android.checkjni]: [0]
[ro.opengles.version]: [131072]
[ro.product.board]: [crane]
[ro.product.brand]: [softwinners]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.device]: [crane-bc1003]
[ro.product.firmware]: [1.5rc4]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [US]
[ro.product.manufacturer]: [unknown]
[ro.product.model]: [BC1003]
[ro.product.name]: [crane_bc1003]
[ro.revision]: [0]
[ro.runtime.firstboot]: [1371729583569]
[ro.secure]: [0]
[ro.serialno]: []
[ro.setupwizard.mode]: [OPTIONAL]
[ro.udisk.lable]: [BC1003]
[ro.wifi.channels]: []
[sys.boot_completed]: [1]
[sys.settings_secure_version]: [19]
[sys.settings_system_version]: [4]
[sys.usb.config]: [mass_storage,adb]
[sys.usb.state]: [mass_storage,adb]
[system_init.startsurfaceflinger]: [0]
[wifi.interface]: [wlan0]
[wifi.supplicant_scan_interval]: [15]
[wlan.driver.status]: [ok]
*** push ***
Related
I'm stuck and can't update to official or rooted trough aio tool, something wrong with my base sku
getprops gives me:
Code:
[dalvik.vm.dexopt-flags]: [m=y]
[dalvik.vm.heapgrowthlimit]: [48m]
[dalvik.vm.heapsize]: [256m]
[dalvik.vm.heapstartsize]: [5m]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[dev.bootcomplete]: [1]
[dhcp.(null).pid]: [989]
[dhcp..result]: []
[dhcp.dummy0.reason]: [CARRIER]
[dhcp.ip6tnl0.reason]: [CARRIER]
[dhcp.sit0.reason]: [CARRIER]
[dhcp.wlan0.dns1]: [62.179.104.196]
[dhcp.wlan0.dns2]: [213.46.228.196]
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[dhcp.wlan0.gateway]: [192.168.24.2]
[dhcp.wlan0.ipaddress]: [192.168.24.134]
[dhcp.wlan0.leasetime]: [3600]
[dhcp.wlan0.mask]: [255.255.255.0]
[dhcp.wlan0.reason]: [NOCARRIER]
[dhcp.wlan0.result]: [failed]
[dhcp.wlan0.server]: [192.168.24.2]
[gsm.current.phone-type]: [1]
[gsm.operator.alpha]: []
[gsm.operator.iso-country]: []
[gsm.operator.isroaming]: [false]
[gsm.operator.numeric]: []
[gsm.sim.operator.alpha]: []
[gsm.sim.operator.iso-country]: []
[gsm.sim.operator.numeric]: []
[gsm.sim.state]: [UNKNOWN]
[hw.keyboards.2.devname]: [hook_switch]
[hw.keyboards.2.kcmfile]: [/system/usr/keychars/Generic.kcm]
[hw.keyboards.2.klfile]: [/system/usr/keylayout/Generic.kl]
[hw.keyboards.7.devname]: [nbx_powerkey]
[hw.keyboards.7.kcmfile]: [/system/usr/keychars/Generic.kcm]
[hw.keyboards.7.klfile]: [/system/usr/keylayout/Generic.kl]
[hw.keyboards.9.devname]: [tegra-kbc]
[hw.keyboards.9.kcmfile]: [/system/usr/keychars/Generic.kcm]
[hw.keyboards.9.klfile]: [/system/usr/keylayout/tegra-kbc.kl]
[init.svc.adbd]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.dbus]: [running]
[init.svc.debuggerd]: [running]
[init.svc.dhcpcd_wlan0]: [stopped]
[init.svc.drm]: [running]
[init.svc.hci_event]: [running]
[init.svc.installd]: [running]
[init.svc.iprenew_wlan0]: [stopped]
[init.svc.keystore]: [running]
[init.svc.media]: [running]
[init.svc.netd]: [running]
[init.svc.nfx_log_service]: [running]
[init.svc.ril-daemon]: [running]
[init.svc.servicemanager]: [running]
[init.svc.surfaceflinger]: [running]
[init.svc.svold]: [running]
[init.svc.vold]: [running]
[init.svc.wlan_tool]: [stopped]
[init.svc.wpa_supplicant]: [running]
[init.svc.zygote]: [running]
[net.bt.name]: [Android]
[net.change]: [net.wlan0.dns2]
[net.dns1]: [62.179.104.196]
[net.dns2]: [213.46.228.196]
[net.dnschange]: [1]
[net.hostname]: [android_c1ae25d9a77cfb20]
[net.tcp.buffersize.default]: [4096,87380,110208,4096,16384,110208]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[net.tcp.buffersize.hsdpa]: [4094,87380,1048576,4096,16384,110208]
[net.tcp.buffersize.hspa]: [4094,87380,1048576,4096,16384,110208]
[net.tcp.buffersize.hsupa]: [4094,87380,1048576,4096,16384,110208]
[net.tcp.buffersize.umts]: [4094,87380,196608,4096,16384,110208]
[net.tcp.buffersize.wifi]: [4095,87380,110208,4096,16384,110208]
[net.wlan0.dns1]: [54.0.0.0]
[net.wlan0.dns2]: [50.0.0.0]
[persist.service.adb.enable]: [1]
[persist.sys.country]: [US]
[persist.sys.language]: [en]
[persist.sys.localevar]: []
[persist.sys.profiler_ms]: [0]
[rild.libargs]: [-d /dev/ttyACM1 -i rmnet0]
[ro.BACKUP_APP_ADJ]: [5]
[ro.BACKUP_APP_MEM]: [14336]
[ro.EMPTY_APP_ADJ]: [15]
[ro.EMPTY_APP_MEM]: [20480]
[ro.FOREGROUND_APP_ADJ]: [0]
[ro.FOREGROUND_APP_MEM]: [8192]
[ro.HEAVY_WEIGHT_APP_ADJ]: [3]
[ro.HEAVY_WEIGHT_APP_MEM]: [12288]
[ro.HIDDEN_APP_MEM]: [16384]
[ro.HIDDEN_APP_MIN_ADJ]: [7]
[ro.HOME_APP_ADJ]: [6]
[ro.HOME_APP_MEM]: [14336]
[ro.PERCEPTIBLE_APP_ADJ]: [2]
[ro.PERCEPTIBLE_APP_MEM]: [12288]
[ro.SECONDARY_SERVER_ADJ]: [4]
[ro.SECONDARY_SERVER_MEM]: [14336]
[ro.VISIBLE_APP_ADJ]: [1]
[ro.VISIBLE_APP_MEM]: [10240]
[ro.allow.mock.location]: [0]
[ro.baseband]: [unknown]
[ro.board.platform]: [tegra]
[ro.bootloader]: [0x00000008]
[ro.bootmode]: [unknown]
[ro.build.characteristics]: [tablet,nosdcard]
[ro.build.date.utc]: [1322671502]
[ro.build.date]: [Thu Dec 1 01:45:02 JST 2011]
[ro.build.description]: [nbx03_001-user 3.2.1 THMAS0042 0042.001 release-keys]
[ro.build.display.id]: [THMAS0042]
[ro.build.fingerprint]: [Sony/nbx03_001/nbx03:3.2.1/THMAS0042/0042.001:user/release-keys]
[ro.build.host]: [build5]
[ro.build.id]: [THMAS0042]
[ro.build.product]: [nbx03]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [integ-build]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [0042.001]
[ro.build.version.release]: [3.2.1]
[ro.build.version.sdk]: [13]
[ro.camera.sound.forced]: [0]
[ro.carrier]: [wifi-only]
[ro.com.google.clientidbase]: [android-sony]
[ro.com.google.gmsversion]: [3.2_r4]
[ro.config.alarm_alert]: [Alarm_Classic.ogg]
[ro.config.notification_sound]: [OnTheHunt.ogg]
[ro.crypto.fs_flags]: [0x00000406]
[ro.crypto.fs_mnt_point]: [/data]
[ro.crypto.fs_real_blkdev]: [/dev/block/mmcblk0p10]
[ro.crypto.fs_type]: [ext4]
[ro.crypto.state]: [unsupported]
[ro.crypto.tmpfs_options]: [size=128m,mode=0771,uid=1000,gid=1000]
[ro.debuggable]: [0]
[ro.device.bluetooth.bdaddr]: [F0BF976812B2]
[ro.device.sensor.accel.offset.x]: [0]
[ro.device.sensor.accel.offset.y]: [0]
[ro.device.sensor.accel.offset.z]: [0]
[ro.device.sensor.gyro.offset.x]: [0]
[ro.device.sensor.gyro.offset.y]: [0]
[ro.device.sensor.gyro.offset.z]: [0]
[ro.device.sensor.mag.b0.x]: [293]
[ro.device.sensor.mag.b0.y]: [-200]
[ro.device.sensor.mag.b0.z]: [189]
[ro.device.sensor.mag.calib.x]: [1.0]
[ro.device.sensor.mag.calib.y]: [1.0]
[ro.device.sensor.mag.calib.z]: [1.0]
[ro.device.sensor.mag.offset.x]: [284]
[ro.device.sensor.mag.offset.y]: [292]
[ro.device.sensor.mag.offset.z]: [286]
[ro.ethernet.autoEnable]: [yes]
[ro.ethernet.interface]: [eth0]
[ro.external.storage.removable]: [false]
[ro.factorytest]: [0]
[ro.hardware]: [nbx03]
[ro.opengles.version]: [131072]
[ro.product.board]: [nbx03]
[ro.product.brand]: [Sony]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.device]: [nbx03]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [US]
[ro.product.manufacturer]: [Sony]
[ro.product.model]: [Sony Tablet S]
[ro.product.name]: [nbx03_001]
[ro.pss.gamepad.buttonmeaning]: [cross-enter]
[ro.revision]: [0]
[ro.runtime.firstboot]: [1338551304794]
[ro.secure]: [1]
[ro.separated.external.storage]: [true]
[ro.serialno]: [275501000035501]
[ro.setupwizard.mode]: [DISABLED]
[ro.sony.build.id]: [THMAS0012400]
[ro.sony.build.incremental]: [111104048]
[ro.sony.display.release]: [release2]
[ro.sony.network.wwan]: [0]
[ro.sony.serialno]: [27550100 0035501]
[ro.sony.sku.base]: [nbx03_001]
[ro.sony.sku.country]: [US]
[ro.sony.sku.detailed]: [27550100]
[ro.sony.sku.version]: [27550100_17]
[ro.sony.sound.enabled]: [true]
[ro.sony.stayawake.hidden]: [false]
[ro.sony.update.category_id]: [ST002]
[ro.sony.update.server]: [info.update.sony.net]
[ro.sony.update.service_id]: [nbx03_001]
[ro.sony.volume_limit]: [0]
[ro.sony.wan.fixed_apns]: [0]
[ro.sony.wan.ipv6.enable]: [false]
[ro.sony.wifisleep]: [0]
[ro.sony.wm.atrac]: [0]
[ro.sony.wm.clearphase_path]: [SGPT1_001.LPS]
[ro.sony.wm.xloud_path]: [SGPT1_001.XLD]
[ro.tether.denied]: [true]
[ro.wifi.channels]: []
[sys.boot_completed]: [1]
[sys.sony.compat]: [true]
[system_init.startsurfaceflinger]: [0]
[vold.post_fs_data_done]: [1]
[wifi.interface]: [wlan0]
[windowsmgr.max_events_per_sec]: [120]
[wlan.driver.status]: [ok]
Hello, recently my friend brought a phone for me to fix that was stuck in a bootloop and I tried flashing some stock firmware, but the phone unfortunately ended up getting worse and worse until it was completely blank. What made this harder is the ambiguity about what kind of a device it is and finding the correct stock ROM for it. Before it became a brick, I was able to pull out information and the scatter file. I downloaded ROMs from needrom.com and XDA but none of them seem to work. I am trying to flash the preloader, but no matter what I do, it says:
Code:
BROM ERROR : S_FT_ENABLE_DRAM_FAIL (4032)
[EMI] Enable DRAM Failed!
[HINT]:
Please check your load matches to your target which is to be downloaded.
ROMs I have downloaded:
20130508_S4_e2006_v89_hydy_taobao
20131129_e2009_v89_jbla828_hd
Files_to_FlashTool_StarS46589
GT-I9500_QuadCore_4.9
GT-I9500-MTK6589
GTI95001hx8379Avdofwga
Samsung-Galaxy-S-IV_fake6589
Anything that I attempt to flash gives me this error. If I go to the Format tab and try to format anything, it gives me the same exact thing. The computer connection is stable with the device - it is not disconnecting at intervals. The device name is MTK USB Port, but I can make it say MediaTek DA USB VCOM Port or MediaTek PreLoader USB VCOM Port. Changing drivers doesn't seem to make a difference. I attached the scatter file below. I also downloaded the giant MTK-MEGAPACK from a youtube video I was following. I can't seem to find the right ROM, anything that I try doesn't want to become flashed. I'm puzzled , but willing to try anything you guys send my way. If you need any more information, I will be more than happy to provide.
Phone Info (from ADB):
[curlockscreen]: [1]
[dalvik.vm.heapgrowthlimit]: [128m]
[dalvik.vm.heapsize]: [256m]
[dalvik.vm.mtk-stack-trace-file]: [/data/anr/mtk_traces.txt]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.mdl.sdswap.path]: [/mnt/sdcard]
[debug.mdlogger.Running]: [1]
[drm.service.enabled]: [true]
[fmradio.driver.chip]: [3]
[fmradio.driver.enable]: [1]
[gps.solution.combo.chip]: [1]
[init.svc.662x_launcher]: [running]
[init.svc.adbd]: [running]
[init.svc.ccci2_fsd]: [stopped]
[init.svc.ccci2_mdinit]: [stopped]
[init.svc.ccci_fsd]: [running]
[init.svc.ccci_mdinit]: [running]
[init.svc.factory_no_image]: [running]
[init.svc.mdlogger]: [running]
[init.svc.nvram_daemon]: [stopped]
[init.svc.ueventd]: [running]
[init.svc.wlanLoader]: [stopped]
[launcher2.allappsgrid]: [3d_20]
[launcherplus.allappsgrid]: [2d]
[mediatek.wlan.chip]: [MT6628]
[mediatek.wlan.ctia]: [0]
[mediatek.wlan.module.postfix]: [_mt6628]
[net.bt.name]: [Android]
[net.change]: [net.bt.name]
[nvram_init]: [Ready]
[persist.first_boot]: [0]
[persist.mtk.aee.aed]: [on]
[persist.mtk.aee.mode]: [3]
[persist.mtk.wcn.combo.chipid]: [0x6628]
[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.service.acm.enable]: []
[persist.service.adb.enable]: []
[persist.service.stk.gesture]: [0]
[persist.sys.boot_begin_light]: [1]
[persist.sys.first_time_boot]: [false]
[persist.sys.mute.state]: [2]
[persist.sys.profiler_ms]: [0]
[persist.sys.screen.size]: [800x480]
[persist.sys.timezone]: [Asia/Shanghai]
[persist.sys.usb.config]: [mass_storage,adb]
[ril.current.share_modem]: [2]
[ril.external.md]: [0]
[ril.first.md]: [1]
[ril.flightmode.poweroffMD]: [1]
[ril.radiooff.poweroffMD]: [0]
[ril.specific.sm_cause]: [0]
[ril.telephony.mode]: [1]
[rild.libargs]: [-d /dev/ttyC0]
[rild.libpath]: [/system/lib/mtk-ril.so]
[rild.nw.operlist]: [/system/etc/ril/oper.lis]
[ro.allow.mock.location]: [0]
[ro.audio.silent]: [0]
[ro.baseband.version]: [I9500XXUAMDK]
[ro.baseband]: [unknown]
[ro.board.platform]: []
[ro.boot.serialno]: [0123456789ABCDEF]
[ro.bootloader]: [unknown]
[ro.bootmode]: [unknown]
[ro.build.characteristics]: []
[ro.build.date.utc]: [1394457547]
[ro.build.date]: [2014s¦¦ 03µ£ê 10µùÑ µÿƒµ£ƒS+Ç 21:19:07 CST]
[ro.build.description]: [A109_base_mula-user 4.2.1 JOP40D eng.bz.1394457408 test
-keys]
[ro.build.display.id]: [JDQ39.I9500XXUAMDK]
[ro.build.fingerprint]: [MAC/A109_base_mula:4.2.1/JOP40D/eng.bz.1394457408:user/
test-keys]
[ro.build.flavor]: []
[ro.build.host]: [ubuntu]
[ro.build.id]: [JOP40D]
[ro.build.product]: [GalaxyS4]
[ro.build.tags]: [test-keys]
[ro.build.type]: [user]
[ro.build.user]: [bz]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [eng.bz.1394457408]
[ro.build.version.release]: [4.2.2]
[ro.build.version.sdk]: [17]
[ro.camera.sound.forced]: [0]
[ro.config.alarm_alert]: [Daybreak.ogg]
[ro.config.notification_sound]: [S_Whistle.ogg]
[ro.config.ringtone]: [S_Over_the_horizon.ogg]
[ro.config.sms_notifi_sound]: [S_On_time.ogg]
[ro.crypto.fs_flags]: [0x00000406]
[ro.crypto.fs_mnt_point]: [/data]
[ro.crypto.fs_options]: [commit=1,nodelalloc,noauto_da_alloc]
[ro.crypto.fs_real_blkdev]: [[email protected]]
[ro.crypto.fs_type]: [ext4]
[ro.crypto.state]: [unencrypted]
[ro.custom.build.version]: [1394457408]
[ro.debuggable]: [0]
[ro.dummy.datasize]: [1600]
[ro.dummy.sdsize]: [1600]
[ro.factorytest]: [0]
[ro.hardware]: [mt6589]
[ro.kernel.version]: [3.4.5-526212 [email protected] #1 Tue Apr 23 23:00:57 KST 2
013]
[ro.mediatek.chip_ver]: [S01]
[ro.mediatek.gemini_support]: [true]
[ro.mediatek.platform]: [MT6589]
[ro.mediatek.version.branch]: [ALPS.JB2.MP]
[ro.mediatek.version.release]: [ALPS.JB2.MP.V1.3]
[ro.mediatek.version.sdk]: [1]
[ro.mediatek.wlan.p2p]: [1]
[ro.mediatek.wlan.wsc]: [1]
[ro.mount.fs]: [EXT4]
[ro.mtprof.disable]: [1]
[ro.myroot]: [1]
[ro.opengles.version]: [131072]
[ro.operator.optr]: [OP02]
[ro.operator.seg]: [SEGA]
[ro.operator.spec]: [SPEC0200]
[ro.product.board]: [GT-I9500]
[ro.product.brand]: [Samsung]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.device]: [GalaxyS4]
[ro.product.hw.version]: [V1.0]
[ro.product.locale.language]: [zh]
[ro.product.locale.region]: [CN]
[ro.product.manufacturer]: [Samsung]
[ro.product.model]: [GT-I9500]
[ro.product.name]: [GalaxyS4]
[ro.product.particular.version]: [V01]
[ro.revision]: [0]
[ro.secure]: [1]
[ro.serialno]: [0123456789ABCDEF]
[ro.setupwizard.mode]: [DISABLED]
[ro.sf.hwrotation]: [180]
[ro.sf.lcd_density]: [320]
[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]
[sys.ipo.pwrdncap]: [2]
[sys.mtk.no.factoryimage]: [1]
[sys.usb.com_config]: [0]
[wifi.direct.interface]: [p2p0]
[wifi.interface]: [wlan0]
[wifi.tethering.interface]: [ap0]
I build a ROM for months, and I try to implemented some lines to my system.prop on the tree or in the device build.prop, and I "screwed" the device.
After i add some lines the device is acting weird , and even after i did a clean install of a clean ROM (a ROM that doesn't have those lines on the prop ), the weird things do not go way, I wipe it all, Dalvik cache, cache, system, internal memory and data, all the partition available on wipe of TWRP... I have install the stock ROM via Fastboot, erase all the device information, on the stock the bug doesn't exist, but if i flash the custom it is back on.
The weird things are.
The device get lock in a middle CPU frequency (the top is 2,7ghz it stays at 2ghz), and only after i plug the charger and reboot it go to the top frequency.
Always after a clean install, developer option is enable by default (I have installed this version before it doesn't have that enable by default), if i try to enable adb and after disable adb the device reboot, if i disable developer then I enable by clicking over build number to enable it, then the ADB bug disappears i can enable and disable it no reboot.
But I wanna the device clean of this bugs that doesn't exist before
I think the lines that cause trouble was a bad line that I used by mistake (bad part in red)...
I set like this
#Enable ADB Debugging By Default & Disable USB Debugging Popup
persist.adb.notify=0
persist.service.adb.enable=1 persist.service.debuggable=1
persist.sys.usb.config=mtp,ad
it should be like this...
persist.adb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
but I ctrl+c ctrl+v it wrong...
Other lines i have tested
# Radio
ro.ril.telephony.mqanelements=5
persist.radio.add_power_save=1
# GSM LTE
ro.ril.def.preferred.network=10
# Enable Quick Power-On mode to reduce boot-time
ro.config.hw_quickpoweron=true
# Fast Reboot
persist.sys.purgeable_assets=1
# Reduce dial-out time
ro.telephony.call_ring.delay=0
ring.delay=0
ro.config.vc_call_vol_steps=20
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Better internet browsing & download speed
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
the next line are from stock ROM...
# system props for the MM modules
# Increase Quality Of Media Streaming
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
# Motorola disable smooth streaming
#mm.enable.smoothstreaming=true
#3183219 is decimal sum of supported codecs in AAL
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=3183219
persist.mm.enable.prefetch=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
#
# Dual-mic config: "endfire" or "broadside" or "none"
#
persist.audio.dualmic.config=endfire
#Enable property to enable ds2
audio.dolby.ds2.enabled=true
#enable property for hard bypass
audio.dolby.ds2.hardbypass=true
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
##property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
When i give a adb shell getprop i don't see any bad line...
Line (persist.data.netmgrd.qos.enable]: [truepersist.radio.apn_delay=5000]) is like that for moths even before i start to develop to the device, will change that.
adb shell getprop
[DEVICE_PROVISIONED]: [1]
[audio.offload.buffer.size.kb]: [32]
[audio.offload.gapless.enabled]: [true]
[audio.offload.multiple.enabled]: [false]
[audio.offload.pcm.16bit.enable]: [true]
[audio.offload.pcm.24bit.enable]: [true]
[av.offload.enable]: [true]
[av.streaming.offload.enable]: [true]
[bt.max.hfpclient.connections]: [1]
[camera2.portability.force_api]: [1]
[dalvik.vm.dex2oat-Xms]: [64m]
[dalvik.vm.dex2oat-Xmx]: [512m]
[dalvik.vm.heapgrowthlimit]: [256m]
[dalvik.vm.heapmaxfree]: [8m]
[dalvik.vm.heapminfree]: [2m]
[dalvik.vm.heapsize]: [512m]
[dalvik.vm.heapstartsize]: [8m]
[dalvik.vm.heaptargetutilization]: [0.75]
[dalvik.vm.image-dex2oat-Xms]: [64m]
[dalvik.vm.image-dex2oat-Xmx]: [64m]
[dalvik.vm.isa.arm.features]: [div]
[dalvik.vm.lockprof.threshold]: [500]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.force_rtl]: [0]
[dev.bootcomplete]: [1]
[dhcp.wlan0.dns1]: [8.8.8.8]
[dhcp.wlan0.dns2]: [8.8.4.4]
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[dhcp.wlan0.domain]: []
[dhcp.wlan0.gateway]: [192.168.0.1]
[dhcp.wlan0.ipaddress]: [192.168.0.101]
[dhcp.wlan0.leasetime]: [7200]
[dhcp.wlan0.mask]: [255.255.255.0]
[dhcp.wlan0.mtu]: [576]
[dhcp.wlan0.pid]: [2847]
[dhcp.wlan0.reason]: [BOUND]
[dhcp.wlan0.result]: [ok]
[dhcp.wlan0.server]: [192.168.0.1]
[dhcp.wlan0.vendorInfo]: []
[gsm.apn.sim.operator.numeric]: [72404]
[gsm.current.phone-type]: [1]
[gsm.network.type]: [EDGE]
[gsm.nitz.time]: [1445215491027]
[gsm.operator.alpha]: [TIM]
[gsm.operator.iso-country]: [br]
[gsm.operator.isroaming]: [false]
[gsm.operator.numeric]: [72404]
[gsm.sim.operator.alpha]: [TIM]
[gsm.sim.operator.iso-country]: [br]
[gsm.sim.operator.numeric]: [72404]
[gsm.sim.state]: [READY]
[gsm.version.baseband]: [MDM9625_104438.245.02.85R]
[gsm.version.ril-impl]: [Qualcomm RIL 1.0]
[hw.aov.c55_ready]: [1]
[hw.stm401.booted]: [1]
[hw.touch.ready]: [1]
[init.svc.adbd]: [running]
[init.svc.adspd]: [running]
[init.svc.atfwd]: [running]
[init.svc.atvc]: [stopped]
[init.svc.atvc_core]: [stopped]
[init.svc.auditd]: [running]
[init.svc.batt_health]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.config_bluetooth]: [stopped]
[init.svc.debuggerd]: [running]
[init.svc.dhcpcd_wlan0]: [running]
[init.svc.drm]: [running]
[init.svc.healthd]: [running]
[init.svc.installd]: [running]
[init.svc.irsc_util]: [stopped]
[init.svc.keystore]: [running]
[init.svc.lmkd]: [running]
[init.svc.logd]: [running]
[init.svc.mdm_helper]: [running]
[init.svc.mdm_helper_proxy]: [running]
[init.svc.media]: [running]
[init.svc.mmi-boot-sh]: [stopped]
[init.svc.mmi-ril-daemon]: [running]
[init.svc.mmi-touch-sh]: [stopped]
[init.svc.mmi-usb-sh]: [stopped]
[init.svc.mpdecision]: [stopped]
[init.svc.netd]: [running]
[init.svc.netmgrd]: [running]
[init.svc.p2p_supplicant]: [running]
[init.svc.ppd]: [running]
[init.svc.qcamerasvr]: [running]
[init.svc.qmuxd]: [running]
[init.svc.qseecomd]: [running]
[init.svc.rfs_access]: [running]
[init.svc.ril-daemon]: [stopped]
[init.svc.rmt_storage]: [stopped]
[init.svc.sdcard]: [running]
[init.svc.servicemanager]: [running]
[init.svc.stm401]: [stopped]
[init.svc.su_daemon]: [stopped]
[init.svc.surfaceflinger]: [running]
[init.svc.sysinit]: [stopped]
[init.svc.thermal-engine]: [running]
[init.svc.time_daemon]: [running]
[init.svc.ueventd]: [running]
[init.svc.vold]: [running]
[init.svc.zygote]: [running]
[keyguard.no_require_sim]: [true]
[media.sf.extractor-plugin]: [libffmpeg_extractor.so]
[media.sf.omx-plugin]: [libffmpeg_omx.so]
[net.bt.name]: [Android]
[net.change]: [net.dns2]
[net.dns1]: [8.8.8.8]
[net.dns2]: [8.8.4.4]
[net.hostname]: [android-b182f0788019a5a1]
[net.qtaguid_enabled]: [1]
[net.tcp.buffersize.default]: [4096,87380,524288,4096,16384,110208]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.evdo]: [4094,87380,524288,4096,16384,262144]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[net.tcp.buffersize.hsdpa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hspa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hspap]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hsupa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.lte]: [2097152,4194304,8388608,1048576,3145728,4194304]
[net.tcp.buffersize.umts]: [4094,87380,110208,4096,16384,110208]
[net.tcp.buffersize.wifi]: [524288,6291456,8291456,524288,6291456,8291456]
[net.tcp.default_init_rwnd]: [60]
[net.tcp.delack.default]: [1]
[net.tcp.delack.lte]: [8]
[net.tcp.delack.wifi]: [20]
[net.tcp.usercfg.default]: [0]
[net.tcp.usercfg.lte]: [1]
[net.tcp.usercfg.wifi]: [1]
[persist.atvc.adb]: [0]
[persist.atvc.allow_all_core]: [0]
[persist.atvc.allow_res_core]: [0]
[persist.atvc.allow_res_panic]: [0]
[persist.atvc.log]: [0]
[persist.atvc.netmon_ih]: [0]
[persist.atvc.netmon_usb]: [0]
[persist.atvc.simswap]: [0]
[persist.atvc.uid]: []
[persist.audio.calfile0]: [/system/etc/acdbdata/MTP/MTP_Bluetooth_cal.acdb]
[persist.audio.calfile1]: [/system/etc/acdbdata/MTP/MTP_General_cal.acdb]
[persist.audio.calfile2]: [/system/etc/acdbdata/MTP/MTP_Global_cal.acdb]
[persist.audio.calfile3]: [/system/etc/acdbdata/MTP/MTP_Handset_cal.acdb]
[persist.audio.calfile4]: [/system/etc/acdbdata/MTP/MTP_Hdmi_cal.acdb]
[persist.audio.calfile5]: [/system/etc/acdbdata/MTP/MTP_Headset_cal.acdb]
[persist.audio.calfile6]: [/system/etc/acdbdata/MTP/MTP_Speaker_cal.acdb]
[persist.audio.fluence.speaker]: [true]
[persist.audio.fluence.voicecall]: [true]
[persist.audio.fluence.voicerec]: [false]
[persist.camera.enable_vpu]: [0]
[persist.camera.hal.vnr.enable]: [0]
[persist.camera.ltm.gts]: [345.60]
[persist.camera.morphonr.enable]: [0]
[persist.data.df.agg.dl_pkt]: [10]
[persist.data.df.agg.dl_size]: [4096]
[persist.data.df.dev_name]: [rmnet_usb0]
[persist.data.df.dl_mode]: [5]
[persist.data.df.iwlan_mux]: [9]
[persist.data.df.mux_count]: [8]
[persist.data.df.ul_mode]: [5]
[persist.data.llf.enable]: [true]
[persist.data.netmgrd.qos.enable]: [truepersist.radio.apn_delay=5000]
[persist.data.wda.enable]: [true]
[persist.gps.qc_nlp_in_use]: [0]
[persist.hwc.mdpcomp.enable]: [false]
[persist.logd.size]: []
[persist.mot.gps.smart_battery]: [1]
[persist.panel.inversemounted]: [1]
[persist.qcril_uim_vcc_feature]: [1]
[persist.radio.adb_log_on]: [0]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.radio.apn_delay]: [5000]
[persist.radio.dfr_mode_set]: [1]
[persist.radio.eons.enabled]: [false]
[persist.radio.msgtunnel.start]: [false]
[persist.radio.nitz_lons_0_0]: [TIM 55]
[persist.radio.nitz_lons_1_0]: []
[persist.radio.nitz_lons_2_0]: []
[persist.radio.nitz_lons_3_0]: []
[persist.radio.nitz_plmn_0]: [724 04]
[persist.radio.nitz_sons_0_0]: []
[persist.radio.nitz_sons_1_0]: []
[persist.radio.nitz_sons_2_0]: []
[persist.radio.nitz_sons_3_0]: []
[persist.radio.no_wait_for_card]: [1]
[persist.radio.oem_ind_to_both]: [false]
[persist.radio.relay_oprt_change]: [1]
[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_plmn]: []
[persist.rild.nitz_short_ons_0]: []
[persist.rild.nitz_short_ons_1]: []
[persist.rild.nitz_short_ons_2]: []
[persist.rild.nitz_short_ons_3]: []
[persist.rmnet.data.enable]: [true]
[persist.rmnet.mux]: [enabled]
[persist.service.bdroid.bdaddr]: [22:22:70:5f:4d:ca]
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.dun.override]: [0]
[persist.sys.profiler_ms]: [0]
[persist.sys.qc.sub.rdump.max]: [20]
[persist.sys.qc.sub.rdump.on]: [1]
[persist.sys.qc.sub.rstrtlvl]: [3]
[persist.sys.recovery_update]: [false]
[persist.sys.root_access]: [0]
[persist.sys.ssr.restart_level]: [1]
[persist.sys.timezone]: [America/Sao_Paulo]
[persist.sys.usb.config]: [mtp,adb]
[persist.timed.enable]: [true]
[qcom.audio.init]: [complete]
[qcom.bluetooth.soc]: [rome]
[qcom.bt.le_dev_pwr_class]: [1]
[ril.ecclist]: [911,190,112]
[ril.qcril_pre_init_lock_held]: [0]
[ril.radio.ctbk_inst]: [379]
[ril.radio.ctbk_val]: [0,0,0,0,0,0,0,0,0,0,0,0]
[ril.subscription.types]: [NV,RUIM]
[rild.libpath]: [/system/vendor/lib/libril-qc-qmi-1.so]
[ro.adb.secure]: [1]
[ro.allow.mock.location]: [0]
[ro.baseband]: [mdm]
[ro.bluetooth.dun]: [true]
[ro.bluetooth.hfp.ver]: [1.6]
[ro.bluetooth.sap]: [true]
[ro.board.platform]: [apq8084]
[ro.boot.baseband]: [mdm]
[ro.boot.bl_state]: [2]
[ro.boot.bootdevice]: [msm_sdcc.1]
[ro.boot.bootloader]: [0x7082]
[ro.boot.bootreason]: [reboot]
[ro.boot.carrier]: [retbr]
[ro.boot.cid]: [0xC]
[ro.boot.device]: [quark]
[ro.boot.fsg-id]: []
[ro.boot.ftm]: [0]
[ro.boot.hardware.sku]: [XT1225]
[ro.boot.hardware]: [qcom]
[ro.boot.hwrev]: [0x84A0]
[ro.boot.mode]: [normal]
[ro.boot.powerup_reason]: [0x00004000]
[ro.boot.radio]: [0x5]
[ro.boot.secure_hardware]: [1]
[ro.boot.serialno]: [0014609614]
[ro.boot.write_protect]: [0]
[ro.bootloader]: [0x7082]
[ro.bootmode]: [normal]
[ro.build.characteristics]: [nosdcard]
[ro.build.date.utc]: [1444622518]
[ro.build.date]: [Mon Oct 12 01:01:58 BRT 2015]
[ro.build.description]: [quark_retla-user 5.0.2 LXG22.33-12.16 16 release-keys]
[ro.build.display.id]: [rr_quark-userdebug 5.1.1 LMY48W 20fbaa6148 test-keys]
[ro.build.fingerprint]: [motorola/quark_retla/quark_umts:5.0.2/LXG22.33-12.16/16:user/release-keys]
[ro.build.flavor]: [rr_quark-userdebug]
[ro.build.host]: [baybutcher-android]
[ro.build.id]: [LMY48W]
[ro.build.product]: [quark]
[ro.build.selinux]: [1]
[ro.build.tags]: [test-keys]
[ro.build.type]: [userdebug]
[ro.build.user]: [bhb27]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [20fbaa6148]
[ro.build.version.release]: [5.1.1]
[ro.build.version.sdk]: [22]
[ro.build.version.security_patch]: [2015-10-01]
[ro.carrier]: [unknown]
[ro.cm.build.version.plat.rev]: [0]
[ro.cm.build.version.plat.sdk]: [3]
[ro.cm.device]: [quark]
[ro.cm.display.version]: [Resurrection-Remix-LP-v5.5.7-20151012-quark]
[ro.cmlegal.url]: [https://cyngn.com/legal/privacy-policy]
[ro.com.android.dataroaming]: [false]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.com.android.wifi-watchlist]: [GoogleGuest]
[ro.com.google.clientidbase]: [android-google]
[ro.config.alarm_alert]: [Helium.ogg]
[ro.config.notification_sound]: [Argon.ogg]
[ro.config.ringtone]: [C.Y.E-Resurrection.mp3]
[ro.crypto.fuse_sdcard]: [true]
[ro.crypto.state]: [unencrypted]
[ro.dalvik.vm.native.bridge]: [0]
[ro.data.large_tcp_window_size]: [true]
[ro.debuggable]: [1]
[ro.factorytest]: [0]
[ro.fsg-id]: [singlela]
[ro.gps.agps_provider]: [1]
[ro.hardware]: [qcom]
[ro.hw.device]: [quark]
[ro.hw.revision]: [p4a]
[ro.hwui.drop_shadow_cache_size]: [8]
[ro.hwui.gradient_cache_size]: [2]
[ro.hwui.layer_cache_size]: [58]
[ro.hwui.path_cache_size]: [32]
[ro.hwui.r_buffer_cache_size]: [8]
[ro.hwui.shape_cache_size]: [4]
[ro.hwui.text_large_cache_height]: [4096]
[ro.hwui.text_large_cache_width]: [4096]
[ro.hwui.text_small_cache_height]: [2048]
[ro.hwui.text_small_cache_width]: [2048]
[ro.hwui.texture_cache_size]: [88]
[ro.manufacturedate]: [5/18/2015]
[ro.opengles.version]: [196608]
[ro.product.board]: [APQ8084]
[ro.product.brand]: [motorola]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.device]: [quark]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [US]
[ro.product.manufacturer]: [motorola]
[ro.product.model]: [Moto MAXX]
[ro.product.name]: [rr_quark]
[ro.qc.sdk.audio.fluencetype]: [fluence]
[ro.qc.sdk.izat.premium.enabled]: [0]
[ro.qc.sdk.izat.service_mask]: [0x0]
[ro.qualcomm.bluetooth.ftp]: [true]
[ro.qualcomm.bluetooth.hfp]: [true]
[ro.qualcomm.bluetooth.hsp]: [true]
[ro.qualcomm.bluetooth.map]: [true]
[ro.qualcomm.bluetooth.nap]: [true]
[ro.qualcomm.bluetooth.opp]: [true]
[ro.qualcomm.bluetooth.pbap]: [true]
[ro.qualcomm.bluetooth.sap]: [false]
[ro.qualcomm.cabl]: [0]
[ro.qualcomm.perf.cores_online]: [2]
[ro.resurrection.version]: [Resurrection-Remix-LP-5.0-20151012]
[ro.revision]: [33952]
[ro.ril.svdo]: [false]
[ro.ril.svlte1x]: [false]
[ro.rommanager.developerid]: [cyanogenmod]
[ro.rr.version]: [quark]
[ro.rr_modversion]: [Resurrection-Remix-LP-v5.5.7]
[ro.runtime.firstboot]: [1445215343393]
[ro.secure]: [1]
[ro.serialno]: [0014609614]
[ro.setupwizard.enterprise_mode]: [1]
[ro.setupwizard.gservices_delay]: [-1]
[ro.setupwizard.network_required]: [false]
[ro.sf.lcd_density]: [640]
[ro.telephony.call_ring.multiple]: [false]
[ro.telephony.default_network]: [9]
[ro.url.legal.android_privacy]: [http://www.google.com/intl/%s/mobile/android/basic/privacy.html]
[ro.url.legal]: [http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html]
[ro.usb.bpt]: [2ea0]
[ro.usb.bpt_adb]: [2ea1]
[ro.usb.bpteth]: [2ea2]
[ro.usb.bpteth_adb]: [2ea3]
[ro.usb.mtp]: [2ea4]
[ro.usb.mtp_adb]: [2ea5]
[ro.usb.ptp]: [2ea6]
[ro.usb.ptp_adb]: [2ea7]
[ro.use_data_netmgrd]: [true]
[ro.vendor.extension_library]: [/system/vendor/lib/libqc-opt.so]
[ro.wifi.channels]: []
[ro.zygote]: [zygote32]
[rr.ota.version]: [20151012]
[selinux.reload_policy]: [1]
[service.bootanim.exit]: [1]
[supolicy.loaded]: [1]
[sys.boot_completed]: [1]
[sys.perf.profile]: [1]
[sys.settings_global_version]: [8]
[sys.settings_secure_version]: [32]
[sys.settings_system_version]: [14]
[sys.sysctl.extra_free_kbytes]: [43200]
[sys.sysctl.tcp_def_init_rwnd]: [60]
[sys.usb.config]: [mtp,adb]
[sys.usb.state]: [mtp,adb]
[telephony.lteOnGsmDevice]: [1]
[usb.mtp.config]: [mtp,usbnet]
[usb.mtp.pid]: [2ea4]
[use.dedicated.device.for.voip]: [false]
[use.voice.path.for.pcm.voip]: [false]
[vold.pfe]: [deactivated]
[vold.post_fs_data_done]: [1]
[wifi.interface]: [wlan0]
[wlan.driver.ath]: [0]
[wlan.driver.config]: [/data/misc/wifi/WCNSS_qcom_cfg.ini]
[wlan.driver.status]: [ok]
As I said, I'm doing clean install and using a old version of my ROM but it doesn't seems to work.
Can some one please help, can i change bad lines over adb? or erase a file on the device?
I try to use this
persist.adb.notify=1
persist.service.adb.enable=0
persist.service.debuggable=0
reboot, after i clean install but no good the bug persist...
Thanks... :good:
there is any possible way to cross flash j700f firmware to j7008 , i have tried twrp i dont find any working twrp yet .
Hardware: qcom
Model: j7elte
PDA Version: J700FXXU1AOK2
Phone Version: J7008ZMU1AOH5
Bootloader ver: J7008ZMU1AOH5
i received same model which is with SM-700F rom, i dont know how they flashed, i tried to dump system.img but i am not able to flash it. odin says "unsupported dev_type"
check getprop
Code:
[net.knoxsso.version]: [2.4.0]
[net.knoxvpn.version]: [2.2.0]
[net.qtaguid_enabled]: [1]
[net.tcp.buffersize.default]: [4096,87380,524288,4096,16384,110208]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.evdo]: [4094,87380,524288,4096,16384,262144]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[net.tcp.buffersize.hsdpa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hspa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hspap]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hsupa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.lte]: [2097152,4194304,8388608,262144,524288,1048576]
[net.tcp.buffersize.umts]: [4094,87380,110208,4096,16384,110208]
[net.tcp.buffersize.wifi]: [524288,2097152,4194304,262144,524288,1048576]
[net.tcp.default_init_rwnd]: [60]
[persist.audio.allsoundmute]: [0]
[persist.audio.finemediavolume]: [1]
[persist.audio.fluence.speaker]: [true]
[persist.audio.fluence.voicecall]: [true]
[persist.audio.fluence.voicerec]: [false]
[persist.audio.globaleffect]: [1]
[persist.audio.headsetsysvolume]: [9]
[persist.audio.hphonesysvolume]: [9]
[persist.audio.mpseek]: [0]
[persist.audio.mysound]: [1]
[persist.audio.ringermode]: [2]
[persist.audio.soundalivefxsec]: [1]
[persist.audio.stereospeaker]: [0]
[persist.audio.sysvolume]: [9]
[persist.audio.uhqa]: [0]
[persist.camera.incall]: [false]
[persist.cne.dpm]: [0]
[persist.cne.feature]: [0]
[persist.data.netmgrd.qos.enable]: [false]
[persist.debug.wfd.enable]: [1]
[persist.demo.hdmirotationlock]: [false]
[persist.dpm.feature]: [0]
[persist.fuse_sdcard]: [true]
[persist.gps.qc_nlp_in_use]: [1]
[persist.hwc.enable_vds]: [1]
[persist.hwc.mdpcomp.enable]: [true]
[persist.loc.nlp_name]: [com.qualcomm.location]
[persist.radio.add_power_save]: [1]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.radio.calldefault.simid]: [0]
[persist.radio.ims_block]: [true]
[persist.radio.initphone-type]: [1]
[persist.radio.multisim.config]: [dsds]
[persist.radio.multisim.stackid]: [0,1]
[persist.radio.plmnname_1]: []
[persist.radio.plmnname_2]: []
[persist.radio.process_sups_ind]: [1]
[persist.radio.rat_on]: [combine]
[persist.radio.sib16_support]: [1]
[persist.radio.tdscdma_present]: [1]
[persist.security.ams.enforcing]: [1]
[persist.security.tlc.ccm]: [0]
[persist.security.tlc.otp]: [0]
[persist.security.tlc.tui]: [0]
[persist.service.bdroid.version]: [0]
[persist.soc_camera.flicker]: [50hz]
[persist.sys.country]: [GB]
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.drs.date]: [Thu Nov 5 20:43:16 KST 2015]
[persist.sys.kap.date]: [Thu Nov 5 20:43:16 KST 2015]
[persist.sys.language]: [en]
[persist.sys.localevar]: []
[persist.sys.media.use-awesome]: [true]
[persist.sys.profiler_ms]: [0]
[persist.sys.sb.setting.enabled]: [false]
[persist.sys.setupwizard]: [FINISH]
[persist.sys.ssrm_unbox_cnt]: [2]
[persist.sys.storage_preload]: [2]
[persist.sys.timezone]: [Asia/Dubai]
[persist.sys.usb.config.extra]: [none]
[persist.sys.usb.config]: [diag,acm,adb]
[persist.timed.enable]: [true]
[ril.CompleteMsg]: [01]
[ril.ICC_TYPE]: [0,0]
[ril.RildInit]: [1,1]
[ril.approved_codever]: [none]
[ril.approved_cscver]: [none]
[ril.approved_modemver]: [none]
[ril.atd_status]: [1_1_0]
[ril.callcount]: [0]
[ril.cs_svc]: [1]
[ril.deviceOffRes]: [0]
[ril.ecclist00]: [112,911,999,000,08,110,118,119]
[ril.ecclist0]: [911,112,000,08,110,999,118,119]
[ril.ecclist10]: [112,911,999,000,08,110,118,119]
[ril.hasisim]: [0]
[ril.hw_ver]: [MP 0.400]
[ril.ims.ecsupport]: [0,0]
[ril.modem.board]: [MSM8929]
[ril.official_cscver]: [J700FOJV1AOH3]
[ril.product_code]: [SM-J7008ZDDXSG]
[ril.radiostate]: [10]
[ril.rfcal_date]: [2016.02.03]
[ril.sales_code]: [XSG]
[ril.serialnumber]: [R28H20AHQRX]
[ril.servicestate]: [2,2]
[ril.ss.routing]: [0]
[ril.subinfo]: [0:2147483643,1:2147483644]
[ril.subscription.types]: [NV,RUIM]
[ril.sw_ver]: [J7008ZMU1AOH5]
[ril.timezoneID]: [Asia/Dubai]
[rild.libargs]: [-d /dev/smd0]
[rild.libpath]: [/system/lib/libsec-ril.so]
[ro.adb.secure]: [1]
[ro.allow.mock.location]: [0]
[ro.baseband]: [msm]
[ro.bluetooth.dun]: [true]
[ro.bluetooth.hfp.ver]: [1.6]
[ro.bluetooth.sap]: [true]
[ro.board.platform]: [msm8916]
[ro.boot.baseband]: [msm]
[ro.boot.boot_recovery]: [0]
[ro.boot.bootdevice]: [7824900.sdhci]
[ro.boot.bootloader]: [J7008ZMU1AOH5]
[ro.boot.cp_debug_level]: [0x55FF]
[ro.boot.debug_level]: [0x4f4c]
[ro.boot.emmc]: [true]
[ro.boot.hardware]: [qcom]
[ro.boot.sec_atd.tty]: [/dev/ttyHSL0]
[ro.boot.security_mode]: [1526595584]
[ro.boot.serialno]: [ec8990f8]
[ro.boot.warranty_bit]: [1]
[ro.boot_recovery]: [0]
[ro.bootloader]: [J7008ZMU1AOH5]
[ro.bootmode]: [unknown]
[ro.bt.bdaddr_path]: [/efs/bluetooth/bt_addr]
[ro.build.PDA]: [J700FXXU1AOK2]
[ro.build.changelist]: [871645]
[ro.build.characteristics]: [default]
[ro.build.date.utc]: [1446723796]
[ro.build.date]: [Thu Nov 5 20:43:16 KST 2015]
[ro.build.description]: [j7eltexx-user 5.1.1 LMY48B J700FXXU1AOK2 release-keys]
[ro.build.display.id]: [LMY48B.J700FXXU1AOK2]
[ro.build.fingerprint]: [samsung/j7eltexx/j7elte:5.1.1/LMY48B/J700FXXU1AOK2:user
/release-keys]
[ro.build.flavor]: [j7eltexx-user]
[ro.build.hidden_ver]: [J700FXXU1AOK2]
[ro.build.host]: [SWDD3013]
[ro.build.id]: [LMY48B]
[ro.build.product]: [j7elte]
[ro.build.scafe.cream]: [white]
[ro.build.scafe.shot]: [single]
[ro.build.scafe.size]: [short]
[ro.build.scafe]: [capuccino]
[ro.build.selinux.enforce]: [1]
[ro.build.selinux]: [1]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [dpi]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [J700FXXU1AOK2]
[ro.build.version.release]: [5.1.1]
[ro.build.version.sdk]: [22]
[ro.build.version.security_patch]: [2015-11-01]
[ro.carrier]: [unknown]
[ro.chipname]: [MSM8916]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.com.google.clientidbase]: [android-samsung]
[ro.com.google.gmsversion]: [5.1_r2]
[ro.config.alarm_alert]: [Morning_Flower.ogg]
[ro.config.dha_cached_min]: [4]
[ro.config.dha_empty_init]: [24]
[ro.config.dha_empty_max]: [24]
[ro.config.knox]: [v30]
[ro.config.ldha_es_enable]: [false]
[ro.config.media_sound]: [Media_preview_Touch_the_light.ogg]
[ro.config.notification_sound]: [Skyline.ogg]
[ro.config.notification_sound_2]: [S_Bubbles.ogg]
[ro.config.ringtone]: [Over_the_Horizon.ogg]
[ro.config.ringtone_2]: [Basic_Bell.ogg]
[ro.config.rm_preload_enabled]: [0]
[ro.config.tima]: [1]
[ro.config.timaversion]: [3.0]
[ro.cp_debug_level]: [0x55FF]
[ro.crypto.state]: [unencrypted]
[ro.csc.country_code]: [UAE]
[ro.csc.countryiso_code]: [AE]
[ro.csc.sales_code]: [XSG]
[ro.dalvik.vm.native.bridge]: [0]
[ro.debug_level]: [0x4f4c]
[ro.debuggable]: [0]
[ro.emmc]: [true]
[ro.emmc_checksum]: [unknown]
[ro.error.receiver.default]: [com.samsung.receiver.error]
[ro.factorytest]: [0]
[ro.fm.transmitter]: [false]
[ro.frp.pst]: [/dev/block/persistent]
[ro.gps.agps_provider]: [1]
[ro.hardware]: [qcom]
[ro.hdcp2.rx]: [tz]
[ro.kernel.qemu]: [0]
[ro.min_freq_0]: [533333]
[ro.min_freq_4]: [499200]
[ro.multisim.simslotcount]: [2]
[ro.nvdata_backup]: [unknown]
[ro.opengles.version]: [196608]
[ro.pip.gated]: [0]
[ro.product.board]: [msm8916]
[ro.product.brand]: [samsung]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.device]: [j7elte]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [GB]
[ro.product.manufacturer]: [samsung]
[ro.product.model]: [SM-J700F]
[ro.product.name]: [j7eltexx]
[ro.product_ship]: [true]
[ro.qc.sdk.audio.fluencetype]: [none]
[ro.qc.sdk.audio.ssr]: [false]
[ro.qualcomm.bluetooth.ftp]: [true]
[ro.qualcomm.bluetooth.hfp]: [true]
[ro.qualcomm.bluetooth.hsp]: [true]
[ro.qualcomm.bluetooth.map]: [true]
[ro.qualcomm.bluetooth.nap]: [true]
[ro.qualcomm.bluetooth.opp]: [true]
[ro.qualcomm.bluetooth.pbap]: [true]
[ro.qualcomm.bt.hci_transport]: [smd]
[ro.qualcomm.cabl]: [2]
[ro.revision]: [4]
[ro.ril.svdo]: [false]
[ro.ril.svlte1x]: [false]
[ro.runtime.firstboot]: [1470215697667]
[ro.sec.fle.encryption]: [true]
[ro.secure]: [1]
[ro.security.icd.flagmode]: [single]
[ro.security_mode]: [1526595584]
[ro.serialno]: [ec8990f8]
[ro.setupwizard.mode]: [DISABLED]
[ro.sf.lcd_density]: [320]
[ro.telephony.call_ring.multiple]: [false]
[ro.telephony.default_network]: [9]
[ro.use_data_netmgrd]: [false]
[ro.vendor.extension_library]: [libqti-perfd-client.so]
[ro.warranty_bit]: [1]
[ro.wifi.channels]: []
[ro.zygote]: [zygote32]
[sec.fle.encryption.status]: [Dec NewFile IncludeMedia]
[security.mdpp.mass]: [skmm]
[security.tima.safe_mode]: [false]
[selinux.policy_version]: [SEPF_SM-J7008_5.1_0016]
[selinux.reload_policy]: [1]
[selinux.sec.restorecon]: [1]
[service.bootanim.exit]: [0]
[service.camera.hdmi_preview]: [0]
[service.camera.running]: [0]
[service.media.powersnd]: [1]
[storage.mmc.size]: [15758000128]
[storage.preload.complete]: [1]
[supolicy.loaded]: [1]
[sys.boot_completed]: [1]
[sys.cameramode.blackbox]: [0]
[sys.cameramode.vtcall]: [0]
[sys.config.samp_spcm_enable]: [true]
[sys.config.spcm_db_enable]: [true]
[sys.config.spcm_db_launcher]: [true]
[sys.config.spcm_gcm_kill_enable]: [true]
[sys.config.spcm_preload_enable]: [true]
[sys.enterprise.billing.version]: [1.1.0]
[sys.enterprise.otp.version]: [1.1.0]
[sys.hangouts.fps]: [-1]
[sys.ims.QMI_DAEMON_STATUS]: [1]
[sys.isdumpstaterunning]: [0]
[sys.knox.exists]: [0]
[sys.knox.store]: [0]
[sys.listeners.registered]: [true]
[sys.mobicore.loaded]: [true]
[sys.mobicoredaemon.enable]: [true]
[sys.qseecomd.enable]: [true]
[sys.siop.level]: [0]
[sys.ssrm.mdnie]: [-1]
[sys.sysctl.compact_memory]: [1]
[sys.sysctl.extra_free_kbytes]: [10800]
[sys.sysctl.tcp_def_init_rwnd]: [60]
[sys.usb.config]: [diag,acm,adb]
[sys.usb.rps_mask]: [0]
[sys.usb.state]: [diag,acm,adb]
[sys.usb_uicc.enabled]: [0]
[sys.usb_uicc.loading]: [1]
[tunnel.audio.encode]: [false]
[use.voice.path.for.pcm.voip]: [true]
[vidc.enc.narrow.searchrange]: [1]
[vold.pfe]: [deactivated]
[vold.post_fs_data_done]: [1]
[vzw.os.rooted]: [false]
[wifi.interface]: [wlan0]
[wlan.driver.ath]: [0]
[wlan.driver.status]: [ok]
[wlan.wfd.status]: [disconnected]
[email protected]:/ $
and partitions
Code:
[email protected]:/ $ ls -l /dev/block/platform/7824900.sdhci/by-name
ls -l /dev/block/platform/7824900.sdhci/by-name
lrwxrwxrwx root root 2015-01-01 04:00 aboot -> /dev/block/mmcbl
k0p5
lrwxrwxrwx root root 2015-01-01 04:00 apnhlos -> /dev/block/mmc
blk0p1
lrwxrwxrwx root root 2015-01-01 04:00 backup -> /dev/block/mmcb
lk0p19
lrwxrwxrwx root root 2015-01-01 04:00 boot -> /dev/block/mmcblk
0p16
lrwxrwxrwx root root 2015-01-01 04:00 cache -> /dev/block/mmcbl
k0p25
lrwxrwxrwx root root 2015-01-01 04:00 ddr -> /dev/block/mmcblk0
p4
lrwxrwxrwx root root 2015-01-01 04:00 efs -> /dev/block/mmcblk0
p13
lrwxrwxrwx root root 2015-01-01 04:00 fota -> /dev/block/mmcblk
0p18
lrwxrwxrwx root root 2015-01-01 04:00 fsc -> /dev/block/mmcblk0
p20
lrwxrwxrwx root root 2015-01-01 04:00 fsg -> /dev/block/mmcblk0
p9
lrwxrwxrwx root root 2015-01-01 04:00 modem -> /dev/block/mmcbl
k0p2
lrwxrwxrwx root root 2015-01-01 04:00 modemst1 -> /dev/block/mm
cblk0p14
lrwxrwxrwx root root 2015-01-01 04:00 modemst2 -> /dev/block/mm
cblk0p15
lrwxrwxrwx root root 2015-01-01 04:00 pad -> /dev/block/mmcblk0
p11
lrwxrwxrwx root root 2015-01-01 04:00 param -> /dev/block/mmcbl
k0p12
lrwxrwxrwx root root 2015-01-01 04:00 persdata -> /dev/block/mm
cblk0p23
lrwxrwxrwx root root 2015-01-01 04:00 persist -> /dev/block/mmc
blk0p22
lrwxrwxrwx root root 2015-01-01 04:00 qhee -> /dev/block/mmcblk
0p8
lrwxrwxrwx root root 2015-01-01 04:00 qsee -> /dev/block/mmcblk
0p7
lrwxrwxrwx root root 2015-01-01 04:00 recovery -> /dev/block/mm
cblk0p17
lrwxrwxrwx root root 2015-01-01 04:00 rpm -> /dev/block/mmcblk0
p6
lrwxrwxrwx root root 2015-01-01 04:00 sbl1 -> /dev/block/mmcblk
0p3
lrwxrwxrwx root root 2015-01-01 04:00 sec -> /dev/block/mmcblk0
p10
lrwxrwxrwx root root 2015-01-01 04:00 ssd -> /dev/block/mmcblk0
p21
lrwxrwxrwx root root 2015-01-01 04:00 system -> /dev/block/mmcb
lk0p24
lrwxrwxrwx root root 2015-01-01 04:00 userdata -> /dev/block/mm
cblk0p26
[email protected]:/ $
experts who could help that would be appreciated ,
device couldn't not be flashed twrp or any other custom recovery yet,
same issue
Dear Wajid
i have exactly the same issue with my device J7008 ,it has comes with Baseband # J700FXXU1AOK2
but after receiving Keis update the phone become in chinees & english languages only
please share any idea about restoring the old pda version
Best regards .
housain03 said:
Dear Wajid
i have exactly the same issue with my device J7008 ,it has comes with Baseband # J700FXXU1AOK2
but after receiving Keis update the phone become in chinees & english languages only
please share any idea about restoring the old pda version
Best regards .
Click to expand...
Click to collapse
Once i get solution i wil post here, im still looking and trying to do something , if anyone can help us , i can provide all datas which is from modified SM-J7008 (PDA Version: J700FXXU1AOK2
Phone Version: J7008ZMU1AOH5 Bootloader ver: J7008ZMU1AOH5 ) . ready to test if any members interested to test.
tech help
Hi
any idea about dealing with that issue
Anyone got it working? post the results man.
Hi,
I have 2 tablets running an ancient android version, they have the 'Allwinner A33' chipset.
One tablet is working and one is bricked (bootloader is overwritten and not working).
From the working tablet I copied all the /dev/block partitions using "adb pull /dev/block/mmcblk0 mmcblk0.img" and the mmcblk0boot0 and mmcblk0boot1 to my linux pc.
The bricked tablet starts up in Sunxi FEL mode.
Code:
[email protected]:/# sunxi-fel vers
AWUSBFEX soc=00001667(A33) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000
Howto write the bootloader (or complete mmcblk0) from the working tablet to the bricked one?
Where to start?
Any help would be greatly appreciated!
Best Regards,
Donald.
Megapearl said:
Hi,
I have 2 tablets running an ancient android version, they have the 'Allwinner A33' chipset.
One tablet is working and one is bricked (bootloader is overwritten and not working).
From the working tablet I copied all the /dev/block partitions using "adb pull /dev/block/mmcblk0 mmcblk0.img" and the mmcblk0boot0 and mmcblk0boot1 to my linux pc.
The bricked tablet starts up in Sunxi FEL mode.
Howto write the bootloader (or complete mmcblk0) from the working tablet to the bricked one?
Where to start?
Any help would be greatly appreciated!
Best Regards,
Donald.
Click to expand...
Click to collapse
Hello and good afternoon, @Megapearl
Prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
When I write the mmcblk0.img to a sdcard using dd it boots android from the sdcard on the bricked tablet, I can enter fastboot mode or open a root shell using adb shell, how can I flash the internal memory? It sees the sdcard as mmcblk0 instead of the internal emmc.
Some info from the working tablet:
Code:
[email protected]:/ # blkid
/dev/block/zram0: TYPE="swap"
/dev/block/mmcblk0p1: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
/dev/block/mmcblk0p2: SEC_TYPE="msdos" LABEL="Volumn" UUID="0000-0000" TYPE="vfat"
/dev/block/mmcblk0p7: LABEL="system" UUID="da594c53-9beb-f85c-85c5-cedf76546f7a" TYPE="ext4"
/dev/block/mmcblk0p10: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
/dev/block/mmcblk0p15: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
/dev/block/mmcblk0p17: SEC_TYPE="msdos" UUID="2CF4-10B2" TYPE="vfat"
[email protected]:/ #
[email protected]:/ # busybox fdisk -l /dev/block/mmcblk0
Disk /dev/block/mmcblk0: 7818 MB, 7818182656 bytes
1 heads, 16 sectors/track, 954368 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 * 270849 960512 5517312 b Win95 FAT32
Partition 1 does not end on cylinder boundary
/dev/block/mmcblk0p2 4609 8704 32768 6 FAT16
Partition 2 does not end on cylinder boundary
/dev/block/mmcblk0p3 1 262145 2097152 5 Extended
Partition 3 does not end on cylinder boundary
/dev/block/mmcblk0p5 8705 10752 16384 83 Linux
/dev/block/mmcblk0p6 10753 12800 16384 83 Linux
/dev/block/mmcblk0p7 12801 143872 1048576 83 Linux
/dev/block/mmcblk0p8 143873 145920 16384 83 Linux
/dev/block/mmcblk0p9 145921 150016 32768 83 Linux
/dev/block/mmcblk0p10 150017 248320 786432 83 Linux
/dev/block/mmcblk0p11 248321 250368 16384 83 Linux
/dev/block/mmcblk0p12 250369 252416 16384 83 Linux
/dev/block/mmcblk0p13 252417 252480 512 83 Linux
/dev/block/mmcblk0p14 252481 254464 15872 83 Linux
/dev/block/mmcblk0p15 254465 264704 81920 83 Linux
/dev/block/mmcblk0p16 264705 266752 16384 83 Linux
/dev/block/mmcblk0p17 266753 270848 32768 83 Linux
Partition table entries are not in disk order
[email protected]:/ #
[email protected]:/ # cat /proc/cpuinfo
Processor : ARMv7 Processor rev 5 (v7l)
processor : 0
BogoMIPS : 2285.71
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 : 5
Hardware : sun8i
Revision : 0000
Serial : 278789046006ffffc172
[email protected]:/ #
[email protected]:/ # cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0
253 0 zram0 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 9756 2278 1260297 60860 858 2006 28632 17060 0 27860 77900
179 1 mmcblk0p1 5781 1533 849324 37490 838 2003 28448 16420 0 21450 53880
179 2 mmcblk0p2 33 0 33 10 0 0 0 0 0 10 10
179 3 mmcblk0p3 0 0 0 0 0 0 0 0 0 0 0
179 5 mmcblk0p5 0 0 0 0 0 0 0 0 0 0 0
179 6 mmcblk0p6 0 0 0 0 0 0 0 0 0 0 0
179 7 mmcblk0p7 3836 373 407378 23250 0 0 0 0 0 11170 23240
179 8 mmcblk0p8 0 0 0 0 0 0 0 0 0 0 0
179 9 mmcblk0p9 0 0 0 0 0 0 0 0 0 0 0
179 10 mmcblk0p10 31 66 764 20 10 2 96 260 0 270 280
179 11 mmcblk0p11 0 0 0 0 0 0 0 0 0 0 0
179 12 mmcblk0p12 0 0 0 0 0 0 0 0 0 0 0
179 13 mmcblk0p13 16 240 2048 60 2 0 16 100 0 100 160
179 14 mmcblk0p14 0 0 0 0 0 0 0 0 0 0 0
179 15 mmcblk0p15 23 66 700 10 8 1 72 280 0 290 290
259 0 mmcblk0p16 1 0 1 0 0 0 0 0 0 0 0
259 1 mmcblk0p17 33 0 33 20 0 0 0 0 0 20 20
179 32 mmcblk0boot1 1 0 8 0 0 0 0 0 0 0 0
179 16 mmcblk0boot0 1 0 8 0 0 0 0 0 0 0 0
[email protected]:/ #
[email protected]:/# adb shell getprop
[dalvik.vm.boot-dex2oat-threads]: [4]
[dalvik.vm.dex2oat-Xms]: [64m]
[dalvik.vm.dex2oat-Xmx]: [512m]
[dalvik.vm.dex2oat-filter]: []
[dalvik.vm.dex2oat-flags]: [--no-watch-dog]
[dalvik.vm.dex2oat-threads]: [3]
[dalvik.vm.heapgrowthlimit]: [80m]
[dalvik.vm.heapmaxfree]: [8m]
[dalvik.vm.heapminfree]: [512k]
[dalvik.vm.heapsize]: [384m]
[dalvik.vm.heapstartsize]: [8m]
[dalvik.vm.heaptargetutilization]: [0.75]
[dalvik.vm.image-dex2oat-Xms]: [64m]
[dalvik.vm.image-dex2oat-Xmx]: [64m]
[dalvik.vm.image-dex2oat-filter]: []
[dalvik.vm.image-dex2oat-threads]: [4]
[dalvik.vm.isa.arm.features]: [default]
[dalvik.vm.isa.arm.variant]: [cortex-a7]
[dalvik.vm.jit.codecachesize]: [0]
[dalvik.vm.lockprof.threshold]: [500]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[dalvik.vm.usejit]: [true]
[debug.atrace.tags.enableflags]: [0]
[debug.force_rtl]: [0]
[debug.hwui.render_dirty_regions]: [false]
[dev.bootcomplete]: [1]
[drm.service.enabled]: [true]
[gsm.current.phone-type]: [1]
[gsm.network.type]: [Unknown]
[gsm.operator.alpha]: []
[gsm.operator.iso-country]: []
[gsm.operator.isroaming]: [false]
[gsm.operator.numeric]: []
[gsm.sim.operator.alpha]: []
[gsm.sim.operator.iso-country]: []
[gsm.sim.operator.numeric]: []
[gsm.sim.state]: [NOT_READY]
[gsm.version.ril-impl]: [sw-dataonly-ril-for-6.0_v1.0]
[init.svc.CheckProdmode]: [stopped]
[init.svc.adbd]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.bootclone]: [stopped]
[init.svc.debuggerd]: [running]
[init.svc.drm]: [running]
[init.svc.gatekeeperd]: [running]
[init.svc.healthd]: [running]
[init.svc.ic_encrypt]: [stopped]
[init.svc.installd]: [running]
[init.svc.keystore]: [running]
[init.svc.lmkd]: [running]
[init.svc.logd]: [running]
[init.svc.logd-reinit]: [stopped]
[init.svc.logger_private]: [stopped]
[init.svc.media]: [running]
[init.svc.nand_trim]: [running]
[init.svc.netd]: [running]
[init.svc.p2p_supplicant]: [stopped]
[init.svc.perfprofd]: [running]
[init.svc.prepare_oemfs]: [stopped]
[init.svc.ril-daemon]: [running]
[init.svc.sayeye]: [running]
[init.svc.servicemanager]: [running]
[init.svc.surfaceflinger]: [running]
[init.svc.ueventd]: [running]
[init.svc.vold]: [running]
[init.svc.wifi_off_on]: [stopped]
[init.svc.wifi_set]: [stopped]
[init.svc.zygote]: [running]
[keyguard.no_require_sim]: [true]
[net.bt.name]: [Android]
[net.change]: [net.qtaguid_enabled]
[net.hostname]: [android-afc029122f650851]
[net.qtaguid_enabled]: [1]
[net.tcp.default_init_rwnd]: [60]
[persist.fw.force_adoptable]: [true]
[persist.service.bdroid.bdaddr]: [8c:f7:10:9c:69:1a]
[persist.sys.boot.first]: [0]
[persist.sys.boot.first.wehc]: [0]
[persist.sys.country]: []
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.language]: []
[persist.sys.locale]: [en-US]
[persist.sys.localevar]: []
[persist.sys.profiler_ms]: [0]
[persist.sys.strictmode.disable]: [1]
[persist.sys.strictmode.visual]: [0]
[persist.sys.timezone]: [Europe/Paris]
[persist.sys.usb.config]: [mtp,adb]
[ril.sw.modem.status]: [off]
[rild.libargs]: [-d/dev/ttyUSB2]
[rild.libpath]: [libsoftwinner-ril-6.0.so]
[ro.adb.secure]: [0]
[ro.allow.mock.location]: [1]
[ro.am.reschedule_service]: [true]
[ro.baseband]: [unknown]
[ro.board.platform]: [astar]
[ro.boot.hardware]: [sun8i]
[ro.boot.serialno]: [F10119140109]
[ro.bootimage.build.date]: [Mon Dec 10 10:34:16 HKT 2018]
[ro.bootimage.build.date.utc]: [1544409256]
[ro.bootimage.build.fingerprint]: [Allwinner/astar_hmi/astar-hmi:6.0.1/MOB30R/20181210:eng/release-keys]
[ro.bootloader]: [unknown]
[ro.bootmode]: [unknown]
[ro.bt.bdaddr_path]: [/data/misc/bluetooth/bdaddr]
[ro.build.characteristics]: [tablet]
[ro.build.date]: [Mon Dec 10 10:33:56 HKT 2018]
[ro.build.date.utc]: [1544409236]
[ro.build.description]: [astar_hmi-eng 6.0.1 MOB30R 20181210 release-keys]
[ro.build.display.id]: [astar_hmi-eng 6.0.1 MOB30R 20181210 release-keys]
[ro.build.fingerprint]: [Allwinner/astar_hmi/astar-hmi:6.0.1/MOB30R/20181210:eng/release-keys]
[ro.build.flavor]: [astar_hmi-eng]
[ro.build.host]: [ctserver]
[ro.build.id]: [MOB30R]
[ro.build.product]: [astar-hmi]
[ro.build.tags]: [release-keys]
[ro.build.type]: [eng]
[ro.build.user]: [garyxu]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [20181210]
[ro.build.version.preview_sdk]: [0]
[ro.build.version.release]: [6.0.1]
[ro.build.version.sdk]: [23]
[ro.build.version.security_patch]: [2016-07-05]
[ro.carrier]: [unknown]
[ro.config.alarm_alert]: [Alarm_Classic.ogg]
[ro.config.media]: [1]
[ro.config.notification_sound]: [pixiedust.ogg]
[ro.config.ringtone]: [Ring_Synth_04.ogg]
[ro.crypto.state]: [unencrypted]
[ro.dalvik.vm.native.bridge]: [0]
[ro.debuggable]: [1]
[ro.expect.recovery_id]: [0x9b70ed0cd0086f8c9f1154eeae56dac66bd89adf000000000000000000000000]
[ro.frp.pst]: [/dev/block/by-name/frp]
[ro.hardware]: [sun8i]
[ro.kernel.android.checkjni]: [0]
[ro.opengles.version]: [131072]
[ro.product.board]: [exdroid]
[ro.product.brand]: [Allwinner]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.device]: [astar-hmi]
[ro.product.firmware]: [v6.0rc3]
[ro.product.locale]: [en-US]
[ro.product.manufacturer]: [Allwinner]
[ro.product.model]: [WEHC HMI]
[ro.product.name]: [astar_hmi]
[ro.revision]: [0]
[ro.runtime.firstboot]: [2523231]
[ro.secure]: [0]
[ro.serialno]: [F10119140109]
[ro.sf.lcd_density]: [160]
[ro.sf.rotation]: [90]
[ro.sw.embeded.telephony]: [false]
[ro.sys.cputype]: [WEHC]
[ro.sys.ion_flush_cache_range]: [1]
[ro.sys.mutedrm]: [true]
[ro.sys.widevine_oemcrypto_level]: [3]
[ro.wifi.channels]: []
[ro.zygote]: [zygote32]
[ro.zygote.disable_gl_preload]: [false]
[rw.logger]: [0]
[selinux.reload_policy]: [1]
[service.bootanim.exit]: [1]
[sys.boost_up_perf.displays]: [1]
[sys.boot_completed]: [1]
[sys.forcegles]: [0]
[sys.lights_leds]: [1]
[sys.oem_unlock_allowed]: [1]
[sys.sensors]: [1]
[sys.settings_global_version]: [2]
[sys.sysctl.extra_free_kbytes]: [12000]
[sys.usb.config]: [mtp,adb]
[sys.usb.configfs]: [0]
[sys.usb.state]: [mtp,adb]
[vold.has_adoptable]: [0]
[vold.post_fs_data_done]: [1]
[wifi.interface]: [wlan0]
[wifi.supplicant_scan_interval]: [15]
[wlan.driver.status]: [unloaded]
[zygote.mount_fs_data_done]: [1]
[email protected]:/ # cat /proc/mounts
rootfs / rootfs ro,seclabel,relatime 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,seclabel,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,seclabel,relatime,mode=750,gid=1000 0 0
tmpfs /mnt tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
none /dev/cpuset cgroup rw,relatime,cpuset,noprefix,release_agent=/sbin/cpuset_release_agent 0 0
tmpfs /sensors_cache tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
/dev/block/by-name/system /system ext4 ro,seclabel,relatime,data=ordered 0 0
/dev/block/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,noatime,nomblk_io_submit,discard,noauto_da_alloc,errors=panic,data=ordered 0 0
/dev/block/by-name/alog /logger ext4 rw,seclabel,nosuid,nodev,noatime,nomblk_io_submit,discard,noauto_da_alloc,errors=panic,data=ordered 0 0
/dev/block/by-name/UDISK /data ext4 rw,seclabel,nosuid,nodev,noatime,nomblk_io_submit,discard,noauto_da_alloc,errors=panic,data=ordered 0 0
tmpfs /storage tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
/dev/block/by-name/bootloader /bootloader vfat rw,relatime,uid=1000,gid=1000,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=ascii,shortname=lower,errors=remount-ro 0 0
/dev/fuse /mnt/runtime/default/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /mnt/runtime/read/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /mnt/runtime/write/emulated fuse rw,nosuid,nodev,noexec,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/block/by-name/oem /factory vfat rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
[email protected]:/ # cat /proc/partitions
major minor #blocks name
253 0 262144 zram0
179 0 7634944 mmcblk0
179 1 5468160 mmcblk0p1
179 2 32768 mmcblk0p2
179 3 1 mmcblk0p3
179 5 16384 mmcblk0p5
179 6 16384 mmcblk0p6
179 7 1048576 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 32768 mmcblk0p9
179 10 786432 mmcblk0p10
179 11 16384 mmcblk0p11
179 12 16384 mmcblk0p12
179 13 512 mmcblk0p13
179 14 15872 mmcblk0p14
179 15 81920 mmcblk0p15
259 0 16384 mmcblk0p16
259 1 32768 mmcblk0p17
179 32 4096 mmcblk0boot1
179 16 4096 mmcblk0boot0
@Megapearl while I am aware of the FEL mode and the Sunxi tools, I could not figure-out how to actually flash a device using them. Instead I discovered that Allwinner devices can be flashed using the Phoenixcard utility and a suitable ROM. The hardest part was finding a ROM that matched my hardware.
Phoenixcard enables the creation of an SD as either Product which will be automatically flashed to the device when it is powered-on (remember to remove the SD once it's done) or as Startup which is a "Live" bootable version which is what you have already created using DD.
There is also the ImgRepacker tool that packs/unpacks the images which is useful as it allows the partition images to be replaced eg replacing the recovery partition.
Note that the ROMs are not disk images. There are some files that are partition images but there are also various other files for configuration etc. I hope this helps.