Related
Dear Forum,
I have a I9001. I've been busy with it for a week now and read and tried allot. Nothing seems to work!
So , my I9001 doesn't have a recovery any more. No root or CWM. The rom works (2.3.5) but crashes or freezes. Then tried every
combo in the book to get into the recovery mode but nothing works.
So I ask you biggest android forum of the world: What the hell is going on??
Tried to get into recovery by recovery boot by pc, tried installing other roms or kernels or whatever.
Also getting a mmc boot mbr read failed when trying above stuff by odin.
Also when I shutdown the phone and I start it up again then it has to be installed again like country and date etc etc...
Thanks in forward for answering.
Greetz,
Happybeat
But download mode still working? Then you could try to flash the recovery via Odin again or a stock Rom, AFAIK those contain the stock recovery as well so afterwards you'll have a "fresh" installed phone... Might work, no other ideas...
M322 said:
But download mode still working? Then you could try to flash the recovery via Odin again or a stock Rom, AFAIK those contain the stock recovery as well so afterwards you'll have a "fresh" installed phone... Might work, no other ideas...
Click to expand...
Click to collapse
AFAIK? I don't know what that is sorry...And yes the download mode works fine.
happybeat said:
AFAIK? I don't know what that is sorry...And yes the download mode works fine.
Click to expand...
Click to collapse
I think that CW did an update and pushed it out to devices or something. I am having the same situation as you, I am unable to grab the device into CWR.
Dark_Savior said:
I think that CW did an update and pushed it out to devices or something. I am having the same situation as you, I am unable to grab the device into CWR.
Click to expand...
Click to collapse
It's insane haha im still trying stuff. Now when I reboot the phone I have to says what country etc etc...but when I try to connect to wifi it says TWLauncher chrashed...I still have connection with the phone by PC. Is there maybe anything what I can change or do?
happybeat said:
AFAIK? I don't know what that is sorry...And yes the download mode works fine.
Click to expand...
Click to collapse
AFAIK - As Far As I Know
happybeat said:
Is there maybe anything what I can change or do?
Click to expand...
Click to collapse
Well if your phone is in such a "bad condition" I would download my stock Rom from sammobile and flash it via Odin, then it should be "factory fresh". The only thing that is annoying is that you set up your phone again...
Sent from my GT-I9001 using xda app-developers app
ell if your phone is in such a "bad condition" I would download my stock Rom from sammobile and flash it via Odin, then it should be "factory fresh". The only thing that is annoying is that you set up your phone again...
Sent from my GT-I9001 using xda app-developers app[/QUOTE]
Ok ill check that out. I'll let you know.
Well I tried and nothing. It says that it passed and that odin did its thing but it didn't.
Is there a program that can do a clean install? Or cant I just clean it when I hook it up to a pc? Because I have access to the internal memory of the phone by pc.
happybeat said:
Well I tried and nothing. It says that it passed and that odin did its thing but it didn't.
Is there a program that can do a clean install? Or cant I just clean it when I hook it up to a pc? Because I have access to the internal memory of the phone by pc.
Click to expand...
Click to collapse
Well I think it should be a clean install and if I connect my phone in download mode to the pc I haven't access to the internal storage!
Did you do it like it is supposed in this tutorial? http://forum.xda-developers.com/showthread.php?t=1922505
By the way are you on a stock rom or not?
Yes, it's important to tell are you on stock or custom Rom
Mikroos said:
Yes, it's important to tell are you on stock or custom Rom
Click to expand...
Click to collapse
Sorry for my late answer!
stock I think. This is every info I have on the phone:
About phone:
Firmware: 2.3.5
baseband: i9001xxkpf
kernel: 2.6.35.7-perf [email protected] #1
build: gingerbread.xxkpg
when I do *#1234#:
pda: i9001xxkpg
phone: i9001xxkpf
csc: i9001xenkp1
That's it...
Ok...this is strange...I just connected it to my pc and have access to it...but when I deleted something what was in download it says delete permant I say yes...when I restart it and connect it back to the pc and go to download its back??
Sorry don't know any solution but I'm quite new in here so maybe you can post it into/revive this thread because the Q&A is (in my opinion) not well visited by I9001 users because it's meant to be for i9000.
http://forum.xda-developers.com/showthread.php?t=1826216
Sent from my GT-I9001 using xda app-developers app
happybeat said:
Ok...this is strange...I just connected it to my pc and have access to it...but when I deleted something what was in download it says delete permant I say yes...when I restart it and connect it back to the pc and go to download its back??
Click to expand...
Click to collapse
Try a reset and if that is not working try a restock.
fotbal5 said:
Try a reset and if that is not working try a restock.
Click to expand...
Click to collapse
Thats the problem. There is no way of getting into recovery mode. I can get into download mode but not into recovery mode. It's like it is vanished.
And I dont know if someone from the mods could put this into the 9100 section? I thought I had to put questions here since there isn't a Q/A for 9001...
happybeat said:
Thats the problem.
Click to expand...
Click to collapse
You can do a factory reset over the dialer on a stock Rom by entering a certain code, you can look it up in the xda wiki about the I9001
Sent from my GT-I9001 using xda app-developers app
M322 said:
You can do a factory reset over the dialer on a stock Rom by entering a certain code, you can look it up in the xda wiki about the I9001
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
Yep did that. Doesnt work. The thing is also that I cant change anything. Everytime when I reboot I need to install again. So it doesnt remember. Same when I connect it to the pc and I remove a file from download that I do not need it doesn't remove the file because the next time I reboot its back. It's like the internal is locked?
I can't find a good page with an explanation, so I'll just type it out myself. If anything isn't clear, ask!
You can try getting into recovery mode using the Android SDK, maybe that could work...
Install the latest version of Samsung Kies if you haven't already (for the USB driver)
Install the Android SDK (http://developer.android.com/sdk/index.html) You'll need just the SDK, everything else is useless for this
Open a command prompt and go to the directory where you have installed the Android SDK (basically you'll run the command cd "<folder>", where folder is something like "C:\Program Files (x86)\Android\android-sdk")
Start your phone and go to Settings > Applications > Development
Enable USB debugging (if it's not there, just find that option and enable it )
Connect your phone using a USB cable
Go back to your command prompt and run the command tools\adb reboot recovery
Hopefully your phone will boot in recovery mode
Good luck!
Marshian said:
I can't find a good page with an explanation, so I'll just type it out myself. If anything isn't clear, ask!
You can try getting into recovery mode using the Android SDK, maybe that could work...
Install the latest version of Samsung Kies if you haven't already (for the USB driver)
Install the Android SDK (http://developer.android.com/sdk/index.html) You'll need just the SDK, everything else is useless for this
Open a command prompt and go to the directory where you have installed the Android SDK (basically you'll run the command cd "<folder>", where folder is something like "C:\Program Files (x86)\Android\android-sdk")
Start your phone and go to Settings > Applications > Development
Enable USB debugging (if it's not there, just find that option and enable it )
Connect your phone using a USB cable
Go back to your command prompt and run the command tools\adb reboot recovery
Hopefully your phone will boot in recovery mode
Good luck!
Click to expand...
Click to collapse
Ok so thank you for this but unfortunatly it just didnt work. I think it is dead. Does Jtagg do any difference? Like hook it up to that machine?
So what it does at this moment:
It starts up but everytime you start up it will ask you to install everything again. So it asks what country etc.etc...
When I am in it appears to work but starting apps just makes it all crash or freeze.
Im a bit lost at the moment to do anything. It just looks that it doesnt memorize.
I can hook it up to the pc but you cant remove or add anything. You can just look and scroll through it.
I am looking for a 3 days on this, and how to fix, but can not find solution for the L model GT-I8190. I can not get into Recovery Mode only download mode
Can anyone help me how to get back to completely Stock rom
this happened after trying to root, but the root of the files were only for the GT-I8190
This Post (http://forum.xda-developers.com/showthread.php?t=2150822) work with model L ????
I Need Help !!
XXrenan25XX said:
I am looking for a 3 days on this, and how to fix, but can not find solution for the L model GT-I8190. I can not get into Recovery Mode only download mode
Can anyone help me how to get back to completely Stock rom
this happened after trying to root, but the root of the files were only for the GT-I8190
This Post (http://forum.xda-developers.com/showthread.php?t=2150822) work with model L ????
I Need Help !!
Click to expand...
Click to collapse
Hey man
it's already a good thing you can get into download mode.
First off, you'll have to search for a stock rom for your country on Sammobile, go to this page and enter your device's information and your country: http://www.sammobile.com/firmwares/1/
Second off, you'll have to unzip/unrar the file from Sammobile, which will give you a .tar file - that right there is the stock firmware that we'll now flash onto your device again.
Third off, you should put your device in download mode and connect your S3 Mini to your computer via a micro-USB cable (if your computer doesn't recognise the phone, download Samsung Kies and that will install the correct drivers so your computer does recognise it).
Then open up Odin and put the .tar file in the 'PDA' section. Leave the other sections empty! Hit start and wait until it says that the device is all good to go. Don't disconnect the cellphone until Odin says so!
XXrenan25XX said:
I am looking for a 3 days on this, and how to fix, but can not find solution for the L model GT-I8190. I can not get into Recovery Mode only download mode
Can anyone help me how to get back to completely Stock rom
this happened after trying to root, but the root of the files were only for the GT-I8190
This Post (http://forum.xda-developers.com/showthread.php?t=2150822) work with model L ????
I Need Help !!
Click to expand...
Click to collapse
They have other methods of getting into recovery mode as well such as ADB method as i am using that method. Just search how to install adb and boot into recovery.
teamg123 said:
Hey man
it's already a good thing you can get into download mode.
First off, you'll have to search for a stock rom for your country on Sammobile, go to this page and enter your device's information and your country:
Second off, you'll have to unzip/unrar the file from Sammobile, which will give you a .tar file - that right there is the stock firmware that we'll now flash onto your device again.
Third off, you should put your device in download mode and connect your S3 Mini to your computer via a micro-USB cable (if your computer doesn't recognise the phone, download Samsung Kies and that will install the correct drivers so your computer does recognise it).
Then open up Odin and put the .tar file in the 'PDA' section. Leave the other sections empty! Hit start and wait until it says that the device is all good to go. Don't disconnect the cellphone until Odin says so!
Click to expand...
Click to collapse
But when I place a Stock Rom, the screen gets stuck on Samsung Galaxy SIII mini GT-I8190L
serophia said:
They have other methods of getting into recovery mode as well such as ADB method as i am using that method. Just search how to install adb and boot into recovery.
Click to expand...
Click to collapse
To achieve with ADB mode I need to install some application on android?
when I searched about it, the tutorials show before installing an application
You install onto computer and use the command prompt in windows to boot to recovery just search how to install adb. It can get confusing to download and install it might take a bit of time.
Sent from my GT-I8190 using xda app-developers app
Hello to everybody,
i have a little problem with my galaxy S..
The USB connection of the samsung has problem. It's broken.
So now i cant connect it to the pc.
It always says that it cant recognize the device.
So now can someone give me a tutorial on how i can flash it without connecting to the pc ?
From SD ...
I have no root .. It's totally clean ...
Thanx in advance ..
Nobody ??
alexis333 said:
Nobody ??
Click to expand...
Click to collapse
Look in MY Android Solutions about fixing USB connections, as for flashing without using PC, you must first root your phone
1) Use Framaroot app to root phone ( Look in My Android Collections for link under rooting)
2) Download Mobile Odin or Flashfy from google play store to flash CWM or use ROM Manger to get CWM
3) with CWM recovery on your phone you can flash from your SD card any ICS or JB ROM
this is how I flashed mine without computer... if your not on official gingerbread 2.3.6 flash that first with mobile ODIN (search here) www.sammobile.com/firmwares/2/ then follow my guide here http://forum.xda-developers.com/showthread.php?t=2368518 goodluck
Another thing that i didn't mentioned is that i dont have access to my phone beacause it's locked.
A kid took the phone in his hands and tried the lock pattern wrong too many times and now it's locked and i dont have the gmail in order to unlock it...
So i tried to wipe cache and all those things from recovery mode but at the end it restarts again locked...
So i dont have access to the computer because of the broken USB and i dont have access to the phone because its locked...
Is ther any way to unlock it or flash it ?/
alexis333 said:
Is ther any way to unlock it or flash it ?/
Click to expand...
Click to collapse
Do a serch on this forum for pattern unlock and also My Manuals & Guides on How to Crack android pattern lock! or hack it
@xsenman
Maybe you forget that i cant connect it to the pc ... ???
I searched but everything i found needs connection with the pc ..
Hello there, i got little problem with my sg-5570I. Usb drivers are working well but i cant connect to ODIN and i cant enter in flash recovery mode. I think i format my phone in bad partition and now i cant fix it. Any one can tell me some procedure to solve this problem ? Thanks up ahead. <3 :good:
I'm not too familiar with Pop Plus phone, but I think reinstalling drivers should work fine.
Also, if you have Kies installed, make sure you kill all instance / process of Kies. Oh, yes make sure you disable your PC firewall(s) and antivirus, they tend to block unknown connection from Phone.
I try already this but still nothing. Like i said i format with multi-formatter-v1 and used wrong format extension so now i can't boot my phone and also can't enter recovery mode ( volume up + menu + power button ), i only can enter download menu ( volume down + menu + power button ) but when i do this i cant connect my phone to pc and i cant use ODIN program to flash my phone. :/ If there is any one with the same problem in the past please share your experience and tell me how to solve this.:highfive:
What did you format ? SDCard ?
#F4UZAN
F4uzan said:
What did you format ? SDCard ?
#F4UZAN
Click to expand...
Click to collapse
I think i format phone, not SD Card. :/
F4uzan said:
What did you format ? SDCard ?
#F4UZAN
Click to expand...
Click to collapse
Lol multi-formatter only formats the phone, not the SD card.
@Overflow.py
What version of Odin are you using? v1.84 or v4.38?
Upgrade drivers
Sent from my GT-S5570 using xda app-developers app
NightRaven49 said:
Lol multi-formatter only formats the phone, not the SD card.
@Overflow.py
What version of Odin are you using? v1.84 or v4.38?
Click to expand...
Click to collapse
v4.38 but my pc can't detect phone connecting :/ . I install all drivers correctly and still nothing. Any idea?
P.S now i got this S5570IJPLC1_S5570IOJPLC1_OJP for Odin v.1.84 but i dont know the order of the files for BOOTLOADER PDA PHONE AND CSC
DefaultCalDataWithBoot_S5570IXXLC3_REV03.tar.md5
GT-S5570I-MULTI-CSC-OJPLC1.tar.md5
MODEM_S5570IXXLC3_REV03.tar.md5
PDA_S5570IJPLC1_REV03.tar.md5
tassve_0623.pit
PC OS - can be the reason of connecting problems.
Overflow.py said:
v4.38 but my pc can't detect phone connecting :/ . I install all drivers correctly and still nothing. Any idea?
P.S now i got this S5570IJPLC1_S5570IOJPLC1_OJP for Odin v.1.84 but i dont know the order of the files for BOOTLOADER PDA PHONE AND CSC
Click to expand...
Click to collapse
Maybe the problem is in your PC OS. I`d reinstall it. for example to windows 7.
I think I've said this before.
Odin v4.38 is for Galaxy Mini (GT-S5570) which you don't have. Since you have a Galaxy Mini Plus (GT-S5570I), you should use Odin v1.84. That way Odin can detect your phone.
Sent from my CM7 GT-S5570I
hi to great forum for android , i am having problem with my GT-I9070, i hawe rooted my phone to J.B.XXLQE version, with odin 3.07, but my phone was freezing an very slow so i hawe to unroot to ginger bread , here its start my problem, i think its bricked , i was playing and manage to conect to pc with odin 1.8 an go back to 2.3.6 G.B. , now phone its working ok but when i conect to pc nothing hapend just batery charge and sound beep, i can go to download mode , and recovery mode , but if i try update from recovery every time i get E: VERIFICATION SIGN FAILED ,
i was thinking if i update wit jet mode or other i can fix it now its
-I9070XXLK2
-KERNEL 2.3.35.7-1211579
sory for bad english
mehanikus said:
hi to great forum for android , i am having problem with my GT-I9070, i hawe rooted my phone to J.B.XXLQE version, with odin 3.07, but my phone was freezing an very slow so i hawe to unroot to ginger bread , here its start my problem, i think its bricked , i was playing and manage to conect to pc with odin 1.8 an go back to 2.3.6 G.B. , now phone its working ok but when i conect to pc nothing hapend just batery charge and sound beep, i can go to download mode , and recovery mode , but if i try update from recovery every time i get E: VERIFICATION SIGN FAILED ,
i was thinking if i update wit jet mode or other i can fix it now its
-I9070XXLK2
-KERNEL 2.3.35.7-1211579
sory for bad english
Click to expand...
Click to collapse
You said update from recovery? What you want to do, for custom ROM you need to have TWRP recovery.
You need to do this: http://forum.xda-developers.com/showthread.php?t=1873119
And you need to be rooted to install custom ROM.
shut_down said:
You said update from recovery? What you want to do, for custom ROM you need to have TWRP recovery.
You need to do this: http://forum.xda-developers.com/showthread.php?t=1873119
And you need to be rooted to install custom ROM.
Click to expand...
Click to collapse
But i cant conect to pc, and this option is for pc conect with usb ,
Does odin recognize the phone once connected in download mode?
spleen1981 said:
Does odin recognize the phone once connected in download mode?
Click to expand...
Click to collapse
NO , when i conect to pc only batery charge and beep
mehanikus said:
NO , when i conect to pc only batery charge and beep
Click to expand...
Click to collapse
Did you try with Debug USB option activated?
I'd also try to uninstall/install again pc drivers
spleen1981 said:
Did you try with Debug USB option activated?
I'd also try to uninstall/install again pc drivers[/QUOTE
I did try reinstall drivers and yes usb debuging . second usb cable , usb port , other comp. nothing hapend, and option *#7284# pda modem swich
Click to expand...
Click to collapse
Did you try after enabling the debug usb option in developers settings?
Inviato dal mio GT-I9070 utilizzando Tapatalk
mehanikus said:
NO , when i conect to pc only batery charge and beep
Click to expand...
Click to collapse
For Odin you must be in Download mode. To power on phone by holding 3 buttons. Volume Down + Home + Power.
shut_down said:
For Odin you must be in Download mode. To power on phone by holding 3 buttons. Volume Down + Home + Power.
Click to expand...
Click to collapse
I know that , i dont know what i did with my phone , do you think is problem with usb conector on phone, before unroot evrithing work
mehanikus said:
I know that , i dont know what i did with my phone , do you think is problem with usb conector on phone, before unroot evrithing work
Click to expand...
Click to collapse
How dis you unroot? One thing is unroot, the other is going from JB to GB.
Послато са GT-I9070 уз помоћ Тапатока
I hawe downloaded G.B. from this site for my country http://samsung-updates.com/region/?region=TWO
turn usb debuging , go to download mode and launch odin , select pda on odin , select auto reboot and f reset time and start and phone is working , and for unrot, super user from apk fuul unroot
mehanikus said:
I hawe downloaded G.B. from this site for my country http://samsung-updates.com/region/?region=TWO
turn usb debuging , go to download mode and launch odin , select pda on odin , select auto reboot and f reset time and start and phone is working , and for unrot, super user from apk fuul unroot
Click to expand...
Click to collapse
I think i get your point.
Install Samsung Kies software in your Pc, its use as a driver that read your device in pc. And then you can do what you want.
Its happens with me
IF u r download mode not showing via (sound down+home+power) use USB zig its using for unbrick devices google it