[dump][sharp aquos phone sh-12c][2.3.3] stock firmwares

Search This thread

dbaf14

Senior Member
May 4, 2010
286
194
Hey guys ,


----UPDATED 04.05.2012---------------------------------------------------------------------
this are dumped (using ADB cat) Stock-Firmwares of the NTT DoCoMo SH-12C (AQUOS PHONE)

DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.03)

size : 2X ~ 180MB
hoster : Mediafire

~~PART1~~
~~PART2~~

this contains

Code:
/dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
/dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd10 > ldb.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]

--------------------------------------------------------------------------------

DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.02)

size : 2X ~ 180MB
hoster : Mediafire

~~PART1~~
~~PART2~~

this contains

Code:
/dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
/dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd10 > ldb.img -  [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]



This can be flashed using this how-nandroid-without-nandroid-Tutorial !
NOTE : first check your SH-12C's system partitions will be flashed with the correct .img-file!


----------------------------------------------------------------------------------------------

still there is no mod, no custom recovery and no custom rom available !(maybe a thing for clockworkmod or cyanogen???:D)

really would like to see some developement!!!


Partitions of the SH-12C (for DEV's)
Code:
/dev/mtd/mtd0 > boot	
/dev/mtd/mtd1 > persist
/dev/mtd/mtd2 > misc
/dev/mtd/mtd3 > recovery	
/dev/mtd/mtd4 > ipl	
/dev/mtd/mtd5 > system
/dev/mtd/mtd6 > cache	
/dev/mtd/mtd7 > log
/dev/mtd/mtd8 > battlog	
/dev/mtd/mtd9 > calllog	
/dev/mtd/mtd10 > ldb
/dev/mtd/mtd11 > userdata

dbaf14
 
Last edited:

SB-Son

Member
Aug 30, 2007
33
1
Will it be possible to extract the update files from the dump image of a updated phone.:confused:
 

SB-Son

Member
Aug 30, 2007
33
1
Hey guys ,

this is dumped full Stock-Firmware of the NTT DoCoMo SH-12C (AQUOS PHONE)


FILENAME : dumpsysclean.zip (includet files are .img-files)
SIZE : 383,08MB
HOSTER : MEGAUPLOAD
OS : Android 2.3.3
BUILD : 01.01.02
INFO : includes all gapps and sharp system&preinstalled apps


>>>>>>> DOWNLOAD <<<<<<<<

still there is no mod, no custom recovery and no custom rom available !(maybe a thing for clockworkmod or cyanogen???:D)

really would like to see some developement!!!


Partitions of the SH-12C (for DEV's)
Code:
/dev/mtd/mtd0 > boot	
/dev/mtd/mtd1 > persist
/dev/mtd/mtd2 > misc
/dev/mtd/mtd3 > recovery	
/dev/mtd/mtd4 > ipl	
/dev/mtd/mtd5 > system
/dev/mtd/mtd6 > cache	
/dev/mtd/mtd7 > log
/dev/mtd/mtd8 > battlog	
/dev/mtd/mtd9 > calllog	
/dev/mtd/mtd10 > ldb
/dev/mtd/mtd11 > userdata

dbaf14

it is a nandroid img files, didn't it ?
I can't expand it with unaffs after unrar, unaffs say broken files :confused:
 

dbaf14

Senior Member
May 4, 2010
286
194
hmm

i used the tutorial of this thread back-up-your-phone-without-nandroid

first i temp. rooted my sh-12c and i used via adb command line :

Code:
adb shell
$ su		
# cat /proc/mtd

to know about the device partitions

i got this ->
Code:
/dev/mtd/mtd0 > boot	
/dev/mtd/mtd1 > persist
/dev/mtd/mtd2 > misc
/dev/mtd/mtd3 > recovery	
/dev/mtd/mtd4 > ipl	
/dev/mtd/mtd5 > system
/dev/mtd/mtd6 > cache	
/dev/mtd/mtd7 > log
/dev/mtd/mtd8 > battlog	
/dev/mtd/mtd9 > calllog	
/dev/mtd/mtd10 > ldb
/dev/mtd/mtd11 > userdata

then i used this to backup the phones partitions

Code:
cat /dev/mtd/mtd0 > /sdcard/boot.img	
cat /dev/mtd/mtd1 > /sdcard/persist.img	
cat /dev/mtd/mtd2 > /sdcard/misc.img	
cat /dev/mtd/mtd3 > /sdcard/recovery.img	
cat /dev/mtd/mtd4 > /sdcard/ipl.img	
cat /dev/mtd/mtd5 > /sdcard/system.img	
cat /dev/mtd/mtd6 > /sdcard/cache.img	
cat /dev/mtd/mtd7 > /sdcard/log.img	
cat /dev/mtd/mtd8 > /sdcard/battlog.img	
cat /dev/mtd/mtd9 > /sdcard/calllog.img	
cat /dev/mtd/mtd10 > /sdcard/ldb.img	
cat /dev/mtd/mtd11 > /sdcard/userdata.img

now i got the .img files , and when you use hex editor or notepad++ you'll see , this are the real files , but still dont know how to extract them too:mad:

also didnt tried to flash it back until now !

any ideas?

dbaf14
 

SB-Son

Member
Aug 30, 2007
33
1
hmm

i used the tutorial of this thread back-up-your-phone-without-nandroid

first i temp. rooted my sh-12c and i used via adb command line :

Code:
adb shell
$ su		
# cat /proc/mtd

to know about the device partitions

i got this ->
Code:
/dev/mtd/mtd0 > boot	
/dev/mtd/mtd1 > persist
/dev/mtd/mtd2 > misc
/dev/mtd/mtd3 > recovery	
/dev/mtd/mtd4 > ipl	
/dev/mtd/mtd5 > system
/dev/mtd/mtd6 > cache	
/dev/mtd/mtd7 > log
/dev/mtd/mtd8 > battlog	
/dev/mtd/mtd9 > calllog	
/dev/mtd/mtd10 > ldb
/dev/mtd/mtd11 > userdata

then i used this to backup the phones partitions

Code:
cat /dev/mtd/mtd0 > /sdcard/boot.img	
cat /dev/mtd/mtd1 > /sdcard/persist.img	
cat /dev/mtd/mtd2 > /sdcard/misc.img	
cat /dev/mtd/mtd3 > /sdcard/recovery.img	
cat /dev/mtd/mtd4 > /sdcard/ipl.img	
cat /dev/mtd/mtd5 > /sdcard/system.img	
cat /dev/mtd/mtd6 > /sdcard/cache.img	
cat /dev/mtd/mtd7 > /sdcard/log.img	
cat /dev/mtd/mtd8 > /sdcard/battlog.img	
cat /dev/mtd/mtd9 > /sdcard/calllog.img	
cat /dev/mtd/mtd10 > /sdcard/ldb.img	
cat /dev/mtd/mtd11 > /sdcard/userdata.img

now i got the .img files , and when you use hex editor or notepad++ you'll see , this are the real files , but still dont know how to extract them too:mad:

also didnt tried to flash it back until now !

any ideas?

dbaf14
3q, i got a log as following from my phone, and i think it is might be flashed with yaff2. So, i try to expand it with unaffs, but i fail to.

recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /boot mtd boot (null)
2 /cache yaffs2 cache (null)
3 /data yaffs2 userdata (null)
4 /ldb yaffs2 ldb (null)
5 /calllog yaffs2 calllog (null)
6 /misc mtd misc (null)
7 /recovery mtd recovery (null)
8 /sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
9 /system yaffs2 system (null)

Fixing execute permissions for /cache
:confused:
 

dbaf14

Senior Member
May 4, 2010
286
194
so now made another dump wich can be unpacked with unyaffs!(maybe useful to get root?)

this contains .img again , but made with "mkfs.yaffs2"


FILENAME : dumpimg.zip (includet files are .img-files)
SIZE : 308MB
HOSTER : Hotfile
OS : Android 2.3.3
BUILD : 01.01.02
INFO : includes all gapps and sharp system&preinstalled apps

>>>>>>> DOWNLOAD <<<<<<<<


dbaf14
 
Last edited:

dbaf14

Senior Member
May 4, 2010
286
194
Rly both is down?
Omg then i have to make a new dump again and it will be different coz i updated my SH-12C to firmware 01.01.03 some weeks ago!( it means if i cant find the old file)

So please be patient
Maybe this weekend!^_^

dbaf14

Sent from my SH-12C using XDA App
 
  • Like
Reactions: HDD_x8

HDD_x8

Senior Member
Dec 28, 2010
196
41
Rly both is down?
Omg then i have to make a new dump again and it will be different coz i updated my SH-12C to firmware 01.01.03 some weeks ago!( it means if i cant find the old file)

So please be patient
Maybe this weekend!^_^

dbaf14

Sent from my SH-12C using XDA App

Yes, both are down, megaupload was megashutdown by the feds and the owners are in megatrouble looking at years in jail. :eek:
Hotfile does not like hot files, so they got removed due to copyright complaints. :(

Thank you for your help.
No worries on the file versions, any dump is a good dump. :D
 

HDD_x8

Senior Member
Dec 28, 2010
196
41
Does anyone with a Sharp SH12C or SH80F have the time to do a ROM dump?
Old posts are deleted.
 

dbaf14

Senior Member
May 4, 2010
286
194
[sh-12c-rom][2.3.3] stock (build 01.01.03)

Have you got the time to take a dump?
:)

lol finally i had time to do this ,, so what u plan to do with this ?
still dont know how to unpack it:eek:


DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.03)

size : 2X ~ 180MB
hoster : Mediafire

~~PART1~~
~~PART2~~

this contains

Code:
/dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
/dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd10 > ldb.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]

