Htc sensation not start and boot - HTC Sensation

Hi,
friends
i have installed AOKP_RMS_DIANXIN_HYBRID_BUILD_34 rom and it works fine. But today i try to erase sd card and then try to start phone in recovary then phone switch off and now phone nt starting. I try to remove battarey then try to start but nt starting. Even nt show orange light during charger connect. It seems like phone is dead . So please help me friends.
Thanking u all in advance

Does your battery provide voltage if you measure it? Could be that it somehow died
Sent from my HTC Sensation using XDA

Uh oh.
Do you have handy the .zip of the ROM still? If so, open it up and look at the file /system/etc/vold.fstab if it contains:
Code:
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host /devices/platform/msm_sdcc.1/mmc_host
instead of:
Code:
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc1
Then basically what you've just done (unwittingly) is wiped the phones eMMC. It is now useless.

Rusty! said:
Uh oh.
Do you have handy the .zip of the ROM still? If so, open it up and look at the file /system/etc/vold.fstab if it contains:
Code:
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host /devices/platform/msm_sdcc.1/mmc_host
instead of:
Code:
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc1
Then basically what you've just done (unwittingly) is wiped the phones eMMC. It is now useless.
Click to expand...
Click to collapse
Yes Your right i seen in this file and it has same code
like
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host /devices/platform/msm_sdcc.1/mmc_host
..
so now what is solution for it .. bro please help me it just 5 month old phone .

You can't do a thing, it's dead. You'll have to send it back to HTC and get it repaired under warranty.

I installed custom rom so is it come under warranty?

There is no evidence that you installed a custom ROM, there is no evidence of anything anymore, the phone is now completely empty.
What HTC will make of that I don't know, it could be that it's the equivalent of a dead motherboard. Some other people had the same problem after formatting the SD card, but I don't know what they did about it.
All you can do is call them and hope. Don't mention the custom ROM though, that would be silly.

hi
is there anyother way to fix it , rather go to htc care ?

drshail23 said:
hi
is there anyother way to fix it , rather go to htc care ?
Click to expand...
Click to collapse
What happen is the device formated the internal NAND memory so you now have no bootloader. With no bootloader your device can not boot or be flashed. The only fix I s to replace the mainboard or JTAG.

What about the unbricking project?

primekrieger said:
What about the unbricking project?
Click to expand...
Click to collapse
It's not bricked, it's unuseable, send it to htc, and 99% you will get another one (or replaced motherboard). There is no way to see that you rooted or anything.

this is similar to my phone problem... I only clean the pin connector in phone and battery and expecially in the phone i push in and out the four pin connector and repeat that for some minutes ..... sorry for my bad english i hope you understand
look at this thread at post 5 and 6
http://forum.xda-developers.com/showthread.php?p=42186812#post42186812

Related

[GUIDE][MOD][ICS] Swap internal and external storage

