need help in decompile rom - HTC Cavalier

can sombody explain me how to or help extract from cavalier rom those two files: peripheral.dll & wavedev.dll
i can't do it whith ImgfsToDump coz get errors:
ImgfsToDump 2.1rc2
IMGFS guidBootSignature: F8 AC 2C 9D E3 D4 2B 4D BD 30 91 6E D8 4F 31 DC
dwFSVersion: 00000001
dwSectorsPerHeaderBlock: 00000001
dwRunsPerFileHeader: 00000001
dwBytesPerHeader: 00000034
dwChunksPerSector: 00000008
dwFirstHeaderBlockOffset: 00000200
dwDataBlockSize: 00001000
szCompressionType: XPR
dwFreeSectorCount: 000233ED
dwHiddenSectorCount: 00000100
dwUpdateModeFlag: 00000000
Address: 00000200, dwBlockSignature: 00002C00
dwNextHeaderBlock: FFFBFFFF (size: FFFBFDFF)
Header type: 2F5314CE, Addr: 00000208
Unknown header type, FS_DATA_TABLE??
Header type: 00000400, Addr: 0000023C
Unknown header type, FS_DATA_TABLE??
etc...

Related

Android on Asus P527??

first of all, p527 is an omap 850 device of 200mhz
i downloaded android for omap 850 devices from http://sourceforge.net/projects/wing-linux/
i installed wing-linux-0.4pre4-rootfs.cab in storage card
next to have default.txt, i installed wing-linux-0.4pre4-elf.cab
then i ran haret-0.5.2.exe. after few sec, the screen turned on white nd the device was hang up. m really anxious to start it on my p527... but just dont know how!
i m posting all the txt files, generated or installed during the procedure...
default.txt
Code:
set MTYPE 2372
set KERNEL "zImage"
set INITRD "initramfs.cpio.gz"
set CMDLINE "debug quiet psplash=false loglevel=7 init=/sbin/init console=tty0 video=omapfb:accel gsm-wizard.noreset=1 gsm-wizard.noload=1 4"
log "earlylog.txt"
bootlinux
disdump.txt
Code:
HaRET(2)# pdump 0xfffec000 0x20
fffec000 | f8000089 010104ef 302eb93f fe700007 | ........?..0..p.
fffec010 | ffffffd2 5c000000 fffffc00 fffffc19 | .......\........
HaRET(3)# pdump 0xfffee300 255
fffee300 | 00000000 00000000 00000000 00000000 | ................
fffee310 | 00000000 00000000 00000000 00000000 | ................
fffee320 | 00000000 00000000 00000000 00000000 | ................
fffee330 | 00000000 00000000 00000000 00000000 | ................
fffee340 | 00000000 00000000 00000000 00000000 | ................
fffee350 | 00000000 00000000 00000000 00000000 | ................
fffee360 | 00000000 00000000 00000000 00000000 | ................
fffee370 | 00000000 00000000 00000000 00000000 | ................
fffee380 | 00000000 00000000 00000000 00000000 | ................
fffee390 | 00000000 00000000 00000000 00000000 | ................
fffee3a0 | 00000000 00000000 00000000 00000000 | ................
fffee3b0 | 00000000 00000000 00000000 00000000 | ................
fffee3c0 | 0000a941 00000041 00002000 00000000 | A...A.... ......
fffee3d0 | 00002100 00000000 00000000 00000001 | .!..............
fffee3e0 | 00000010 00000001 00000000 00000000 | ................
fffee3f0 | 00000000 00000000 00006350 00000000 | ........Pc......
Cannot open script file
\Storage Card\linux\default.txt
Cannot open script file
\Storage Card\linux\default.txt
HaRET(1)# set MTYPE 2372
HaRET(2)# set KERNEL "zImage"
HaRET(3)# set INITRD "initramfs.cpio.gz"
HaRET(4)# set CMDLINE "debug quiet psplash=false loglevel=7 init=/sbin/init console=tty0 video=omapfb:accel gsm-wizard.noreset=1 gsm-wizard.noload=1 4"
HaRET(5)# log "earlylog.txt"
startup.txt
Code:
log "dispdump.txt"
pdump 0xfffec000 0x20
pdump 0xfffee300 255
and earlylog.txt was like this..
Code:
= *= ž: ›: ™8 “8
i doubt over default.txt with mtype for not booting up nd m abt to try with other devices' default.txt
i know nothin abt porting or emulating android on winmo devices.. nd i hope to get response over here...
pls comment
Nice initative, keep up the good work
this thred might be helpful
http://forum.xda-developers.com/showthread.php?t=496692
Did you try haret, default.txt and everything android on the root of the storage card?
BenGman said:
Did you try haret, default.txt and everything android on the root of the storage card?
Click to expand...
Click to collapse
yes i tried. ofcourse on root of storage card. no good... it needs a kind of programming knowledge.