dbaf14
 
Last edited:
  • Like
Reactions: duikeend

thaiyo8

Member
Apr 24, 2012
24
0
Hey guys ,


----UPDATE 07.04.2012---------------------------------------------------------------------
this is dumped (using ADB cat) Stock-Firmware of the NTT DoCoMo SH-12C (AQUOS PHONE)

DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.03)

size : 2X ~ 180MB
hoster : Mediafire

~~PART1~~
~~PART2~~

this contains

Code:
/dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
/dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd10 > ldb.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]


FILENAME : dumpsysclean.zip (includet files are .img-files)
SIZE : 383,08MB
HOSTER : MEGAUPLOAD
OS : Android 2.3.3
BUILD : 01.01.02
INFO : includes all gapps and sharp system&preinstalled apps


>>>>>>> DOWNLOAD <<<<<<<<


This can be flashed using this how-nandroid-without-nandroid-Tutorial !
NOTE : first check your SH-12C's system partitions will be flashed with the correct .img-file!


----------------------------------------------------------------------------------------------
update 10.11.2011

this is dumped (using ADB mkfs.yaffs2) Stock-Firmware of the NTT DoCoMo SH-12C (AQUOS PHONE)


FILENAME : dumpimg.zip (includet files are .img-files)
SIZE : 308MB
HOSTER : Hotfile
OS : Android 2.3.3
BUILD : 01.01.02
INFO : includes all gapps and sharp system&preinstalled apps


