Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
lovejoy777
Old
#391  
lovejoy777's Avatar
Senior Member
Thanks Meter 649
Posts: 1,355
Join Date: Dec 2011
Location: Nottingham

 
DONATE TO ME
all other partitions come back different?

does this tell me anything?


steve@lovejoyub:~$ adb shell
~ # mke2fs -T ext4 /dev/block/mmcblk0p12
mke2fs: lseek: Value too large for defined data type
~ #
 
forest1971
Old
#392  
forest1971's Avatar
Senior Member
Thanks Meter 597
Posts: 988
Join Date: Apr 2012
Quote:
Originally Posted by lovejoy777 View Post
all other partitions come back different?

does this tell me anything?


steve@lovejoyub:~$ adb shell
~ # mke2fs -T ext4 /dev/block/mmcblk0p12
mke2fs: lseek: Value too large for defined data type
~ #
You mean have been able to get parted running now? that is a good sign if yes.

can you post the partition table using (parted) print?

Also, the above code should not be used for partition 12 because it is media partition and format is fat32.
The Following User Says Thank You to forest1971 For This Useful Post: [ Click to Expand ]
 
lovejoy777
Old
(Last edited by lovejoy777; 2nd June 2012 at 05:55 PM.)
#393  
lovejoy777's Avatar
Senior Member
Thanks Meter 649
Posts: 1,355
Join Date: Dec 2011
Location: Nottingham

 
DONATE TO ME
ok just had the hang at waiting for omap44xx devices, this is how i got out of it.

pull battery terminal
perform usb_fix from firekit
when it says waiting for omap44xx device short pin and insert usb cable. if it doesn't work. (it normally starts 2nd stage bla bla bla),
normally ends with waiting for omap again(if no script at all runs try unplugging usb and re-shorting pins then reconnect usb), at this point
plug in battery, this should start the installs etc

Edit: I always keep pin shorted throughout the process.

notes: it is best to always start from scratch after each attempt ie. if its hanging anywhere, unplug kindle and close terminal, reopen terminal and start again.
I hope this helps

---------- Post added at 05:48 PM ---------- Previous post was at 05:45 PM ----------

Quote:
Originally Posted by forest1971 View Post
You mean have been able to get parted running now? that is a good sign if yes.

can you post the partition table using (parted) print?

Also, the above code should not be used for partition 12 because it is media partition and format is fat32.
no parted just hangs on print but i tried the scripts anyway. (i know it wont help just wanted to know why 12 returned different.
now i know:)
Edit: if i run commands in parted (except print) I always get things returning in terminal. does this mean the commands are being performed?
The Following 2 Users Say Thank You to lovejoy777 For This Useful Post: [ Click to Expand ]
 
forest1971
Old
#394  
forest1971's Avatar
Senior Member
Thanks Meter 597
Posts: 988
Join Date: Apr 2012
Quote:
Originally Posted by lovejoy777 View Post
ok just had the hang at waiting for omap44xx devices, this is how i got out of it.

pull battery terminal
perform usb_fix from firekit
when it says waiting for omap44xx device short pin and insert usb cable. if it doesn't work. (it normally starts 2nd stage bla bla bla),
normally ends with waiting for omap again(if no script at all runs try unplugging usb and re-shorting pins then reconnect usb), at this point
plug in battery, this should start the installs etc

Edit: I always keep pin shorted throughout the process.

notes: it is best to always start from scratch after each attempt ie. if its hanging anywhere, unplug kindle and close terminal, reopen terminal and start again.
I hope this helps

---------- Post added at 05:48 PM ---------- Previous post was at 05:45 PM ----------



no parted just hangs on print but i tried the scripts anyway. (i know it wont help just wanted to know why 12 returned different.
now i know:)
If you have been able to install bootloader then try to:
fastboot oem format

If works it will restore partition structure and in that case parted should be able to see it.
The Following User Says Thank You to forest1971 For This Useful Post: [ Click to Expand ]
 
lovejoy777
Old
#395  
lovejoy777's Avatar
Senior Member
Thanks Meter 649
Posts: 1,355
Join Date: Dec 2011
Location: Nottingham

 
DONATE TO ME
Quote:
Originally Posted by forest1971 View Post
If you have been able to install bootloader then try to:
fastboot oem format

If works it will restore partition structure and in that case parted should be able to see it.
I wish I was that lucky:)

I've been trying everything for days lol.
whilst i still have bootloader and some sort of adb/fastboot i will keep trying.

if anyone wants to test any bootloaders or anything else a blocked emmc chip can do, let me know.
 
