I was able to mount wireless storage without an issue, but all the folders say zero bytes available and won't let me copy anything over to the phone as it says there isn't enough free space. Has anybody else had this issue and worked it out or does someone know how to make it work? Thanks in advance
No you can't transfer files from Mac to phone. This has been posted elsewhere but no fix or work around that I have heard of yet.
Sent from my LG-D800 using xda app-developers app
Related
My app no longer works but the mobile browser works fine. I unistalled reinstalled no luck. Anyone else have this problem.
Sent from my MB860 using XDA Premium App
i do have the same issue.. after i enter my passcode, the screen goes white and that's it.
I tried mine out after I read your post. Mine works fine until after I put in my password and then the screen just goes blank white. Does that happen with you too?
I've the same problem. Its just not bank of america. Discover is having similar issues. Maybe someone will come with a fix.
Sent from my MB860 using XDA App
Same problem here, flashed 183 unsigned
Sent from my MB860 using XDA App
both my BoA and Amex don't work
jlai said:
I tried mine out after I read your post. Mine works fine until after I put in my password and then the screen just goes blank white. Does that happen with you too?
Click to expand...
Click to collapse
Just noticed, same here... :'(
Sent from my MB860 using XDA App
Same here, although I did go on the browser (cuz it was important) and used their site there. When I brought it up, an warning message came up telling me the certificate was invalid, and asked me to either continue or cancel. [I clicked continue, it was way too important even though I shouldnt have]
Rooted and Deodexed on 1.83 on stock.
i have the same problem with all the banking apps
i also had problems with another app just cant remember the name
i thinks its a universal problem with the software that is 1.8.3
Chase's does not work either.
hehe...........
Same issue here with BoA. There is a thread somewhere about all the banking apps messing up. Hope we get a fix soon cos' I use them a lot.
Sent from WinBorg 4G using XDA Premium App
Damnit.. I guess this explains why my Chase app stopped working.. Good Work moto... 1.8.3 really did more harm than good... my fingerprint reader and wifi are kinda screwy now too..
BTW, BOA had a 10-12 our long web access meltdown the other day. Customers couldn't log in from phones OR computers for quite some hours, no explanation from BOA but I did see one mention of a DOS attack on the BOA system, so the problem might not be in your phones, or the app, at all.
same problem w boa app...pls fix
Sent from my MB860 using Tapatalk
Odd my bofa works on build 183 though it's gingerblur.
[Edit] fingerprint works better than ever? Moto FTL.
I'm sure you have your reasons not being on Gingerblur already but maybe it's time to switch. I personally love it, though I use paid adw launcher (which just had a boss update come to the ging-side ^_^
Sent from my MB860 using XDA App
Pretty odd that all the banking apps have this problem.
Sent from my MB860 using XDA App
Perhaps this is the underlying issue?
http://stackoverflow.com/questions/2899079/custom-ssl-handling-stopped-working-on-android-2-2-froyo
Fix for the BoA issue
I found the following post on another forum and thought I'd share it.
http://androidforums.com/atrix-4g-s...ca-app-not-working-after-update-4-1-83-a.html
Mainly, this post by rmarc71 :
-----
I was able to fix the app by doing the following (seems the trust store got screwed up with the new release):
Grab all the certs from the bank of america cert chain (I used openssl, you could probably use something else):
openssl s_client -connect www.bankofamerica.com:443 -showcerts
Grab each of the trust certs (3 total) and put them in files ending in .crt
IE: cert1.crt, cert2.crt, cert3.crt (you could also create a pkcs12 out of 'em if you are inclined to do so).
This is likely the problem with other apps noted in this thread.
Place the files into internal storage download directory. Then go to Settings -> Location & Security -> Creential storage -> Install from internal phone storage.
Use: Certificate Manager and you should see your 3 available certs. Add them and then reboot the phone.
----
After the above procedure, I was able to log in using the BofA app.
Maybe same would work with other banking apps as well.
Regards,
cso5874 said:
I found the following post on another forum and thought I'd share it.
http://androidforums.com/atrix-4g-s...ca-app-not-working-after-update-4-1-83-a.html
Mainly, this post by rmarc71 :
-----
I was able to fix the app by doing the following (seems the trust store got screwed up with the new release):
Grab all the certs from the bank of america cert chain (I used openssl, you could probably use something else):
openssl s_client -connect www.bankofamerica.com:443 -showcerts
Grab each of the trust certs (3 total) and put them in files ending in .crt
IE: cert1.crt, cert2.crt, cert3.crt (you could also create a pkcs12 out of 'em if you are inclined to do so).
This is likely the problem with other apps noted in this thread.
Place the files into internal storage download directory. Then go to Settings -> Location & Security -> Creential storage -> Install from internal phone storage.
Use: Certificate Manager and you should see your 3 available certs. Add them and then reboot the phone.
----
After the above procedure, I was able to log in using the BofA app.
Maybe same would work with other banking apps as well.
Regards,
Click to expand...
Click to collapse
Did you read the rest of that thread?
It didn't work for anybody else as far as I saw when I read through a different thread with the same content yesterday, and someone had a post about the certs and why this didn't work.
Also, this was right below what you copied and pasted from there:
"this didnt work for me for some reason, but when i did a brute force approach of getting all verisign certs, I was all set.
I just tried this on my phone and got both Bank of America and American Express apps to work again.
I ended up exporting all Verisign and GT certificates in .crt format using my Firefox browser, copying them to my Dropbox account (emailing them should be fine too) and installing them one by one on the phone. You need to reboot your phone after installing the certificates...
You can also figure out which certificates you need by clicking on the padlock or company name in the browser's URL bar "
Does Gingerbread 2.3.4 on the nexus have a data log at all? If yes, where is it? And if not, which is a good one to download?
Sent from my Nexus S using XDA App
Try aLogCat from the market. It lets you see the application and event logs if that's what you're after
Sent from my Nexus S using XDA App
Thank you mindwalkr. Can you please confirm that there is no native data logger. I find it amazing.
Sent from my Nexus S using XDA Premium App
I'm not an expert in Android yet but I think there's no native (as in bundled with the phone) software to see the logs. However with the Google SDK and using ADB via USB you can see them. This aLogCat and other similar software allows you to see the logs from the phone itself which makes it obvious that the logs are there, but you can't see them with a stock Gingerbread. Maybe with a file explorer you can get access to them as well but again you have to download a file explorer from the market so yeah... no native way to check the logs without having the phone connected to a PC.
Someone correct me if I'm wrong
Hey guys, just got a quick question that may be simple but its stumping me. I find myself downloading music off of g-tunes a ton. Love the app its great but I always find myself plugging my phone into the computer and dragging the files to my SD card. Which works just fine but it gets real annoying. Is there a way that whenever I download music it will go to SD card by default? That would be very useful to me if so. Thanks in advance for your responses.
Sent from my XT907 using xda premium
Hello,
I've a network drive connected to my router. I can access those files using a laptop or a desktop but can't acces the drive using Android. So is there a way to do that if yes? Then please help me out.
Thank you.
Sent from my C5302 using xda app-developers app
cooldroid07 said:
Hello,
I've a network drive connected to my router. I can access those files using a laptop or a desktop but can't acces the drive using Android. So is there a way to do that if yes? Then please help me out.
Thank you.
Sent from my C5302 using xda app-developers app
Click to expand...
Click to collapse
Try ES File Explorer. It should work with FTP and CIFS (Windows File Sharing Shares) servers.
Thank you for the help but It doesn't work tried it earlier.
Please any other ideas?
Thank you.!
P.s- I've a Belkin router.
Sent from my C5302 using xda app-developers app
I have messed with the Belkin routers a bit. They use NAS, and I think in E-File explorer you should select LAN and scan for the server.
Try root File Explorer,but u must root ur device first
Yeah tried it but failed it says no servers found.! So I don't know what do I do. Can you explain me a bit?
Thank you
Sent from my C5302 using xda app-developers app
act accordingly;
in ES file explorer tap on the cell pic on the top left side then select Network and go to LAN. Tap on New and in the opened window in the Server field enter the ip address of the PC connected to network through which you want to connect to network, and also you should enter your username and password of the PC too. click OK and you should be fine using created access point.
Yeah I tried that but the HDD is connected to the router no the pc!
Sent from my C5302 using xda app-developers app
cooldroid07 said:
Yeah I tried that but the HDD is connected to the router no the pc!
Sent from my C5302 using xda app-developers app
Click to expand...
Click to collapse
First dumb suggestion: make sure phone is connected to the right wifi/network.
Less dumb question: what model router is it? and are you sure it supports samba and the file system you have the drive formatted to? and make sure it shows up on a PC.
Reason i make these suggestions:
I have a Technicolor TG582n, which has a USB port for doing just this, sadly, however, it only supports FAT32, so if the drive is formatted in anything else such as EXT3 or NTFS, it simply wont work. Another step i have to take is to set up the router to use the drive, by going to the webgui and initialising it (setting it to managed)
Another thing would be to check is if it's not actually sharing the drive over a different protocol such as DLNA/UPnP, in which case, you want an app such as UPNPlay from the market to view the share on your router. though mine also supports SMB so it shows up as TECHNICOLOR\ on my Root Explorer and in the network computers on the computer.
Hope this helps you get to the bottom of it.
Thanks a lot for your help!
Sent from my C5302 using xda app-developers app
cooldroid07 said:
Hello,
I've a network drive connected to my router. I can access those files using a laptop or a desktop but can't acces the drive using Android. So is there a way to do that if yes? Then please help me out.
Thank you.
Sent from my C5302 using xda app-developers app
Click to expand...
Click to collapse
i dont really understand the main point sir,
do i need to get files in the drive using the network? laptop to android?
instal the apk and follow the step
Can anyone suggest an app that will allow me to copy my SD data from my old phone onto the Essential over the air? I thought Google's File Go would work, but it seems to restrict which files I can transfer directly, phone to phone. i need access to files beyond the 6 categories File Go offers. I'd like to stay away from any kind of wiring or PC use. Thanks.
Dropbox seems to be a solution. I still would appreciate additional input. Thanks.
rebecker said:
Dropbox seems to be a solution. I still would appreciate additional input. Thanks.
Click to expand...
Click to collapse
You can take an ADB backup... Which should copy everything on device to computer...
If you are rooted... You can do it via wireless ADB
rebecker said:
Can anyone suggest an app that will allow me to copy my SD data from my old phone onto the Essential over the air? I thought Google's File Go would work, but it seems to restrict which files I can transfer directly, phone to phone. i need access to files beyond the 6 categories File Go offers. I'd like to stay away from any kind of wiring or PC use. Thanks.
Click to expand...
Click to collapse
I can't post an outside link. . . Search for "How to use NFC on Android".
Sent from my PH-1 using Tapatalk
Syncthing can work but you have to be patient if you are new to setting it up
Sent from my PH-1 using XDA Labs
avd said:
Syncthing can work but you have to be patient if you are new to setting it up
Sent from my PH-1 using XDA Labs
Click to expand...
Click to collapse
I'm using an app called HandShaker...work fine for me...
X-plore file explorer will transfer over wifi sharing.
You might want to check into an app called superbeam. It uses wifi to transfer as well and you can use it afterward to transfer files from your PC to your phone and from your phone to PC.