• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

I just got the update!

Ran the update last night and root was gone when phone re-booted. Tried applying root again with no luck! Any suggestions???:confused:

it seems like more and more people have problems rerooting dj05/dl09....the adb method still seems to work

-download the root package Multiupload.com - upload your files to multiple file hosting sites!

-make a folder called "root" on your c: drive and unpack the zip to c:\root on your comp

-in cmd/powershell cd c:\root

-you are now in the proper directory

-adb push su /sdcard/su
adb push rage.bin /data/local/tmp/rage.bin
adb push busybox /sdcard/busybox
adb shell
cd /data/local/tmp
chmod 0755 rage.bin
./rage.bin

-let it run

-when it prompts you with a new line:
adb shell
mount -t rfs -o remount,rw /dev/block/stl9 /system
cd /system/xbin
cat /sdcard/su > su
cat /sdcard/busybox > busybox
chmod 4755 su
chmod 4755 busybox
exit
adb install Superuser.apk
 
are you on a custom rom? if so then it probably wont work

are you on wifi? you have to be on 3g to intiate

i'll bet he's on Blackhole. I get same result. I can't remember which of the components on 'build you own' list it is that need to be there, but I saw it mentioned somewhere.

As I am already on DL09 modem, I don't want OTA or the nags, so I am happy.
 
Just got my DL09 update. Extremely happy with it.


- GPS lock is nearly instant now :D . Within 10 seconds or so. Location seems accurate still (always was for me).

- Capacitive buttons stay on to match screen-on duration - perfect.

These were my 2 biggest issues with my phone, now solved (early results indicate anyway).

It will make th Froyo wait MUCH easier for me now I am happy to say.
 
W
In my case I wasn't, it kept the superuser app only. I had to re root the phone using CMD prompt and a few code lines. Now its back up and running.

Grrrrr.... After checking I have the same issue. I was fooled by the superuser app still on my phone. Guess I'll reroot tonight.
 
I have rooted phone, but nothing else changed other than removal of some basic whitelisted/safe programs. I woke up to a download screen at 0%. I was out of 3g range, so I brought my phone in another room where it was 3g, let it sit. I came back to the screen gone, so I hit force check for update. But nothing, no statement or error, just went back to menu screen. I rebooted, tried again, same thing. I rebooted again, forced recheck, and now it says everything is up to date. I checked firmware, and its still DI01, GPS still sucks, and no new icons.

Anyone else have similar problem? Anyone have a fix for this?

Anyone have similar problem as me?

Anyone have any idea what the problem could be or any suggestion on how to get my update? This is driving me crazy! I want my damn GPS fix!!!

I am more than willing to unroot if needed. I'm at the point where I'm considering using 0DIN to flash back to stock and unrooting to see if that fixes it, but I'm praying that there is a simpler solution, and I know that there HAS TO BE!

Any ideas or possible solutions would be greatly appreciated!

Thanks in advance.
 
Anyone have problems with USB sync? before the OTA was able to sync my phone USB to my Alpine in the car. Now it wont. Phone recognizes somethings there cause it charges, but won't sync the music. I have it on mass storage, like I had before the update. Might force me to get something different. Got this phone to replace my ipod touch...
 
it seems like more and more people have problems rerooting dj05/dl09....the adb method still seems to work

-download the root package Multiupload.com - upload your files to multiple file hosting sites!

-make a folder called "root" on your c: drive and unpack the zip to c:\root on your comp

-in cmd/powershell cd c:\root

-you are now in the proper directory

-adb push su /sdcard/su
adb push rage.bin /data/local/tmp/rage.bin
adb push busybox /sdcard/busybox
adb shell
cd /data/local/tmp
chmod 0755 rage.bin
./rage.bin

-let it run

-when it prompts you with a new line:
adb shell
mount -t rfs -o remount,rw /dev/block/stl9 /system
cd /system/xbin
cat /sdcard/su > su
cat /sdcard/busybox > busybox
chmod 4755 su
chmod 4755 busybox
exit
adb install Superuser.apk


I did this and it worked with DL09. Not my hack. From here http://forum.androidcentral.com/fascinate-roms-hacks/33899-how-root-74.html#post526222 scroll to middle of the page


2. Plug in your Device, put it in debug mode and stay awake

