Overnight Nand Death - Galaxy S III Q&A, Help & Troubleshooting

Hi All,
I've loved my Samsung Galaxy S3 I9300 and have been so happy with the Resurrection Remix Marshmallow ROM (ResurrectionRemix-M-v5.6.4-20160223-i9300.zip). Over the last few weeks, I'd notice the phone would have random problems but a re-install via full wipe would bring it back into working order. However, when I woke up this morning all I could get was the Samsung SIII boot logo, the recovery: TWRP v2.8.6.1 or the fastboot/download mode.
When the TWRP recovery is booted I discovered I can get a root shell via "adb shell" and that /data was empty and, in fact, all my filesystems are read only. I'm an old linux hand so I suspect my 16GB of internal Nand memory is getting a bit too long in the tooth... so I thought I'd "umount /data" try running "e2fsck -vf /dev/block/mmcblk0p12" on the /data device... and "/proc/kmsg" spurts out a steady stream of I/O errors:
<7>[ 1440.020301] c0 mshci: ===========================================
<3>[ 1440.020402] c0 brq->sbc.opcode=23,brq->cmd.opcode=25.
<3>[ 1440.020449] c0 brq->sbc.error=-110,brq->cmd.error=0, brq->stop.error=0,brq->data.error=0.
<3>[ 1440.020558] c0 mmcblk0: timed out sending SET_BLOCK_COUNT command, card status 0x400d00
<3>[ 1440.020628] c0 mmcblk0: command error, retrying timeout
<3>[ 1440.144001] c0 mmc0: cmd 23 response timeout error
<7>[ 1440.144050] c0 mshci: ============== REGISTER DUMP ==============
<7>[ 1440.144105] c0 mshci: MSHCI_CTRL: 0x00000010
<7>[ 1440.144147] c0 mshci: MSHCI_PWREN: 0x00000001
<7>[ 1440.144190] c0 mshci: MSHCI_CLKDIV: 0x00000001
<7>[ 1440.144232] c0 mshci: MSHCI_CLKSRC: 0x00000000
<7>[ 1440.144275] c0 mshci: MSHCI_CLKENA: 0x00000001
<7>[ 1440.144317] c0 mshci: MSHCI_TMOUT: 0xffffffff
<7>[ 1440.144360] c0 mshci: MSHCI_CTYPE: 0x00010000
<7>[ 1440.144402] c0 mshci: MSHCI_BLKSIZ: 0x00000200
<7>[ 1440.144445] c0 mshci: MSHCI_BYTCNT: 0x00001000
<7>[ 1440.144488] c0 mshci: MSHCI_INTMSK: 0x0000bfce
<7>[ 1440.144530] c0 mshci: MSHCI_CMDARG: 0x00000020
<7>[ 1440.144573] c0 mshci: MSHCI_CMD: 0x20002157
<7>[ 1440.144615] c0 mshci: MSHCI_MINTSTS: 0x00000000
<7>[ 1440.144658] c0 mshci: MSHCI_RINTSTS: 0x00000030
<7>[ 1440.144700] c0 mshci: MSHCI_STATUS: 0x00006906
<7>[ 1440.144743] c0 mshci: MSHCI_FIFOTH: 0x503f0040
<7>[ 1440.144786] c0 mshci: MSHCI_CDETECT: 0x00000001
<7>[ 1440.144828] c0 mshci: MSHCI_WRTPRT: 0x00000001
<7>[ 1440.144871] c0 mshci: MSHCI_GPIO: 0x00000000
<7>[ 1440.144913] c0 mshci: MSHCI_TCBCNT: 0x00000800
<7>[ 1440.144956] c0 mshci: MSHCI_TBBCNT: 0x00001000
<7>[ 1440.144999] c0 mshci: MSHCI_DEBNCE: 0x000fffff
<7>[ 1440.145041] c0 mshci: MSHCI_USRID: 0xffffffff
<7>[ 1440.145084] c0 mshci: MSHCI_VERID: 0x5342240a
<7>[ 1440.145127] c0 mshci: MSHCI_HCON: 0x00e424c1
<7>[ 1440.145169] c0 mshci: MSHCI_UHS_REG: 0x00010000
<7>[ 1440.145212] c0 mshci: MSHCI_BMOD: 0x00000582
<7>[ 1440.145254] c0 mshci: MSHCI_PLDMND: 0x00000000
<7>[ 1440.145297] c0 mshci: MSHCI_DBADDR: 0x6bc44000
<7>[ 1440.145340] c0 mshci: MSHCI_IDSTS: 0x00000000
<7>[ 1440.145382] c0 mshci: MSHCI_IDINTEN: 0x00000000
<7>[ 1440.145425] c0 mshci: MSHCI_DSCADDR: 0x6bc44000
<7>[ 1440.145467] c0 mshci: MSHCI_BUFADDR: 0x00000000
<7>[ 1440.145510] c0 mshci: MSHCI_WAKEUPCON: 0x00000000
<7>[ 1440.145553] c0 mshci: MSHCI_CLOCKCON: 0x00000000
<7>[ 1440.145595] c0 mshci: MSHCI_FIFODAT: 0x00000000
<7>[ 1440.145638] c0 mshci: ===========================================
<3>[ 1440.145808] c0 mmc0: it occurs a critical error on eMMC it'll try to recover eMMC to normal state​
So, since my TWRP seems intact but my internal Nand memory appears hosed is there any way I can convince TWRP or any other bootloader/recovery to use my external SDCARD as a boot device instead ?
I note that there's a /init.rc which appears to define where ANDROID_ROOT and ANDROID_DATA come from:
on init
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
export LD_LIBRARY_PATH .:/sbin
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /sdcard
mkdir /sdcard
mkdir /extSdCard
mkdir /system
mkdir /data
mkdir /cache
mkdir /preload
mkdir /efs
mount /tmp /tmp tmpfs​
I'm not clear on where the content of / comes from... I seem to have lost everything in /system (except for an empty /system/bin)... / does seem to be writable but it does not persist reboots. Old favourites for partition information seem inconsistent: fdisk, df, mount and /proc/partitions.
Fdisk only sees one partition, presumably because it's got a gpt label that fdisk cannot understand:
~ # fdisk -l /dev/block/mmcblk0
Disk /dev/block/mmcblk0: 15.7 GB, 15758000128 bytes
1 heads, 16 sectors/track, 1923584 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 1 1923584 15388671+ ee EFI GPT
Partition 1 does not end on cylinder boundary​
Df only sees cache, external_sd and /efs:
# df -kh
Filesystem Size Used Available Use% Mounted on
tmpfs 416.5M 48.0K 416.4M 0% /dev
/dev/block/mmcblk0p8 1007.9M 17.3M 990.6M 2% /cache
/dev/block/mmcblk1p1 59.6G 39.2G 20.4G 66% /external_sd
/dev/block/mmcblk0p3 19.7M 9.2M 10.5M 47% /efs​
Mount confirms "df":
# mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
/dev/block/mmcblk0p8 on /cache type ext4 (ro,seclabel,relatime,user_xattr,barrier=1,data=ordered)
/dev/block/mmcblk1p1 on /external_sd type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/block/mmcblk0p3 on /efs type ext4 (rw,seclabel,relatime,user_xattr,barrier=1,data=ordered)​
However, /proc/partitions contradicts these:
# cat /proc/partitions
major minor #blocks name
179 0 15388672 mmcblk0
179 1 4096 mmcblk0p1
179 2 4096 mmcblk0p2
179 3 20480 mmcblk0p3
179 4 8192 mmcblk0p4
179 5 8192 mmcblk0p5
179 6 8192 mmcblk0p6
179 7 32768 mmcblk0p7
179 8 1048576 mmcblk0p8
179 9 1572864 mmcblk0p9
179 10 573440 mmcblk0p10
179 11 8192 mmcblk0p11
179 12 12091392 mmcblk0p12
179 16 62521344 mmcblk1
179 17 62520320 mmcblk1p1​
Suggesting that the kernel sees all the devices and partitions.
Any advice hugely appreciated... I realise I may out of luck and just have to resign myself to the fact that, while I have a working device and SD card, the fact that the internal Nand memory is hosed means it's time to let go. Or maybe there's another way to breath life into the Nand ?
Any thoughts, the more technical the better, hugely appreciated.
Cheers,
Doug

I think twrp is the problem.
The safest thing to do is flash a stock rom via odin and start over.
The risky choice is to find another known working recovery and see if that can mount the partitions.
At one time twrp borked and i thought id lost my trusty old s3 so i found and flashed the stock recovery and all worked fine. I don't recommend it by a long shot. It was a "its f**ked anyway" moment.
Sent from my HTC One M9 using Tapatalk

Hi Shivado,
Thanks so much for responding.
I spent all day trying to download a stock i9300 4.3 ROM... every one I could find failed to download... from a wide range of dodgy looking file sharing sites. I'll keep trying... maybe, if I can't find one, I'll try re-flashing the recovery.
Cheers,
Doug

dscoular said:
Hi Shivado,
Thanks so much for responding.
I spent all day trying to download a stock i9300 4.3 ROM... every one I could find failed to download... from a wide range of dodgy looking file sharing sites. I'll keep trying... maybe, if I can't find one, I'll try re-flashing the recovery.
Cheers,
Doug
Click to expand...
Click to collapse
This stuff is for international (btu) only
https://drive.google.com/folderview?id=0B4vTiHTBB629ZW5vQndpbjFnblk
Sent from my HTC One M9 using Tapatalk

Hi Shivado,
I tried flashing with ODIN and Heimdall... Odin just timed out trying to set up a connection... Heimdall started flashing the cache.img file but then failed after 68%:
bash-3.2$ sudo heimdall flash --CACHE cache.img \
--BOOT boot.img \
--SYSTEM system.img \
--RECOVERY recovery.img \
--RADIO modem.bin \
--HIDDEN hidden.img \
--BOOTLOADER sboot.bin \
--TZSW tz.img --verbose
> > > > > > > Heimdall v1.4.1
Copyright (c) 2010-2014 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/
This software is provided free of charge. Copying and redistribution is
encouraged.
If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/
Initialising connection...
Detecting device...
Manufacturer: "SAMSUNG"
Product: "Gadget Serial"
length: 18
device class: 2
S/N: 0
VIDID: 04E8:685D
bcdDevice: 021B
iMan:iProd:iSer: 1:2:0
nb confs: 1
interface[0].altsetting[0]: num endpoints = 1
Class.SubClass.Protocol: 02.02.01
endpoint[0].address: 83
max packet size: 0010
polling interval: 09
interface[1].altsetting[0]: num endpoints = 2
Class.SubClass.Protocol: 0A.00.00
endpoint[0].address: 81
max packet size: 0200
polling interval: 00
endpoint[1].address: 02
max packet size: 0200
polling interval: 00
Claiming interface...
Setting up interface...
Initialising protocol...
Protocol initialisation successful.
Beginning session...
Some devices may take up to 2 minutes to respond.
Please be patient!
Session begun.
Downloading device's PIT file...
WARNING: Empty bulk transfer after receiving packet failed. Continuing anyway...
PIT file download successful.
Uploading CACHE
68%
ERROR: Failed to unpack received packet.​
I wonder if I can somehow boot off the external SD card instead ?
Any thoughts or suggestions hugely appreciated.
Cheers,
Doug

Related

REQUEST