NFS module for Motorola defy froyo

I just finished building an nfs kernel module for my motorola defy from source.
The module has dependencies to lockd.ko and sunrpc.ko, so you will need to load this prior to the nfs.ko.
These modules were tested against Motorola Defy Stock ROM Froyo (Linux version 2.6.32.9-ga28fcc4) and they work just fine.
You will require busybox's mount to mount nfs.
I will write a more detailed howto shortly.
have fun,
tuxx
tuxx42 said:
I just finished building an nfs kernel module for my motorola defy from source.
The module has dependencies to lockd.ko and sunrpc.ko, so you will need to load this prior to the nfs.ko.
These modules were tested against Motorola Defy Stock ROM Froyo (Linux version 2.6.32.9-ga28fcc4) and they work just fine.
You will require busybox's mount to mount nfs.
I will write a more detailed howto shortly.
have fun,
tuxx
Click to expand...
Click to collapse
can you pls tell me how to use these file to get nfs working in my defy..
run the following commands:
./adb push nfs.ko sunrpc.ko lockd.ko /sdcard
./adb shell
su
cd /sdcard
insmod lockd.ko
insmod sunrpc.ko
insmod nfs.ko
Click to expand...
Click to collapse
then use busybox's mount command to mount nfs as you would on any other linux
Hi,
tuxx42 said:
These modules were tested against Motorola Defy Stock ROM Froyo (Linux version 2.6.32.9-ga28fcc4) and they work just fine.
tuxx
Click to expand...
Click to collapse
big thanks for building these .
I am having a problem loading them on my defy running on this froyo kernel with cyanogenmod 7.
To verify that we are talking about the same files:
Code:
[email protected]:~/tmp$ wget 'http://forum.xda-developers.com/attachment.php?attachmentid=625029&d=1308059056' -O nfs.zip
--2011-07-17 10:47:37-- http://forum.xda-developers.com/attachment.php?attachmentid=625029&d=1308059056
Resolving forum.xda-developers.com... 50.23.231.72
Connecting to forum.xda-developers.com|50.23.231.72|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 122327 (119K) [application/zip]
Saving to: `nfs.zip'
100%[===================================================================================>] 122,327 54.4K/s in 2.2s
2011-07-17 10:47:39 (54.4 KB/s) - `nfs.zip' saved [122327/122327]
[email protected]:~/tmp$ md5sum nfs.zip
1af24766fa7fa43c014675c3744b1b28 nfs.zip
[email protected]:~/tmp$ unzip nfs.zip
Archive: nfs.zip
creating: nfs/
inflating: nfs/lockd.ko
inflating: nfs/nfs.ko
inflating: nfs/sunrpc.ko
[email protected]:~/tmp$ cd nfs
[email protected]:~/tmp/nfs$ md5sum *
20ba7c5a6b407347b0d58375894c63ba lockd.ko
8a4576594dd865f88d705f5fd6ce84e9 nfs.ko
84fd57a86e5778e3f72d15cedd167091 sunrpc.ko
[email protected]:~/tmp/nfs$ /sbin/modinfo *
filename: lockd.ko
license: GPL
description: NFS file locking service version 0.5.
author: Olaf Kirch <[email protected]>
depends: sunrpc
uts_release: 2.6.32.9
vermagic: 2.6.32.9 preempt mod_unload ARMv7
parm: nsm_use_hostnames:bool
parm: nlm_max_connections:uint
filename: nfs.ko
license: GPL
author: Olaf Kirch <[email protected]>
depends: sunrpc,lockd
uts_release: 2.6.32.9
vermagic: 2.6.32.9 preempt mod_unload ARMv7
parm: cache_getent:Path to the client cache upcall program (string)
parm: cache_getent_timeout:Timeout (in seconds) after which the cache upcall is assumed to have failed (ulong)
parm: enable_ino64:bool
filename: sunrpc.ko
license: GPL
depends:
uts_release: 2.6.32.9
vermagic: 2.6.32.9 preempt mod_unload ARMv7
parm: min_resvport:portnr
parm: max_resvport:portnr
parm: tcp_slot_table_entries:slot_table_size
parm: udp_slot_table_entries:slot_table_size
Copying them to the phone:
Code:
[email protected]:~/tmp/nfs$ adb push nfs.ko /sdcard/nfs.ko
2182 KB/s (103348 bytes in 0.046s)
[email protected]:~/tmp/nfs$ adb push lockd.ko /sdcard/lockd.ko
1752 KB/s (41696 bytes in 0.023s)
[email protected]:~/tmp/nfs$ adb push sunrpc.ko /sdcard/sunrpc.ko
2226 KB/s (130152 bytes in 0.057s)
Trying to load lockd:
Code:
[email protected]:~/tmp/nfs$ adb shell
# cd /sdcard
# insmod lockd.ko
insmod: init_module 'lockd.ko' failed (Exec format error)
# dmesg | tail -1
<4>[127361.915008] lockd: module has no symbols (stripped?)
Kernel version matches:
Code:
# uname -r
2.6.32.9-ga28fcc4
#
Since the kernel complains about lack of symbols, let's see them:
Code:
[email protected]:~/tmp/nfs$ objdump -t lockd.ko
BFD: lockd.ko: warning: sh_link not set for section `.ARM.exidx'
BFD: lockd.ko: warning: sh_link not set for section `.ARM.exidx.exit.text'
BFD: lockd.ko: warning: sh_link not set for section `.ARM.exidx.init.text'
lockd.ko: file format elf32-little
SYMBOL TABLE:
no symbols
[email protected]:~/tmp/nfs$
Let's see what objdump has to say about tun.ko present on the device:
Code:
[email protected]:~/tmp/nfs$ adb pull /system/lib/modules/tun.ko
167 KB/s (16220 bytes in 0.094s)
[email protected]:~/tmp/nfs$ objdump -t tun.ko
tun.ko: file format elf32-little
SYMBOL TABLE:
00000000 l d .text 00000000 .text
00000000 l d .init.text 00000000 .init.text
00000000 l d .rodata 00000000 .rodata
00000000 l d .rodata.str1.1 00000000 .rodata.str1.1
00000000 l d .data 00000000 .data
00000000 l d .bss 00000000 .bss
00000000 l F .text 00000024 tun_net_open
00000024 l F .text 00000024 tun_net_close
00000048 l F .text 00000004 tun_net_mclist
0000004c l F .text 00000028 tun_net_change_mtu
00000074 l F .text 0000002c tun_setup
00000568 l F .text 00000028 tun_free_netdev
000000a0 l F .text 00000008 tun_validate
000000a8 l F .text 0000003c tun_get_settings
000000e4 l F .text 00000008 tun_get_msglevel
000000ec l F .text 00000004 tun_set_msglevel
000000f0 l F .text 00000010 tun_get_link
00000100 l F .text 00000010 tun_get_rx_csum
00000110 l F .text 00000020 tun_set_rx_csum
000002e0 l F .text 000000dc tun_chr_fasync
000003bc l F .text 000000ec tun_chr_poll
000004a8 l F .text 000000c0 tun_chr_close
00000590 l F .text 00000060 tun_chr_open
000005f0 l F .text 00000078 tun_get_drvinfo
00000668 l F .text 0000000c tun_sock_destruct
00000674 l F .text 00000018 tun_show_group
0000068c l F .text 00000018 tun_show_owner
000006a4 l F .text 0000003c tun_show_flags
000006e0 l F .text 00000050 tun_net_uninit
00000730 l F .text 00000178 tun_net_xmit
00000a74 l F .text 0000007c tun_sock_write_space
00000af0 l F .text 000009c4 tun_chr_ioctl
000014b4 l F .text 00000434 tun_chr_aio_write
000018e8 l F .text 00000364 tun_chr_aio_read
00000000 l d .ARM.extab 00000000 .ARM.extab
00000000 l d .ARM.exidx 00000000 .ARM.exidx
00000000 l d .ARM.extab.init.text 00000000 .ARM.extab.init.text
00000000 l d .ARM.exidx.init.text 00000000 .ARM.exidx.init.text
00000000 l d .modinfo 00000000 .modinfo
00000000 l d .gnu.linkonce.this_module 00000000 .gnu.linkonce.this_module
00000000 l d .note.gnu.build-id 00000000 .note.gnu.build-id
00000000 l d .comment 00000000 .comment
00000000 l d .ARM.attributes 00000000 .ARM.attributes
00000000 *UND* 00000000 strcpy
00000000 *UND* 00000000 rtnl_unlock
00000000 *UND* 00000000 misc_deregister
00000000 *UND* 00000000 eth_mac_addr
00000000 *UND* 00000000 skb_put
00000000 *UND* 00000000 rtnl_is_locked
00000000 *UND* 00000000 skb_copy_datagram_from_iovec
00000000 g O .gnu.linkonce.this_module 00000144 __this_module
00000000 *UND* 00000000 __netif_schedule
00000000 *UND* 00000000 __aeabi_unwind_cpp_pr0
00000000 *UND* 00000000 skb_dequeue
00000000 *UND* 00000000 kill_fasync
00000000 *UND* 00000000 rtnl_link_register
00000130 g F .text 00000020 cleanup_module
00000000 *UND* 00000000 dev_alloc_name
00000000 *UND* 00000000 memcpy
00000000 *UND* 00000000 do_sync_write
00000000 *UND* 00000000 kfree
00000000 *UND* 00000000 add_wait_queue
00000000 *UND* 00000000 eth_validate_addr
00000000 *UND* 00000000 __wake_up
00000000 *UND* 00000000 bitrev32
00000000 *UND* 00000000 __dev_get_by_name
00000000 *UND* 00000000 ether_setup
00000000 *UND* 00000000 netdev_features_change
00000000 g F .init.text 0000008c init_module
00000000 *UND* 00000000 eth_type_trans
00000000 *UND* 00000000 local_bh_enable
00000000 *UND* 00000000 dump_stack
00000000 *UND* 00000000 do_sync_read
00000000 *UND* 00000000 kfree_skb
00000000 *UND* 00000000 schedule
00000000 *UND* 00000000 alloc_netdev_mq
00000000 *UND* 00000000 __put_user_4
00000000 *UND* 00000000 kmem_cache_alloc
00000000 *UND* 00000000 local_bh_disable
00000000 *UND* 00000000 capable
00000000 *UND* 00000000 skb_queue_tail
00000000 *UND* 00000000 unlock_kernel
00000000 *UND* 00000000 device_create_file
00000000 *UND* 00000000 rtnl_link_unregister
00000000 *UND* 00000000 preempt_schedule
00000000 *UND* 00000000 sk_free
00000000 *UND* 00000000 skb_copy_datagram_const_iovec
00000000 *UND* 00000000 crc32_le
00000000 *UND* 00000000 fasync_helper
00000000 *UND* 00000000 memcpy_toiovecend
00000000 *UND* 00000000 free_netdev
00000000 *UND* 00000000 lock_kernel
00000000 *UND* 00000000 printk
00000000 *UND* 00000000 sk_alloc
00000000 *UND* 00000000 dev_set_mac_address
00000000 *UND* 00000000 netif_rx_ni
00000000 *UND* 00000000 memset
00000000 *UND* 00000000 skb_queue_purge
00000000 *UND* 00000000 __memzero
00000000 *UND* 00000000 misc_register
00000000 *UND* 00000000 __f_setown
00000000 *UND* 00000000 default_wake_function
00000000 *UND* 00000000 __init_waitqueue_head
00000000 *UND* 00000000 jiffies
00000000 *UND* 00000000 sprintf
00000000 *UND* 00000000 skb_partial_csum_set
00000000 *UND* 00000000 memcpy_fromiovecend
00000000 *UND* 00000000 sock_alloc_send_pskb
00000000 *UND* 00000000 no_llseek
00000000 *UND* 00000000 rtnl_lock
00000000 *UND* 00000000 remove_wait_queue
00000000 *UND* 00000000 malloc_sizes
00000000 *UND* 00000000 get_random_bytes
00000000 *UND* 00000000 __wake_up_sync
00000000 *UND* 00000000 in_egroup_p
00000000 *UND* 00000000 __copy_to_user
00000000 *UND* 00000000 strchr
00000000 *UND* 00000000 unregister_netdevice
00000000 *UND* 00000000 __copy_from_user
00000000 *UND* 00000000 sock_init_data
00000000 *UND* 00000000 __kmalloc
00000000 *UND* 00000000 register_netdevice
[email protected]:~/tmp/nfs$
Are you sure that these modules work properly on your device? Maybe you have stripped them after putting them on your phone and before uploading them here?
I have the same problem... Did you find the way to mount nfs shares on the defy?

<HELP! bricked galaxy nexus!>

hello guys,
1 month ago my galaxy nexus just bricked, and i don't know why?
i was unlocking my password then just stunned and won't be able to power on..i though that was the battery problem so i bought a new battery, but some how it still won't power on...so i when to google and search how to unbrick galaxy nexus, but no luck...try many method but i still can't power on...but the only thing i found out when i plug in my usb without the battery it will show out OMAP 4440 is this a soft bricked or completely dead? can i still fix it...the only thing i haven't try is usb jig...will it works? or i can fix it using usb jig? some one please teach me....PLEASE
Thanks
Have you tried using any of the unbricking methods that are currently posted in this forum?
Sent from my Galaxy Nexus using Tapatalk 2
Viola.
http://forum.xda-developers.com/showthread.php?t=1760787
Edit:
Prior to the "Add Legacy Hardware" step you must click your Username in Device Manger so that it's highlighted or the option won't show.
yes, but has some problem...
i tried this but i have some problem with it
00494-008-rx: failed: unknown command dir
operation failed <remote ::unknown command dir>
Jubakuba said:
Viola.
http://forum.xda-developers.com/showthread.php?t=1760787
Edit:
Prior to the "Add Legacy Hardware" step you must click your Username in Device Manger so that it's highlighted or the option won't show.
Click to expand...
Click to collapse
thanks for reply...can you give me some link?? Thanks..
miketoasty said:
Have you tried using any of the unbricking methods that are currently posted in this forum?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
areyoumad said:
i tried this but i have some problem with it
00494-008-rx: failed: unknown command dir
operation failed <remote ::unknown command dir>
Click to expand...
Click to collapse
Did you unzip the entire folder to a new folder first?
?OMAPFlash v4.15 (Aug 12 2011)
?-v
?Entering parameter file:Targets\Projects\tuna\omap4460_tuna_hs_pro.txt at line:
1
? -omap 4
? -t 36000
? -p OMAP4460_TUNA_8G_HS_PRO
? -2
? -t 36000
? -p OMAP4460_TUNA_8G_HS_PRO
? -2
? -rxtx_trace
? chip_download EMMC Targets\Projects\tuna\MLO_4460_HS_PRO
? chip_download EMMC Targets\Projects\tuna\sbl.img
? command cold_sw_reset
?Leaving parameter file:Targets\Projects\tuna\omap4460_tuna_hs_pro.txt
[email protected]\Projects\tuna\omap4460_tuna_hs_pro.txt
?Looking for device (omap usb)
?Please turn on device
?Waiting for device (omap usb)
?Found device (omap usb)
?Requesting ASIC id
00130-000-TX 4 raw bytes: 03 00 03 F0 '????'
?AsicId items 05
?AsicId id 01 05 01 44 40 07 01
?AsicId secure_mode 13 02 01 00
?AsicId public_id 12 15 01 FC 8B E7 3E 3D 56 B8 06 04 D7 0E 77 F4 A8 F3
C1 4E 6B B7 23
?AsicId root_key_hash 14 21 01 67 98 9B 35 54 CC 86 B4 67 32 47 05 36 74 E2
25 F0 9D A3 5C F4 59 B9 C9 3A 13 E0 B9 58 1E 5A BC
?AsicId checksum 15 09 01 22 9E 85 BA DC 58 74 BC
00130-001-TX 4 raw bytes: 02 00 03 F0 '????'
?Searching 2nd for: OMAP4460_TUNA_8G_HS_PRO 444007 01 HS
?Loading second file Targets/2nd-Downloaders/dnld_startup_omap4_hs_8g_es2.s2.sig
ned.2nd.hs_pro
?Entering parameter filemapflash2nd.txt at line: 46
? -pheriphalboot_reopen
?Reading board configuration file Targets\Configurations\configuration_omap4460_
tuna_8g.txt
?Reading definition file .\targets\definitions\definitions_omap4.txt
? -board_config Targets\Configurations\configuration_omap4460_tuna_8g.txt
?Leaving parameter filemapflash2nd.txt
?Sending size of second file (0x000071B0 bytes)
00130-002-TX 4 raw bytes: B0 71 00 00 '?q??'
?Transferring second file to target (0x71B0 bytes)
00130-003-TX 29104 raw bytes: B0 1C 00 00 00 4D 00 00 00 00 00 00 00 00 00 00
'?????M??????????' ...
?Closing boot connection
?Found device (omap usb)
?Waiting for 2nd
00463-004-TX ACK
00554-005-RXKAY: 2nd started
?Found 2nd
?Looking for a driver for 'EMMC'
?chip_driver EMMC Targets\Flash-Drivers\emmc_drv.bin sid 0 width 4 delay 9 rpapi
_base 0x00030400
?Downloading driver
00385-006-TX:driver EMMC sid 0 width 4 delay 9 rpapi_base 0x00030400
00463-007-TX ACK
00494-008-RX:FAIL: Unknown command dri
?Operation FAILED (Remote: : Unknown command dri)
?Elapsed time: 0:17.143
Press any key to continue . . .
Jubakuba said:
Did you unzip the entire folder to a new folder first?
Click to expand...
Click to collapse
Driver wasn't installed correctly.
Look around in the thread I posted, I'm off to school, sorry!
Maybe someone had the same issue.
can you give me the link please...i can't find it...Thank you so much..
Jubakuba said:
Driver wasn't installed correctly.
Look around in the thread I posted, I'm off to school, sorry!
Maybe someone had the same issue.
Click to expand...
Click to collapse
Any News? I got the same Problem.....

[WEC7][DL]Download System Image Flash.Store.bin[PB]

Structure flash.store.bin:
Flash.Store.Bin - the wm7 image in a new format (D000FF, containing several sections)
Code:
00000000: "D000FF\n"
00000007: 00000000
0000000b: 00000800 -- sectorsize
0000000f: 0000f79d -- total nr of sectors
00000013: 00000009 -- nr of sections
00000017: 00000000
0000001b: 00000004
0000001f: 00000000
type offset idlen id
00000023: 00000002 00000040 00000008 54 53 55 4e 41 47 49 00 ; MODEM
00000037: 00000002 00000180 00000008 4c 4f 47 4f 00 ff ff ff ; LOGO
0000004b: 00000002 00000240 00000008 42 4c 44 52 00 ff ff ff ; BLDR
0000005f: 00000002 00000080 00000008 42 53 50 00 ff ff ff ff ; BSP
00000073: 00000003 00000400 00000002 1b 00
00000081: 00000003 00001600 00000002 20 00
0000008f: 00000003 00000740 00000002 23 00
0000009d: 00000003 0000fc7f 00000002 25 00
000000ab: 00000003 0002453f 00000002 04 00
Code:
2048 Oct 22 23:24 section-0.bin "MODEM" "META!7.27.1!DFP-SDCAOWZM-221001-1! "
81920 Oct 22 23:24 section-1.bin "LOGO" bitmaps
636928 Oct 22 23:24 section-2.bin "BLDR" bootloader
2048 Oct 22 23:24 section-3.bin "BSP"
86016 Oct 22 23:24 section-4.bin type 1b 'exfat'
4624384 Oct 22 23:24 section-5.bin type 20 compressed xip
3500032 Oct 22 23:24 section-6.bin type 23 xip
119576576 Oct 22 23:24 section-7.bin type 25 imgfs
1310720 Oct 22 23:24 section-8.bin type 04 'exfat'
Big thank's for Itsme
Use Format Image flash.store.bin in Platform Builder
Only this format image We use in PB. All OS image (FLPart etc, we not download in PB)
How flash this file in PB?
...copy this file format in general directory PB (replace/rename to nk.bin)
How to get Download Image in Device?
...in bootloader menu, select "USBFn Serial " or in my device, this possible - Press and Hold - Volume Key down + Power Key.
Then see:
--BLDR/MODEM/BOOTME Info version
--Bootloader comm. info/process.
--And at the bottom of the screen - inscription "Downloading Image..."
How to run Download process?
Connect Device via USB, Click "Attach Device", and wait 3-4 min...
More Method/Info
Comming Soon...
Nokser

Help Debugging Radio Logcat

Hi,
I recently did a capture of a radio logcat on my phone. I've noticed some reoccuring errors popping up.
Can anyone assist me on understanding what is happening or what the fault may be?
05-21 12:46:11.983 E/RIL-RAWDATA( 371): service_ID = 3, message_ID = 4f
05-21 12:46:11.983 E/RIL-RAWDATA( 371): 01 0C 00 00 03 01 00 B1 03 4F 00 ..
05-21 12:46:11.983 E/RIL-QMI ( 371): [SMDPORT] >> BEFORE, Write SMD Port [fd = 10] [msg_len = 13]
05-21 12:46:11.983 E/RIL-QMI ( 371): [SMDPORT] << AFTER, Write SMD Port [rc = 0]
05-21 12:46:11.983 E/RIL-RAWDATA( 371): service_ID = 3, message_ID = 4f
05-21 12:46:11.983 E/RIL-RAWDATA( 371): 01 21 00 80 03 01 02 B1 03 4F 00 ..
The big picture log can be found here. http://db.tt/AhBjNtxA
Any help would be much apprecaited.
Cheers and thanks in advance!
flexfulton said:
Hi,
I recently did a capture of a radio logcat on my phone. I've noticed some reoccuring errors popping up.
Can anyone assist me on understanding what is happening or what the fault may be?
05-21 12:46:11.983 E/RIL-RAWDATA( 371): service_ID = 3, message_ID = 4f
05-21 12:46:11.983 E/RIL-RAWDATA( 371): 01 0C 00 00 03 01 00 B1 03 4F 00 ..
05-21 12:46:11.983 E/RIL-QMI ( 371): [SMDPORT] >> BEFORE, Write SMD Port [fd = 10] [msg_len = 13]
05-21 12:46:11.983 E/RIL-QMI ( 371): [SMDPORT] << AFTER, Write SMD Port [rc = 0]
05-21 12:46:11.983 E/RIL-RAWDATA( 371): service_ID = 3, message_ID = 4f
05-21 12:46:11.983 E/RIL-RAWDATA( 371): 01 21 00 80 03 01 02 B1 03 4F 00 ..
The big picture log can be found here. http://db.tt/AhBjNtxA
Any help would be much apprecaited.
Cheers and thanks in advance!
Click to expand...
Click to collapse
Anyone?

Categories

Resources