james.shumaker
Old
#396  
Junior Member
Thanks Meter 1
Posts: 28
Join Date: Nov 2007
Quote:
Originally Posted by Entropy512 View Post
Samsung files???? If you mean his recovery - it's hopefully the solution to preventing eMMC damage from happening in the first place to anyone else. Currently, once it has happened, nothing short of replacing the flash chip or the whole motherboard will fix it. While a way DOES exist for resurrecting these chips, it requires "supah-secret-Samsung-info" that we don't have.

(This all assumes that the failure mode here is the same as Samsung Superbrick - is there anyone that had a failure with a flash chip other than M8G2FA?)

As to your first problem - sounds like you still have some bad areas that you haven't partitioned around.

In my case, the resurrection is starting to not look so good. Although initially the re-partioning around the bad blocks was working, it now appears that there is some spillover from the adjacent bad blocks as my KF is beginning to lock up more often and even a system wipe with a fresh install came after great pain and crossed fingers. I think I'm witnessing the slow demise of this KF ... that new Lenovo IdeaTab is starting to look sweeter and sweeter ...

Thanks again to all.
 
lovejoy777
Old
#397  
lovejoy777's Avatar
Senior Member
Thanks Meter 649
Posts: 1,355
Join Date: Dec 2011
Location: Nottingham

 
DONATE TO ME
steve@lovejoyub:~$ adb shell
~ # for F in /sys/block/mmcblk0/mmcblk0p*
> do
> echo $F
> cat $F/partition_name $F/start $F/size
> done
/sys/block/mmcblk0/mmcblk0p1
xloader
256
256
/sys/block/mmcblk0/mmcblk0p10
userdata
1657856
2328576
/sys/block/mmcblk0/mmcblk0p11
cache
3986432
524288
/sys/block/mmcblk0/mmcblk0p12
media
4510720
10508288
/sys/block/mmcblk0/mmcblk0p2
bootloader
512
512
/sys/block/mmcblk0/mmcblk0p3
dkernel
1024
20480
/sys/block/mmcblk0/mmcblk0p4
dfs
21504
393216
/sys/block/mmcblk0/mmcblk0p5
recovery
414720
32768
/sys/block/mmcblk0/mmcblk0p6
backup
447488
131072
/sys/block/mmcblk0/mmcblk0p7
boot
578560
20480
/sys/block/mmcblk0/mmcblk0p8
splash
599040
10240
/sys/block/mmcblk0/mmcblk0p9
system
609280
1048576
~ #
The Following User Says Thank You to lovejoy777 For This Useful Post: [ Click to Expand ]
 
jsantiago.antonio
Old
#398  
jsantiago.antonio's Avatar
Member
Thanks Meter 15
Posts: 63
Join Date: Nov 2010
Location: Ponce, Puerto Rico

 
DONATE TO ME
Tried everything on this thread i still seem unable to find a solution, bummer. Can i push SU files to adb? Could it be that's the reason i'm unable to work with the partitions? I get the feeling that i'm not rooted and i'm currently locked out and its blocking commands im running via some sort of permission set.

-------------------
T-Mobile Samsung Galaxy S II
ROM: Eugene's Cyanogen Mod 7 Build
Kernel: Based on Streamline
-------------------
Kindle Fire
ROM: HellFire Kindle CM7 v1.0
Recovery: CWM-Based Touch Recovery 5.0.2.7
-------------------
HTC EVO 4G
Rom:Classic Evo v0.0.6
Kernel:Anthrax
-------------------
 
lovejoy777
Old
#399  
lovejoy777's Avatar
Senior Member
Thanks Meter 649
Posts: 1,355
Join Date: Dec 2011
Location: Nottingham

 
DONATE TO ME
Quote:
Originally Posted by jsantiago.antonio View Post
Tried everything on this thread i still seem unable to find a solution, bummer. Can i push SU files to adb? Could it be that's the reason i'm unable to work with the partitions? I get the feeling that i'm not rooted and i'm currently locked out and its blocking commands im running via some sort of permission set.

I've had the same thought.

---------- Post added at 11:47 PM ---------- Previous post was at 11:41 PM ----------

for some reason im doubting its the sammy superbrick.

on all there posts about the brick it stats most seem to have a bad return on this command. but we seem ok?

dmesg | grep mmc0
 
forest1971
Old
#400  
forest1971's Avatar
Senior Member
Thanks Meter 597
Posts: 988
Join Date: Apr 2012
Quote:
Originally Posted by jsantiago.antonio View Post
Tried everything on this thread i still seem unable to find a solution, bummer. Can i push SU files to adb? Could it be that's the reason i'm unable to work with the partitions? I get the feeling that i'm not rooted and i'm currently locked out and its blocking commands im running via some sort of permission set.
I am not sure about the status of your KF yet.

If it can boot and can get into TWRP then parted should work and it can help deal with faulty partition if there is. (please confirm if it can boot and get into TWRP).

Before bootloader and TWRP work parted is of no use.

cheers

The Following User Says Thank You to forest1971 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...