3. From OP of this thread download the FascinateRoot_v02.zip http://forum.androidcentral.com/atta...teroot_v02.zip FascinateRoot_v2.zip file and extract it to the root of your C:\ drive So the path should look like this: C:\FascinateRoot_v02

4. Now go to your start button on your menu bar,in the run field or search field depending on your version of windows, type CMD and hit enter. The command box will present itself. From here on out just copy and paste the commands i will provide below. To paste in the command box you must right click on the mouse and select paste. Do not paste BOLD text below those are just for info.

Commands are as follows:

cd C:\FascinateRoot_v02

adb devices

It will state
"List of devices attached
I500******* device"
If you dont see this you are not connected


adb push rage.bin /data/local/tmp/rage.bin

adb shell

cd /data/local/tmp

chmod 0755 rage.bin

This step is important. After you type the next command there will be a pause and you will have to wait until you are kicked out of adb shell. It is important you do not touch your phone or type anything in the command window. If you do don't worry, nothing bad will happen you will most likely have to pull your battery and try to run the command again. If your phone doesn't lock up you can probably unplug it and plug it back in and start back at "adb shell"

./rage.bin

After several seconds the $ prompt will come back
After another 20 seconds or so you will be kicked back to the C:\FascinateRoot_v02 prompt.


adb devices

If your device is still connected proceed,if not give it a min or to and type adb devices again. if the phone is locked up after a couple mins battery pull and start over.


adb shell

You should now be at a # prompt
This mean you have achieved temporary root on the device.


exit

You should now be at the C:\rootfiles prompt again
Type the following commands:


adb push su /sdcard/su

adb push busybox /sdcard/busybox

adb shell

mount -t rfs -o remount,rw /dev/block/stl9 /system

cd /system/xbin

cat /sdcard/su > ./su

cat /sdcard/busybox > ./busybox

chmod 4755 su

chmod 4755 busybox

exit

You should be back at the C:\FascinateRoot_v02 prompt

adb install Superuser.apk

It will now install the Superuser.apk this may take some time while it installs when it is over it will say:

Success-after you see Success hit Ctrl-C Then reset your device


5. You have now achieved Root, congrats. If this didnt work for you well then
confused.gif
time for a different approach.

Here is a screen shot of what i did, you will see some mistakes i made... and at the end it says failure but i had already manually installed the Superuser.apk so thats the reason for that. this is just to give you an Idea of what you are getting yourself involved with.
 
All happy, but me apparently... Can't get the damn update. Said it was downloading an update this morning, then disappeared. Now it keeps saying "No new update available" and I'm still on DI01.
 
All happy, but me apparently... Can't get the damn update. Said it was downloading an update this morning, then disappeared. Now it keeps saying "No new update available" and I'm still on DI01.

Same here...no love in the OC, Cali ;( Turned off WIFI and checked ...notta.
 
Anyone have problems with USB sync? before the OTA was able to sync my phone USB to my Alpine in the car. Now it wont. Phone recognizes somethings there cause it charges, but won't sync the music. I have it on mass storage, like I had before the update. Might force me to get something different. Got this phone to replace my ipod touch...
I had the problem with my computer recognizing. In USB Settings I changed from Mass Storage to Ask on connection. Then plugged in to computer and it seems to work now.
 
Quick question, I am just on a superclean DI01 and I was just going to skip the OTA but am I reading correctly that people are successfully downloading the OTA over a rooted phone with a customized ROM?

If this is the case I'd like to try the new update, then root and load a 2.2 or 2.3 ROM later. Can anyone confirm I won't brick if I take the update?

Thanks in advance
 
What is your story? Have you rooted? Running custom firmware? Running 100% stock? Please provide details so we can get to the bottom of this.

I'm completely stock and non-rooted. Last night had an InnoPath Error...saying couldn't connect to server. I just clicked the "whatever" button (keep in mind thought just some weird error - and it was like 2AM..HA!)

This morning after heard of update manually checked VIA InnoPath and even tried *22899 - without any success. Everything still says D101.

Oh, also made sure that WIFI was off and even re-booted phone. Did this because the last (and ONLY) other OTA update required turning WIFI off to work.


ACTUAL ERROR MSG. Server Unavailable Code 500 (this was a 3AM message from InnoPath Stock Software under "ABOUT PHONE."
 
Is Clockwork Mod stopping the installation of the update?

Iam getting "Update failed or is Incomplete" and when phone downloads update it reboots into Clockwork Mod.
 
Back
Top Bottom