PDA

View Full Version : Motorola Droid WAP



thesmitty68521
06-30-2010, 01:21 AM
Hey. I have flashed several of these with the tutorial on HOFO. This is the second one that has picture messaging working on it but not WAP. It will not load the page at all. I have all the settings correct, I have reflashed it several times.

I am running 2.0.1 and have the smoked glass 6.0.1 installed. Everything is working just fine. I would like to get the MMS working though.

Any suggestions would be very much appreciated.

DankOfOwnage
06-30-2010, 01:23 AM
This might not be of help...but how many times have u rebooted the phone?...mine didn't work til i rebooted the phone like 3 times AFTER flashing...don't ask me why

I still to this day have problems receiving SMS from SOME TMobile users...

thesmitty68521
06-30-2010, 01:24 AM
I've rebooted it so many times I lost count. lol

thesmitty68521
06-30-2010, 01:24 AM
It just says "loading" and stays there. Doesn't ever deny the web page or load it. Pretty confusing.

DankOfOwnage
06-30-2010, 01:25 AM
hmm odd...the tut on Hofo has walked me thru flashing at least 8 Droids thus far without a hiccup...i did have to reload Smoked Glass once tho...but i am pretty sure i START in 2.1 not 2.0

tonasoledad
06-30-2010, 04:33 AM
have u dont the apn settings
and have u Perform a nandroid backup from Recovery mode
and did u install the droid 2.0.1 sbf

drummerboy42
06-30-2010, 10:10 AM
I've had to use PRL 38288. No others would work for me.

thesmitty68521
06-30-2010, 11:23 AM
LOL. I have used every PRL known to be on the Cricket network.

And Tonasoledad, I have redone all the steps over and over again. I followed them to a T on every one I have done so far and this one is the one that is being stubborn. lol

kc720
06-30-2010, 01:25 PM
sure u got it set to mobile + simple?

thesmitty68521
06-30-2010, 01:31 PM
Yep. I have that set to Mobile + Simple.

thesmitty68521
06-30-2010, 01:33 PM
The MMS works just fine with no problems. The browser works just fine when WIFI is on but when I am using the WAP, it just stays stuck on "loading"

thesmitty68521
06-30-2010, 01:37 PM
Did you check the flux capacitor?

Yeah, that is working just fine. Nothing wrong with that at all. Those rarely give you problems with WAP though...

lj27416
06-30-2010, 02:32 PM
are you trying to just get wap and mms
or the full apps and everything?

if its with apps :

u have to make sure a few things are in the right place.
install Root Explorer here----> [Only registered and activated users can see links]

Once you install it. On the handset open root explorer and make sure these files are in the right places:

u2nl ---> /system/bin/
iptables--> /system/bin/
autostart.sh---> /data/opt/

If they're not there, put them there. Either transfer these files to the sdcard then copy
them to the appropriate directory with root explorer or use adb method. As long as they are in the drectories mentioned above.
If you get read-only errors, there is a button on the top of root explorer if it says R/W click on it to make it R/O. That will let you paste them.
After they are there, with root explorer click and hold on each file, you will get a menu, click on permissions. ON EACH FILE MAKE SURE ALL IS CHECKED!!!
Then install autostart.apk, either thru adb method, or transfer to sd and click on it with root explorer. after reboot all apps should work. including wap.

kc720
06-30-2010, 07:06 PM
if u do have all files in place for the apps and everything. then a simple "execute" of the autostart.sh in root explorer should do the trick with wap. make sure u chmod it after u execute it to make it stick. for ex. like this

at #
chmod 755 /data/opt/autostart.sh
chmod 777 /system/bin/u2nl
reboot

lj27416
06-30-2010, 07:20 PM
as long as you check mark all permission boxes in root explorer. its the same thing as chmod.
so yes kc is right.
but u can do either or, it all depends on what u feel is easier for you.

johnnyboy14981
07-01-2010, 12:26 AM
I had that happen to me when I flashed my droid. It turned out that I missed the popup from autostart. When it first comes on after the flash you should get the popup where you press allow. If you don't do that it won't connect. I would bet that it because my droid did the EXACT same thing. Also I don't know what market your in but I have an updated prl as well. I used to use the 38288 but I got a newer one a few weeks ago. Worst case I would say try and reflash and be sure to hit allow when the autostart app comes up the first time. If you need anything else pm me. It took me forever to figure this out, and I would be glad to help you any way I can.

DankOfOwnage
07-01-2010, 12:38 AM
smitty...in CDMAWS check the EVDO Tab...should say Profile: 0 Active: 1
I did have that problem...tell me if that was it

thesmitty68521
07-01-2010, 12:47 AM
smitty...in CDMAWS check the EVDO Tab...should say Profile: 0 Active: 1
I did have that problem...tell me if that was it