Hey there, please someone run a tcpdump while the OTA update on the mini and send me the log. Because now my phone is still sending, but maybe i'm able to work on further till the phone arrives
Thanks
Bin4ry
X10 mini PRO comes out of the store with the latest firmware 1.1.А.0.8.
and can't be udated Over-the-air :-(
But X10 mini (may be) comes with 1.0.А.1.036
Any idea how to force update Over-the-air, if firmware already latest?
May be tcpdump of update over PcCompanion can help?
yep i know, but i we can crossflash X10 mini firmware to X10 mini pro (keyboard will not work). But now i'm searching for a x10 mini user who is making a tcpdump until i get the device to do it on my own
The faster someone helps the faster you get root
Regards
EDIT:
No way to force the update :/
SE is always using ssl-sha1 crypting in their communication with fota servers. We already tryed to guess the right chat but no luck. For now we can only dump the mainpath to fota.package and then we know it for all firmwares
PC-Comp. won't help, cause i'm working on dmclient. I think i have found the key to root a few hours ago. Now we need fota and firmware dump to roll back to the rom where fota updates from
Ок.
I already found the way to revert my firmware to previous 1.0.A.1.36 firmware.
1.1.А.0.8 -> 1.0.A.1.36 = completed
But now it's UK firmware and loose my Russian Warranty
But OTA update not available im my region :'(
OTA over WLAN is always available, because it only knows firmware version.
Hmm if not it weird.
So you are now on UK firmware?
Try to go into OTA Settings -> Networks -> WLAN Only
Then search again, if you got it:
tcpdump -D
-> you will get interfaces
tcpdump -w dump.log -I *INTERFACENUMBER*
Thanks
Bin4ry
NO!
I think it looks at SIM card, operator or IMEI.
OTA update not available :-(
Yes it now UK firmware – Google Voice works perfectly (it can't works in my country).
Phone Software version:
1235-3408_1.0.A.1.36
GENERIC - user
File System Version:
WORLD-1-8_1.0.A.1.36
S1 Boot version
1229-3593 R8A026
ETS Software version
1234-7269_1S_18
Customization version
1237-0392_R6A
Memory card
1236-3496_R9A
Content version
PA12
Type Number
AAD-3880069-BV
Click to expand...
Click to collapse
Way to revert:
Use debranding procedure.
And quick copy 2 files between SEUS download firmware from SE and load it to phone.
UPD: But SEUS says now that Update available!
UPD2: OTA can't find network without SIM installed!
hmmm, okay thanks for trying. Then we have to find somebody who is willing to do and for whom OTA is available :/
But many thanks for trying
Regards
Bin4ry
How to do that
Hi, I guess I may do what you ask for. I've tried udpated the phone using OTA. It told me I already have the latest software installed, so it OTA should be available by my guess.
What is the exact way to get the dump. I have no idea where tu put the commands in. I've left Win Mobile a few days ago (after 6 years) and I'm very new to Android
Regards,
Radek
Yes, update phone using OTA is clearly possible, here is a part of the message from a member of esto forum : "I upgraded yesterday to 1.1.A.08 in India on OTA and got two fresh apps installed, Roller Coaster & Backup/Restore." can see here (last message on the page) : http://www.esato.com/board/viewtopic.php?topic=194074&start=705
If you got this message there is not OTA for you :/
Some people here claimed that there is OTA, thats because it requested someone of them to capture it with tcpdump.
Regards
Bin4ry
Darkbidule said:
Yes, update phone using OTA is clearly possible, here is a part of the message from a member of esto forum : "I upgraded yesterday to 1.1.A.08 in India on OTA and got two fresh apps installed, Roller Coaster & Backup/Restore." can see here (last message on the page) : http://www.esato.com/board/viewtopic.php?topic=194074&start=705
Click to expand...
Click to collapse
If we can get the information from the service menu from this chaps phone we can hopefully recreate the link
I created a new thread to request this informations .... Maybe this time the right users answer
Regards
Bin4ry
MarylandCookie said:
If we can get the information from the service menu from this chaps phone we can hopefully recreate the link
Click to expand...
Click to collapse
This user got update:
Phone Software Version:
1235-3408_1.1.A.0.8
GEBERIC - user
File System Version:
WORLD-1-8_1.1.A.0.8
German User!
Regards
Bin4ry
May be this will help: device booting log
<5>[ 0.000000] Linux version 2.6.29 ([email protected]) (gcc version 4.2.1)
#1 PREEMPT Sun Apr 25 11:26:30 2010
<4>[ 0.000000] CPU: ARMv6-compatible processor [4117b365] revision 5 (ARMv6TEJ), cr=00c5387f
<4>[ 0.000000] CPU: VIPT aliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: QCT MSM7x27 SURF
<6>[ 0.000000] Partition (from atag) system -- Offset:160 Size:670
<6>[ 0.000000] Partition (from atag) cache -- Offset:7d0 Size:190
<6>[ 0.000000] Partition (from atag) appslog -- Offset:ffe Size:2
<6>[ 0.000000] Partition (from atag) userdata -- Offset:960 Size:69e
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
<7>[ 0.000000] On node 0 totalpages: 55296
<7>[ 0.000000] free_area_init_node: node 0, pgdat 804de1c8, node_mem_map 805fb000
<7>[ 0.000000] Normal zone: 432 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 54864 pages, LIFO batch:15
<6>[ 0.000000] allocating 524288 bytes at 80800000 (a00000 physical) for kernel ebi1 pmem arena
<6>[ 0.000000] allocating 15159296 bytes at 80eac000 (10ac000 physical) for mdp pmem arena
<6>[ 0.000000] allocating 8880128 bytes at 81d21000 (1f21000 physical) for adsp pmem arena
<6>[ 0.000000] allocating 16777216 bytes at 82599000 (2799000 physical) for gpu1 pmem arena
<6>[ 0.000000] allocating 1048576 bytes at 83599000 (3799000 physical) for fb
<6>[ 0.000000] allocating 2097152 bytes at 83700000 (3900000 physical) for KGSL
<6>[ 0.000000] L210 cache controller enabled
<4>[ 0.000000]
<4>[ 0.000000] [KDUMP] Successfully reserved Crashk Memory
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 54864
<5>[ 0.000000] Kernel command line: mem=216M androidboot.hardware=delta
msm_hsusb.pid=0x3137 console=ttyMSM2 serialno=xxxxx console=ttyMSM0 startup=0x00000001
<3>[ 0.000000] Unknown boot option `androidboot.hardware=delta': ignoring
<6>[ 0.000000] USB serial number: xxxxx
<7>[ 0.000000] startup_reason_setup: 0x1
<4>[ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
<4>[ 0.000000] Console: colour dummy device 80x30
<6>[ 0.000280] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000920] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.016915] Memory: 216MB = 216MB total
<5>[ 0.016948] Memory: 168704KB available (4628K code, 1296K data, 140K init)
<6>[ 0.017291] Calibrating delay loop... 599.65 BogoMIPS (lpj=2998272)
<4>[ 0.230310] Mount-cache hash table entries: 512
<6>[ 0.230871] CPU: Testing write buffer coherency: ok
<6>[ 0.233743] net_namespace: 296 bytes
<6>[ 0.234665] NET: Registered protocol family 16
<6>[ 0.236738] socinfo_init: v3, id=43, ver=0.0, raw_id=0, raw_ver=0, hw_plat=0
<6>[ 0.236760] acpu_clock_init()
<6>[ 0.236925] L val: PLL0: 50, PLL1: 12, PLL2: 62
<6>[ 0.237055] ACPU running at 600000 KHz
<6>[ 0.237071] Id CPU-KHz PLL DIV AHB-KHz ADIV AXI-KHz D0 D1 D2 U0 U1 U2
<6>[ 0.237098] 0 19200 -1 1 19200 1 30720 -1 -1 -1 1 4 3
<6>[ 0.237123] 1 120000 0 8 60000 2 61440 -1 -1 -1 5 4 3
<6>[ 0.237150] 2 122880 1 2 61440 2 61440 1 -1 -1 5 4 3
<6>[ 0.237175] 3 200000 2 6 66667 3 61440 1 2 -1 5 4 6
<6>[ 0.237200] 4 245760 1 1 122880 2 61440 1 2 3 7 -1 6
<6>[ 0.237225] 5 320000 0 3 160000 2 160000 1 2 3 7 -1 6
<6>[ 0.237250] 6 400000 2 3 133333 3 160000 5 4 3 7 -1 8
<6>[ 0.237276] 7 480000 0 2 160000 3 160000 5 4 6 -1 -1 8
<6>[ 0.237301] 8 600000 2 2 200000 3 200000 7 -1 6 -1 -1 -1
<6>[ 0.237320] Shared PLL control available.
<6>[ 0.237333] 5 scaling frequencies supported.
<7>[ 0.274038] msm_mddi_hitachi_display_device_init
<7>[ 0.274426] msm_mddi_samsung_display_device_init
<7>[ 0.274635] msm_mddi_toshiba_display_device_init
<6>[ 0.275236] console [oops-1] enabled
<4>[ 0.291785] bio: create slab <bio-0> at 0
<6>[ 0.293121] msm_i2c_probe
<6>[ 0.293233] msm_i2c_probe: clk_ctl 315, 400000 Hz
<6>[ 0.296706] Bluetooth: Core ver 2.15
<6>[ 0.297058] NET: Registered protocol family 31
<6>[ 0.297075] Bluetooth: HCI device and connection manager initialized
<6>[ 0.297096] Bluetooth: HCI socket layer initialized
<6>[ 0.299913] NET: Registered protocol family 2
<6>[ 0.300103] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
<7>[ 0.300196] Switched to high resolution mode on CPU 0
<6>[ 0.300596] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
<6>[ 0.300911] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
<6>[ 0.301081] TCP: Hash tables configured (established 8192 bind 8192)
<6>[ 0.301100] TCP reno registered
<6>[ 0.301290] NET: Registered protocol family 1
<6>[ 0.301893] checking if image is initramfs... it is
<6>[ 0.593413] Freeing initrd memory: 684K
<6>[ 0.595695] smd probe
<6>[ 0.595718] smd_core_init()
<6>[ 0.595801] smd_core_init() done
<6>[ 0.596068] smd_alloc_channel: cid 0 fifo found; size = 8192
<6>[ 0.596091] smd_alloc_channel() 'DS' cid=0
<6>[ 0.597035] smd_alloc_channel: cid 1 fifo found; size = 8192
<6>[ 0.597060] smd_alloc_channel() 'DIAG' cid=1
<6>[ 0.597440] smd_alloc_channel: cid 2 fifo found; size = 8192
<6>[ 0.597465] smd_alloc_channel() 'RPCCALL' cid=2
<6>[ 0.597868] smd_alloc_channel: cid 7 fifo found; size = 32768
<6>[ 0.597891] smd_alloc_channel() 'DATA1' cid=7
<6>[ 0.598321] smd_alloc_channel: cid 8 fifo found; size = 8192
<6>[ 0.598343] smd_alloc_channel() 'DATA2' cid=8
<6>[ 0.598766] smd_alloc_channel: cid 9 fifo found; size = 8192
<6>[ 0.598788] smd_alloc_channel() 'DATA3' cid=9
<6>[ 0.599191] smd_alloc_channel: cid 10 fifo found; size = 8192
<6>[ 0.599215] smd_alloc_channel() 'DATA4' cid=10
<6>[ 0.599628] smd_alloc_channel: cid 11 fifo found; size = 32768
<6>[ 0.599651] smd_alloc_channel() 'DATA5' cid=11
<6>[ 0.600021] smd_alloc_channel: cid 12 fifo found; size = 32768
<6>[ 0.600045] smd_alloc_channel() 'DATA6' cid=12
<6>[ 0.600485] smd_alloc_channel: cid 13 fifo found; size = 32768
<6>[ 0.600506] smd_alloc_channel() 'DATA7' cid=13
<6>[ 0.600940] smd_alloc_channel: cid 17 fifo found; size = 8192
<6>[ 0.600963] smd_alloc_channel() 'DATA11' cid=17
<3>[ 0.601380] smd_alloc_channel: cid 38 does not exist
<6>[ 0.601401] smd_alloc_channel: cid 39 fifo found; size = 8192
<6>[ 0.601421] smd_alloc_channel() 'DAL00' cid=39
<6>[ 0.601813] smd_alloc_channel: cid 40 fifo found; size = 8192
<6>[ 0.601835] smd_alloc_channel() 'DATA5_CNTL' cid=40
<6>[ 0.602243] smd_alloc_channel: cid 41 fifo found; size = 8192
<6>[ 0.602265] smd_alloc_channel() 'DATA6_CNTL' cid=41
<6>[ 0.602646] smd_alloc_channel: cid 42 fifo found; size = 8192
<6>[ 0.602670] smd_alloc_channel() 'DATA7_CNTL' cid=42
<6>[ 0.603630] SMD Control Port Driver Initialized.
<6>[ 0.604486] SMD: ch 2 CLOSED -> OPENING
<6>[ 0.604610] SMD: ch 2 OPENING -> OPENED
<3>[ 0.605335] Using very old AMSS modem firmware.
<3>[ 0.605383] Using very old AMSS modem firmware.
<6>[ 0.605916] [adsp:adsp.c:adsp_init] rs3000000a:00010000 -- 0
<6>[ 0.609846] [msm-audio:audpp.c:audpp_probe] Number of decoder supported 5
<6>[ 0.609876] [msm-audio:audpp.c:audpp_probe] Number of concurrency supported 7
<6>[ 0.609903] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[ 0.609921] [msm-audio:audpp.c:audpp_probe] queueid:13
<6>[ 0.609936] [msm-audio:audpp.c:audpp_probe] decid:0
<6>[ 0.609953] [msm-audio:audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.609970] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[ 0.609991] [msm-audio:audpp.c:audpp_probe] queueid:14
<6>[ 0.610006] [msm-audio:audpp.c:audpp_probe] decid:1
<6>[ 0.610021] [msm-audio:audpp.c:audpp_probe] nr_codec_support:5
<6>[ 0.610038] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[ 0.610055] [msm-audio:audpp.c:audpp_probe] queueid:15
<6>[ 0.610071] [msm-audio:audpp.c:audpp_probe] decid:2
<6>[ 0.610086] [msm-audio:audpp.c:audpp_probe] nr_codec_support:5
<6>[ 0.610106] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[ 0.610125] [msm-audio:audpp.c:audpp_probe] queueid:16
<6>[ 0.610140] [msm-audio:audpp.c:audpp_probe] decid:3
<6>[ 0.611198] [msm-audio:audpp.c:audpp_probe] nr_codec_support:4
<6>[ 0.611218] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[ 0.611241] [msm-audio:audpp.c:audpp_probe] queueid:17
<6>[ 0.611256] [msm-audio:audpp.c:audpp_probe] decid:4
<6>[ 0.611271] [msm-audio:audpp.c:audpp_probe] nr_codec_support:1
<6>[ 0.627273] RPC_TIME_TOD_SET_APPS_BASES:
<6>[ 0.627285] tick = 161731
<6>[ 0.627290] stamp = 18371725
<4>[ 0.627323] /home/hudsonslave/root/workspace/offbuild_param_deckard1_0_release_caf_matrix/
HUDSON_PRODUCT/robyn/HUDSON_VARIANT/user/label/
BUILDNODE/kernel/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 0.628021] proximity-sensor: proximity_probe called.
<6>[ 0.628586] Registered semc device: proximity-sensor
<6>[ 0.628605] proximity-sensor: driver installation succeeded
<6>[ 0.641741] ashmem: initialized
<6>[ 0.643300] fuse init (API version 7.11)
<4>[ 0.643923] yaffs May 12 2010 22:12:25 Installing.
<6>[ 0.643985] msgmni has been set to 331
<6>[ 0.644051] io scheduler noop registered
<6>[ 0.644066] io scheduler anticipatory registered (default)
<6>[ 0.644856] msm_fb_probe: phy_Addr = 0x3799000 virt = 0x8e200000
<6>[ 0.646640] MDP HW Base phy_Address = 0xaa200000 virt = 0x8e100000
<6>[ 0.647323] primary mddi base phy_addr = 0xaa600000 virt = 0x8e00c000
<6>[ 0.659028] MDDI: Hitachi: Found display with cell ID = 0xfd, module ID = 0x2,
revision ID = 0x20, driver ID = 0x13
<6>[ 0.662831] FrameBuffer[0] 240x320 size=307200 bytes is registered successfully!
<6>[ 0.663513] Registered led device: lcd-backlight
<6>[ 0.684138] diagfwd initializing ..
<6>[ 0.684456] SMD: ch 1 CLOSED -> OPENING
<6>[ 0.684475] diag opened SMD port; r = 0
<6>[ 0.684560] SMD: ch 1 OPENING -> OPENED
<6>[ 0.684825] diagchar initializing ..
<6>[ 0.685311] diagchar initialized
<6>[ 0.685545] [drm] Initialized drm 1.1.0 20060810
<6>[ 0.685633] msm_serial: detected port #2
<6>[ 0.685736] msm_serial.2: ttyMSM2 at MMIO 0xa9c00000 (irq = 11) is a MSM
<6>[ 0.685855] msm_serial: console setup on port #2
<6>[ 0.685880] console [ttyMSM2] enabled
<6>[ 1.533379] msm_serial: driver initialized
<6>[ 1.535949] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 1.544018] msm_serial_hs module loaded
<6>[ 1.551528] brd: module loaded
<6>[ 1.555713] loop: module loaded
<6>[ 1.556083] pmem: 1 init
<6>[ 1.557169] pmem_adsp: 0 init
<6>[ 1.559469] pmem_gpu1: 0 init
<3>[ 1.563249] pmic-lightsensor: registered.
<6>[ 1.566681] SEMC_Systemconnector: Successfully initialized.
<6>[ 1.573843] Registered semc device: vibrator
<6>[ 1.575488] msm_pmic_vibrator version 0.1 loaded
<6>[ 1.580086] semc_power: Loading...
<6>[ 1.583503] bq24180: Setting up HW
<6>[ 1.586909] bq24180: Probing
<6>[ 1.589724] bq24180: Starting watchdog reset
<6>[ 1.594721] bq24180: BQ24180 not initialized by boot SW
<6>[ 1.599184] bq24180: Stopping watchdog reset
<6>[ 1.603738] bq24180: Found HW BQ24180 revision 0x01.
<6>[ 1.609509] bq24180: Set init values
<6>[ 1.611966] bq24180: Setting charger voltage to 0 mV
<6>[ 1.616998] bq24180: Setting charger current to 0 mA
<6>[ 1.621856] bq24180: Disable charger
<6>[ 1.625506] bq24180: Set safety timer to 0 minutes
<6>[ 1.630826] semc_pwr_pltf: Setting up platform
<3>[ 1.635348] power_supply battery: driver failed to report `status' property
<3>[ 1.642773] bq24180: Charger Ready
<6>[ 1.655369] PPP generic driver version 2.4.2
<6>[ 1.655963] PPP Deflate Compression module registered
<6>[ 1.659039] PPP BSD Compression module registered
<6>[ 1.663778] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256)
(6 bit encapsulation enabled).
<6>[ 1.673376] CSLIP: code copyright 1989 Regents of the University of California.
<6>[ 1.681729] rmnet0 (): not using net_device_ops yet
<6>[ 1.686136] rmnet1 (): not using net_device_ops yet
<6>[ 1.691033] rmnet2 (): not using net_device_ops yet
<6>[ 1.695803] Linux video capture interface: v2.00
<7>[ 1.813333] msm_camdrv: <<<<<<<<<< Camera vendor [0] >>>>>>>>>>>
<7>[ 1.813353] msm_camdrv: <<<<<<<<<< Camera revision[12307] >>>>>>>>>>>
<3>[ 1.930343] bq24180: Charger Ready
<6>[ 2.272261] msm_nand: phys addr 0xa0a00000 dmac 0x7
<6>[ 2.272399] allocated dma buffer at ffa1d000, dma_addr ccaf000
<6>[ 2.277611] status: e00020
<6>[ 2.280014] nandid: 5510bc20 maker 20 device bc
<6>[ 2.284563] ONFI probe : Found an ONFI compliant device NANDCBR4N9BZBC5
<6>[ 2.291658] Found a supported NAND device
<6>[ 2.295636] NAND Id : 0x5510bc20
<6>[ 2.298936] Buswidth : 16 Bits
<6>[ 2.302074] Density : 512 MByte
<6>[ 2.305273] Pagesize : 2048 Bytes
<6>[ 2.308571] Erasesize: 131072 Bytes
<6>[ 2.312053] Oobsize : 64 Bytes
<6>[ 2.315168] 2nd_bbm : 0
<6>[ 2.317686] CFG0 Init : 0xa85408c0
<6>[ 2.321254] CFG1 Init : 0x0004745e
<6>[ 2.324803] ECCBUFCFG : 0x00000203
<5>[ 2.328374] Creating 4 MTD partitions on "msm_nand":
<5>[ 2.333329] 0x000002c00000-0x00000fa00000 : "system"
<5>[ 2.339611] 0x00000fa00000-0x000012c00000 : "cache"
<5>[ 2.344109] 0x00001ffc0000-0x000020000000 : "appslog"
<5>[ 2.349089] 0x000012c00000-0x00001ffc0000 : "userdata"
<6>[ 2.354544] msm_hsusb_rpc_connect: rpc connect success vers = 10001
<3>[ 2.359533] msm_chg_rpc_connect: connect compatible failed
<6>[ 2.365201] usb_set_composition: composition set to product id = 3137
<6>[ 2.371554] phy info257)
<6>[ 2.374684] usb_probe() io=8e01a000, irq=47, dma=ffa1e000(cca4000)
<6>[ 2.380594] Created the sysfs entry successfully
<6>[ 2.385101] Created the functions sysfs entry successfully
<6>[ 2.391774] usb_function_register: name = 'adb', map = 1
<6>[ 2.396276] usb_function_register: name = 'mass_storage', map = 4
<6>[ 2.402186] usb_set_composition: composition set to product id = 3137
<3>[ 2.409271] msm_hsusb_is_serial_num_null: rpc call success
<3>[ 2.414694] msm_hsusb_send_serial_number: rpc call failed! error: -22
<3>[ 2.421243] msm_hsusb_send_productID: rpc call success
<6>[ 2.425584] msm_hsusb: functions bound. starting.
<6>[ 2.430314] usb_bind_func() (mass_storage)
<3>[ 2.434568] usb_start: pm_app_rpc connect failed
<6>[ 2.439526] usb_function_register: name = 'diag', map = 0
<6>[ 2.444514] msm_hsusb_phy_reset
<6>[ 2.448373] usb_function_register: name = 'modem', map = 2
<6>[ 2.453144] usb_function_register: name = 'nmea', map = 3
<6>[ 2.458578] usb_function_register: name = 'ethernet', map = 5
<6>[ 2.465061] synaptics_load_rmi4_func_regs: Func:f11_2D Query_Base:0x7a Cmd_Base:0x59 Ctrl_Base:0x26 Data_Base:0x18
<6>[ 2.475183] synaptics_load_rmi4_func_regs: Func:f08_BIST Query_Base:0x78 Cmd_Base:0x58 Ctrl_Base:0x20 Data_Base:0x15
<6>[ 2.485694] synaptics_load_rmi4_func_regs: Func:f01_RMI Query_Base:0x63 Cmd_Base:0x57 Ctrl_Base:0x1e Data_Base:0x13
<6>[ 2.601839] synaptics_ts_probe: nbr_panels:1 nbr_fingers:1 data_size:5
<6>[ 2.602733] synaptics_ts_probe: fw_rev:17 max_x:1632 max_y:2156
<6>[ 2.608656] synaptics_ts_probe: max_x 1632, max_y 2156
<6>[ 2.613771] synaptics_ts_probe: inactive_x 0 0, inactive_y 0 0
<6>[ 2.619574] synaptics_ts_probe: snap_x 0-0 0-0, snap_y 0-0 0-0
<6>[ 2.625904] input: synaptics-rmi-touchscreen as /devices/virtual/input/input0
<6>[ 2.633146] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscreen in interrupt mode
<6>[ 2.641888] GPIO Matrix Keypad Driver: Start keypad matrix for robyn_keypad in interrupt mode
<6>[ 2.650031] input: robyn_keypad as /devices/virtual/input/input1
<7>[ 2.656608] RTC Registering with rs30000048:00010000
<7>[ 2.657676] msm_rtc: dev (254:0)
<6>[ 2.657724] rs30000048:00010000 rs30000048:00010000: rtc core: registered msm_rtc as rtc0
<7>[ 2.664044] msm_rtc_secure: dev (254:1)
<6>[ 2.664064] rs30000048:00010000 rs30000048:00010000: rtc core: registered msm_rtc_secure as rtc1
<6>[ 2.672664] i2c /dev entries driver
<6>[ 2.677203] input: compass as /devices/virtual/input/input2
<6>[ 2.730606] Bosch Sensortec Device detected!
<6>[ 2.730618] BMA150/SMB380 registered I2C driver!
<6>[ 2.733861] register_chrdev
<6>[ 2.736793] class_create ok
<6>[ 2.739681] BMA150 device create ok
<6>[ 2.743949] Bluetooth: HCI UART driver ver 2.2
<6>[ 2.747311] Bluetooth: HCI H4 protocol initialized
<6>[ 2.752108] Bluetooth: HCI BCSP protocol initialized
<6>[ 2.757029] Bluetooth: HCILL protocol initialized
<7>[ 2.761731] bluetooth_power_init
<7>[ 2.761814] bt_power_probe
<6>[ 2.763421] mmc0: Qualcomm MSM SDCC at 0x00000000a0400000 irq 24,113 dma 8
<6>[ 2.768574] mmc0: 8 bit data mode disabled
<6>[ 2.772693] mmc0: 4 bit data mode enabled
<6>[ 2.776648] mmc0: polling status mode disabled
<6>[ 2.781116] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 100000000 Hz
<6>[ 2.787411] mmc0: Slot eject status = 0
<6>[ 2.791244] mmc0: Power save feature enable = 1
<6>[ 2.795749] mmc0: DM non-cached buffer at ffa20000, dma_addr 0x0cddc000
<6>[ 2.802356] mmc0: DM cmd busaddr 0x0cddc000, cmdptr busaddr 0x0cddc300
<6>[ 2.809724] lm3530 probing
<6>[ 2.815201] Registered semc device: lm3530-led
<6>[ 2.815973] lm3530 0-0036: version 0.1 loaded
<6>[ 2.820609] Adding I2C driver for LM35300)
<6>[ 2.824564] msm_pmic_flash_led probing
<6>[ 2.832014] Registered semc device: spotlight
<6>[ 2.832858] Registered semc device: flashled
<6>[ 2.836891] msm_pmic_flash_led version 0.1 loaded
<6>[ 2.845868] logger: created 64K log 'log_main'
<6>[ 2.846371] logger: created 256K log 'log_events'
<6>[ 2.856069] logger: created 64K log 'log_radio'
<6>[ 2.862094] Advanced Linux Sound Architecture Driver Version 1.0.18a.
<4>[ 2.868554] No device for DAI CODEC_DAI
<4>[ 2.868644] No device for DAI CPU_DAI
<3>[ 2.875876] msm_soc: create pcms
<6>[ 2.876268] asoc: CODEC_DAI <-> CPU_DAI mapping ok
<3>[ 2.878413] msm_soc: ALSA MSM Mixer Setting
<6>[ 2.884941] ALSA device list:
<6>[ 2.885529] #0: msm-audio (MSM-CARD)
<6>[ 2.889313] TCP cubic registered
<6>[ 2.892486] NET: Registered protocol family 17
<6>[ 2.896921] Bluetooth: L2CAP ver 2.13
<6>[ 2.900586] Bluetooth: L2CAP socket layer initialized
<6>[ 2.905568] Bluetooth: SCO (Voice Link) ver 0.6
<6>[ 2.910071] Bluetooth: SCO socket layer initialized
<6>[ 2.917104] Bluetooth: RFCOMM socket layer initialized
<6>[ 2.920104] Bluetooth: RFCOMM TTY layer initialized
<6>[ 2.924936] Bluetooth: RFCOMM ver 1.11
<6>[ 2.928651] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 2.933988] Bluetooth: BNEP filters: protocol multicast
<6>[ 2.939153] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 2.945766] RPC: Registered udp transport module.
<6>[ 2.949766] RPC: Registered tcp transport module.
<6>[ 2.954894] clock_late_init() disabled 15 unused clocks
<6>[ 2.960904] input: 7k_handset as /devices/virtual/input/input3
<6>[ 2.967043] smsm_entry 7, new intr_mask 0
<6>[ 2.969453] smsm_entry 6, new intr_mask 0
<6>[ 2.973643] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
<6>[ 2.994258] [drm] Initialized kgsl 2.0.0 20090810 on minor 0
<6>[ 2.994918] msm_v4l2: msm_v4l2_init
<6>[ 2.998974] rs30000048:00010000 rs30000048:00010000: setting system
clock to 2010-06-26 06:06:05 UTC (1277532365)
<6>[ 3.008203] Freeing init memory: 140K
<6>[ 3.120511] usb_lpm_enter: usb in low power mode
<6>[ 3.120628] hsusb: IDLE -> OFFLINE
<3>[ 3.171403] init: /init.rc: 218: invalid option 'busybox'
<3>[ 3.172109] init: /init.delta.rc: 74: ignored duplicate definition of service 'qmuxd'
<4>[ 3.233606] mmc0: host does not support reading read-only switch. assuming write-enable.
<6>[ 3.236084] mmc0: new SD card at address aaaa
<6>[ 3.250378] mmcblk0: mmc0:aaaa SU02G 1.84 GiB
<6>[ 3.250734] mmcblk0: p1
<6>[ 3.363538] yaffs: dev is 32505856 name is "mtdblock0"
<6>[ 3.363658] yaffs: passed flags ""
<4>[ 3.366456] yaffs: Attempting MTD mount on 31.0, "mtdblock0"
<4>[ 3.476239] yaffs: restored from checkpoint
<4>[ 3.476386] yaffs_read_super: isCheckpointed 1
<6>[ 3.479724] yaffs: dev is 32505859 name is "mtdblock3"
<6>[ 3.484386] yaffs: passed flags ""
<4>[ 3.487751] yaffs: Attempting MTD mount on 31.3, "mtdblock3"
<4>[ 3.573716] yaffs: restored from checkpoint
<4>[ 3.585258] yaffs_read_super: isCheckpointed 0
<6>[ 3.591041] yaffs: dev is 32505857 name is "mtdblock1"
<6>[ 3.591156] yaffs: passed flags ""
<4>[ 3.593948] yaffs: Attempting MTD mount on 31.1, "mtdblock1"
<4>[ 3.601418] yaffs: restored from checkpoint
<4>[ 3.603759] yaffs_read_super: isCheckpointed 1
<3>[ 3.635841] init: execve /sbin/checkabortedflash
<3>[ 3.653221] init: waitpid return (PID = 1051)
<3>[ 3.653339] init: child process exited normally
<3>[ 3.741036] init: cannot find '/system/bin/playmp3', disabling 'bootsound'
<3>[ 3.772914] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
<6>[ 3.894298] SMD: ch 40 CLOSED -> OPENING
<6>[ 3.894483] SMD: ch 40 OPENING -> OPENED
<6>[ 3.897733] SMD: ch 41 CLOSED -> OPENING
<6>[ 3.900471] SMD: ch 41 OPENING -> OPENED
<6>[ 3.905264] SMD: ch 42 CLOSED -> OPENING
<6>[ 3.908278] SMD: ch 42 OPENING -> OPENED
<6>[ 4.492636] bq24180: Set charger safety limit voltage to 4200 mV
<6>[ 4.494706] bq24180: Set charger safety limit current to 650 mA
<6>[ 4.496751] bq24180: Set charge current termination to 200 mA
<6>[ 4.504173] proximity-sensor (th_set): threshold=27
<6>[ 4.509206] proximity-sensor (hyst_set): hysteresis=8
<6>[ 5.448834] [msm-audio:snd.c:snd_ioctl] snd_agc_ctl 1
<6>[ 5.456164] warning: `Mixer Thread fo' uses 32-bit capabilities (legacy support in use)
<6>[ 5.458816] [msm-audio:snd.c:snd_ioctl] snd_set_device 29 1 1
<6>[ 5.468999] [msm-audio:snd.c:snd_ioctl] snd_set_device 29 1 0
<6>[ 5.477079] [msm-audio:snd.c:snd_ioctl] snd_set_volume 26 0 7
<6>[ 5.477841] [msm-audio:snd.c:snd_ioctl] snd_set_volume 27 0 7
<6>[ 5.480276] [msm-audio:snd.c:snd_ioctl] snd_set_volume 28 0 7
<6>[ 5.481043] [msm-audio:snd.c:snd_ioctl] snd_set_volume 29 0 7
<6>[ 5.481694] [msm-audio:snd.c:snd_ioctl] snd_set_volume 30 0 7
<6>[ 5.482381] [msm-audio:snd.c:snd_ioctl] snd_set_volume 31 0 7
<6>[ 5.483063] [msm-audio:snd.c:snd_ioctl] snd_set_volume 32 0 7
<6>[ 5.483968] [msm-audio:snd.c:snd_ioctl] snd_set_volume 33 0 7
<6>[ 5.484656] [msm-audio:snd.c:snd_ioctl] snd_set_volume 34 0 7
<6>[ 5.485271] [msm-audio:snd.c:snd_ioctl] snd_set_volume 35 0 7
<6>[ 5.485914] [msm-audio:snd.c:snd_ioctl] snd_set_volume 36 0 7
<6>[ 5.486613] [msm-audio:snd.c:snd_ioctl] snd_set_volume 37 0 7
<6>[ 5.487503] [msm-audio:snd.c:snd_ioctl] snd_set_volume 56 0 7
<6>[ 5.488218] [msm-audio:snd.c:snd_ioctl] snd_set_volume 38 0 7
<6>[ 5.488899] [msm-audio:snd.c:snd_ioctl] snd_set_volume 39 0 7
<6>[ 5.489566] [msm-audio:snd.c:snd_ioctl] snd_set_volume 40 0 7
<6>[ 5.490268] [msm-audio:snd.c:snd_ioctl] snd_set_volume 41 0 7
<6>[ 5.491174] [msm-audio:snd.c:snd_ioctl] snd_set_volume 42 0 7
<6>[ 5.491911] [msm-audio:snd.c:snd_ioctl] snd_set_volume 43 0 7
<6>[ 5.492576] [msm-audio:snd.c:snd_ioctl] snd_set_volume 44 0 7
<6>[ 5.493266] [msm-audio:snd.c:snd_ioctl] snd_set_volume 45 0 7
<6>[ 5.493894] [msm-audio:snd.c:snd_ioctl] snd_set_volume 46 0 7
<6>[ 5.494801] [msm-audio:snd.c:snd_ioctl] snd_set_volume 47 0 7
<6>[ 5.495534] [msm-audio:snd.c:snd_ioctl] snd_set_volume 48 0 7
<6>[ 5.496211] [msm-audio:snd.c:snd_ioctl] snd_set_volume 49 0 7
<6>[ 5.496873] [msm-audio:snd.c:snd_ioctl] snd_set_volume 50 0 7
<6>[ 5.497539] [msm-audio:snd.c:snd_ioctl] snd_set_volume 51 0 7
<6>[ 5.498448] [msm-audio:snd.c:snd_ioctl] snd_set_volume 52 0 7
<6>[ 5.499248] [msm-audio:snd.c:snd_ioctl] snd_set_volume 53 0 7
<6>[ 5.499889] [msm-audio:snd.c:snd_ioctl] snd_set_volume 54 0 7
<6>[ 5.500524] [msm-audio:snd.c:snd_ioctl] snd_set_volume 55 0 7
<6>[ 10.442193] pmem: successful request for physical address of pmem region id 3,
offset 41521152, len 4194304
<6>[ 10.500393] misc kgsl: firmware: requesting yamato_pm4.fw
<6>[ 10.510956] misc kgsl: firmware: requesting yamato_pfp.fw
<3>[ 10.512303] init: untracked pid 1153 exited
<3>[ 10.516329] init: untracked pid 1156 exited
<6>[ 33.928733] request_suspend_state: wakeup (3->0) at 33928558408
(2010-06-26 06:06:36.429746690 UTC)
<6>[ 35.140503] [msm-audio:snd.c:snd_ioctl] snd_set_volume 29 0 5
<6>[ 35.340956] [msm-audio:snd.c:snd_ioctl] snd_set_volume 29 0 7
<6>[ 36.830411] bq24180: Strange HW behaviour. Got safety timer fault but HW timer is disabled.
<3>[ 36.830448] bq24180: Charger Ready
<3>[ 37.130403] bq24180: Charger Ready
<6>[ 37.960528] input: systemconnector as /devices/virtual/input/input4
<7>[ 38.090198] SEMC_PHF (Interrupt handler) Status changed. Headset is not inserted
<6>[ 38.090639] semc_power: Disabling DCOUT. Current: 1000
<6>[ 52.121653] RPC_TIME_TOD_SET_APPS_BASES:
<6>[ 52.121664] tick = 1932058
<6>[ 52.121671] stamp = 50413832199208961
<6>[ 52.130404] rs30000048:00010000 rs30000048:00010000: setting system
clock to 2010-06-26 06:06:54 UTC (1277532414)
<3>[ 57.796259] binder: release proc 1527, transaction 6042, not freed
<6>[ 143.176619] [msm-audio:audmgr.c:audmgr_rpc_thread] start
<6>[ 143.184273] [msm-audio:audio_out.c:audio_enable]
<6>[ 143.184304] [msm-audio:audmgr.c:audmgr_enable] session 0x80532ca0
<6>[ 143.185274] [msm-audio:audmgr.crocess_audmgr_callback] rpc READY handle=0x00000000
<6>[ 143.185678] [msm-audio:audmgr.c:audmgr_rpc_thread] rpc_reply status 0
<6>[ 143.237589] [msm-audio:audmgr.crocess_audmgr_callback] rpc CODEC_CONFIG
volume=0x00000406
<6>[ 143.239933] [adsp:adsp.c:handle_adsp_rtos_mtoa_app] INIT_INFO Event
<6>[ 143.240533] [adsp:adsp.c:msm_adsp_get] opening module AUDPPTASK
<6>[ 143.241208] [adsp:adsp.c:msm_adsp_get] module AUDPPTASK has been registered
<6>[ 143.241234] [adsp:adsp.c:msm_adsp_enable] enable 'AUDPPTASK'state[0] id[17227122]
<6>[ 143.242614] [adsp:adsp.c:handle_adsp_rtos_mtoa_app] rpc event=0, proc_id=2,
module=17227122, image=0
<6>[ 143.243199] [adsp:adsp.c:handle_adsp_rtos_mtoa_app] module AUDPPTASK: READY
<6>[ 143.244721] [msm-audio:audpp.c:audpp_dsp_event] ENABLE
<6>[ 143.244749] [msm-audio:audio_out.c:audio_dsp_event] CFG_MSG ENABLE
<3>[ 143.244831] [adsp:adsp.c:__msm_adsp_write] failed to write queue 140, retry
<3>[ 143.244886] [adsp:adsp.c:__msm_adsp_write] failed to write queue 140, retry
<6>[ 146.284549] [msm-audio:audio_out.c:audio_dsp_event] PCMDMAMISSED 32
<6>[ 149.222186] [msm-audio:audio_out.c:audio_disable]
<6>[ 149.222828] [msm-audio:audio_out.c:audio_dsp_event] CFG_MSG DISABLE
<6>[ 149.222931] [msm-audio:audpp.c:audpp_dsp_event] DISABLE
<6>[ 149.223009] [msm-audio:audpp.c:audpp_disable] Received CFG_MSG_DISABLE from ADSP
<6>[ 149.223061] [adsp:adsp.c:msm_adsp_disable] disable 'AUDPPTASK'
<6>[ 149.226809] [adsp:adsp.c:msm_adsp_disable_locked] disable interrupt
<6>[ 149.226864] [adsp:adsp.c:msm_adsp_put] closing module AUDPPTASK
<6>[ 149.226948] [msm-audio:audmgr.c:audmgr_disable] session 0x80532ca0
<6>[ 149.230789] [msm-audio:audmgr.c:audmgr_rpc_thread] rpc_reply status 0
<3>[ 149.241483] [msm-audio:audmgr.crocess_audmgr_callback] DISABLED
Bin4ry said:
This user got update:
Phone Software Version:
1235-3408_1.1.A.0.8
GEBERIC - user
File System Version:
WORLD-1-8_1.1.A.0.8
German User!
Regards
Bin4ry
Click to expand...
Click to collapse
I take it he has a generic handset or does he have a provider handset?
*edit*
Just tried with no luck
*double post*
No OTA in Spain as well
Tried with Movistar, but it was already in 11A08 and said "already in latest version"; debranded to 10A136 and tried again but no luck,same message trought OTA. Update detected in SEUS from 10A136 to 11A08, updated succefully to debranded version.
Could it be that OTA examines both the Fyle System Version and Software Version? I entered service menu and the data was:
Phone Software Version
1235-3408_1.0.A.1.36
GENERIC - user
File System Version
WORLD-1-8_1.1A.0.8
So it seems that the software version was downgraded, but it kept the 11A08 in file system. Checking it in Settings-> About the Phone it was still marked as 11A08 Compilation.
Sorry for the long post, maybe it's all a nonsense, but just trying to get the OTA info I stepped into this and seemed curious... I'll keep checking.
Good luck for everybody!!

[Q] Internal memory is dying?

Hey guys,
I just need your opinion or some ideas.
I was wondering why my galaxy s3 was locking up, so I took a look into the kernel output.
So the malfunction is: Phone locks up, no reaction to any key pressing and so on, but I can reboot it by holding the power button.
By having a ssh connection to my phone I can see that when the phone "locks" up the kernel is still living. So there is no kernel panic or what so ever.
After that I got curious, will the lock up go away? And yes, it did. After 30 minutes or so. And after that the phone was working without problems again. Here is the relevant log output of the kernel (/proc/kmesg):
Code:
<3>[26695.166202] c0 mmc0: Timeout waiting for hardware interrupt.
<7>[26695.166317] c0 mshci: ============== REGISTER DUMP ==============
<7>[26695.166440] c0 mshci: MSHCI_CTRL: 0x00000010
<7>[26695.166534] c0 mshci: MSHCI_PWREN: 0x00000001
<7>[26695.166628] c0 mshci: MSHCI_CLKDIV: 0x00000001
<7>[26695.166723] c0 mshci: MSHCI_CLKSRC: 0x00000000
<7>[26695.166814] c0 mshci: MSHCI_CLKENA: 0x00000000
<7>[26695.166907] c0 mshci: MSHCI_TMOUT: 0xffffffff
<7>[26695.167004] c0 mshci: MSHCI_CTYPE: 0x00010000
<7>[26695.167100] c0 mshci: MSHCI_BLKSIZ: 0x00000200
<7>[26695.167192] c0 mshci: MSHCI_BYTCNT: 0x0000f000
<7>[26695.167288] c0 mshci: MSHCI_INTMSK: 0x0000bfce
<7>[26695.167380] c0 mshci: MSHCI_CMDARG: 0x00010000
<7>[26695.167472] c0 mshci: MSHCI_CMD: 0x80202000
<7>[26695.167574] c0 mshci: MSHCI_MINTSTS: 0x00000000
<7>[26695.167666] c0 mshci: MSHCI_RINTSTS: 0x00000030
<7>[26695.167757] c0 mshci: MSHCI_STATUS: 0x01fe6b01
<7>[26695.167860] c0 mshci: MSHCI_FIFOTH: 0x503f0040
<7>[26695.167954] c0 mshci: MSHCI_CDETECT: 0x00000001
<7>[26695.168045] c0 mshci: MSHCI_WRTPRT: 0x00000001
<7>[26695.168145] c0 mshci: MSHCI_GPIO: 0x00000000
<7>[26695.168238] c0 mshci: MSHCI_TCBCNT: 0x00007800
<7>[26695.168331] c0 mshci: MSHCI_TBBCNT: 0x0000f0d8
<7>[26695.168432] c0 mshci: MSHCI_DEBNCE: 0x000fffff
<7>[26695.168523] c0 mshci: MSHCI_USRID: 0xffffffff
<7>[26695.168615] c0 mshci: MSHCI_VERID: 0x5342240a
<7>[26695.168717] c0 mshci: MSHCI_HCON: 0x00e424c1
<7>[26695.168811] c0 mshci: MSHCI_UHS_REG: 0x00010000
<7>[26695.168904] c0 mshci: MSHCI_BMOD: 0x00000582
<7>[26695.169000] c0 mshci: MSHCI_PLDMND: 0x00000000
<7>[26695.169090] c0 mshci: MSHCI_DBADDR: 0x6bee0000
<7>[26695.169182] c0 mshci: MSHCI_IDSTS: 0x00000000
<7>[26695.169282] c0 mshci: MSHCI_IDINTEN: 0x00000000
<7>[26695.169374] c0 mshci: MSHCI_DSCADDR: 0x6bee00e0
<7>[26695.169465] c0 mshci: MSHCI_BUFADDR: 0x00000000
<7>[26695.169564] c0 mshci: MSHCI_WAKEUPCON: 0x00000000
<7>[26695.169658] c0 mshci: MSHCI_CLOCKCON: 0x00000000
<7>[26695.169751] c0 mshci: MSHCI_FIFODAT: 0x00000000
<7>[26695.169845] c0 mshci: ===========================================
<3>[26695.170166] c0 mmcblk0: error -110 sending status command, aborting
<3>[26695.170367] c0 end_request: I/O error, dev mmcblk0, sector 22589728
<3>[26695.170540] c0 Buffer I/O error on device mmcblk0p12, logical block 2000420
<4>[26695.170747] c0 EXT4-fs warning (device mmcblk0p12): ext4_end_bio:258: I/O error writing to inode 65490 (offset 12288 size 4096 starting block 2823717)
<3>[26695.171109] c0 CMD aborting case in MMC's block layer ret 0.
<3>[26695.171271] c0 mmcblk0: CMD25, ARG=0x158b120.
<3>[26695.171370] c0 packed CMD type = 0.
<3>[26695.171461] c0 mmc0, request returns 4.
And here is the part I am concerned about: My internal memory is faulty! mmcblk0p12 belongs to /data and truely speaking this is not good!
Code:
/dev/block/mmcblk0p12 /data ext4 rw,nosuid,nodev,noatime,barrier=1,journal_async_commit,data=ordered,noauto_da_alloc,discard 0 0
Normaly the system shouldn't notice any defect sectors (because the hardware has some spare sectors and remaps the request to them) so I think I have serious trouble here.
What do you think? Do you agree on that assumption?
Have you read the sds and unusual freezing threads?
Sent from my GT-I9300 using Tapatalk 2
rootSU said:
Have you read the sds and unusual freezing threads?
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Thank you for the hint. It is a good starting point...
I switched to CM 10.1.3 RC2 and I still have the same problem with the same partition (see first post). As far as I know the Samsung eMMC bug should be fixed as it is included in the vanilla linux kernel.
Any ideas?
The bug is fixed the freezing is not.
-----------------------
Sent via tapatalk.
I do NOT reply to support queries over PM. Please keep support queries to the Q&A section, so that others may benefit

[Q] Partition Table mess on Archos 50 platinum

Hello,
I recently got an Archos 50 platinum and (like a fool) tried to use the roms/recoveries/boot of the Karbonn titanium S5.
Those phone are called (apparently not) to be same, but have been re-branded by local brand (Archos in Europe, Karbonn in India, and another one in Phillipines). they're all same chinese brand.
In fact it seems the internal memory table is not the same at all between those phones, and now my phone is completely mess.
When i try to boot a Archos logo show up 2 seconds and then :
red screen with UNAUTHORIZED IMAGE wrotten 3 times appears (i can't post image sorry)
After searched i found the supposed correct table from arctablet forum
System Partitions and overlay
/dev/block/mmcblk0p3 sys_boot partition (DO NOT PLAY WITH THIS PARTITION !!!)
/dev/block/mmcblk0p7 boot.img partition
/dev/block/mmcblk0p13 recovery.img partition
/dev/block/mmcblk0p16 persist partition
/dev/block/mmcblk0p17 system partition
/dev/block/mmcblk0p18 cache partition
/dev/block/mmcblk0p20 data partition
/dev/block/mmcblk0p21 media partition
Click to expand...
Click to collapse
And a busybox df -h shows :
~ # busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 417.5M 48.0K 417.4M 0% /dev
/dev/block/mmcblk0p18
98.4M 4.2M 94.2M 4% /cache
/dev/block/mmcblk0p21
1.4G 22.1M 1.3G 2% /data
/dev/block/mmcblk0p17
481.9M 446.4M 35.5M 93% /system
/dev/block/mmcblk1p1 7.4G 12.0K 7.4G 0% /sdcard
/dev/block/mmcblk0p3 199.8M 18.7M 181.1M 9% /sys_boot
/dev/block/mmcblk0p20
1.4G 4.0K 1.4G 0% /sdcard1
"I" also tweak the sys_boot partition. Found a new one, does a dd command on it, and now fastboot & recovery are workable.
(a bug into a not official CWM wiped the wrong memory :good Now it seems workable.
So actually, a log install looks like this :
Starting recovery on Sun Dec 22 11:48:51 2013
framebuffer: fd 4 (540 x 960)
ClockworkMod Recovery v6.0.3.5
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /boot emmc /dev/block/mmcblk0p16 (null) 0
2 /cache ext4 /dev/block/mmcblk0p18 (null) 0
3 /data ext4 /dev/block/mmcblk0p21 (null) -16384
4 /recovery emmc /dev/block/mmcblk0p13 (null) 0
5 /misc emmc /dev/block/mmcblk0p11 (null) 0
6 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
7 /system ext4 /dev/block/mmcblk0p17 (null) 0
8 /sys_boot vfat /dev/block/mmcblk0p3 (null) 0
9 /FOTA emmc /dev/block/mmcblk0p19 (null) 0
10 /sdcard1 vfat /dev/block/mmcblk0p20 (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
Warning: No file_contexts
Warning: No file_contexts
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.hardware=qcom
ro.boot.emmc=true
ro.boot.serialno=A50PL
ro.boot.baseband=msm
ro.boot.mode=recovery
ro.serialno=A50PL
ro.bootmode=recovery
ro.baseband=msm
ro.bootloader=unknown
ro.hardware=qcom
ro.revision=0
ro.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JDQ39E
ro.build.display.id=cm_msm8625-userdebug 4.2.2 JDQ39E eng.hudson.20130810.084147 test-keys
ro.build.version.incremental=eng.hudson.20130810.084147
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.2
ro.build.date=Sat Aug 10 08:42:19 PDT 2013
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=hudson
ro.build.host=koushik-lion
ro.build.tags=test-keys
ro.product.model=msm8625
ro.product.brand=archos
ro.product.name=cm_msm8625
ro.product.device=msm8625
ro.product.board=msm8625
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=archos
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=unknown
ro.build.product=msm8625
ro.build.description=cm_msm8625-userdebug 4.2.2 JDQ39E eng.hudson.20130810.084147 test-keys
ro.build.fingerprint=archos/cm_msm8625/msm8625:4.2.2/JDQ39E/eng.hudson.20130810.084147:userdebug/test-keys
ro.build.characteristics=default
ro.cm.device=msm8625
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=google link (can't post link sorry)
ro.url.legal.android_privacy=google link (can't post link sorry)
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10.1-20130810-UNOFFICIAL-msm8625
ro.modversion=10.1-20130810-UNOFFICIAL-msm8625
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
-- Wiping data...
Formatting /data...
Creating filesystem with parameters:
Size: 1480572928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7536
Inode size: 256
Journal blocks: 5647
Label:
Blocks: 361468
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/90432 inodes and 11908/361468 blocks
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
Data wipe complete.
-- Wiping data...
Formatting /data...
Creating filesystem with parameters:
Size: 1480572928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7536
Inode size: 256
Journal blocks: 5647
Label:
Blocks: 361468
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/90432 inodes and 11908/361468 blocks
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
Data wipe complete.
-- Wiping data...
Formatting /data...
Creating filesystem with parameters:
Size: 1480572928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7536
Inode size: 256
Journal blocks: 5647
Label:
Blocks: 361468
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/90432 inodes and 11908/361468 blocks
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
Data wipe complete.
-- Wiping data...
Formatting /data...
Creating filesystem with parameters:
Size: 1480572928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7536
Inode size: 256
Journal blocks: 5647
Label:
Blocks: 361468
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/90432 inodes and 11908/361468 blocks
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
Data wipe complete.
-- Wiping data...
Formatting /data...
Creating filesystem with parameters:
Size: 1480572928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7536
Inode size: 256
Journal blocks: 5647
Label:
Blocks: 361468
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/90432 inodes and 11908/361468 blocks
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
Data wipe complete.
-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Cache wipe complete.
-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Cache wipe complete.
-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Cache wipe complete.
-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Cache wipe complete.
-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Cache wipe complete.
Sideload started ...
Now send the package you want to apply
to the device with "adb sideload <filename>"...
sideload_service invoked
adbd exiting after successful sideload
E:listen on USB
E:userid is 2000
E:Event loop starting
I:sideload process finished
I:sideload thread finished
Restarting adbd...
Finding update package...
I:Update location: /tmp/update.zip
Opening update package...
Installing update...
No ret_pipe provided. Assuming old recovery version
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
Creating filesystem with parameters:
Size: 513802240
Block size: 4096
Blocks per group: 32768
Inodes per group: 7840
Inode size: 256
Journal blocks: 1960
Label:
Blocks: 125440
Block groups: 4
Reserved block group size: 31
Created filesystem with 11/31360 inodes and 4030/125440 blocks
minzip: Extracted file "/system/etc/install-recovery.sh"
minzip: Extracted file "/system/recovery-from-boot.p"
minzip: Extracted file "/system/app/ApplicationsProvider.apk"
[.........] // TEXT CUT HERE CAUSE IT WAS TOO LONG
partition read matched size 5132288 sha 4ce6944fbee8d31e0f24862737b67fd0231fafe2
script result was [/system]
Starting recovery on Sun Dec 22 12:17:40 2013
framebuffer: fd 4 (540 x 960)
ClockworkMod Recovery v6.0.3.5
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /boot emmc /dev/block/mmcblk0p16 (null) 0
2 /cache ext4 /dev/block/mmcblk0p18 (null) 0
3 /data ext4 /dev/block/mmcblk0p21 (null) -16384
4 /recovery emmc /dev/block/mmcblk0p13 (null) 0
5 /misc emmc /dev/block/mmcblk0p11 (null) 0
6 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
7 /system ext4 /dev/block/mmcblk0p17 (null) 0
8 /sys_boot vfat /dev/block/mmcblk0p3 (null) 0
9 /FOTA emmc /dev/block/mmcblk0p19 (null) 0
10 /sdcard1 vfat /dev/block/mmcblk0p20 (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
Warning: No file_contexts
Warning: No file_contexts
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.hardware=qcom
ro.boot.emmc=true
ro.boot.serialno=A50PL
ro.boot.baseband=msm
ro.boot.mode=recovery
ro.serialno=A50PL
ro.bootmode=recovery
ro.baseband=msm
ro.bootloader=unknown
ro.hardware=qcom
ro.revision=0
ro.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JDQ39E
ro.build.display.id=cm_msm8625-userdebug 4.2.2 JDQ39E eng.hudson.20130810.084147 test-keys
ro.build.version.incremental=eng.hudson.20130810.084147
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.2
ro.build.date=Sat Aug 10 08:42:19 PDT 2013
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=hudson
ro.build.host=koushik-lion
ro.build.tags=test-keys
ro.product.model=msm8625
ro.product.brand=archos
ro.product.name=cm_msm8625
ro.product.device=msm8625
ro.product.board=msm8625
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=archos
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=unknown
ro.build.product=msm8625
ro.build.description=cm_msm8625-userdebug 4.2.2 JDQ39E eng.hudson.20130810.084147 test-keys
ro.build.fingerprint=archos/cm_msm8625/msm8625:4.2.2/JDQ39E/eng.hudson.20130810.084147:userdebug/test-keys
ro.build.characteristics=default
ro.cm.device=msm8625
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal= google link
ro.url.legal.android_privacy=h google link
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10.1-20130810-UNOFFICIAL-msm8625
ro.modversion=10.1-20130810-UNOFFICIAL-msm8625
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
Starting recovery on Sun Dec 22 12:59:35 2013
framebuffer: fd 4 (540 x 960)
ClockworkMod Recovery v6.0.3.5
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /boot emmc /dev/block/mmcblk0p16 (null) 0
2 /cache ext4 /dev/block/mmcblk0p18 (null) 0
3 /data ext4 /dev/block/mmcblk0p21 (null) -16384
4 /recovery emmc /dev/block/mmcblk0p13 (null) 0
5 /misc emmc /dev/block/mmcblk0p11 (null) 0
6 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
7 /system ext4 /dev/block/mmcblk0p17 (null) 0
8 /sys_boot vfat /dev/block/mmcblk0p3 (null) 0
9 /FOTA emmc /dev/block/mmcblk0p19 (null) 0
10 /sdcard1 vfat /dev/block/mmcblk0p20 (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
Warning: No file_contexts
Warning: No file_contexts
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.hardware=qcom
ro.boot.emmc=true
ro.boot.serialno=A50PL
ro.boot.baseband=msm
ro.boot.mode=recovery
ro.serialno=A50PL
ro.bootmode=recovery
ro.baseband=msm
ro.bootloader=unknown
ro.hardware=qcom
ro.revision=0
ro.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JDQ39E
ro.build.display.id=cm_msm8625-userdebug 4.2.2 JDQ39E eng.hudson.20130810.084147 test-keys
ro.build.version.incremental=eng.hudson.20130810.084147
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.2
ro.build.date=Sat Aug 10 08:42:19 PDT 2013
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=hudson
ro.build.host=koushik-lion
ro.build.tags=test-keys
ro.product.model=msm8625
ro.product.brand=archos
ro.product.name=cm_msm8625
ro.product.device=msm8625
ro.product.board=msm8625
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=archos
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=unknown
ro.build.product=msm8625
ro.build.description=cm_msm8625-userdebug 4.2.2 JDQ39E eng.hudson.20130810.084147 test-keys
ro.build.fingerprint=archos/cm_msm8625/msm8625:4.2.2/JDQ39E/eng.hudson.20130810.084147:userdebug/test-keys
ro.build.characteristics=default
ro.cm.device=msm8625
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=link
ro.url.legal.android_privacy=link
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10.1-20130810-UNOFFICIAL-msm8625
ro.modversion=10.1-20130810-UNOFFICIAL-msm8625
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
Sideload started ...
Now send the package you want to apply
to the device with "adb sideload <filename>"...
sideload_service invoked
adbd exiting after successful sideload
E:listen on USB
E:userid is 2000
E:Event loop starting
I:sideload process finished
I:sideload thread finished
Restarting adbd...
Finding update package...
I:Update location: /tmp/update.zip
Opening update package...
Installing update...
No ret_pipe provided. Assuming old recovery version
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
installing QCOM updater extensions
Creating filesystem with parameters:
Size: 513802240
Block size: 4096
Blocks per group: 32768
Inodes per group: 7840
Inode size: 256
Journal blocks: 1960
Label:
Blocks: 125440
Block groups: 4
Reserved block group size: 31
Created filesystem with 11/31360 inodes and 4030/125440 blocks
mount: failed to mount /dev/block/mmcblk0p17 at /system: Device or resource busy
minzip: Can't create containing directory for "/system/etc/install-recovery.sh": Read-only file system
minzip: Can't create containing directory for "/system/app/ApplicationsProvider.apk": Read-only file system
symlink: failed to symlink /system/etc/firmware/ath6k/AR6003/hw2.1.1/bdata.bin to /persist/bdata.bin: No such file or directory
script aborted: symlink: some symlinks failed
symlink: some symlinks failed
E:Error in /tmp/update.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
i'm using "Archos50PlatCWM" from globula_neagra xda user.
I guess errors comes from permissions or emmc partition problems... i'm not really aware about this stuffs.
Thanks for your help ! (Sorry if my message if full of text, i can't post images, you can ask me links by private message for more infos!)
Guuuyyyssss, i need your power !!
UP !
More info if it can helps :
/etc # tail recovery.fstab
# mount point fstype device [device2]
/boot emmc /dev/block/mmcblk0p16
/cache ext4 /dev/block/mmcblk0p18
/system ext4 /dev/block/mmcblk0p17
/misc emmc /dev/block/mmcblk0p11
/data ext4 /dev/block/mmcblk0p21 length=-16384
/recovery emmc /dev/block/mmcblk0p13
/emmc vfat /dev/block/mmcblk0p20
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/persist ext4 /dev/block/mmcblk0p15
# mount point fstype device [device2]
/boot emmc /dev/block/mmcblk0p16
/cache ext4 /dev/block/mmcblk0p18
/data ext4 /dev/block/mmcblk0p21 length=-16384
/recovery emmc /dev/block/mmcblk0p13
/misc emmc /dev/block/mmcblk0p11
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/system ext4 /dev/block/mmcblk0p17
/sys_boot vfat /dev/block/mmcblk0p3
/FOTA emmc /dev/block/mmcblk0p19
/sdcard1 vfat /dev/block/mmcblk0p20
2|[email protected]:/mnt/debugfs/memblock # cat memory
0: 0x00200000..0x0fbfffff
1: 0x0fc00800..0x0fcfffff
2: 0x0fd00020..0x0fdfffff
3: 0x0fe00008..0x364fffff
[email protected]:/mnt/debugfs/memblock # cat reserved
0: 0x00204000..0x00207fff
1: 0x002081c0..0x00ee34b7
2: 0x01500000..0x0158be4e
3: 0x329ec000..0x329fafff
4: 0x329fba80..0x329fffff
2|[email protected]:/mnt/debugfs/mempool # cat map
0x36500000 0x36500000 71303168 3 msm_ion_probe+0x2e4/0x4d8
0x3a900000 0x3a900000 237568 3 msm_ion_probe+0x2e4/0x4d8
0x3a93a000 0x3a93a000 36700160 3 msm_ion_probe+0x2e4/0x4d8
0x3cc3a000 0x3cc3a000 4096 3 acdb_init+0x13c/0x35c
0x3cc3b000 0x3cc3b000 4096 3 acdb_init+0x178/0x35c
0x3cc3c000 0x3cc3c000 4096 3 acdb_calibrate_device+0x58/0xba4
0x3cc3d000 0x3cc3d000 4096 3 acdb_calibrate_device+0xe0/0xba4
0x3cc3e000 0x3cc3e000 4096 3 acdb_calibrate_device+0x190/0xba4
0x3cc3f000 0x3cc3f000 4096 3 msm_pm_init+0xb4/0x5ec
Click to expand...
Click to collapse
UP !
Okay, i got some (good i think) evolutions.
If you want to flash the recovery on the Archos platinum 50 with a stock rom, the flashboot solution seems not good/not working.
What i did :
-Install TWRP, did a complete clean of all memories (no sys_boot, for sure)
-Install the Stock firmware, from Archos website, if the install fails, it's NORMAL. When asked to install su, say yes.
-After the failed install, you keep the Archos plugged to your computer.
-It will start with a Archos logo then Battery charging logo will appear.
-Which (i didn't know) you can do an "adb shell" when the battery in in charging mode (not recovery, or fastboot)
-You go to cd /etc
-go to root mode : su
-./install-recovery.sh
-Then the script will install and flash your recovery with the stock one. If there are errors, it's normal (i guess) just unplug your phone and replug it until you get a correct message. after doing it twice, i had no errors.
Click to expand...
Click to collapse
Now, my problem evolves.
I can access to "ENTRY QPST DOWNLOAD" by pressing Power+Volume Down button
I CANT access to "RESET FOR ENTRY QPST DOWNLOAD" by long pressing on Power+Volume Up button
It shows the same error as normal boot
-> **Red screen** UNAUTHORIZED IMAGE **Red screen**
So i'd like to know if i can fix my RESET QPST... from ENTRY QPST... ?
Thanks ! and Merry Xmas ! :laugh:
Dmesg
Hello guys, (even if since now i'm speaking alone x) )
i think i've found some interesting events into dmesg for my problem :
<6>
.... TEXT TOO LONG CUT .....
<1>[ 0.518438] [(1970-01-01 00:00:00.525550001 UTC)] [cpuid: 1] dma_test_init, minor number 36
<6>[ 0.518478] [(1970-01-01 00:00:00.525588335 UTC)] [cpuid: 1] WLAN power init
<6>[ 0.519713] [(1970-01-01 00:00:00.526825001 UTC)] [cpuid: 1] msm_pbus_handler_probe: PBUS handler initialized
<6>[ 0.528109] [(1970-01-01 00:00:00.535221668 UTC)] [cpuid: 0] __msm_rpc_connect: server not found 30000002:20001
<6>[ 0.531593] [(1970-01-01 00:00:00.538705001 UTC)] [cpuid: 0] rmt_storage_get_ramfs: RAMFS entry: addr = 0x3cec0000, size = 0x00300000
<6>[ 0.531643] [(1970-01-01 00:00:00.538753335 UTC)] [cpuid: 0] rmt_storage_get_ramfs: RAMFS entry: addr = 0x3cdc0000, size = 0x00100000
<6>[ 0.531951] [(1970-01-01 00:00:00.539063335 UTC)] [cpuid: 0] rmt_storage_probe: Remote storage RPC client (0x300000a7)initialized
<4>[ 0.722083] [(1970-01-01 00:00:00.729195001 UTC)] [cpuid: 1] highmem bounce pool size: 64 pages
<6>[ 0.736316] [(1970-01-01 00:00:00.743428335 UTC)] [cpuid: 1] fuse init (API version 7.18)
<7>[ 0.737089] [(1970-01-01 00:00:00.744200001 UTC)] [cpuid: 1] yaffs: yaffs built May 16 2013 18:46:47 Installing.
<6>[ 0.737169] [(1970-01-01 00:00:00.744280001 UTC)] [cpuid: 1] msgmni has been set to 1551
<4>[ 0.737749] [(1970-01-01 00:00:00.744860001 UTC)] [cpuid: 1] cryptomgr_test used greatest stack depth: 7096 bytes left
<6>[ 0.740301] [(1970-01-01 00:00:00.747411668 UTC)] [cpuid: 1] io scheduler noop registered
<6>[ 0.740678] [(1970-01-01 00:00:00.747790001 UTC)] [cpuid: 1] io scheduler cfq registered (default)
<6>[ 0.743559] [(1970-01-01 00:00:00.750671668 UTC)] [cpuid: 1] mipi_dsi base phy_addr = 0xa1100000 virt = 0xf3200000
<7>[ 0.743908] [(1970-01-01 00:00:00.751020001 UTC)] [cpuid: 1] mipi_hx8389b_lcd_probe
<7>[ 0.744318] [(1970-01-01 00:00:00.751428335 UTC)] [cpuid: 1] mipi_hx8389b_lcd_probe
<3>[ 0.763094] [(1970-01-01 00:00:00.770205001 UTC)] [cpuid: 1] --TY--lcd:truly_probe id=1(0:byd 1:truly)
<6>[ 0.763299] [(1970-01-01 00:00:00.770411668 UTC)] [cpuid: 1] setting pdata->panel_info.fb_num to 3. type: 8
<6>[ 0.763559] [(1970-01-01 00:00:00.770670001 UTC)] [cpuid: 1] DSI_TWO_LANES
<6>[ 0.771721] [(1970-01-01 00:00:00.778831668 UTC)] [cpuid: 1] FrameBuffer[0] 540x960 size=6266880 bytes is registered successfully!
<7>[ 0.772293] [(1970-01-01 00:00:00.779405001 UTC)] [cpuid: 1] Registered led device: lcd-backlight
<6>[ 0.772691] [(1970-01-01 00:00:00.779801668 UTC)] [cpuid: 1] msm_serial: detected port #0
<6>[ 0.772866] [(1970-01-01 00:00:00.779976668 UTC)] [cpuid: 1] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 41) is a MSM
<6>[ 0.773754] [(1970-01-01 00:00:00.780866668 UTC)] [cpuid: 1] msm_serial: driver initialized
<6>[ 0.774533] [(1970-01-01 00:00:00.781645001 UTC)] [cpuid: 1] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 77) is a MSM HS UART
<6>[ 0.774928] [(1970-01-01 00:00:00.782038335 UTC)] [cpuid: 1] msm_serial_hs module loaded
<6>[ 0.776974] [(1970-01-01 00:00:00.784085001 UTC)] [cpuid: 1] diagchar initialized now
<4>[ 0.779934] [(1970-01-01 00:00:00.787045001 UTC)] [cpuid: 1] dalrpc_rcv_DAL0 used greatest stack depth: 6992 bytes left
<6>[ 0.780733] [(1970-01-01 00:00:00.787846668 UTC)] [cpuid: 1] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
<6>[ 0.788638] [(1970-01-01 00:00:00.795750001 UTC)] [cpuid: 1] loop: module loaded
<1>[ 0.788789] [(1970-01-01 00:00:00.795900001 UTC)] [cpuid: 1] pmem: pmem_setup: unable to register pmem driver(pmem) - zero size passed in!
<4>[ 0.788846] [(1970-01-01 00:00:00.795956668 UTC)] [cpuid: 1] android_pmem: probe of android_pmem.0 failed with error -1
<1>[ 0.788929] [(1970-01-01 00:00:00.796040001 UTC)] [cpuid: 1] pmem: pmem_setup: unable to register pmem driver(pmem_adsp) - zero size passed in!
<4>[ 0.788981] [(1970-01-01 00:00:00.796091668 UTC)] [cpuid: 1] android_pmem: probe of android_pmem.1 failed with error -1
<1>[ 0.789054] [(1970-01-01 00:00:00.796165001 UTC)] [cpuid: 1] pmem: pmem_setup: unable to register pmem driver(pmem_audio) - zero size passed in!
<4>[ 0.789104] [(1970-01-01 00:00:00.796215001 UTC)] [cpuid: 1] android_pmem: probe of android_pmem.2 failed with error -1
<4>[ 0.789416] [(1970-01-01 00:00:00.796526668 UTC)] [cpuid: 1] i2c-core: driver [mpu3050] using legacy suspend method
<4>[ 0.789454] [(1970-01-01 00:00:00.796565001 UTC)] [cpuid: 1] i2c-core: driver [mpu3050] using legacy resume method
<6>[ 0.789504] [(1970-01-01 00:00:00.796615001 UTC)] [cpuid: 1] mpu_init: Probe name mpu3050
<6>[ 1.004073] [(1970-01-01 00:00:01.011185002 UTC)] [cpuid: 0] SCSI Media Changer driver v0.25
<6>[ 1.005419] [(1970-01-01 00:00:01.012530002 UTC)] [cpuid: 0] msm_nand_probe: phys addr 0xa0a00000
<6>[ 1.005461] [(1970-01-01 00:00:01.012571669 UTC)] [cpuid: 0] msm_nand_probe: Dual Nand Ctrl in ping-pong mode
<6>[ 1.005501] [(1970-01-01 00:00:01.012611669 UTC)] [cpuid: 0] msm_nand_probe: dmac 0x7
<6>[ 1.005576] [(1970-01-01 00:00:01.012686669 UTC)] [cpuid: 0] msm_nand_probe: allocated dma buffer at ffdec000, dma_addr 31f0c000
<3>[ 1.005936] [(1970-01-01 00:00:01.013050002 UTC)] [cpuid: 1] flash_onfi_probe: No partition info available
<6>[ 1.006204] [(1970-01-01 00:00:01.013316669 UTC)] [cpuid: 1] status: 20
<6>[ 1.006241] [(1970-01-01 00:00:01.013353336 UTC)] [cpuid: 1] nandid: 20202020 maker 20 device 20
<3>[ 1.006283] [(1970-01-01 00:00:01.013393336 UTC)] [cpuid: 1] ERROR: unknown nand device manuf=20 devid=20
<6>[ 1.006428] [(1970-01-01 00:00:01.013538336 UTC)] [cpuid: 1] SFLASHC Async Mode bit: 0
<6>[ 1.006583] [(1970-01-01 00:00:01.013695002 UTC)] [cpuid: 1] =================================================================
<6>[ 1.006628] [(1970-01-01 00:00:01.013738336 UTC)] [cpuid: 1] flash_onenand_probe: manufacturer_id = 0x4000
<6>[ 1.006663] [(1970-01-01 00:00:01.013773336 UTC)] [cpuid: 1] flash_onenand_probe: device_id = 0x4000
<6>[ 1.006698] [(1970-01-01 00:00:01.013808336 UTC)] [cpuid: 1] flash_onenand_probe: version_id = 0x4002
<6>[ 1.006733] [(1970-01-01 00:00:01.013843336 UTC)] [cpuid: 1] flash_onenand_probe: data_buf_size = 0x5002
<6>[ 1.006768] [(1970-01-01 00:00:01.013878336 UTC)] [cpuid: 1] flash_onenand_probe: boot_buf_size = 0x4000
<6>[ 1.006801] [(1970-01-01 00:00:01.013911669 UTC)] [cpuid: 1] flash_onenand_probe: num_of_buffers = 0x4000
<6>[ 1.006836] [(1970-01-01 00:00:01.013946669 UTC)] [cpuid: 1] flash_onenand_probe: technology = 0x5002
<6>[ 1.006869] [(1970-01-01 00:00:01.013980002 UTC)] [cpuid: 1] =================================================================
<6>[ 1.006906] [(1970-01-01 00:00:01.014016669 UTC)] [cpuid: 1] flash_onenand_probe: Detected an unsupported device
<3>[ 1.006941] [(1970-01-01 00:00:01.014051669 UTC)] [cpuid: 1] msm_nand_probe: No nand device found
<6>[ 1.007214] [(1970-01-01 00:00:01.014325002 UTC)] [cpuid: 1] tun: Universal TUN/TAP device driver, 1.6
<6>[ 1.007251] [(1970-01-01 00:00:01.014361669 UTC)] [cpuid: 1] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 1.007444] [(1970-01-01 00:00:01.014555002 UTC)] [cpuid: 1] rmnet_init: SMD devices[8]
<6>[ 1.015289] [(1970-01-01 00:00:01.022401669 UTC)] [cpuid: 1] PPP generic driver version 2.4.2
<6>[ 1.015566] [(1970-01-01 00:00:01.022678336 UTC)] [cpuid: 1] PPP BSD Compression module registered
<6>[ 1.015604] [(1970-01-01 00:00:01.022715002 UTC)] [cpuid: 1] PPP Deflate Compression module registered
<4>[ 1.017233] [(1970-01-01 00:00:01.024345002 UTC)] [cpuid: 3] modprobe used greatest stack depth: 6172 bytes left
<6>[ 1.019226] [(1970-01-01 00:00:01.026338336 UTC)] [cpuid: 1] PPP MPPE Compression module registered
<6>[ 1.019274] [(1970-01-01 00:00:01.026385002 UTC)] [cpuid: 1] NET: Registered protocol family 24
<6>[ 1.020318] [(1970-01-01 00:00:01.027430002 UTC)] [cpuid: 1] __msm_rpc_connect: server not found 3000001a:40001
<6>[ 1.020366] [(1970-01-01 00:00:01.027476669 UTC)] [cpuid: 1] __msm_rpc_connect: server not found 3000001a:30001
<6>[ 1.020406] [(1970-01-01 00:00:01.027516669 UTC)] [cpuid: 1] __msm_rpc_connect: server not found 3000001a:20001
<6>[ 1.020748] [(1970-01-01 00:00:01.027858336 UTC)] [cpuid: 1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 1.020979] [(1970-01-01 00:00:01.028091669 UTC)] [cpuid: 1] host driver registered w/ tranceiver
<6>[ 1.021296] [(1970-01-01 00:00:01.028408335 UTC)] [cpuid: 1] usbcore: registered new interface driver cdc_acm
<6>[ 1.021336] [(1970-01-01 00:00:01.028446669 UTC)] [cpuid: 1] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
<6>[ 1.021374] [(1970-01-01 00:00:01.028485002 UTC)] [cpuid: 1] Initializing USB Mass Storage driver...
<6>[ 1.021504] [(1970-01-01 00:00:01.028615002 UTC)] [cpuid: 1] usbcore: registered new interface driver usb-storage
<6>[ 1.021541] [(1970-01-01 00:00:01.028651669 UTC)] [cpuid: 1] USB Mass Storage support registered.
<6>[ 1.021633] [(1970-01-01 00:00:01.028743335 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-alauda
<6>[ 1.021726] [(1970-01-01 00:00:01.028836669 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-cypress
<6>[ 1.021819] [(1970-01-01 00:00:01.028930002 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-datafab
<6>[ 1.021913] [(1970-01-01 00:00:01.029023335 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-freecom
<6>[ 1.022021] [(1970-01-01 00:00:01.029131669 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-isd200
<6>[ 1.022119] [(1970-01-01 00:00:01.029230002 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-jumpshot
<6>[ 1.022211] [(1970-01-01 00:00:01.029321669 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-karma
<6>[ 1.022304] [(1970-01-01 00:00:01.029415002 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-onetouch
<6>[ 1.022398] [(1970-01-01 00:00:01.029508335 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-sddr09
<6>[ 1.022489] [(1970-01-01 00:00:01.029601669 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-sddr55
<6>[ 1.022584] [(1970-01-01 00:00:01.029695002 UTC)] [cpuid: 1] usbcore: registered new interface driver ums-usbat
<6>[ 1.022689] [(1970-01-01 00:00:01.029800002 UTC)] [cpuid: 1] usbcore: registered new interface driver usb_ehset_test
<6>[ 1.023519] [(1970-01-01 00:00:01.030633336 UTC)] [cpuid: 1] peripheral driver registered w/ tranceiver
<6>[ 1.024613] [(1970-01-01 00:00:01.031725002 UTC)] [cpuid: 1] mbim_init: initialize 1 instances
<6>[ 1.024816] [(1970-01-01 00:00:01.031926669 UTC)] [cpuid: 1] mbim_init: Initialized 1 ports
<3>[ 1.027531] [(1970-01-01 00:00:01.034643336 UTC)] [cpuid: 1] mass_storage_function_init: ShenLei;config->fsg.nluns=3
<6>[ 1.028001] [(1970-01-01 00:00:01.035113336 UTC)] [cpuid: 1] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 1.028046] [(1970-01-01 00:00:01.035156669 UTC)] [cpuid: 1] android_usb gadget: Number of LUNs=3
<6>[ 1.028086] [(1970-01-01 00:00:01.035196669 UTC)] [cpuid: 1] lun0: LUN: removable read only CD-ROM file: (no medium)
<6>[ 1.028124] [(1970-01-01 00:00:01.035235002 UTC)] [cpuid: 1] lun1: LUN: removable file: (no medium)
<6>[ 1.028163] [(1970-01-01 00:00:01.035273336 UTC)] [cpuid: 1] lun2: LUN: removable file: (no medium)
<6>[ 1.028684] [(1970-01-01 00:00:01.035796669 UTC)] [cpuid: 1] android_usb gadget: android_usb ready
<6>[ 1.029648] [(1970-01-01 00:00:01.036758336 UTC)] [cpuid: 1] rmi_bus_init: RMI Bus Driver Init
<7>[ 1.029764] [(1970-01-01 00:00:01.036875002 UTC)] [cpuid: 1] rmi_bus_init: registered bus.
<7>[ 1.029799] [(1970-01-01 00:00:01.036910002 UTC)] [cpuid: 1] rmi_sensor_init: RMI Sensor Init
<7>[ 1.029833] [(1970-01-01 00:00:01.036943336 UTC)] [cpuid: 1] rmi_function_init: RMI Function Init
<4>[ 1.029953] [(1970-01-01 00:00:01.037063336 UTC)] [cpuid: 1] i2c-core: driver [rmi4_ts] using legacy suspend method
<4>[ 1.029989] [(1970-01-01 00:00:01.037100002 UTC)] [cpuid: 1] i2c-core: driver [rmi4_ts] using legacy resume method
<6>[ 1.030456] [(1970-01-01 00:00:01.037566669 UTC)] [cpuid: 1] input: ft5x06_ts as /devices/i2c-1/1-0038/input/input0
<4>[ 1.031191] [(1970-01-01 00:00:01.038301669 UTC)] [cpuid: 1] ldo12: Failed to create debugfs directory
<4>[ 1.031243] [(1970-01-01 00:00:01.038355002 UTC)] [cpuid: 1] smps3: Failed to create debugfs directory
<6>[ 1.402996] [(1970-01-01 00:00:01.410108336 UTC)] [cpuid: 0] ft5x06_ts 1-0038: [FTS] Firmware version = 0x31
<6>[ 1.432974] [(1970-01-01 00:00:01.440086669 UTC)] [cpuid: 0] ft5x06_ts 1-0038: [FTS] report rate is 80Hz.
<4>[ 1.463304] [(1970-01-01 00:00:01.470416669 UTC)] [cpuid: 0] touch_ctrl_init, register chrdev(244, 0)
<6>[ 1.463916] [(1970-01-01 00:00:01.471028336 UTC)] [cpuid: 0] GPIO Matrix Keypad Driver: Start keypad matrix for
<7>[ 2.035133] [(1970-01-01 00:00:02.042243336 UTC)] [cpuid: 0] BATT: start charging
<7>[ 2.035166] [(1970-01-01 00:00:02.042276669 UTC)] [cpuid: 0] BATT: unknown charger inserted
<7>[ 2.035199] [(1970-01-01 00:00:02.042310002 UTC)] [cpuid: 0] BATT: charger type changed
<7>[ 2.035233] [(1970-01-01 00:00:02.042343336 UTC)] [cpuid: 0] BATT: unknown charger inserted
<6>[ 2.036488] [(1970-01-01 00:00:02.043598336 UTC)] [cpuid: 0] msm_adc successfully registered
<6>[ 2.036524] [(1970-01-01 00:00:02.043635002 UTC)] [cpuid: 0] msm_adc successfully registered
<6>[ 2.036699] [(1970-01-01 00:00:02.043811669 UTC)] [cpuid: 0] thermal_init
<6>[ 2.037899] [(1970-01-01 00:00:02.045011669 UTC)] [cpuid: 0] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
<6>[ 2.038246] [(1970-01-01 00:00:02.045358336 UTC)] [cpuid: 0] Bluetooth: HCI UART driver ver 2.2
<6>[ 2.038284] [(1970-01-01 00:00:02.045395002 UTC)] [cpuid: 0] Bluetooth: HCI H4 protocol initialized
<6>[ 2.038318] [(1970-01-01 00:00:02.045428336 UTC)] [cpuid: 0] Bluetooth: HCI_IBS protocol initialized
<6>[ 2.040134] [(1970-01-01 00:00:02.047246669 UTC)] [cpuid: 0] mmc0: SDCC Version: 0x00000000
<3>[ 2.040379] [(1970-01-01 00:00:02.047490002 UTC)] [cpuid: 0] mmc0: No card detect facilities available
<6>[ 2.042448] [(1970-01-01 00:00:02.049560002 UTC)] [cpuid: 0] mmc0: Qualcomm MSM SDCC-core at 0x00000000a0600000 irq 80,0 dma 7 dmacrcri 12
<6>[ 2.042493] [(1970-01-01 00:00:02.049603335 UTC)] [cpuid: 0] mmc0: Controller capabilities: 0x00000001
<6>[ 2.042528] [(1970-01-01 00:00:02.049638335 UTC)] [cpuid: 0] mmc0: 8 bit data mode enabled
<6>[ 2.042559] [(1970-01-01 00:00:02.049670002 UTC)] [cpuid: 0] mmc0: 4 bit data mode disabled
<6>[ 2.042593] [(1970-01-01 00:00:02.049703335 UTC)] [cpuid: 0] mmc0: polling status mode disabled
<6>[ 2.042629] [(1970-01-01 00:00:02.049740002 UTC)] [cpuid: 0] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 61440000 Hz
<6>[ 2.042664] [(1970-01-01 00:00:02.049775002 UTC)] [cpuid: 0] mmc0: Slot eject status = 0
<6>[ 2.042696] [(1970-01-01 00:00:02.049806669 UTC)] [cpuid: 0] mmc0: Power save feature enable = 1
<6>[ 2.042734] [(1970-01-01 00:00:02.049845002 UTC)] [cpuid: 0] mmc0: DM non-cached buffer at ffdc0000, dma_addr 0x31820000
<6>[ 2.042773] [(1970-01-01 00:00:02.049883335 UTC)] [cpuid: 0] mmc0: DM cmd busaddr 0x31820000, cmdptr busaddr 0x31837f40
<6>[ 2.043638] [(1970-01-01 00:00:02.050750002 UTC)] [cpuid: 0] mmc1: SDCC Version: 0x00000000
<3>[ 2.043904] [(1970-01-01 00:00:02.051015002 UTC)] [cpuid: 0] mmc1: No card detect facilities available
<6>[ 2.045394] [(1970-01-01 00:00:02.052505002 UTC)] [cpuid: 0] mmc1: Qualcomm MSM SDCC-core at 0x00000000a0400000 irq 56,0 dma 8 dmacrcri 6
<6>[ 2.045438] [(1970-01-01 00:00:02.052548336 UTC)] [cpuid: 0] mmc1: Controller capabilities: 0x00000001
<6>[ 2.045473] [(1970-01-01 00:00:02.052583336 UTC)] [cpuid: 0] mmc1: 8 bit data mode disabled
<6>[ 2.045504] [(1970-01-01 00:00:02.052615002 UTC)] [cpuid: 0] mmc1: 4 bit data mode enabled
<6>[ 2.045536] [(1970-01-01 00:00:02.052646669 UTC)] [cpuid: 0] mmc1: polling status mode disabled
<6>[ 2.045573] [(1970-01-01 00:00:02.052683336 UTC)] [cpuid: 0] mmc1: MMC clock 144000 -> 49152000 Hz, PCLK 61440000 Hz
<6>[ 2.045609] [(1970-01-01 00:00:02.052720002 UTC)] [cpuid: 0] mmc1: Slot eject status = 0
<6>[ 2.045641] [(1970-01-01 00:00:02.052751669 UTC)] [cpuid: 0] mmc1: Power save feature enable = 1
<6>[ 2.045678] [(1970-01-01 00:00:02.052788336 UTC)] [cpuid: 0] mmc1: DM non-cached buffer at ffd60000, dma_addr 0x31860000
<6>[ 2.045716] [(1970-01-01 00:00:02.052826669 UTC)] [cpuid: 0] mmc1: DM cmd busaddr 0x31860000, cmdptr busaddr 0x31877f40
<6>[ 2.046498] [(1970-01-01 00:00:02.053610002 UTC)] [cpuid: 0] mmc2: SDCC Version: 0x00000000
<3>[ 2.046831] [(1970-01-01 00:00:02.053943336 UTC)] [cpuid: 0] mmc2: No card detect facilities available
<6>[ 2.048279] [(1970-01-01 00:00:02.055391669 UTC)] [cpuid: 0] mmc2: Qualcomm MSM SDCC-core at 0x00000000a0500000 irq 58,0 dma 5 dmacrcri 7
<6>[ 2.048323] [(1970-01-01 00:00:02.055433336 UTC)] [cpuid: 0] mmc2: Controller capabilities: 0x00000001
<6>[ 2.048358] [(1970-01-01 00:00:02.055468336 UTC)] [cpuid: 0] mmc2: 8 bit data mode disabled
<6>[ 2.048389] [(1970-01-01 00:00:02.055500002 UTC)] [cpuid: 0] mmc2: 4 bit data mode enabled
<6>[ 2.048423] [(1970-01-01 00:00:02.055533336 UTC)] [cpuid: 0] mmc2: polling status mode disabled
<6>[ 2.048458] [(1970-01-01 00:00:02.055568336 UTC)] [cpuid: 0] mmc2: MMC clock 144000 -> 49152000 Hz, PCLK 61440000 Hz
<6>[ 2.143738] [(2013-12-25 20:30:49.500604999 UTC)] [cpuid: 1] ALSA device list:
<6>[ 2.143761] [(2013-12-25 20:30:49.500624999 UTC)] [cpuid: 1] #0: msm-audio
<6>[ 2.144146] [(2013-12-25 20:30:49.501011666 UTC)] [cpuid: 1] Freeing init memory: 224K
<3>[ 2.147629] [(2013-12-25 20:30:49.504494999 UTC)] [cpuid: 2] init: could not import file '/init.recovery.u86.rc' from '/init.rc'
<3>[ 2.149694] [(2013-12-25 20:30:49.506561666 UTC)] [cpuid: 0] init: invalid uid 'fm_radio'
<4>[ 2.193394] [(2013-12-25 20:30:49.550260000 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.193423] [(2013-12-25 20:30:49.550286667 UTC)] [cpuid: 1] cur_volt 0 uV (railway_voltage: 1300000 uV)
<6>[ 2.215664] [(2013-12-25 20:30:49.572530000 UTC)] [cpuid: 1] mmc0: new high speed MMC card at address 0001
<6>[ 2.216273] [(2013-12-25 20:30:49.573138333 UTC)] [cpuid: 1] mmcblk0: mmc0:0001 H4G1d 3.60 GiB
<6>[ 2.230954] [(2013-12-25 20:30:49.587820000 UTC)] [cpuid: 1] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 >
<4>[ 2.244874] [(2013-12-25 20:30:49.601741667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.244906] [(2013-12-25 20:30:49.601771667 UTC)] [cpuid: 1] cur_volt 1300000 uV (railway_voltage: 1287500 uV)
<4>[ 2.257026] [(2013-12-25 20:30:49.613891667 UTC)] [cpuid: 1] mmc1: issue a hw reset now
<3>[ 2.269513] [(2013-12-25 20:30:49.626380000 UTC)] [cpuid: 2] init: cannot open '/initlogo.rle'
<3>[ 2.270131] [(2013-12-25 20:30:49.626996666 UTC)] [cpuid: 2] enable_store: android_usb: already disabled
<3>[ 2.270643] [(2013-12-25 20:30:49.627508333 UTC)] [cpuid: 2] init: Unable to open persistent property directory /data/property errno: 2
<3>[ 2.272733] [(2013-12-25 20:30:49.629600000 UTC)] [cpuid: 2] enable_store: android_usb: already disabled
<4>[ 2.273534] [(2013-12-25 20:30:49.630401667 UTC)] [cpuid: 1] rmt_storage_rec (108): /proc/108/oom_adj is deprecated, please use /proc/108/oom_score_adj instead.
<6>[ 2.279301] [(2013-12-25 20:30:49.636173333 UTC)] [cpuid: 0] adb_open
<6>[ 2.279338] [(2013-12-25 20:30:49.636205000 UTC)] [cpuid: 0] adb_bind_config
<4>[ 2.283716] [(2013-12-25 20:30:49.640583333 UTC)] [cpuid: 3] msm_fb_blank_sub blank_mode =0
<4>[ 2.298251] [(2013-12-25 20:30:49.655116667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.298273] [(2013-12-25 20:30:49.655136667 UTC)] [cpuid: 1] cur_volt 1287500 uV (railway_voltage: 1275000 uV)
<7>[ 2.335448] [(2013-12-25 20:30:49.692315001 UTC)] [cpuid: 3] pmapp_rpc_req_reply: successfully connected to 0x70001 rpc version
<7>[ 2.339313] [(2013-12-25 20:30:49.696180000 UTC)] [cpuid: 3] mipi_hx8389b_lcd_on E
<4>[ 2.349651] [(2013-12-25 20:30:49.706516667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.349673] [(2013-12-25 20:30:49.706536667 UTC)] [cpuid: 1] cur_volt 1275000 uV (railway_voltage: 1262500 uV)
<4>[ 2.381078] [(2013-12-25 20:30:49.737946667 UTC)] [cpuid: 0] mmc1: host does not support reading read-only switch. assuming write-enable.
<6>[ 2.386229] [(2013-12-25 20:30:49.743095000 UTC)] [cpuid: 0] mmc1: new high speed SDHC card at address f5f8
<6>[ 2.386839] [(2013-12-25 20:30:49.743705000 UTC)] [cpuid: 0] mmcblk1: mmc1:f5f8 SD08G 7.42 GiB
<6>[ 2.388261] [(2013-12-25 20:30:49.745126667 UTC)] [cpuid: 0] mmcblk1: p1
<4>[ 2.401111] [(2013-12-25 20:30:49.757976667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.401139] [(2013-12-25 20:30:49.758003333 UTC)] [cpuid: 1] cur_volt 1262500 uV (railway_voltage: 1250000 uV)
<6>[ 2.410674] [(2013-12-25 20:30:49.767545000 UTC)] [cpuid: 0]
<6>[ 2.410694] [(2013-12-25 20:30:49.767560000 UTC)] [cpuid: 0] Charger Type: STD DOWNSTREAM PORT
<4>[ 2.457614] [(2013-12-25 20:30:49.814481667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.457643] [(2013-12-25 20:30:49.814508334 UTC)] [cpuid: 1] cur_volt 1250000 uV (railway_voltage: 1237500 uV)
<4>[ 2.509059] [(2013-12-25 20:30:49.865926667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.509089] [(2013-12-25 20:30:49.865953334 UTC)] [cpuid: 1] cur_volt 1237500 uV (railway_voltage: 1231250 uV)
<6>[ 2.512444] [(2013-12-25 20:30:49.869310000 UTC)] [cpuid: 0] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data mode. Opts: (null)
<6>[ 2.521218] [(2013-12-25 20:30:49.878085000 UTC)] [cpuid: 0] android_work: android_work: sent uevent USB_STATE=CONNECTED
<4>[ 2.533329] [(2013-12-25 20:30:49.890195001 UTC)] [cpuid: 1] mount used greatest stack depth: 5984 bytes left
<6>[ 2.549471] [(2013-12-25 20:30:49.906338334 UTC)] [cpuid: 0] EXT4-fs (mmcblk0p17): mounted filesystem with ordered data mode. Opts: (null)
<4>[ 2.560474] [(2013-12-25 20:30:49.917341667 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.560501] [(2013-12-25 20:30:49.917365000 UTC)] [cpuid: 1] cur_volt 1231250 uV (railway_voltage: 1225000 uV)
<4>[ 2.611864] [(2013-12-25 20:30:49.968730000 UTC)] [cpuid: 1] Current cpr chip the floor_fuse=0 pvs_fuse=3 RBCPR_GCNT_TARGET(2): = 0x550
<4>[ 2.611889] [(2013-12-25 20:30:49.968753333 UTC)] [cpuid: 1] cur_volt 1225000 uV (railway_voltage: 1218750 uV)
<6>[ 2.654669] [(2013-12-25 20:30:50.011535001 UTC)] [cpuid: 0] android_usb gadget: high-speed config #1: android
<7>[ 2.656429] [(2013-12-25 20:30:50.013296667 UTC)] [cpuid: 0] BATT: msm_battery_cb_func
<7>[ 2.656474] [(2013-12-25 20:30:50.013340000 UTC)] [cpuid: 0] BATT: msm_battery_update_psy_status
<7>[ 2.656996] [(2013-12-25 20:30:50.013861667 UTC)] [cpuid: 0] BATT: received, 0, 0, 0x131; 0, 4175, 98, 200; 1, 0, 0; 0, 4184, 0
<7>[ 2.657019] [(2013-12-25 20:30:50.013883334 UTC)] [cpuid: 0] BATT: charger type changed
<7>[ 2.657038] [(2013-12-25 20:30:50.013901667 UTC)] [cpuid: 0] BATT: usb pc charger inserted
<6>[ 2.657398] [(2013-12-25 20:30:50.014263334 UTC)] [cpuid: 1] EXT4-fs (mmcblk0p21): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 2.692358] [(2013-12-25 20:30:50.049223333 UTC)] [cpuid: 0] BATT: msm_battery_cb_func
<7>[ 2.692403] [(2013-12-25 20:30:50.049266667 UTC)] [cpuid: 0] BATT: msm_battery_update_psy_status
<7>[ 2.693016] [(2013-12-25 20:30:50.049881667 UTC)] [cpuid: 0] BATT: received, 0, 0, 0x131; 0, 4175, 98, 200; 1, 0, 0; 0, 4184, 0
<6>[ 2.712966] [(2013-12-25 20:30:50.069831667 UTC)] [cpuid: 0] android_work: android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 3.889079] [(2013-12-25 20:30:51.245946667 UTC)] [cpuid: 1] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data mode. Opts: (null)
callback received
<6>[ 33.789924] [(2013-12-25 20:31:21.146789997 UTC)] [cpuid: 1] rmt_storage_event_write_iovec_cb: write iovec callback received
<6>[ 34.261563] [(2013-12-25 20:31:21.618429997 UTC)] [cpuid: 2] rmt_storage_ioctl: send status ioctl
<7>[ 42.112956] [(2013-12-25 20:31:29.469821663 UTC)] [cpuid: 0] BATT: msm_battery_update_psy_status
<7>[ 42.113546] [(2013-12-25 20:31:29.470411663 UTC)] [cpuid: 0] BATT: received, 0, 0, 0x131; 0, 4184, 98, 200; 1, 0, 0; 4207, 4184, 454
<7>[ 52.132968] [(2013-12-25 20:31:39.489833328 UTC)] [cpuid: 0] BATT: msm_battery_update_psy_status
<7>[ 52.133539] [(2013-12-25 20:31:39.490403328 UTC)] [cpuid: 0] BATT: received, 0, 0, 0x131; 0, 4184, 98, 200; 1, 0, 0; 4209, 4184, 454
<4>[ 61.463588] [(2013-12-25 20:31:48.820453328 UTC)] [cpuid: 3] msm_fb_set_backlight:bl_level=0 enter1
<4>[ 61.464438] [(2013-12-25 20:31:48.821303328 UTC)] [cpuid: 3] msm_fb_blank_sub blank_mode =4
<4>[ 61.464456] [(2013-12-25 20:31:48.821321661 UTC)] [cpuid: 3] msm_fb_set_backlight:bl_level=0 enter1
<6>[ 61.464491] [(2013-12-25 20:31:48.821354994 UTC)] [cpuid: 3] mipi_dsi_ahb_ctrl: ahb clks already ON
<6>[ 61.464506] [(2013-12-25 20:31:48.821371661 UTC)] [cpuid: 3] mipi_dsi_clk_enable: mipi_dsi_clks already ON
<7>[ 61.464531] [(2013-12-25 20:31:48.821394994 UTC)] [cpuid: 3] mipi_hx8389b_lcd_off E
<7>[ 61.612951] [(2013-12-25 20:31:48.969816662 UTC)] [cpuid: 3] mipi_hx8389b_lcd_off X
<7>[ 62.152969] [(2013-12-25 20:31:49.509834995 UTC)] [cpuid: 0] BATT: msm_battery_update_psy_status
<7>[ 62.153599] [(2013-12-25 20:31:49.510464995 UTC)] [cpuid: 0] BATT: received, 0, 0, 0x131; 0, 4184, 98, 200; 1, 0, 0; 4209, 4184, 454
Click to expand...
Click to collapse
Particularly, this line :
005936] [(1970-01-01 00:00:01.013050002 UTC)] [cpuid: 1] flash_onfi_probe: No partition info available
<6>[ 1.006204] [(1970-01-01 00:00:01.013316669 UTC)] [cpuid: 1] status: 20
<6>[ 1.006241] [(1970-01-01 00:00:01.013353336 UTC)] [cpuid: 1] nandid: 20202020 maker 20 device 20
<3>[ 1.006283] [(1970-01-01 00:00:01.013393336 UTC)] [cpuid: 1] ERROR: unknown nand device manuf=20 devid=20
....
.006906] [(1970-01-01 00:00:01.014016669 UTC)] [cpuid: 1] flash_onenand_probe: Detected an unsupported device
<3>[ 1.006941] [(1970-01-01 00:00:01.014051669 UTC)] [cpuid: 1] msm_nand_probe: No nand device found
.....
.788638] [(1970-01-01 00:00:00.795750001 UTC)] [cpuid: 1] loop: module loaded
<1>[ 0.788789] [(1970-01-01 00:00:00.795900001 UTC)] [cpuid: 1] pmem: pmem_setup: unable to register pmem driver(pmem) - zero size passed in!
<4>[ 0.788846] [(1970-01-01 00:00:00.795956668 UTC)] [cpuid: 1] android_pmem: probe of android_pmem.0 failed with error -1
<1>[ 0.788929] [(1970-01-01 00:00:00.796040001 UTC)] [cpuid: 1] pmem: pmem_setup: unable to register pmem driver(pmem_adsp) - zero size passed in!
<4>[ 0.788981] [(1970-01-01 00:00:00.796091668 UTC)] [cpuid: 1] android_pmem: probe of android_pmem.1 failed with error -1
<1>[ 0.789054] [(1970-01-01 00:00:00.796165001 UTC)] [cpuid: 1] pmem: pmem_setup: unable to register pmem driver(pmem_audio) - zero size passed in!
<4>[ 0.789104] [(1970-01-01 00:00:00.796215001 UTC)] [cpuid: 1] android_pmem: probe of android_pmem.2 failed with error -1
....
Do you think it's normal ? Or at least, does not alter normal booting ?
Do "device 20" can me assimilate as mmcblk0p20 memory ?
ANY help will be highly apprecciated. i'm feel empty of solutions. :silly:
Thanks.
UP !
OK,
My nand memory looks ok, i dmesg'd and logcated everything i could with 8 level mode and really found nothing suspicious...
Due to the error (UNAUTHORIZED IMAGE) i think the problem comes from Archos :
see XDA forum showthread : 1018260
Archos Platinum 50 is gene11, but i think it's maybe same problem. (signature check)
Do the phone can know if i tried to flash w/ non official rom ? if yes, when i'm trying to flash w/ official boot recovery and rom why it doesn't work ?
I'm pretty sure my phone is not messed up, but some help could be great.. :angel:
Up !
UP !
Does anybody know about possible restrictions from Archos ? bootloader ? or kernel signature check ? tools i could use for more logs/help ?...
Story continue here :
http://forum.xda-developers.com/showthread.php?t=2588322

Galaxy S3: Recovery error (E:Can't mount )

Internal storage corrupted?
Hello everyone! A few days ago I'm having problems with my phone.
Symptoms:
-Samsung stuck screen
-Recovery error (E:Can't mount )
-Mount error (/efs /system/cache/preload/data)
-Odin error (install new rom/pit/recovery)
-Download mode works very well (I think)
Explanation:
*Recovery Philz Touch 6
*External SD Card 32GB
Well I'm trying to solve this problem with the console adb, but to try to see these partitions only show me external sd card
adb shell
~ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name
179 0 30375936 mmcblk0
179 1 30374912 mmcblk0p1
Click to expand...
Click to collapse
~ # mount
mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
tmpfs on /storage type tmpfs (rw,seclabel,relatime,mode=050,gid=1028)
tmpfs on /mnt/secure type tmpfs (rw,seclabel,relatime,mode=700)
tmpfs on /mnt/fuse type tmpfs (rw,seclabel,relatime,mode=775,gid=1000)
/dev/block/vold/179:1 on /storage/sdcard1 type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
Click to expand...
Click to collapse
~ # dmesg | grep mmc0
dmesg | grep mmc0
<3>[ 1.725478] c1 mmc0: Version ID 0x5342240a.
<6>[ 1.725728] c1 mmc0: FIFO WMARK FOR RX 0x80 WX 0x40. ###########
<6>[ 1.727225] c1 mmc0: MSHCI controller on samsung-mshci [dw_mmc] using IDMA
<3>[ 1.755861] c0 mmc0: cmd 52 response timeout error
<3>[ 1.756711] c0 mmc0: cmd 52 response timeout error
<3>[ 1.760759] c0 mmc0: cmd 8 response timeout error
<3>[ 1.761602] c0 mmc0: cmd 5 response timeout error
<3>[ 1.762431] c0 mmc0: cmd 5 response timeout error
<3>[ 1.763257] c0 mmc0: cmd 5 response timeout error
<3>[ 1.764083] c0 mmc0: cmd 5 response timeout error
<3>[ 1.764926] c0 mmc0: cmd 55 response timeout error
<3>[ 1.765768] c0 mmc0: cmd 55 response timeout error
<3>[ 1.766612] c0 mmc0: cmd 55 response timeout error
<3>[ 1.767454] c0 mmc0: cmd 55 response timeout error
<3>[ 1.786755] c0 mmc0: PERM_WRITE_PROTECT was set.
<6>[ 1.786787] c0 mmc0: VTU00M: 15010056545530304df730a53e52cfbd
<3>[ 1.834347] c0 mmc0: cmd 13 response timeout error
<6>[ 1.836295] c0 mmc0 : disable PON feature : ffffff92 : 00(0e) : 00000000
<3>[ 1.837138] c0 mmc0: cmd 6 response timeout error
<3>[ 1.839016] c0 mmc0: cmd 6 response timeout error
<3>[ 1.840899] c0 mmc0: cmd 6 response timeout error
<3>[ 1.842767] c0 mmc0: cmd 6 response timeout error
<3>[ 1.845048] c1 mmc0: error -110 whilst initialising MMC card
Click to expand...
Click to collapse
From the download mode shows me the following
ODIN MODE
PRODUCT NAME: GT-I900
CUSTOM BINARY DOWNLOAD: Yes (2 counts)
CURRENT BINARY: Custom
SYSTEM STATUS: Custom
Click to expand...
Click to collapse
Any idea? already tried many things and nothing works...
I am trying to install the ROM on the external SD card now, I think the internal memory is damaged.
In recovery mod 32GB sd cards not working and after the recovery cant reach the sd card.

Predator 8 Booted to TWRP | Acer GT-810 | TWRP | Help us Root

So I managed to Unlock my GT-810 Bootloader through
Settings | About | Tapping BUILD # morethan 7x | Enabled ADB/USB Debugging | OEM Unlock | Rebooting via POWER Button + "Vol UP" | fastboot oem unluck
Click to expand...
Click to collapse
Automatically followed by a full Factory wipe (It's compulsary)
WIth several attempts creating a unsecured boot.img
with ro.secure set to 0 and booting it via
fastboot boot recovery.img
Click to expand...
Click to collapse
My Initial attempts were failures (Not that my succeeding one were success) and simply reverts to the FASTBOOT mode.
fastboot boot unsecboot.img
Click to expand...
Click to collapse
Indicates boot.img was executed and validated but reverts to fastboot mode.
Considering it was from stock boot.img from Acer's AVOLO zip, I courageously did a
Fastboot boot unsecboot.img
Click to expand...
Click to collapse
Same Results. Still a good thing that it boots the system normally. As I check on my default.prop, it still indicates ro.secure as 1,. so the Flashing did not kick in or was ineffective.
______________________________________
So the I searched through possible TWRP/CMW Recoveries based on Intel Cherry Trail
I found one for testing @ https[:]//drive.google.com/file/d/0B67Q-LsaF0w0WmxPZ0YxTl9PTWc/view?usp=sharing
But flashing the TWRP from above linksI thought was one step closer.
I was even able to create backups thru the tethered Recovery.
Note when I indicated TETHERED, the FBRL did not work on all T1~4
Instead, I simply boot via FASTBOOT BOOT found-Recovery.img
Click to expand...
Click to collapse
And to make the found-Recovery image work is to use a powered OTG cable and a mouse.
Since the Touchscreen does not work, but notice on my Snap-shots a cursor, where I am able to navigate.
Challenge: Flashing latest superSu.zip works as if there is no issue.
But as soon as I reboot the device - it just stays on the Boot Logo.
DMESG on my Linux indicates USB host has been triggered but neither it was FASTBOOT or ADB
So key is, I DID NOT or WILL NOT Flash any recovery. (There is no STOCK-RECOVERY.img anywhere)
I was able to unbrick via going to it's stock recovery POWER + VOL Down (key closer to power button)
Download the Avolo zip from acer support, save it to my SD and flash it through the stock recovery.
Predator Survives and works to test another set of Rooting tools.
____________________________________________
Using the TWRP from the link above, I tried to edit the contents via Unpacking and repacking with Commandlines merged from the stock and onto the Host TWRP
I do understand that there are more stuff to be done in here and I am willing to get helped.
____________________________________________
It still boots on TWRP but is unable to mount File systems other than my SD card, complete failure or worse, purely expiremental as I repacked the Recovery after adding a couple of files as I read on some Tuts
So I added or replaced the files from Stock into the CUSTOM TWRP
#copied
fstab
uevent.rc
uevebt.rolex.rc
#Later I realize those *.rc's was not called somewhere as the Recovery loads bia Fastboot BOOT command.
____________________________________________
SO MAY I HEREBY REQUEST if anyone can try to PORT Acer Predator 8 Stock boot.img with TWRP.
____________________________________________
Thank you in advance.
Reconnaissance done prior to dwelling for the Root:
Here are more info for the given device.
#Build.prop
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.boot.fake_battery=0
ro.frp.pst=/dev/block/by-name/android_persistent
ro.sf.lcd_density=320
persist.intel.ogl.username=Developer
persist.intel.ogl.debug=/data/ufo.prop
persist.intel.ogl.dumpdebugvars=1
ro.ufo.use_msync=1
ro.ufo.use_coreu=1
wifi.interface=wlan0
config.disable_cellcoex=1
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
ro.modules.location=/system/lib/modules
ro.zygote=zygote64_32
ro.dalvik.vm.native.bridge=libhoudini.so
persist.sys.usb.config=mtp
ro.adb.secure=1
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
Source: AVOLO.zip from Support site, File is extracted from Boot.img "umkbootimg"
Partition Logs (coming from TWRP log on Boot)
Partition Logs:
/boot | /dev/block/mmcblk0p3 | Size: 30MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p3
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/mmcblk0p9 | Size: 484MB Used: 1MB Free: 483MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p9
Display_Name: Cache
Storage_Name: Cache
Backup_Path: /cache
Backup_Name: cache
Backup_Display_Name: Cache
Storage_Path: /cache
Current_File_System: ext4
Fstab_File_System: auto
Backup_Method: files
/factory | /dev/block/mmcblk0p14 | Size: 5MB Used: 0MB Free: 5MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p14
Display_Name: Factory
Storage_Name: Factory
Backup_Path: /factory
Backup_Name: factory
Backup_Display_Name: Factory
Storage_Path: /factory
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/config | /dev/block/mmcblk0p13 | Size: 3MB Used: 0MB Free: 3MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p13
Display_Name: config
Storage_Name: config
Backup_Path: /config
Backup_Name: config
Backup_Display_Name: config
Storage_Path: /config
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/data | /dev/block/mmcblk0p11 | Size: 23383MB Used: 1194MB Free: 22074MB Backup Size: 1194MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p11
Crypto_Key_Location: /factory/userdata_footer
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: ext4
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65537
/misc | /dev/block/mmcblk0p6 | Size: 1MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p6
Display_Name: Misc
Storage_Name: Misc
Backup_Path: /misc
Backup_Name: misc
Backup_Display_Name: Misc
Storage_Path: /misc
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/recovery | /dev/block/mmcblk0p4 | Size: 30MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: Recovery
Storage_Name: recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | /dev/block/mmcblk0p8 | Size: 4920MB Used: 2272MB Free: 2647MB Backup Size: 2272MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p8
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/usb_otg | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Removable Is_Storage
Primary_Block_Device: /dev/block/sda1
Alternate_Block_Device: /dev/block/sda
Display_Name: USB-OTG
Storage_Name: USB-OTG
Backup_Path: /usb_otg
Backup_Name: usb_otg
Backup_Display_Name: USB-OTG
Storage_Path: /usb_otg
Current_File_System: auto
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65538
/external_sd | /dev/block/mmcblk1p1 | Size: 30424MB Used: 10225MB Free: 20198MB Backup Size: 10225MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Display_Name: MicroSD
Storage_Name: MicroSD
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: MicroSD
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
Extracting STOCK BOOT.IMG
unmkbootimg version 1.2 - Mikael Q Kuisma <[email protected]>
Kernel size 7762368
Kernel address 0x10008000
Ramdisk size 1541367
Ramdisk address 0x11000000
Secondary size 0
Secondary address 0x10f00000
Kernel tags address 0x10000100
Flash page size 2048
Board name is ""
Command line "loglevel=8 androidboot.hardware=rolex firmware_class.path=/system/etc/firmware i915.fastboot=1 memmap=4M$0x5c400000 oops=panic panic=10 vga=current i915.modeset=1 drm.vblankoffdelay=1 bootboost=1 pm_suspend_debug=1 pstore.backend=ramoops"
This image is built using standard mkbootimg
Extracting kernel to file zImage ...
Extracting root filesystem to file initramfs.cpio.gz ...
All done.
---------------
To recompile this image, use:
mkbootimg --kernel zImage --ramdisk initramfs.cpio.gz --cmdline 'loglevel=8 androidboot.hardware=rolex firmware_class.path=/system/etc/firmware i915.fastboot=1 memmap=4M$0x5c400000 oops=panic panic=10 vga=current i915.modeset=1 drm.vblankoffdelay=1 bootboost=1 pm_suspend_debug=1 pstore.backend=ramoops' -o new_boot.img
---------------
.:
boot.img
dir.txt
initramfs.cpio.gz
mnt
origlog.txt
zImage
./mnt:
charger
data
default.prop
dev
file_contexts
fstab
init
init.aosp.rc
init.environ.rc
init.rc
init.recovery.rolex.rc
init.rolex.rc
init.rolex.usb.rc
init.trace.rc
init.usb.rc
init.zygote32.rc
init.zygote64_32.rc
intel_prop.cfg
lib
proc
property_contexts
res
rfkill_bt.sh
sbin
seapp_contexts
selinux_version
sepolicy
service_contexts
sys
system
thermal_lite
ueventd.rc
ueventd.rolex.rc
verity_key
ls: cannot open directory './mnt/data': Permission denied
./mnt/dev:
./mnt/lib:
modules
./mnt/lib/modules:
emu_eeprom.ko
./mnt/proc:
./mnt/res:
images
vidt_sign.bin
./mnt/res/images:
charger
./mnt/res/images/charger:
battery_0.png
battery_1.png
battery_2.png
battery_3.png
battery_4.png
battery_5.png
battery_fail.png
battery_low.png
battery_scale.png
battery_temp.png
ls: cannot open directory './mnt/sbin': Permission denied
./mnt/sys:
./mnt/system:
_______________________
#FSTAB
# ----------------- BEGIN MIX-IN DEFINITIONS -----------------
# Mix-In definitions are auto-generated by mixin-update
##############################################################
# Source: device/intel/mixins/groups/boot-arch/efi/fstab
##############################################################
# Android fstab file.
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/by-name/android_system /system ext4 ro wait,verify
/dev/block/by-name/android_cache /cache ext4 noatime,nosuid,nodev,errors=panic wait,check
/dev/block/by-name/android_data /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,errors=panic wait,check,encryptable=/dev/block/by-name/android_metadata
/dev/block/by-name/android_boot /boot emmc defaults defaults
/dev/block/by-name/android_recovery /recovery emmc defaults defaults
/dev/block/by-name/android_misc /misc emmc defaults defaults
/dev/block/by-name/android_bootloader /bootloader emmc defaults recoveryonly
/dev/block/by-name/android_bootloader2 /bootloader2 emmc defaults recoveryonly
/dev/block/by-name/android_persistent /persistent emmc defaults defaults
/dev/block/by-name/android_metadata /metadata emmc defaults defaults
##############################################################
# Source: device/intel/mixins/groups/config-partition/enabled/fstab
##############################################################
/dev/block/by-name/android_config /config ext4 noatime,nosuid,nodev,errors=panic wait,check
##############################################################
# Source: device/intel/mixins/groups/storage/sdcard-mmcblk1-4xUSB-sda-emulated/fstab
##############################################################
*/block/sd* auto vfat defaults voldmanaged=usbdisk:auto
*/block/mmcblk1* auto vfat defaults voldmanaged=sdcard1:auto
/dev/block/mmcblk1p1 /sdcard vfat defaults recoveryonly
##############################################################
# Source: device/intel/mixins/groups/factory-partition/enabled/fstab
##############################################################
/dev/block/by-name/android_factory /factory ext4 rw wait
# ------------------ END MIX-IN DEFINITIONS ------------------
/dev/block/zram0 none swap defaults zramsize=536870912
---------------
#Full Dump/Backup using TWRP
total 3604370
-rwxrwxrwx 1 oem oem 1605437440 Oct 18 00:02 system.ext4.win000
-rwxrwxrwx 1 oem oem 1255762944 Oct 17 23:59 data.ext4.win
-rwxrwxrwx 1 oem oem 764068352 Oct 18 00:04 system.ext4.win001
-rwxrwxrwx 1 oem oem 31457280 Oct 17 23:56 boot.emmc.win
-rwxrwxrwx 1 oem oem 31457280 Oct 18 00:00 recovery.emmc.win
-rwxrwxrwx 1 oem oem 1048576 Oct 17 23:59 misc.emmc.win
-rwxrwxrwx 1 oem oem 892928 Oct 17 23:57 cache.ext4.win
-rwxrwxrwx 1 oem oem 733042 Oct 18 00:05 recovery.log
-rwxrwxrwx 1 oem oem 2560 Oct 17 23:57 config.ext4.win
-rwxrwxrwx 1 oem oem 65 Oct 17 23:59 data.info
-rwxrwxrwx 1 oem oem 65 Oct 18 00:04 system.info
-rwxrwxrwx 1 oem oem 59 Oct 17 23:57 cache.info
-rwxrwxrwx 1 oem oem 53 Oct 17 23:57 config.info
-rwxrwxrwx 1 oem oem 53 Oct 18 00:05 system.ext4.win000.md5
-rwxrwxrwx 1 oem oem 53 Oct 18 00:05 system.ext4.win001.md5
-rwxrwxrwx 1 oem oem 52 Oct 18 00:00 recovery.emmc.win.md5
-rwxrwxrwx 1 oem oem 50 Oct 17 23:57 config.ext4.win.md5
-rwxrwxrwx 1 oem oem 49 Oct 17 23:57 cache.ext4.win.md5
-rwxrwxrwx 1 oem oem 48 Oct 17 23:56 boot.emmc.win.md5
-rwxrwxrwx 1 oem oem 48 Oct 17 23:59 data.ext4.win.md5
-rwxrwxrwx 1 oem oem 48 Oct 18 00:00 misc.emmc.win.md5
drwxrwxrwx 1 oem oem 0 Oct 18 09:40 Extracts
-rwxrwxrwx 1 oem oem 0 Oct 18 09:57 list.txt
I also tried Flashing the Stock Avolo zip file for Acer support via TWRP and got Error, unable to recognize or is unable to execute BIOS update
Click to expand...
Click to collapse
#Fastboot getvar all
(bootloader) serialno: 96791262
(bootloader) board: Insyde Cherry Trail FFD CherryTrail
(bootloader) device-state: unlocked
(bootloader) boot-state: ORANGE
(bootloader) firmware: INSYDE Corp. V1.08
(bootloader) product-name: Cherry Trail Tablet
(bootloader) secureboot: yes
(bootloader) off-mode-charge: 1
(bootloader) unlocked: yes
(bootloader) secure: no
(bootloader) partition-type:factory: ext4
(bootloader) partition-size:factory: 0x0000000000A00000
(bootloader) partition-type:config: ext4
(bootloader) partition-size:config: 0x0000000000800000
(bootloader) partition-typeersistent: ext4
(bootloader) partition-sizeersistent: 0x0000000000100000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:userdata: 0x00000005D4E00000
(bootloader) partition-type:data: ext4
(bootloader) partition-size:data: 0x00000005D4E00000
(bootloader) partition-typeE2: none
(bootloader) partition-sizeE2: 0x0000000000A00000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:cache: 0x000000001F400000
(bootloader) partition-type:system: ext4
(bootloader) partition-size:system: 0x0000000140000000
(bootloader) partition-type:metadata: none
(bootloader) partition-size:metadata: 0x0000000001000000
(bootloader) partition-type:misc: none
(bootloader) partition-size:misc: 0x0000000000100000
(bootloader) partition-typeE1: none
(bootloader) partition-sizeE1: 0x0000000000A00000
(bootloader) partition-type:recovery: none
(bootloader) partition-size:recovery: 0x0000000001E00000
(bootloader) partition-type:boot: none
(bootloader) partition-size:boot: 0x0000000001E00000
(bootloader) partition-type:bootloader2: none
(bootloader) partition-size:bootloader2: 0x0000000006400000
(bootloader) partition-type:bootloader: vfat
(bootloader) partition-size:bootloader: 0x0000000006400000
(bootloader) max-download-size: 0x0000000018000000
(bootloader) battery-voltage: 4086mV
(bootloader) version-bootloader: kernelflinger-02.11-10e7456
(bootloader) product: rolex
all:
finished. total time: 0.077s
So I finally am able to flash an Unsecured boot.img, am able to exexute "adb root"
With my linux, Konsole indicates
"restarting as Root"
But I guess the tablet still setup a persistent reset for unroot ADB, but I am able to obtain these info from ADB as root (Kinda)
"adb shell getprop ro.debuggable" 1
"adb shell cat /proc/partitions"
major minor #blocks name
254 0 524288 zram0
179 0 30539776 mmcblk0
179 1 102400 mmcblk0p1
179 2 102400 mmcblk0p2
179 3 30720 mmcblk0p3
179 4 30720 mmcblk0p4
179 5 10240 mmcblk0p5
179 6 1024 mmcblk0p6
179 7 16384 mmcblk0p7
179 8 5242880 mmcblk0p8
179 9 512000 mmcblk0p9
179 10 10240 mmcblk0p10
179 11 24459264 mmcblk0p11
179 12 1024 mmcblk0p12
179 13 8192 mmcblk0p13
179 14 10240 mmcblk0p14
179 48 4096 mmcblk0rpmb
179 32 4096 mmcblk0boot1
179 16 4096 mmcblk0boot0
179 64 31166976 mmcblk1
179 65 31162880 mmcblk1p1
Click to expand...
Click to collapse
I will now commence Dumping these partitions and guess which one is Recovery
If I am able to dump these as IMG's, then I would unpack to check also will again RUN Fastboot boot Recovery.img
To check if it does gets me into STOCK recovery, this way We will now have a STOCK-Recovery image!
Dmesg from ADB with Stock ROM
<6>[ 0.000000] Initializing cgroup subsys cpuset
<6>[ 0.000000] Initializing cgroup subsys cpu
<6>[ 0.000000] Initializing cgroup subsys cpuacct
<5>[ 0.000000] Linux version 3.14.37-x86_64+ ([email protected]) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Fri Dec 11 12:05:05 CST 2015
<6>[ 0.000000] Command line: console=null androidboot.bootreason=unknown androidboot.serialno=81086752 g_ffs.iSerialNumber=81086752 loglevel=8 androidboot.hardware=rolex firmware_class.path=/system/etc/firmware i915.fastboot=1 memmap=4M$0x5c400000 oops=panic panic=10 vga=current i915.modeset=1 drm.vblankoffdelay=1 bootboost=1 pm_suspend_debug=1 pstore.backend=ramoops
<6>[ 0.000000] e820: BIOS-provided physical RAM map:
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000070ffffff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x0000000071000000-0x0000000071ffffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000072000000-0x0000000072aeafff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x0000000072aeb000-0x0000000072af3fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000072af4000-0x00000000762f3fff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x00000000762f4000-0x0000000076c03fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x0000000076c04000-0x0000000076d03fff] ACPI NVS
<6>[ 0.000000] BIOS-e820: [mem 0x0000000076d04000-0x0000000076d43fff] ACPI data
<6>[ 0.000000] BIOS-e820: [mem 0x0000000076d44000-0x0000000077ffffff] usable
<6>[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
<6>[ 0.000000] BIOS-e820: [mem 0x00000000fff60000-0x00000000ffffffff] reserved
<6>[ 0.000000] NX (Execute Disable) protection: active
<6>[ 0.000000] e820: user-defined physical RAM map:
<6>[ 0.000000] user: [mem 0x0000000000000000-0x000000000008efff] usable
<6>[ 0.000000] user: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
<6>[ 0.000000] user: [mem 0x0000000000090000-0x000000000009ffff] usable
<6>[ 0.000000] user: [mem 0x0000000000100000-0x000000001fffffff] usable
<6>[ 0.000000] user: [mem 0x0000000020000000-0x00000000201fffff] reserved
<6>[ 0.000000] user: [mem 0x0000000020200000-0x000000005c3fffff] usable
<6>[ 0.000000] user: [mem 0x000000005c400000-0x000000005c7fffff] reserved
<6>[ 0.000000] user: [mem 0x000000005c800000-0x0000000070ffffff] usable
<6>[ 0.000000] user: [mem 0x0000000071000000-0x0000000071ffffff] reserved
<6>[ 0.000000] user: [mem 0x0000000072000000-0x0000000072aeafff] usable
<6>[ 0.000000] user: [mem 0x0000000072aeb000-0x0000000072af3fff] reserved
<6>[ 0.000000] user: [mem 0x0000000072af4000-0x00000000762f3fff] usable
<6>[ 0.000000] user: [mem 0x00000000762f4000-0x0000000076c03fff] reserved
<6>[ 0.000000] user: [mem 0x0000000076c04000-0x0000000076d03fff] ACPI NVS
<6>[ 0.000000] user: [mem 0x0000000076d04000-0x0000000076d43fff] ACPI data
<6>[ 0.000000] user: [mem 0x0000000076d44000-0x0000000077ffffff] usable
<6>[ 0.000000] user: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
<6>[ 0.000000] user: [mem 0x00000000fea00000-0x00000000feafffff] reserved
<6>[ 0.000000] user: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
<6>[ 0.000000] user: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
<6>[ 0.000000] user: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
<6>[ 0.000000] user: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
<6>[ 0.000000] user: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
<6>[ 0.000000] user: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
<6>[ 0.000000] user: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
<6>[ 0.000000] user: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
<6>[ 0.000000] user: [mem 0x00000000fff60000-0x00000000ffffffff] reserved
<6>[ 0.000000] efi: EFI v2.40 by INSYDE Corp.
<6>[ 0.000000] efi: ACPI 2.0=0x76d43014 SMBIOS=0x76403000
<6>[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
<6>[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB)
<6>[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x000000000008f000) (0MB)
<6>[ 0.000000] efi: mem03: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
<6>[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000090000-0x000000000009f000) (0MB)
<6>[ 0.000000] efi: mem05: type=2, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
<6>[ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000000100000-0x0000000000279000) (1MB)
<6>[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000279000-0x0000000001000000) (13MB)
<6>[ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x00000000029cb000) (25MB)
<6>[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x00000000029cb000-0x0000000020000000) (470MB)
<6>[ 0.000000] efi: mem10: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
<6>[ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000020200000-0x0000000028000000) (126MB)
<6>[ 0.000000] efi: mem12: type=4, attr=0xf, range=[0x0000000028000000-0x00000000283f0000) (3MB)
<6>[ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000283f0000-0x000000003fffc000) (380MB)
<6>[ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000003fffc000-0x0000000040000000) (0MB)
<6>[ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000040000000-0x000000006e000000) (736MB)
<6>[ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x000000006e000000-0x000000006e020000) (0MB)
<6>[ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x000000006e020000-0x000000007071e000) (38MB)
<6>[ 0.000000] efi: mem18: type=2, attr=0xf, range=[0x000000007071e000-0x0000000071000000) (8MB)
<6>[ 0.000000] efi: mem19: type=0, attr=0xf, range=[0x0000000071000000-0x0000000072000000) (16MB)
<6>[ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x0000000072000000-0x000000007276a000) (7MB)
<6>[ 0.000000] efi: mem21: type=1, attr=0xf, range=[0x000000007276a000-0x0000000072aeb000) (3MB)
<6>[ 0.000000] efi: mem22: type=5, attr=0x800000000000000f, range=[0x0000000072aeb000-0x0000000072af4000) (0MB)
<6>[ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x0000000072af4000-0x0000000072bf2000) (0MB)
<6>[ 0.000000] efi: mem24: type=2, attr=0xf, range=[0x0000000072bf2000-0x0000000072bf4000) (0MB)
<6>[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x0000000072bf4000-0x0000000073909000) (13MB)
<6>[ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x0000000073909000-0x000000007390a000) (0MB)
<6>[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x000000007390a000-0x0000000073ca2000) (3MB)
<6>[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x0000000073ca2000-0x00000000752f4000) (22MB)
<6>[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000752f4000-0x0000000075ef4000) (12MB)
<6>[ 0.000000] efi: mem30: type=3, attr=0xf, range=[0x0000000075ef4000-0x00000000762f4000) (4MB)
<6>[ 0.000000] efi: mem31: type=5, attr=0x800000000000000f, range=[0x00000000762f4000-0x0000000076384000) (0MB)
<6>[ 0.000000] efi: mem32: type=6, attr=0x800000000000000f, range=[0x0000000076384000-0x0000000076604000) (2MB)
<6>[ 0.000000] efi: mem33: type=0, attr=0xf, range=[0x0000000076604000-0x0000000076c04000) (6MB)
<6>[ 0.000000] efi: mem34: type=10, attr=0xf, range=[0x0000000076c04000-0x0000000076d04000) (1MB)
<6>[ 0.000000] efi: mem35: type=9, attr=0xf, range=[0x0000000076d04000-0x0000000076d44000) (0MB)
<6>[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x0000000076d44000-0x0000000077bd5000) (14MB)
<6>[ 0.000000] efi: mem37: type=2, attr=0xf, range=[0x0000000077bd5000-0x0000000077bd6000) (0MB)
<6>[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x0000000077bd6000-0x0000000078000000) (4MB)
<6>[ 0.000000] efi: mem39: type=12, attr=0x8000000000000000, range=[0x00000000e0000000-0x00000000e4000000) (64MB)
<6>[ 0.000000] efi: mem40: type=11, attr=0x8000000000000000, range=[0x00000000fea00000-0x00000000feb00000) (1MB)
<6>[ 0.000000] efi: mem41: type=11, attr=0x8000000000000000, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
<6>[ 0.000000] efi: mem42: type=11, attr=0x8000000000000000, range=[0x00000000fed01000-0x00000000fed02000) (0MB)
<6>[ 0.000000] efi: mem43: type=11, attr=0x8000000000000001, range=[0x00000000fed03000-0x00000000fed04000) (0MB)
<6>[ 0.000000] efi: mem44: type=11, attr=0x8000000000000000, range=[0x00000000fed06000-0x00000000fed07000) (0MB)
<6>[ 0.000000] efi: mem45: type=11, attr=0x8000000000000000, range=[0x00000000fed08000-0x00000000fed0a000) (0MB)
<6>[ 0.000000] efi: mem46: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed1d000) (0MB)
<6>[ 0.000000] efi: mem47: type=11, attr=0x8000000000000000, range=[0x00000000fed80000-0x00000000fedc0000) (0MB)
<6>[ 0.000000] efi: mem48: type=11, attr=0x8000000000000000, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
<6>[ 0.000000] efi: mem49: type=11, attr=0x8000000000000000, range=[0x00000000fff60000-0x0000000100000000) (0MB)
<6>[ 0.000000] SMBIOS 2.8 present.
<7>[ 0.000000] DMI: Insyde Cherry Trail Tablet/Cherry Trail FFD, BIOS V1.08 05/07/2015
<7>[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.000000] e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000
<7>[ 0.000000] MTRR default type: uncachable
<7>[ 0.000000] MTRR fixed ranges enabled:
<7>[ 0.000000] 00000-9FFFF write-back
<7>[ 0.000000] A0000-FFFFF write-protect
<7>[ 0.000000] MTRR variable ranges enabled:
<7>[ 0.000000] 0 base 0FFF80000 mask FFFF80000 write-protect
<7>[ 0.000000] 1 base 0FFF60000 mask FFFFE0000 write-protect
<7>[ 0.000000] 2 base 000000000 mask F80000000 write-back
<7>[ 0.000000] 3 base 07E000000 mask FFE000000 uncachable
<7>[ 0.000000] 4 base 07D000000 mask FFF000000 uncachable
<7>[ 0.000000] 5 base 07C800000 mask FFF800000 uncachable
<7>[ 0.000000] 6 base 07C400000 mask FFFC00000 uncachable
<7>[ 0.000000] 7 disabled
<6>[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
<6>[ 0.000000] Scanning 1 areas for low memory corruption
<7>[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
<6>[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
<7>[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
<7>[ 0.000000] BRK [0x026f8000, 0x026f8fff] PGTABLE
<7>[ 0.000000] BRK [0x026f9000, 0x026f9fff] PGTABLE
<7>[ 0.000000] BRK [0x026fa000, 0x026fafff] PGTABLE
<6>[ 0.000000] init_memory_mapping: [mem 0x75c00000-0x75dfffff]
<7>[ 0.000000] [mem 0x75c00000-0x75dfffff] page 2M
<7>[ 0.000000] BRK [0x026fb000, 0x026fbfff] PGTABLE
<6>[ 0.000000] init_memory_mapping: [mem 0x74000000-0x75bfffff]
<7>[ 0.000000] [mem 0x74000000-0x75bfffff] page 2M
<6>[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
<7>[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
<7>[ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
<6>[ 0.000000] init_memory_mapping: [mem 0x20200000-0x5c3fffff]
<7>[ 0.000000] [mem 0x20200000-0x5c3fffff] page 2M
<6>[ 0.000000] init_memory_mapping: [mem 0x5c800000-0x70ffffff]
<7>[ 0.000000] [mem 0x5c800000-0x70ffffff] page 2M
<6>[ 0.000000] init_memory_mapping: [mem 0x72000000-0x72aeafff]
<7>[ 0.000000] [mem 0x72000000-0x729fffff] page 2M
<7>[ 0.000000] [mem 0x72a00000-0x72aeafff] page 4k
<7>[ 0.000000] BRK [0x026fc000, 0x026fcfff] PGTABLE
<6>[ 0.000000] init_memory_mapping: [mem 0x72af4000-0x73ffffff]
<7>[ 0.000000] [mem 0x72af4000-0x72bfffff] page 4k
<7>[ 0.000000] [mem 0x72c00000-0x73ffffff] page 2M
<6>[ 0.000000] init_memory_mapping: [mem 0x75e00000-0x762f3fff]
<7>[ 0.000000] [mem 0x75e00000-0x761fffff] page 2M
<7>[ 0.000000] [mem 0x76200000-0x762f3fff] page 4k
<7>[ 0.000000] BRK [0x026fd000, 0x026fdfff] PGTABLE
<6>[ 0.000000] init_memory_mapping: [mem 0x76d44000-0x77ffffff]
<7>[ 0.000000] [mem 0x76d44000-0x76dfffff] page 4k
<7>[ 0.000000] [mem 0x76e00000-0x77ffffff] page 2M
<6>[ 0.000000] RAMDISK: [mem 0x00100000-0x00278fff]
<7>[ 0.000000] ACPI: RSDP 0000000076d43014 000024 (v02 INSYDE)
<7>[ 0.000000] ACPI: XSDT 0000000076d43120 0000C4 (v01 INSYDE INSYDE 00000003 01000013)
<7>[ 0.000000] ACPI: FACP 0000000076d3e000 00010C (v05 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: DSDT 0000000076d1f000 019B13 (v02 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: FACS 0000000076cb8000 000040
<7>[ 0.000000] ACPI: UEFI 0000000076d42000 000236 (v01 INSYDE INSYDE 00000001 ACPI 00040000)
<7>[ 0.000000] ACPI: UEFI 0000000076d40000 000042 (v01 INSYDE INSYDE 00000000 ACPI 00040000)
<7>[ 0.000000] ACPI: HPET 0000000076d3d000 000038 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: LPIT 0000000076d3c000 000104 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: APIC 0000000076d3b000 00006C (v03 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: MCFG 0000000076d3a000 00003C (v01 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: PRAM 0000000076d39000 000030 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: SSDT 0000000076d1e000 0006A0 (v01 INSYDE CpuDptf 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: SSDT 0000000076d1a000 003018 (v01 INSYDE DptfTab 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: SSDT 0000000076d19000 000058 (v01 INSYDE LowPwrM 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: SSDT 0000000076d18000 000763 (v01 INSYDE CpuPm 00003000 ACPI 00040000)
<7>[ 0.000000] ACPI: SSDT 0000000076d17000 000290 (v01 INSYDE Cpu0Tst 00003000 ACPI 00040000)
<7>[ 0.000000] ACPI: SSDT 0000000076d16000 00017A (v01 INSYDE ApTst 00003000 ACPI 00040000)
<7>[ 0.000000] ACPI: CSRT 0000000076d3f000 00014C (v00 INSYDE INSYDE 00000003 ACPI 00040000)
<7>[ 0.000000] ACPI: BCFG 0000000076d15000 000139 (v01 INSYDE INSYDE 00000001 ACPI 00040000)
<7>[ 0.000000] ACPI: OEM1 0000000076d14000 000040 (v01 INSYDE INSYDE 00000005 ACPI 00040000)
<7>[ 0.000000] ACPI: PIDV 0000000076d13000 0000DC (v02 INSYDE INSYDE 00000002 ACPI 00040000)
<7>[ 0.000000] ACPI: RSCI 0000000076d12000 00002C (v01 INSYDE INSYDE 00000000 ACPI 00040000)
<7>[ 0.000000] ACPI: FPDT 0000000076d11000 000044 (v01 INSYDE INSYDE 00000002 ACPI 00040000)
<7>[ 0.000000] ACPI: Local APIC address 0xfee00000
<7>[ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88006f200000-ffff880070dfffff] on node 0
<7>[ 0.000000] Zone ranges:
<7>[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
<7>[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
<7>[ 0.000000] Normal empty
<7>[ 0.000000] Movable zone start for each node
<7>[ 0.000000] Early memory node ranges
<7>[ 0.000000] node 0: [mem 0x00001000-0x0008efff]
<7>[ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
<7>[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
<7>[ 0.000000] node 0: [mem 0x20200000-0x5c3fffff]
<7>[ 0.000000] node 0: [mem 0x5c800000-0x70ffffff]
<7>[ 0.000000] node 0: [mem 0x72000000-0x72aeafff]
<7>[ 0.000000] node 0: [mem 0x72af4000-0x762f3fff]
<7>[ 0.000000] node 0: [mem 0x76d44000-0x77ffffff]
<7>[ 0.000000] On node 0 totalpages: 483141
<7>[ 0.000000] DMA zone: 56 pages used for memmap
<7>[ 0.000000] DMA zone: 400 pages reserved
<7>[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
<7>[ 0.000000] DMA32 zone: 6664 pages used for memmap
<7>[ 0.000000] DMA32 zone: 479143 pages, LIFO batch:31
<6>[ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
<6>[ 0.000000] Reserving Intel graphics stolen memory at 0x7ce00000-0x7edfffff
<6>[ 0.000000] ACPI: PM-Timer IO Port: 0x408
<7>[ 0.000000] ACPI: Local APIC address 0xfee00000
<6>[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
<6>[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
<6>[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
<6>[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
<6>[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
<6>[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
<6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
<7>[ 0.000000] ACPI: IRQ0 used by override.
<7>[ 0.000000] ACPI: IRQ2 used by override.
<7>[ 0.000000] ACPI: IRQ9 used by override.
<6>[ 0.000000] Using ACPI (MADT) for SMP configuration information
<6>[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
<6>[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
<7>[ 0.000000] nr_irqs_gsi: 131
<6>[ 0.000000] e820: [mem 0x7ee00000-0xdfffffff] available for PCI devices
<6>[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
<6>[ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff880075c00000 s77440 r8192 d20864 u524288
<7>[ 0.000000] pcpu-alloc: s77440 r8192 d20864 u524288 alloc=1*2097152
<7>[ 0.000000] pcpu-alloc: [0] 0 1 2 3
<7>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 476021
<5>[ 0.000000] Kernel command line: console=null androidboot.bootreason=unknown androidboot.serialno=81086752 g_ffs.iSerialNumber=81086752 loglevel=8 androidboot.hardware=rolex firmware_class.path=/system/etc/firmware i915.fastboot=1 memmap=4M$0x5c400000 oops=panic panic=10 vga=current i915.modeset=1 drm.vblankoffdelay=1 bootboost=1 pm_suspend_debug=1 pstore.backend=ramoops
<6>[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
<7>[ 0.000000] Memory: 1824812K/1932564K available (10233K kernel code, 2304K rwdata, 5168K rodata, 1360K init, 1384K bss, 107752K reserved)
Click to expand...
Click to collapse
Acer Predator 8 Gt-810 PARTITION INFORMATION
<7>[ 10.445769] EMU EEPROM version 31
<5>[ 10.446387] audit: type=1400 audit(1476914694.521:4): avc: denied { setattr } for pid=1 comm="init" name="mmcblk0p10" dev="tmpfs" ino=8834 scontext=u:r:init:s0 tcontext=ubject_r:block_device:s0 tclass=blk_file permissive=0
<11>[ 10.446645] init: /dev/hw_random not found
<7>[ 10.466401] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts
<6>[ 10.477534] bio: create slab <bio-1> at 1
<6>[ 10.487601] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 10.487631] SELinux: initialized (dev dm-0, type ext4), uses xattr
<14>[ 10.487700] fs_mgr: __mount(source=/dev/block/dm-0,target=/system,type=ext4)=0
<4>[ 10.488173] EXT4-fs (mmcblk0p9): Ignoring removed nomblk_io_submit option
<6>[ 10.492476] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 10.492491] SELinux: initialized (dev mmcblk0p9, type ext4), uses xattr
<14>[ 10.492529] fs_mgr: check_fs(): mount(/dev/block/by-name/android_cache,/cache,ext4)=0
<14>[ 10.513444] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/android_cache
<14>[ 10.591806] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<14>[ 10.591855] e2fsck: /dev/block/by-name/android_cache: clean, 38/32000 files, 4191/128000 blocks
<6>[ 10.596341] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: errors=panic
<7>[ 10.596368] SELinux: initialized (dev mmcblk0p9, type ext4), uses xattr
<14>[ 10.596426] fs_mgr: __mount(source=/dev/block/by-name/android_cache,target=/cache,type=ext4)=0
<4>[ 10.597184] EXT4-fs (mmcblk0p11): Ignoring removed nomblk_io_submit option
<6>[ 10.603487] EXT4-fs (mmcblk0p11): 4 orphan inodes deleted
<6>[ 10.603498] EXT4-fs (mmcblk0p11): recovery complete
<6>[ 10.609467] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 10.609490] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<14>[ 10.609549] fs_mgr: check_fs(): mount(/dev/block/by-name/android_data,/data,ext4)=0
<14>[ 10.619507] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/android_data
<14>[ 10.637342] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<14>[ 10.637375] e2fsck: /dev/block/by-name/android_data: clean, 3682/1528912 files, 1451691/6114816 blocks
<6>[ 10.640946] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,errors=panic
<7>[ 10.640970] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr
<14>[ 10.641015] fs_mgr: __mount(source=/dev/block/by-name/android_data,target=/data,type=ext4)=0
<4>[ 10.641716] EXT4-fs (mmcblk0p13): Ignoring removed nomblk_io_submit option
<6>[ 10.644389] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[ 10.644403] SELinux: initialized (dev mmcblk0p13, type ext4), uses xattr
<14>[ 10.644440] fs_mgr: check_fs(): mount(/dev/block/by-name/android_config,/config,ext4)=0
<14>[ 10.655660] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/android_config
<14>[ 10.661542] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
<14>[ 10.661577] e2fsck: /dev/block/by-name/android_config: clean, 12/512 files, 1072/2048 blocks
<6>[ 10.665029] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: errors=panic
<7>[ 10.665050] SELinux: initialized (dev mmcblk0p13, type ext4), uses xattr
<14>[ 10.665091] fs_mgr: __mount(source=/dev/block/by-name/android_config,target=/config,type=ext4)=0
<6>[ 10.669138] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: (null)
<7>[ 10.669168] SELinux: initialized (dev mmcblk0p14, type ext4), uses xattr
<14>[ 10.669219] fs_mgr: __mount(source=/dev/block/by-name/android_factory,target=/factory,type=ext4)=0
<6>[ 10.716986] Adding 524284k swap on /dev/block/zram0. Priority:-1 extents:1 across:524284k SS
<11>[ 10.718129] init: Warning! Service acer_dinfo_init needs a SELinux domain defined; please fix!
<7>[ 10.718778] SELinux: initialized (dev functionfs, type functionfs), uses genfs_contexts
<11>[ 10.722918] init: cannot find '/system/bin/bd_prov', disabling 'bd_prov'
<7>[ 10.733697] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
Click to expand...
Click to collapse
pleas backup system\etc download
livedten said:
pleas backup system\etc download
Click to expand...
Click to collapse
deleted
---------- Post added at 02:20 PM ---------- Previous post was at 01:54 PM ----------
arjaylzo said:
Acer Predator 8 Gt-810 PARTITION INFORMATION
Click to expand...
Click to collapse
Downloaded TWRP.img i replaced with stock kernel, changed modules, fstab, and got touchscreen working and all partitions are working, no bugs that i found, i also backed up stock recovery since i booted twrp not flashed, im gonna make the stock rom flashable for twrp now, then an unbloated rom, we now need a development page for our device so it doesnt get messy, ill add twrp link after im 100% its working
I've Finally been able to install my Ported TWRP with Full Functionality (including the EMU.ko file and Touch screen)
Also, through TWRP, I am able to flash the Stock Image file for the tablet.
Here is my Screen -Record https[:]//youtu.be/UpRFqTejF9U
Sorry that I am unable to upload the TWRP-Ported.img file, does not allow me here and my bandwidth is quite limitted.
My next plan is booting a Full GNU Linux, wish me luck.
arjaylzo said:
I've Finally been able to install my Ported TWRP with Full Functionality (including the EMU.ko file and Touch screen)
Also, through TWRP, I am able to flash the Stock Image file for the tablet.
Here is my Screen -Record https[:]//youtu.be/UpRFqTejF9U
Sorry that I am unable to upload the TWRP-Ported.img file, does not allow me here and my bandwidth is quite limitted.
My next plan is booting a Full GNU Linux, wish me luck.
Click to expand...
Click to collapse
For that im certain that you need to access the UEFI to disable secure boot, but first you need to make a backup of the EMMC partitions in order to restore back to android, theres also a few things that can be done to easily dual boot this device with another OS like Ubuntu, accessing UEFI with keyboard and keypressing is impossible since by default the option to enable keyboard is disabled, a way of getting to UEFI is to flash the stock rom on twrp (with edited script to flash and fail on uefi update), and when it fails and goes to shell mode you connect keyboard simply type exit and it shows secure boot option, and option to enter UEFI, from there you can boot whatever you want.. I could try to get reefind (a boot manager allows to dualboot in case u didnt know) but i need root.. i made the unsecboot myself but can never seem to be able to get root working without making the rom unbootable.. can you tell me how you did it?
I managed to get into UEFI, Able to boot several UEFI files such as grub.uefi even Windows bootx64, eventually giving out Errors during Linux Mint/debian and Ubuntu installation. Also cleared security footer in UEFI thereby getting a Prompt to Press +Vol whenever I start. So this time, my boot loader has been unlucked and secure boot is OFF for good
I even was able to FLash these UEFI images. FIrst with Linux, I extracted bootloader.img from the Stock zip coming from acer. Mounted the IMG file (I am using Linux) and replaced loader.img and also replaced efi/boot/bootx64.efi with the Grub.efi
I then unmount the IMG and flash it via
Entering DNX mode
Fastboot boot loader.img
Fastboot flash bootloader bootloader.img(which contains grub.efi)
Viola, I instantly am able to boot to Grub commandline. I am able to map my OTG Flashdrive and Boot vmlinuz and initrd. But later fails.
Turns out, the port to which the USB is under USB3 Only that the 4 pins are setup, not the additional pins for common USB3 pins.
So, as soon as windows Launch the WinPe environment, my OTG powered Hub, USB uefi enabled installer and keyboard shutsdown and stuck on the Welcome WIndows installation.
Same goes for the Linux live installer. As soon as the RootFS is loaded in the Memory and launch the Init process, the USB's quit working leading to "Missing Live squashFS".
So then I resorted with Copying the Linux installers into the /system folder. Yes I have /system RW capability since my tablet has been rooted.
Going back to the Windows Installation. I got an ACPI error. Thereby went into UEFI again and Adjusted ACPI_O5 to O4, was able to get into the welcom Installation. Still, no KB or mouse. An unattended Installation could have helped but I no longer have the resource to create Win10 unAttended plus I'ts hard to setup the Partition as I intend to install it permanently into the MMC or SD card if possible.
Worse, I made adjustment into the UEFI hoping to convert USB3 setting into legacy, As I rebooted my device, I no longer have OTG on Android, SD card no longer mounted. So that concludes that the SD card is also allocated towards the USB bridge.
This calls for a UEFI/BIOS Reset. Which I did. I then Booted TWRP and Sideload the AV0L0 stock image.zip, went through the usual flashing. But was getting error mounting some partitions. I went in and flash instead. This time i'ts slowly getting worse.
I tried re-flashing the tablet using the stock AVOLO.zip file. I thought re-locking bootloader would help since it kinda makes changes into the UEFI. So I did relock the tablet. After re-locking, I flashed the AVOLO and finally ended the life of this one. I went into a Bootloop, though DNX is still accessible. But not a chance to flash UEFI or atleast bootloader. Plus, no KB and OTG working.
I tore apart my Predator 8. Inside was pretty nifty, I removed the Main battery terminal. Let it sit for 15 mins as I smoke in desperation. While the Battery Terminal was removed, I also pressed the Power Button and Kept it press for a minute.
Time to re-assemble. Put back the battery terminal, powered on the unit, went into Recovery (twrp touch enable) plug in FlashDrive.
I've seen my FD was mounted. I was relieved. Plugged in Mouse, I saw my cursor in there. This indicates that I am able to Reset my UEFI. Also kinda Re-calibrated my battery as It was stuck on 25% since I rooted the devices. No it never went up since then. When I check to charge the table, it now showed 100%
Using Intel Flash was one of my option in totally forgetting about Android on this tablet. But, I no longer have Flashing to bootloader capability as during the re-installation of the AVOLO file to get into error, it reboot the Tablet. Thus until the time of my writing, it is rebooting upon showing the crappy Acer logo.
Again, I tore out the tablet. I was hoping the battery was just rather weak being at 4.11V where it's rating is at 4.38V. I will try to charge the unit for couple of hours. Note that when I plug the charger into the tablet, it triggers the tablet to power-on. I am guessing its the part of the AVOLO flash sequence to update bios, but since it has a weak battery, it shutsdown and goes into a loop. But luckly, I am able to charge the tablet without the Android "charger" interface, must have been corrupted by now.
I did check on the battery terminal, made a comparison. It does increases a little bit when I plug the chargers. so so sure is its charging. It's 3 in the morning and has been on this since the other night.
Shame that this tablet has so much potential but lacks the resource. Other Tablet has their respective forums, chuwi and teclas are even better.
Soon I hope that I will sort this out and upload another Video for this device booting into Linux or Windows.
I forgot to mention, I got into the UEFI by deliberately erasing bootloader partition, I was confident that I'de still be able to boot the device via DNX mode and into it's OEM fasboot mode. I got into the shell, typed exit. It then shows me the Setup Utility and Option to boot from device or option to boot from File.
arjaylzo said:
I forgot to mention, I got into the UEFI by deliberately erasing bootloader partition, I was confident that I'de still be able to boot the device via DNX mode and into it's OEM fasboot mode. I got into the shell, typed exit. It then shows me the Setup Utility and Option to boot from device or option to boot from File.
Click to expand...
Click to collapse
it really seems like your just ignoring the replies im giving, please take a bit of time and read replies ive sending, ive ported the TWRP 3.0.2, so its not using the older one, 2.8.7, and i was also able to boot into uefi, i could also try to get something another bootloader very easily to be able to multiboot different OS'es, since my other tablet uses an intel cpu and process is the same, all i need now, is to know how did you root this device? whever i try to root this device it allways falls into a bootloop or if i manualky push files it constantly says binaries need an update and it fails everytime to update.. just tell me how you did it..
---------- Post added at 12:20 AM ---------- Previous post was at 12:14 AM ----------
arjaylzo said:
I managed to get into UEFI, Able to boot several UEFI files such as grub.uefi even Windows bootx64, eventually giving out Errors during Linux Mint/debian and Ubuntu installation. Also cleared security footer in UEFI thereby getting a Prompt to Press +Vol whenever I start. So this time, my boot loader has been unlucked and secure boot is OFF for good
I even was able to FLash these UEFI images. FIrst with Linux, I extracted bootloader.img from the Stock zip coming from acer. Mounted the IMG file (I am using Linux) and replaced loader.img and also replaced efi/boot/bootx64.efi with the Grub.efi
I then unmount the IMG and flash it via
Entering DNX mode
Fastboot boot loader.img
Fastboot flash bootloader bootloader.img(which contains grub.efi)
Viola, I instantly am able to boot to Grub commandline. I am able to map my OTG Flashdrive and Boot vmlinuz and initrd. But later fails.
Turns out, the port to which the USB is under USB3 Only that the 4 pins are setup, not the additional pins for common USB3 pins.
So, as soon as windows Launch the WinPe environment, my OTG powered Hub, USB uefi enabled installer and keyboard shutsdown and stuck on the Welcome WIndows installation.
Same goes for the Linux live installer. As soon as the RootFS is loaded in the Memory and launch the Init process, the USB's quit working leading to "Missing Live squashFS".
So then I resorted with Copying the Linux installers into the /system folder. Yes I have /system RW capability since my tablet has been rooted.
Going back to the Windows Installation. I got an ACPI error. Thereby went into UEFI again and Adjusted ACPI_O5 to O4, was able to get into the welcom Installation. Still, no KB or mouse. An unattended Installation could have helped but I no longer have the resource to create Win10 unAttended plus I'ts hard to setup the Partition as I intend to install it permanently into the MMC or SD card if possible.
Worse, I made adjustment into the UEFI hoping to convert USB3 setting into legacy, As I rebooted my device, I no longer have OTG on Android, SD card no longer mounted. So that concludes that the SD card is also allocated towards the USB bridge.
This calls for a UEFI/BIOS Reset. Which I did. I then Booted TWRP and Sideload the AV0L0 stock image.zip, went through the usual flashing. But was getting error mounting some partitions. I went in and flash instead. This time i'ts slowly getting worse.
I tried re-flashing the tablet using the stock AVOLO.zip file. I thought re-locking bootloader would help since it kinda makes changes into the UEFI. So I did relock the tablet. After re-locking, I flashed the AVOLO and finally ended the life of this one. I went into a Bootloop, though DNX is still accessible. But not a chance to flash UEFI or atleast bootloader. Plus, no KB and OTG working.
I tore apart my Predator 8. Inside was pretty nifty, I removed the Main battery terminal. Let it sit for 15 mins as I smoke in desperation. While the Battery Terminal was removed, I also pressed the Power Button and Kept it press for a minute.
Time to re-assemble. Put back the battery terminal, powered on the unit, went into Recovery (twrp touch enable) plug in FlashDrive.
I've seen my FD was mounted. I was relieved. Plugged in Mouse, I saw my cursor in there. This indicates that I am able to Reset my UEFI. Also kinda Re-calibrated my battery as It was stuck on 25% since I rooted the devices. No it never went up since then. When I check to charge the table, it now showed 100%
Using Intel Flash was one of my option in totally forgetting about Android on this tablet. But, I no longer have Flashing to bootloader capability as during the re-installation of the AVOLO file to get into error, it reboot the Tablet. Thus until the time of my writing, it is rebooting upon showing the crappy Acer logo.
Again, I tore out the tablet. I was hoping the battery was just rather weak being at 4.11V where it's rating is at 4.38V. I will try to charge the unit for couple of hours. Note that when I plug the charger into the tablet, it triggers the tablet to power-on. I am guessing its the part of the AVOLO flash sequence to update bios, but since it has a weak battery, it shutsdown and goes into a loop. But luckly, I am able to charge the tablet without the Android "charger" interface, must have been corrupted by now.
I did check on the battery terminal, made a comparison. It does increases a little bit when I plug the chargers. so so sure is its charging. It's 3 in the morning and has been on this since the other night.
Shame that this tablet has so much potential but lacks the resource. Other Tablet has their respective forums, chuwi and teclas are even better.
Soon I hope that I will sort this out and upload another Video for this device booting into Linux or Windows.
Click to expand...
Click to collapse
I think we need to somehow work togueter, the things you have been making its things ive done very easily, the only thing i wasnt able to do is root the device, other than that, i was able to boot TWRP 3.0.2, the so called unsec boot and few other things, i have an idea that is very safe that will allow to load a bootloader that gives you the power to choose if you want to boot with flash drive, android, or an .img stored on the tablet in order to dualboot android/linux/windows.. But what we dont need is youtube videos just showing you did stuff like that, its unnecessary, and you dont even give any kind of tutorial on how you did it.. if your not going to share anything and keep making useless youtube videos, just tell me how you rooted the device without it getting into a bootloop, and ill do the rest by my own.
Apologies for the lack of tutorial. Honestly I was teasing you, though I might have teased you too much. I am able to revive my tablet and eventually smoked the Display Driver chip. Tablet still boots into Grub (the last bootloader I had to get into the UEFI) and eventually slipped the Aluminum casing and poof, smoke came out of the chip. Moreover, here is how I did it. I will most likely unable to provide you the commandline from Fastboot at the moment as I am using a Diff PC to reply to you.
Key is, I did had a bootloop whenever I flash the ported TWRP recovery if I flash it as .img.
Instead, what I did is simply unpack the Teclast TWRP recovery using umkbootimg. So that gives me three things:
1 initramfs.cpio file
1 zImage file
and the commandline to repack the img.
"But I did not actually repack back to IMG"
I then replace the zImage file from the GT810, this makes the Touchscreen work
So, the secret was:
Fastboot -c fastboot -c 'loglevel=5 androidboot.hardware=cht_ffd firmware_class.path=/system/etc/firmware i915.fastboot=1 memmap=4M$0x5c400000 i915.i915_rotation=1 vga=current i915.modeset=1 drm.vblankoffdelay=1 enforcing=0 androidboot.selinux=permissive console=ttyS0,115200n8 bootboost=1 pm_suspend_debug=1 pstore.backend=ramoops' flash:raw zImage initramfs.cpio.gz boot zImage initramfs.cpio
Click to expand...
Click to collapse
- that should enable you to boot and test the new Recovery, Touch and all the rest should work. also check TWRP log screen for errors. If no error, then you can flash those "two files"
While you have the initramfs, modify the default.prop according to the GT-810's build prop. Especially the part where SKU and all the rest of values are indicated on the GT-810, there is no need to edit those init-RC files. Keep them as is.
Going back to the Flashing. So you have the Following:
1: GT810-initrd file
2: modified initramfs (which has the Gt-810 bulidprop contents pasted into the default.prop)
3: Commandline to repack the Teclast TWRP recovery.
Flashing part. Bear with me as I do not have my PC where I worked, but again, do not flash your TWRP recov as IMG. Rather flash it as RAW, and make sure to flash unsecboot first.
Here are my Root-files:
https://drive.google.com/drive/folders/0B9crbD0LpeifREFIbktQdldIcUU?usp=sharing
Click to expand...
Click to collapse
Make sure to unlock your bootloader. Flash the unsecboot.img first
fastboot flash boot unsecured_boot.img
Click to expand...
Click to collapse
The Fun part
fastboot -c 'loglevel=5 androidboot.hardware=cht_ffd firmware_class.path=/system/etc/firmware i915.fastboot=1 memmap=4M$0x5c400000 i915.i915_rotation=1 vga=current i915.modeset=1 drm.vblankoffdelay=1 enforcing=0 androidboot.selinux=permissive console=ttyS0,115200n8 bootboost=1 pm_suspend_debug=1 pstore.backend=ramoops' flash:raw zImage initramfs.cpio.gz
Click to expand...
Click to collapse
Reboot to Recovery (Power + Vol-UP, its the button closest to the power button)
flash the SU.zip file above.
there your go
I am out to buy another Predator tablet at the moment. Mine is half-gone. Later I'll post more details.
arjaylzo said:
Apologies for the lack of tutorial. Honestly I was teasing you, though I might have teased you too much. I am able to revive my tablet and eventually smoked the Display Driver chip. Tablet still boots into Grub (the last bootloader I had to get into the UEFI) and eventually slipped the Aluminum casing and poof, smoke came out of the chip. Moreover, here is how I did it. I will most likely unable to provide you the commandline from Fastboot at the moment as I am using a Diff PC to reply to you.
Key is, I did had a bootloop whenever I flash the ported TWRP recovery if I flash it as .img.
Instead, what I did is simply unpack the Teclast TWRP recovery using umkbootimg. So that gives me three things:
1 initramfs.cpio file
1 zImage file
and the commandline to repack the img.
"But I did not actually repack back to IMG"
I then replace the zImage file from the GT810, this makes the Touchscreen work
So, the secret was:
- that should enable you to boot and test the new Recovery, Touch and all the rest should work. also check TWRP log screen for errors. If no error, then you can flash those "two files"
While you have the initramfs, modify the default.prop according to the GT-810's build prop. Especially the part where SKU and all the rest of values are indicated on the GT-810, there is no need to edit those init-RC files. Keep them as is.
Going back to the Flashing. So you have the Following:
1: GT810-initrd file
2: modified initramfs (which has the Gt-810 bulidprop contents pasted into the default.prop)
3: Commandline to repack the Teclast TWRP recovery.
Flashing part. Bear with me as I do not have my PC where I worked, but again, do not flash your TWRP recov as IMG. Rather flash it as RAW, and make sure to flash unsecboot first.
Here are my Root-files:
Make sure to unlock your bootloader. Flash the unsecboot.img first
The Fun part
Reboot to Recovery (Power + Vol-UP, its the button closest to the power button)
flash the SU.zip file above.
there your go
I am out to buy another Predator tablet at the moment. Mine is half-gone. Later I'll post more details.
Click to expand...
Click to collapse
Alright, thus thing is a bit messed up. I send comments to you for another thread and then u send to this one its a bit of a mess, but anyway i was hoping that after you buy your tablet again, that you could try this TWRP and maybe try to fix a bug i couldnt fix? (backup folder name keeps changing), its a more updated version of TWRP, it does backup and install stock rom, but backups after being made and if you reboot twrp, twrp changes the folder name (/sdcard/TWRP/BACKUPS/18373829_thesechangeeveryreboot)) which makes it having the problem of transfering the backup to the new folder.. Link: http://forum.xda-developers.com/android/development/acer-predator-8-twrp-3-0-2-t3500801/page1 also i flashed everything with fastboot, and temporarily booted to twrp and made a backup of stock recovery.. also im trying to get refind to work, if we get this it should be very easy to put anything we want in here.. i tried once but forgot to disable secure boot and uefi failed to load refind_x64.efi ill try again this afternoon after i get back from school..
refind
I tried refind as well, tried three of these. The downloadable zip, ISO and I recall and the standalone efi file. With the secure_boot disabled, I only got into the fallback Grub Commandline and refind fails to identify bootable partitions including the EMMC:bootloader, SDCARD (Yes I have flagged by SD as Bootable, even has it's 100mb efi partition itself) and bootable USB via OTG. Couldn't make it work. While using Grub.efi from LInux Iso's works flawlessly. I made a couple of dumps. One of which was SMBIOS and devicetree, well not Android related but handy as I unravel the devices through it's core.
The store I went to no longer has stocks of the tablet at my price-range. Other do have but were 3x the Selling price. So not today, I guess.
Regarding the TWRP latest version you are working onto. I am not sure if it's necessary to have it, the older version worked for me flawlessly, primarily rooting the device, making backup and Instant ADB connection. Oh! Sideload doesn't work but not that much of a drawback.
The later part, the Tablet gets rooted using the old TWRP and I personally can't check as to why the folder changes. I recall, on the old version: the backup you made would create SKU+SystemTimeAndDate as the folder's filename. Thus you'd be able to distinguish which set of backup worked.
BE CAREFULL not to flash the Stock AVOLO firmware very often. Which was one of my perv. I had the instance where the Charging IC and UEFI/Bios chip gets out of sync and thereby the Battery gauge gets wrong Calibration.
I come to Discover how to Reset the UEFI chip as well as the EMMC chip in cases where The USB port gets disabled if you ever decide to tinker the USB configuration and UEFI. Or should there be a need to do so, such as in my case, the unit bootloops in 2sec as soon as the Acer logo and backlight comes on. Turns out that the Bootloader and UEFI update got corrupted. Worse part is, DNX also no longer works.
PLUS, I recommend not to CLEAR the UEFI Security Footer inside the UEFI, this part is Where Acer embedded their RSA security description. This part cannot be recovered and undone. If so, You will have a BootFlag or Notice to Press Vol+ twice whenever the unit is turned on. Well, that is if you go through the route of having android on this device.
But again, given that this is _x64 based hardware, we certainly can boot other os's, part missing on my end is how to go through these OS's installation without the USB3.0 deactivated when WinPe(windows) or InitRamFs(Linux) is executed.
Lastly, I have uploaded and provided a link to DL the Stock Recovery which is 30MB+ using DD from ADB. These Img's are now flashable IMG's.
arjaylzo said:
I tried refind as well, tried three of these. The downloadable zip, ISO and I recall and the standalone efi file. With the secure_boot disabled, I only got into the fallback Grub Commandline and refind fails to identify bootable partitions including the EMMC:bootloader, SDCARD (Yes I have flagged by SD as Bootable, even has it's 100mb efi partition itself) and bootable USB via OTG. Couldn't make it work. While using Grub.efi from LInux Iso's works flawlessly. I made a couple of dumps. One of which was SMBIOS and devicetree, well not Android related but handy as I unravel the devices through it's core.
The store I went to no longer has stocks of the tablet at my price-range. Other do have but were 3x the Selling price. So not today, I guess.
Regarding the TWRP latest version you are working onto. I am not sure if it's necessary to have it, the older version worked for me flawlessly, primarily rooting the device, making backup and Instant ADB connection. Oh! Sideload doesn't work but not that much of a drawback.
The later part, the Tablet gets rooted using the old TWRP and I personally can't check as to why the folder changes. I recall, on the old version: the backup you made would create SKU+SystemTimeAndDate as the folder's filename. Thus you'd be able to distinguish which set of backup worked.
BE CAREFULL not to flash the Stock AVOLO firmware very often. Which was one of my perv. I had the instance where the Charging IC and UEFI/Bios chip gets out of sync and thereby the Battery gauge gets wrong Calibration.
I come to Discover how to Reset the UEFI chip as well as the EMMC chip in cases where The USB port gets disabled if you ever decide to tinker the USB configuration and UEFI. Or should there be a need to do so, such as in my case, the unit bootloops in 2sec as soon as the Acer logo and backlight comes on. Turns out that the Bootloader and UEFI update got corrupted. Worse part is, DNX also no longer works.
PLUS, I recommend not to CLEAR the UEFI Security Footer inside the UEFI, this part is Where Acer embedded their RSA security description. This part cannot be recovered and undone. If so, You will have a BootFlag or Notice to Press Vol+ twice whenever the unit is turned on. Well, that is if you go through the route of having android on this device.
But again, given that this is _x64 based hardware, we certainly can boot other os's, part missing on my end is how to go through these OS's installation without the USB3.0 deactivated when WinPe(windows) or InitRamFs(Linux) is executed.
Lastly, I have uploaded and provided a link to DL the Stock Recovery which is 30MB+ using DD from ADB. These Img's are now flashable IMG's.
Click to expand...
Click to collapse
my twrp does all that too.. one of the only problems is that it backups, but if you reboot the supposed serialnumber(deviceid of /TWRP/BACKUPS/929293/ changes every reboot, if it wasnt for that i guess it would be better than the old one, and supports much better themes.. Also ive tried unpacking system from stock image i can never make it boot.. it never boots.. what could it be?

Categories

Resources