>>>>>>> DOWNLOAD <<<<<<<<

this can be unpacked with ADB using "unyaffs" or "unyaffs.exe x86 for windows"

NOTE : this can be not complete



still there is no mod, no custom recovery and no custom rom available !(maybe a thing for clockworkmod or cyanogen???:D)

really would like to see some developement!!!


Partitions of the SH-12C (for DEV's)
Code:
/dev/mtd/mtd0 > boot	
/dev/mtd/mtd1 > persist
/dev/mtd/mtd2 > misc
/dev/mtd/mtd3 > recovery	
/dev/mtd/mtd4 > ipl	
/dev/mtd/mtd5 > system
/dev/mtd/mtd6 > cache	
/dev/mtd/mtd7 > log
/dev/mtd/mtd8 > battlog	
/dev/mtd/mtd9 > calllog	
/dev/mtd/mtd10 > ldb
/dev/mtd/mtd11 > userdata

dbaf14

hi i cant download part 2 could you check if it is downloadable ?or can you give me here
 

thaiyo8

Member
Apr 24, 2012
24
0
Hey guys ,


----UPDATE 07.04.2012---------------------------------------------------------------------
this is dumped (using ADB cat) Stock-Firmware of the NTT DoCoMo SH-12C (AQUOS PHONE)

DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.03)

size : 2X ~ 180MB
hoster : Mediafire

~~PART1~~
~~PART2~~

this contains

Code:
/dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
/dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
/dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd10 > ldb.img -  [COLOR="Red"]no[/COLOR]
/dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]


FILENAME : dumpsysclean.zip (includet files are .img-files)
SIZE : 383,08MB
HOSTER : MEGAUPLOAD
OS : Android 2.3.3
BUILD : 01.01.02
INFO : includes all gapps and sharp system&preinstalled apps


>>>>>>> DOWNLOAD <<<<<<<<


This can be flashed using this how-nandroid-without-nandroid-Tutorial !
NOTE : first check your SH-12C's system partitions will be flashed with the correct .img-file!


----------------------------------------------------------------------------------------------
update 10.11.2011

this is dumped (using ADB mkfs.yaffs2) Stock-Firmware of the NTT DoCoMo SH-12C (AQUOS PHONE)


FILENAME : dumpimg.zip (includet files are .img-files)
SIZE : 308MB
HOSTER : Hotfile
OS : Android 2.3.3
BUILD : 01.01.02
INFO : includes all gapps and sharp system&preinstalled apps


>>>>>>> DOWNLOAD <<<<<<<<

this can be unpacked with ADB using "unyaffs" or "unyaffs.exe x86 for windows"