It was already set to that. Thanks for your help. I never even thought to check that. lol

DankOfOwnage
07-01-2010, 12:54 AM
Yeah i had just remembered...the second one i did was set to both zeros and my wap didn't work at all...figured it was worth a try :)

whitey10tc
07-01-2010, 01:09 AM
Smitty out of curiosity when you run wifi tether and look at the log are they all green and say done?

thesmitty68521
07-01-2010, 01:11 AM
Yep. I checked that twice. lol

thephoneguy913
07-01-2010, 01:27 AM
Hey Smitty...did you get that Droid Going?... I had the same problem and I fix it today...PM me your email...I'll send you the solution for that.... :)

DankOfOwnage
07-01-2010, 01:36 AM
Tell us what it pretains to, Rob lol
Just in case we run into it LOL

leadnerd
07-01-2010, 01:59 AM
Oh SURRREEEE!!!!!! Here I ask everywhere how to flash this Iphone to Comcast!!!!!!!! And all of you are trying to get R2D2 to work on WAP!!

7777
07-10-2010, 06:02 PM
Hello!
I have these command
cd c:\android\tools
adb install autostart.apk
Adb install RootExplorer.apk
adb shell
mkdir /data/opt/
exit
adb remount
adb push u2nl /system/bin/u2nl
adb push autostart.sh /data/opt/autostart.sh
adb shell
chmod 0755 /system/bin/u2nl
chmod 0755 /data/opt/
chmod 0755 /data/opt/autostart.sh
reboot


but i get PERMISSION DENIED on



C:\Android\tools>adb shell
$ mkdir /data/opt/
mkdir /data/opt/
mkdir failed for /data/opt/, Permission denied
$ mhdir /data /opt
mhdir /data /opt
mhdir: permission denied
I need your help to fix and let it done
Thanks

lj27416
07-10-2010, 06:09 PM
don't do adb remount
instead while in adb shell do

su

then send this command:

mount -o remount,rw /dev/null /system

and hit enter.

7777
07-10-2010, 06:35 PM
i'm alomost lost,i don't know what is wrong

C:\Android\tools>adb install autostart.apk
9 KB/s (0 bytes in 9932.001s)
pkg: /data/local/tmp/autostart.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]

C:\Android\tools>adb shell
$ mkdir /data/opt/
mkdir /data/opt/
mkdir failed for /data/opt/, File exists
$ su
su
mount -o remount,rw /dev/null /system
mount -o remount,rw /dev/null /system
Permission denied
$ mount: Operation not permitted

I really need your help to get my Droid working MMS and WAP .It could be nice if you can help with step by step at beginning.
Thanks

lj27416
07-10-2010, 06:37 PM
install rootexplorer that i posted above
and install that and use it to make the system mountable

johnnyboy14981
07-11-2010, 03:33 PM
i'm alomost lost,i don't know what is wrong

C:\Android\tools>adb install autostart.apk
9 KB/s (0 bytes in 9932.001s)
pkg: /data/local/tmp/autostart.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]

C:\Android\tools>adb shell
$ mkdir /data/opt/
mkdir /data/opt/
mkdir failed for /data/opt/, File exists
$ su
su
mount -o remount,rw /dev/null /system
mount -o remount,rw /dev/null /system
Permission denied
$ mount: Operation not permitted

I really need your help to get my Droid working MMS and WAP .It could be nice if you can help with step by step at beginning.
Thanks

Also when you are trying to do that if you see a popup on the screen be sure and hit allow. I have used the fix permissions in rom manager before and they worked well for me. It fixed the not permitted error.

lj27416
07-11-2010, 06:53 PM
i don't think he has his phone rooted.
and there is already a guide online by the way.
if you search you will find.

whitey10tc
07-11-2010, 07:02 PM
That's what it looks like to me.
Root the device and then give it a try.

7777
07-12-2010, 02:59 AM
i don't think he has his phone rooted.
and there is already a guide online by the way.
if you search you will find.

Hi
I do think you are right,my Droid may be not rooted yet,i remmeber long time ago i have rooted the G1,the problem look like that,but long time with no touch on Android,so mostly forget how to root .I will try to root my Droid,so after that these commands are ok to get MMS+WAP woriking?(i already wrote 12 NV items and NAM programing)
cd c:\android\tools
adb install autostart.apk
adb shell
mkdir /data/opt/
exit
su
mount -o remount,rw /dev/null /system

adb push u2nl /system/bin/u2nl
adb push autostart.sh /data/opt/autostart.sh
adb shell
chmod 0755 /system/bin/u2nl
chmod 0755 /data/opt/
chmod 0755 /data/opt/autostart.sh
reboot

Thanks