Hi All,
I managed to modify the vold.fstab in ICS to swap internal memory and external sdcard. Attached is a flashable zip file.
I actaully made a lot of changes through Root Explorer before creating this zip - so I am not exactly sure if it will work for everyone. But it most definitely works for me now. Please try and let me know.
Note:- Dont forget to take a backup of vold.fstab from /system/etc folder.
I wont go into complete details now. For more information on what it really is, below is a link to similar mod for Ginderbread. Credit to Pudup.
http://forum.xda-developers.com/showthread.php?t=1517974
FLASH AT YOUR OWN RISK !!
I am not sure if I posted this in the right section but its more of a guide ..
Here the change that was required, hit it by pure co-incidence while trying out several combinations (Don't know why this particular way worked, but who cares)
change
dev_mount sdcard /mnt/sdcard 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0 encryptable_nonremovable
to
dev_mount sdcard /mnt/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
And
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
to
dev_mount sdcard1 /mnt/sdcard/external_sd 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0 encryptable_nonremovable
Thats all that was required
Title seems bit confusing, it will be better and clear if stated as *swap internal and external storage*
Sent from my CM7.2 powered Galaxy R using Tapatalk 2.
xlm13x said:
Title seems bit confusing, it will be better and clear if stated as *swap internal and external storage*
Sent from my CM7.2 powered Galaxy R using Tapatalk 2.
Click to expand...
Click to collapse
Title changed as requested
Anyone tried it yet? Does it work fine for you guys?
parajsinghal said:
Anyone tried it yet? Does it work fine for you guys?
Click to expand...
Click to collapse
Yes it is working perfectly.
Thanks !!
Sent from my GT-I9103 using xda app-developers app
I tried it too. works fine so far.
explorer, task manager, Titanium backup all are recognizing the change.
pudup said:
Alright. Strange issue here. This may or may not be the cause.
I can't mount sdcard on CWM 4.0.0.2
I could with the gb swap on GB.
Can other use memory card on clockwork mod?
And never mind.... I flashed CWM 5.5 and its fine now
"I like spelling my name backwards"
Click to expand...
Click to collapse
Yes, I have been on CWM 5.5 all the way and never faced this issue ... But is it really happening on 4.0.0.2? Will check at my end too and add it to OP if that is the case. And ofc I will add instructions to backup data too. Its just that I have been a little busy lately. I hope to get some time over the weekend
My memory is swapped as i'm on Neo Rom v3 which is having this feature by default.
Will my sd card gets wiped if I wipe data via CWM or if I do a factory reset?
How to swap memory again to the default mode without flashing another Rom ?
Sent from my Galaxy Royale using xda-developers app
NeO RoM v3 - ardatdat's kernel 1.8.3
parajsinghal said:
hi all,
i managed to modify the vold.fstab in ics to swap internal memory and external sdcard. Attached is a flashable zip file.
I actaully made a lot of changes through root explorer before creating this zip - so i am not exactly sure if it will work for everyone. But it most definitely works for me now. Please try and let me know.
Note:- dont forget to take a backup of vold.fstab from /system/etc folder.
I wont go into complete details now. For more information on what it really is, below is a link to similar mod for ginderbread. Credit to pudup.
http://forum.xda-developers.com/showthread.php?t=1517974
flash at your own risk !!
I am not sure if i posted this in the right section but its more of a guide ..
Here the change that was required, hit it by pure co-incidence while trying out several combinations (don't know why this particular way worked, but who cares)
change
dev_mount sdcard /mnt/sdcard 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0 encryptable_nonremovable
to
dev_mount sdcard /mnt/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
and
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
to
dev_mount sdcard1 /mnt/sdcard/external_sd 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0 encryptable_nonremovable
thats all that was required
Click to expand...
Click to collapse
dude you are a godddddd! I worship you from now on!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
parajsinghal said:
Hi All,
I managed to modify the vold.fstab in ICS to swap internal memory and external sdcard. Attached is a flashable zip file.
I actaully made a lot of changes through Root Explorer before creating this zip - so I am not exactly sure if it will work for everyone. But it most definitely works for me now. Please try and let me know.
Note:- Dont forget to take a backup of vold.fstab from /system/etc folder.
I wont go into complete details now. For more information on what it really is, below is a link to similar mod for Ginderbread. Credit to Pudup.
http://forum.xda-developers.com/showthread.php?t=1517974
FLASH AT YOUR OWN RISK !!
I am not sure if I posted this in the right section but its more of a guide ..
Here the change that was required, hit it by pure co-incidence while trying out several combinations (Don't know why this particular way worked, but who cares)
change
dev_mount sdcard /mnt/sdcard 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0 encryptable_nonremovable
to
dev_mount sdcard /mnt/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
And
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
to
dev_mount sdcard1 /mnt/sdcard/external_sd 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0 encryptable_nonremovable
Thats all that was required
Click to expand...
Click to collapse
im tottally BUMMED. turns out the 32 gb i used for this was a FAKE!!! its says its a 32 gb but once you add data, it gets erased or becomes unreadable. so my question is how do you revert to the original default sdcard settings?
---------- Post added at 11:56 AM ---------- Previous post was at 11:24 AM ----------
symax said:
im tottally BUMMED. turns out the 32 gb i used for this was a FAKE!!! its says its a 32 gb but once you add data, it gets erased or becomes unreadable. so my question is how do you revert to the original default sdcard settings?
Click to expand...
Click to collapse
nvm, i just relpaced the vold in the rar and flashed it, now im back to being a 4gb'er ;(
symax said:
dude you are a godddddd! I worship you from now on!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Thanks for kind words buddy but you got to be kidding me
Its just a mod that already existed for gb. I just manged to play around and bring it to our phone for ICS. But yes you'll definitely find some devs whom we can actually worship on this forum. They do a great job.
Btw, sad to hear your sdcard turned out to be a fake. Thats a new for me. Never heard that for memory cards
Sent from my GT-I9103 using xda app-developers app
Please someone give me stock ics vold file. I used this vold and now i m not able to download game data for any game.
gitanshu said:
Please someone give me stock ics vold file. I used this vold and now i m not able to download game data for any game.
Click to expand...
Click to collapse
Here's the stock vold. Just rename from vold.fstab.txt to vold.fstab before using it. Anyway, what issue are you facing? Are you using CWM 5.5.0..4. Some users reported issues with older CWM. I am not much of a gamer myself. Do other users also face this issue?
When i try to download game data, game says you need 0 MB more space to download data but at that time, more than 2 GB is free.
Sent from my GT-I9103 using xda app-developers app
done, thanks
I didn't want to create another thread for this but, is it possible to physically swap the internal flash from one phone to another. I crush a my gnex and would like to pull some stuff off the old one. just curious
I'll try it know, just after coping everything to external sd. Will confirm if it works.
Cheers
Sent from my I9103
Will it work with Angeeks?
Sent from my GT-I9103
khpatel4991 said:
Will it work with Angeeks?
Sent from my GT-I9103
Click to expand...
Click to collapse
Yup
HiT ThE ThnX BuTTon If I Help U
Has worked perfectly after copying all the internal card to the external.
Great!
Sent from my I9103

[Resolved] [Q] Flytouch 8 stuck on boot after a vold.fstab modification

Hi,
I've got a "FLYTOUCH 8 SUPERPAD Android 4.0" with 4gb of hdd (nand). (rooted)
i've tried to add a 32gb sdcard inside this tablet, and after i've putted in the internal slot, everything was ok (it was recognised as
/mnt/extsd/sdcard2), but i've wanted it to be mounted on /mnt/sdcard to install linux with "linux-complete-installer" -> 2gb wasn't enought.
I've made a backup of the /system partition using dd on the external sdcard, and i've remouned the /system in write mode and modified the vold.fstab in /system/etc.
(i've also made a backup of /data patition, but i dont know if it fully worked because i needed to run e2fsck to repair it)
I've deleted the sdcard line (commented this nand partition) and put the sdcard2 partition on /mnt/sdcard, rebooted this tablet and i'm stuck on android loading screen.
I've tried to restart in recovery mode, but the only thing that i found is a combination of (power + home), but have a weird droid picture (he is dead with a red triangle) and tried to get a menu with +, -, home etc but nothing appear.
I've got few questions:
_why this partition/modification make android crash (the 32gb card is formated as *fat partition, and was recognised with android)
_is there a way to restore the /system backup with another SD, or using adb of something else?
_where is the boot script to see if there is a way to read somenthing useful on the /system backup?
(the /system partition is on nand so i cant run a dd to restore it...)
Others info, on the /system backup, i've get a buid.prop file (i can post the whole file if needed, maybe useful or not)
ro.build.version.released=4.04 (probably the android version)
ro.product.model=BC1003
ro.build.product=crane-bc1003
ro.product.firmware=1.5rc4
...
Thanks a lot!
I've solved this problem.
Connecting it to a computer make it boot (i've tested using DDMS on eclipse to see processes).
I've restored the old vold.fstab with adb. (mounting the rescue image)
I've changed sdcard -> the nand to extsd (on sdcard2) and sdcard2 to /mnt/sdcard with an sdcard type.
So now i've got my 32gb microsd working as internal storage.
Happy new year
Tablet flytouch 8 brick
hello guys!
I would like to have help. I have a Flytouch 8, and it will not start. when I click on POWER and HOME buttons appears a red triangle with an exclamation point. somehow recover the tablet!! help!
Hi guys ! I have the same problem - after POWER+HOME appears droid pictures with red triangle, but without text menus . Did anyone know how to fix that ?
Marco.ml said:
I've solved this problem.
Connecting it to a computer make it boot (i've tested using DDMS on eclipse to see processes).
I've restored the old vold.fstab with adb. (mounting the rescue image)
I've changed sdcard -> the nand to extsd (on sdcard2) and sdcard2 to /mnt/sdcard with an sdcard type.
So now i've got my 32gb microsd working as internal storage.
Happy new year
Click to expand...
Click to collapse
Bro I almost have the same problem. My tablet is Skyworth S71 3G, I replaced the vold.fstab with the one I have downloaded somewhere. I have a backup of the original fsta. Do you think I can restore it using DDMS? I do not have a stock ROM, even searching the internet, I cannot find one. Please help.... Thanks.
help please
Marco.ml said:
I've solved this problem.
Connecting it to a computer make it boot (i've tested using DDMS on eclipse to see processes).
I've restored the old vold.fstab with adb. (mounting the rescue image)
I've changed sdcard -> the nand to extsd (on sdcard2) and sdcard2 to /mnt/sdcard with an sdcard type.
So now i've got my 32gb microsd working as internal storage.
Happy new year
Click to expand...
Click to collapse
Hi, could you be more specific on how you changed the external sd for the internal sd? i would appreciated it too much if you paste all the vold.fstab. thanks :fingers-crossed:
b0gue said:
Hi, could you be more specific on how you changed the external sd for the internal sd? i would appreciated it too much if you paste all the vold.fstab. thanks :fingers-crossed:
Click to expand...
Click to collapse
finally got it
dev_mount sdcard2/mnt/extsd/sdcard2 auto....
dev_mount sdcard /mnt/sdcard auto...
thank you
b0gue said:
finally got it
dev_mount sdcard2/mnt/extsd/sdcard2 auto....
dev_mount sdcard /mnt/sdcard auto...
thank you
Click to expand...
Click to collapse
I got an error "access denied" when when pushing the file thru adb. Also, the file explorer at DDMS is EMPTY. Please help, greatly appreciated.
If you pressed POWER + HOME and got stuck with the red triangle, you must press HOME again to display the recovery menu. Then choose the option you want with VOL +/- and confirm with POWER.
wsurfer0 said:
If you pressed POWER + HOME and got stuck with the red triangle, you must press HOME again to display the recovery menu. Then choose the option you want with VOL +/- and confirm with POWER.
Click to expand...
Click to collapse
I have the same problem but it wont enter in recovery. Its stuck in the dead android with the red triangle. Any ideas?
Marco.ml said:
I've solved this problem.
Connecting it to a computer make it boot (i've tested using DDMS on eclipse to see processes).
I've restored the old vold.fstab with adb. (mounting the rescue image)
I've changed sdcard -> the nand to extsd (on sdcard2) and sdcard2 to /mnt/sdcard with an sdcard type.
So now i've got my 32gb microsd working as internal storage.
Happy new year
Click to expand...
Click to collapse
How you restore de old vold.fstab with adb? please help me, I have a bricked tablet for change the vold.fstab.
Flytouch 8 ,SuperPad VIII ,Crane BC1003 [Allwinner A10]
Recovery ,Costum roms ,stock roms ,Programs to flash etc - on one please to download [Has on it own tut maked by my but in Polish - but no problem to use Google Translate to translate needed text]
Link: I dont have 10 post to pasta her link - so link in my profile

zte v970 without internal sd

I was having some trouble after removing the internal SD using the method explained at Bruno's ROM FAQ found at:
http://forum.xda-developers.com/showthread.php?p=30786931#post30786931
The problem I found is similar to that described by other users at
http://forum.xda-developers.com/showthread.php?p=40634583
I wanted to post there but I'm a newbie here, so I'm not allowed
I'll describe how I got to this point, I flashed latest BM JB version, then I repartitioned to remove the internal SD and recovered /data from nandroid backup like the FAQ says.
At that point everything looked fine except that the SD was not mounted. Looked at /etc/vold.fstab and it was like this:
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
Looks like as the first one was failing, the second one was not being mounted.
What I did was several tests but I ended up commenting the first of those lines and everything looks fine except for the legacy /sdcard link which still points to /storage/sdcard0 which is not mounted. Other than that first tests show everything fine, photos are found on the external card, storage shows it as a external card and allows it to be umounted for extraction, ...
Hope this helps the guys in trouble even tough to achieve that it would be good to have this posted on the original thread.
If more info is needed to help debug this please ask.
Thanks to Bruno for these great ROMs
The problem with my solution
The problem I find with my solution is that there are a lot of apps that don't find the sdcard.
If /sdcard is not ok these apps tell you they don't find the sd or that the sd is full or whatever.
The result is that a lot of apps malfunction
I've read new posts on Bruno's development thread and there is no new reply on this.
Please, help!
Still no solution for this
As my old solution ended up giving a lot of problems with programs needing the legacy /sdcard link and I still don't have a real solution for this problem I ended up having only this line on the vold.fstab file:
dev_mount sdcard /storage/sdcard0 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
This makes the device identify the external sd as an internal one, but at least the /sdcard points to it and thus programs seem to work ok.
This had been my first solution but then I thought that having it as external one would be better but it resulted that it wasn't
I really hope somebody knowledgeable on this gives me a hand.
Regards.
Problems never end
I still hadn't found a clean solution for this and now, after powering on the phone to change battery, when we where booting it up with an almost empty battery that was to be recharged we got an error similar to the one shown here:
http://forum.xda-developers.com/showthread.php?t=2068332
saying Encryption unsuccessfull and after rebooting with more battery and a cable plugged the problem seemed to remain (the problem, not the error). I mean that after reboot the partition where apps data is stored seemed to be lost, or at least the apps didn't get to their data and they were all unlogged and no signs of their setups, ...
slight esnnype
Well, in the end it was not so bad.
I decided after this last problem that I could install version 1.2 which is more recent than the one I had installed, so I went to CWM and I formatted cache and data partitions and then installed version 1.2 which indeed recognized (or so it said) that I had the partitions extended and thus no internal SD and it solved things on vold, so no the external flash is seen as the only flash on the system and everything works ok out of the box.
End of the story? We'll see.

[Q] iRola DX752 Internal SD SWAP External SD [HELP]

Okay, so this might get a bit lengthy, and i will post my exact vold.fstab file a little later (currently cannot because i am at work), first of all yes my system is rooted (first thing i did when i bought it.) id like to use the vold.fstab edit method if possible as i can control the entire outcome and it is not left up to a piece of software that can become currupted.
So the issue is i swap the sdcard & external_sd of the following: (note this was copied offline, not my exact but is damn near close, mine has those three, only thing im unsure if it is correct is the rk29part.)
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_host/usb /devices/platform/usb20_otg/usb
so it looks like:
dev_mount flash /mnt/external_sd auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_host/usb /devices/platform/usb20_otg/usb
and i reboot, and i CAN download apps to my external SD BUUUUUT the real issue is, after i install the apps and then reboot, none of the apps i installed are showing up. and i have done this mutiple times, normally i am not one to ask for help, but i have scoured the net and it seems noone is having a similiar issue, so i joined these forums for this specific question....please help?
Shinytish said:
Okay, so this might get a bit lengthy, and i will post my exact vold.fstab file a little later (currently cannot because i am at work), first of all yes my system is rooted (first thing i did when i bought it.) id like to use the vold.fstab edit method if possible as i can control the entire outcome and it is not left up to a piece of software that can become currupted.
So the issue is i swap the sdcard & external_sd of the following: (note this was copied offline, not my exact but is damn near close, mine has those three, only thing im unsure if it is correct is the rk29part.)
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_host/usb /devices/platform/usb20_otg/usb
so it looks like:
dev_mount flash /mnt/external_sd auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_host/usb /devices/platform/usb20_otg/usb
and i reboot, and i CAN download apps to my external SD BUUUUUT the real issue is, after i install the apps and then reboot, none of the apps i installed are showing up. and i have done this mutiple times, normally i am not one to ask for help, but i have scoured the net and it seems noone is having a similiar issue, so i joined these forums for this specific question....please help?
Click to expand...
Click to collapse
I just bought mine....how did you root yours? I've looked all over the net...nothing.
Yes please tell how you rooted it. Secondly does the stock kernel support apps2sd?
Easy Root
So this ones easy, after some research I found out that the iRola was previously known as the Kocasco m752 which is built the same as the m760 so I just followed this guide here.
W w w (.) androidtablets.net/forum/attachments/ice-cream-sandwich/8946d1352809516-rooting-kocaso-m760-how-root-kocaso-760 (.) pdf
Shinytish said:
So this ones easy, after some research I found out that the iRola was previously known as the Kocasco m752 which is built the same as the m760 so I just followed this guide here.
W w w (.) androidtablets.net/forum/attachments/ice-cream-sandwich/8946d1352809516-rooting-kocaso-m760-how-root-kocaso-760 (.) pdf
Click to expand...
Click to collapse
has rooting it made any difference?
gmfirebird said:
has rooting it made any difference?
Click to expand...
Click to collapse
for me yes, running AnTuTu benchmark stock for me ran around 5100 from what i remember (i'll know more when my replacement shows up, first one broke 6 days after getting it), after removing a lot of bloatware from it and running it again it gave a 7166.
mind you that it has 4GB share internal, part for the O.S., part for the image recovery file, part for user space, and part for the system recovery.
the more apps you have on it, the slower this thing will be. it only has a single core 1.2GHz Rockchip rk2926

[Q] Swapping SDcard from external to internal gone wrong.

I have a rooted and unlocked C2104. I tried swapping external and internal and ended up changing mount points that is my phone now recognizes my microsd card as internal. Now since the microsd card does not have bootloader and other nand files, it does not recognize it when i use power button. I find only 2 solutions throughout internet:
1: To replace the motherboard.
2. To make sdcard as internal and install bootloader into it to make the phone boot from it and then flash ftf via fllashtool.
I dont know if it can be done, but if anyone can please give me the size and mountpoints of nand partition then i think i can pull it off. Help me please.
If I explain a bit more than what you did maybe I can help. What program did you use, or give me the link to the tutorial you read.
Send from my C2104 using XDA Premium HD app
Stronger1101 said:
If I explain a bit more than what you did maybe I can help. What program did you use, or give me the link to the tutorial you read.
Send from my C2104 using XDA Premium HD app
Click to expand...
Click to collapse
Well i didn't use any app. I just swapped the lines in vold.fstab located in /system/etc.
But on the first swapping i.e. replacing sdcard0 by sdcard1 the phone booted fine and swapped external with the internal but did not show the new external. So i cut the "emmc" before sdcard 1 and placed it before sdcard0. Thats when the system stopped responding. Now what i understand is if i can make the same partitions in an sdcard, i should be able to atleast get my power button to respond. But i dont know the partiton table of the internal.. Can u help?
Let me see if I understood ... The phone does not turn on? not connected or fastboot flash mode?
Send from my C2104 using XDA Premium HD app
aishvergil said:
Well i didn't use any app. I just swapped the lines in vold.fstab located in /system/etc.
But on the first swapping i.e. replacing sdcard0 by sdcard1 the phone booted fine and swapped external with the internal but did not show the new external. So i cut the "emmc" before sdcard 1 and placed it before sdcard0. Thats when the system stopped responding. Now what i understand is if i can make the same partitions in an sdcard, i should be able to atleast get my power button to respond. But i dont know the partiton table of the internal.. Can u help?
Click to expand...
Click to collapse
you can again revert back as it was before in vold.fstab so you'll get back your normal os.
If it doesn't work or you are unable to power on your phone flash stock ftf. Everything should be fine.
Stronger1101 said:
Let me see if I understood ... The phone does not turn on? not connected or fastboot flash mode?
Send from my C2104 using XDA Premium HD app
Click to expand...
Click to collapse
Precisely....
mvv1277 said:
you can again revert back as it was before in vold.fstab so you'll get back your normal os.
If it doesn't work or you are unable to power on your phone flash stock ftf. Everything should be fine.
Click to expand...
Click to collapse
The phone does not turn on, neither does it gets connected in flash or fastboot mode. so i cannot use adb or flashtool. It only shows the notification light when i connect the wall adapter.
i think, your phone was "dead boot", and only service centre can repair it
my friend doing like youve done, but in my country, sony service centre reject the guarantee becoz hw missing(TA partition not found he said emmc was empty, yeah my friend try to format internal n external sdcard while vold.fstab swapped)
swapping vold.fstab on stock rom doesn work and it dangerous
only few phone from sonyeericsson like x8 can repaired with JTAG
sorry my English bad
Novhytha said:
i think, your phone was "dead boot", and only service centre can repair it
my friend doing like youve done, but in my country, sony service centre reject the guarantee becoz hw missing(TA partition not found he said emmc was empty, yeah my friend try to format internal n external sdcard while vold.fstab swapped)
swapping vold.fstab on stock rom doesn work and it dangerous
only few phone from sonyeericsson like x8 can repaired with JTAG
sorry my English bad
Click to expand...
Click to collapse
I get what you are saying. You are right too. But i want to try all ressources before spending heap of cash at the service centre.

Categories

Resources