NOTE : this can be not complete



still there is no mod, no custom recovery and no custom rom available !(maybe a thing for clockworkmod or cyanogen???:D)

really would like to see some developement!!!


Partitions of the SH-12C (for DEV's)
Code:
/dev/mtd/mtd0 > boot	
/dev/mtd/mtd1 > persist
/dev/mtd/mtd2 > misc
/dev/mtd/mtd3 > recovery	
/dev/mtd/mtd4 > ipl	
/dev/mtd/mtd5 > system
/dev/mtd/mtd6 > cache	
/dev/mtd/mtd7 > log
/dev/mtd/mtd8 > battlog	
/dev/mtd/mtd9 > calllog	
/dev/mtd/mtd10 > ldb
/dev/mtd/mtd11 > userdata

dbaf14

hi my sh-12c is in boot loop jsut can see and stuck at AQUOS PHONE nothing els can i flash this rom to my phone , any way to flash in this situation please help ?

---------- Post added at 11:21 AM ---------- Previous post was at 11:17 AM ----------

hi my sh-12c is in boot loop jsut can see and stuck at AQUOS PHONE nothing els can i flash this rom to my phone , any way to flash in this situation please help ?

i tried shbreak and lstweek to uninstall some aplications but not sure if it is rooted or not , please help
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hey guys ,


    ----UPDATED 04.05.2012---------------------------------------------------------------------
    this are dumped (using ADB cat) Stock-Firmwares of the NTT DoCoMo SH-12C (AQUOS PHONE)

    DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.03)

    size : 2X ~ 180MB
    hoster : Mediafire

    ~~PART1~~
    ~~PART2~~

    this contains

    Code:
    /dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
    /dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd10 > ldb.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]

    --------------------------------------------------------------------------------

    DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.02)

    size : 2X ~ 180MB
    hoster : Mediafire

    ~~PART1~~
    ~~PART2~~

    this contains

    Code:
    /dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
    /dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd10 > ldb.img -  [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]



    This can be flashed using this how-nandroid-without-nandroid-Tutorial !
    NOTE : first check your SH-12C's system partitions will be flashed with the correct .img-file!


    ----------------------------------------------------------------------------------------------

    still there is no mod, no custom recovery and no custom rom available !(maybe a thing for clockworkmod or cyanogen???:D)

    really would like to see some developement!!!


    Partitions of the SH-12C (for DEV's)
    Code:
    /dev/mtd/mtd0 > boot	
    /dev/mtd/mtd1 > persist
    /dev/mtd/mtd2 > misc
    /dev/mtd/mtd3 > recovery	
    /dev/mtd/mtd4 > ipl	
    /dev/mtd/mtd5 > system
    /dev/mtd/mtd6 > cache	
    /dev/mtd/mtd7 > log
    /dev/mtd/mtd8 > battlog	
    /dev/mtd/mtd9 > calllog	
    /dev/mtd/mtd10 > ldb
    /dev/mtd/mtd11 > userdata

    dbaf14
    1
    Rly both is down?
    Omg then i have to make a new dump again and it will be different coz i updated my SH-12C to firmware 01.01.03 some weeks ago!( it means if i cant find the old file)

    So please be patient
    Maybe this weekend!^_^

    dbaf14

    Sent from my SH-12C using XDA App
    1
    [sh-12c-rom][2.3.3] stock (build 01.01.03)

    Have you got the time to take a dump?
    :)

    lol finally i had time to do this ,, so what u plan to do with this ?
    still dont know how to unpack it:eek:


    DOWNLOAD [sh-12c-rom][2.3.3] stock (build 01.01.03)

    size : 2X ~ 180MB
    hoster : Mediafire

    ~~PART1~~
    ~~PART2~~

    this contains

    Code:
    /dev/mtd/mtd0 > boot.img - [COLOR="Green"]yes[/COLOR]	
    /dev/mtd/mtd1 > persist.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd2 > misc.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd3 > recovery.img	- [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd4 > ipl.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd5 > system.img - [COLOR="Green"]yes[/COLOR]
    /dev/mtd/mtd6 > cache.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd7 > log.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd8 > battlog.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd9 > calllog.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd10 > ldb.img -  [COLOR="Red"]no[/COLOR]
    /dev/mtd/mtd11 > userdata.img - [COLOR="Red"]no[/COLOR]

    dbaf14
    1
    can someone please provide me with the sh-12c systemui.apk :eek:

    thanks!

    here i uploaded

    https://sites.google.com/site/mysh12c/downloads

    its in a zip apk+odex file!
    you plan something special?:D

    dbaf14