Motorola Droid Full Solution Updated

Thanks for ur help,, anyways, yes I do type adb remount right before:
adb push c:\android\tools\u2nl /system/bin/u2nl
^^
also when you type on command prompt is the space between ...u2nl /system... supposed to be there or shoul I put it all together?

So I type all the commands as the guide says before getting to that point
but I get same response when typing it:

failed to copy c:\android\tools\u2nl /system/bin/u2nl:read-only file system

what can this mean?:S

also something I noticed is that:
adb push c:\android\tools\autostart.sh /data/opt/autostart.sh
does copy to phone
 
hey guys.. am trying to connect my droid to the rsd lite.. but when i put it on bootloader mode, it keeps asking for a driver called se flash omap3430 mi.. if anyone can help me i would really appericate it.

thanks
 
Something I'd like to add to the OP concerning flashing. This is an alternative method to get MMS working on your Droid. It involves modifying a file on your computer, then adb pushing it to your phone. This'll cut out the need to modify APNs manually on the phone as this file, once pushed, does just that.

Files/programs needed:
Telephony.db (DOWNLOAD HERE)
SQ Database Browser (download HERE)

1. Open the program sqlitebrowser

2. Navigate to, and open Telephony.db from wherever you downloaded it.

3. Click on browse data tab

4. In the dropdown box below, select 'carriers'

5. Scroll to the right, you should see in the mmsc box "http://mms..." double click

6. At the end of that line, you'll see an incomplete MDN--enter in your MDN

7. Save, close, then COPY-PASTE that newly modified Telephony.db file over to c:/*SDK folder*/tools for pushing to the phone.

8. Push to phone with this command:

adb push telephony.db /data/data/com.android.providers.telephony/databases/telephony.db

Of course, this'll be done through the computer, and decided to post it up because this is another step that doesn't necessarily have to be done through the phone. Some things are done faster through the phone, some things are done faster on the computer.
 
Hello i'm new to forum's i just flash my droid but i can't get my web and text to work i can only receive text that's it can anyone help me please??I don't know what i'm doing wrong i flash it 6 times and still don't work...

My Phone Number: 206 - 968 - ****
MIN: 206 - 968 - ****

PRL version: 38288
MEID: A000002219d03B2

Network: Unknown
Signal strength: -96 dBm 0asu

Mobile network type: CDMA - 1xRTT
Service State: In service
Roaming:Not Roaming
Mobile network state: Disconnected
WiFi Mac network state: Unavailable
 
Double check that MIN, More often than not its different than your phone number
 
i do all and everything is fine but the 2nd to last option it says unable to chmod
the says the bin autostart.sh doesnt exist
 
Thanks

so how would i put this command in


I think the issue some are having with the tiwlan_drv.ko are permissions. Use a terminal emulator or adb shell go into the /system/lib/modules directory as SU and type:
 
Back
Top