View Full Version : I want to change over.
kingskidd268
06-07-2009, 07:20 PM
I have JF1.5.1 adp I have the hard spl I would like to put Spl. All I have to do is Flash the Special spl...?
crazythunder
06-07-2009, 07:23 PM
I have JF1.5.1 adp I have the hard spl I would like to put Spl. All I have to do is Flash the Special spl...?
if you're talking about haykuro's 1.33.2005 spl,
you have to flash the latest radio first and make sure
your board is pvt,not dvt !!!!!!!!!
boot to bootloader, it will say dream pvt or dream dvt at the top. if it's dvt, stop!!!go find something else to do unless you want a paperweight.
if it's pvt, download and update the radio first http://android-roms.googlecode.com/files/ota-radio-2_22_19_26I.zip.
reboot. powerdown and boot to recovery . flash spl...at your own risk of course. http://android-roms.googlecode.com/files/haykuro_new_spl-signed.zip
kingskidd268
06-07-2009, 07:25 PM
I am looking for a Spl that can put the nand back up on the g1.
crazythunder
06-07-2009, 07:28 PM
I am looking for a Spl that can put the nand back up on the g1.
you can do nandroid with hardspl. you need a newer recovery image.
kingskidd268
06-07-2009, 07:30 PM
its Drea100 pvt
kingskidd268
06-07-2009, 07:32 PM
oh the new one you post up? I back it up but to put it back on its Alt?
crazythunder
06-07-2009, 07:32 PM
recovery mode (home and power) gives you no backup option? alt+b? you need a new recovery image then. http://android-roms.googlecode.com/files/JFv1.43_Recovery.zip
crazythunder
06-07-2009, 07:33 PM
oh the new one you post up? I back it up but to put it back on its Alt?
no comprende
do not make my bunghole angry!
ROGUE7474
06-07-2009, 07:46 PM
no comprende
do not make my bunghole angry!
Cornholio!
kingskidd268
06-07-2009, 07:50 PM
Thank i got the new one...Alt B backs up but To write the nand what do I use...?
crazythunder
06-07-2009, 07:52 PM
Thank i got the new one...Alt B backs up but To write the nand what do I use...?
the new what? yes alt+b makes an image of your phone. to write the nand? you mean to restore? read my sig
ROGUE7474
06-07-2009, 07:55 PM
Thank i got the new one...Alt B backs up but To write the nand what do I use...?
If your talking about how to do a nandroid recovery, do this:
refer to : http://forum.xda-developers.com/showthread.php?t=459830 (http://forum.xda-developers.com/showthread.php?t=459830)Original Thread
refer to: http://www.htc.com/www/support/android/adp.html#s1 (http://www.htc.com/www/support/android/adp.html#s1) HTC factory support
On Phone
What you need on your phone:
- JesusFreke's RC Mods installed (example JFv1.42_RC33)
- SPL installed (http://forum.xda-developers.com/showthread.php?t=455860) (example HardSPL)
Backing up Phone
- Boot into recovery(home+power)
- Press Alt+B to start Nandroid (files are stored on SD card, note: it may be over 100 megabytes)
- Reboot (Home+ Back)
On Computer
What you need on your computer:
- Fastboot Windows application (http://forum.xda-developers.com/show...53&postcount=1)
- Android USB driver installed (device manager > ADB interface > manually select the folder with the driver)
Find these in your phone's SD card and put them in your computer:
- data.img
- system.img
- boot.img
Steps to restore your phone
1) Create a folder in your C: drive
_______a) name it android.
_______b)Replace C with another drive letter if needed.
2) Put these files all into android
_______a) fastboot.exe
_______b) system.img
_______c) data.img
_______d) boot.img
3) Unplug the USB cord. Power off your phone
4) Power up by holding CAMERA+POWER (you should see three androids on skateboards.)
5) Plug the USB cord. Press back on phone. (The screen on your phone should say fastboot)
6) Make sure your pc is using the correct driver.(device manager > ADB interface).. don't panick, you don't need to start over.
7) Enter the Command Prompt (Start > Run > type cmd (If you are on Vista just type cmd in the search box and hit enter).
8) Then enter the following commands:
cd C:\android
fastboot flash system system.img it will say SENDING, then WRITING and say OKAY if it was successful
fastboot flash userdata data.img wait for the second OKAY
fastboot flash boot boot.img wait for the second OKAY
fastboot reboot
Your phone should now be restored exactly as you had it when it was backed up.
kingskidd268
06-07-2009, 08:00 PM
If your talking about how to do a nandroid recovery, do this:
refer to : http://forum.xda-developers.com/showthread.php?t=459830 (http://forum.xda-developers.com/showthread.php?t=459830)Original Thread
refer to: http://www.htc.com/www/support/android/adp.html#s1 (http://www.htc.com/www/support/android/adp.html#s1) HTC factory support
On Phone
What you need on your phone:
- JesusFreke's RC Mods installed (example JFv1.42_RC33)
- SPL installed (http://forum.xda-developers.com/showthread.php?t=455860) (example HardSPL)
Backing up Phone
- Boot into recovery(home+power)
- Press Alt+B to start Nandroid (files are stored on SD card, note: it may be over 100 megabytes)
- Reboot (Home+ Back)
On Computer
What you need on your computer:
- Fastboot Windows application (http://forum.xda-developers.com/show...53&postcount=1)
- Android USB driver installed (device manager > ADB interface > manually select the folder with the driver)
Find these in your phone's SD card and put them in your computer:
- data.img
- system.img
- boot.img
Steps to restore your phone
1) Create a folder in your C: drive
_______a) name it android.
_______b)Replace C with another drive letter if needed.
2) Put these files all into android
_______a) fastboot.exe
_______b) system.img
_______c) data.img
_______d) boot.img
3) Unplug the USB cord. Power off your phone
4) Power up by holding CAMERA+POWER (you should see three androids on skateboards.)
5) Plug the USB cord. Press back on phone. (The screen on your phone should say fastboot)
6) Make sure your pc is using the correct driver.(device manager > ADB interface).. don't panick, you don't need to start over.
7) Enter the Command Prompt (Start > Run > type cmd (If you are on Vista just type cmd in the search box and hit enter).
8) Then enter the following commands:
cd C:\android
fastboot flash system system.img it will say SENDING, then WRITING and say OKAY if it was successful
fastboot flash userdata data.img wait for the second OKAY
fastboot flash boot boot.img wait for the second OKAY
fastboot reboot
Your phone should now be restored exactly as you had it when it was backed up.
thats what i was looking for Thanks. Sorry for the trouble....
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.