I'm developing a simple apps for my own purpose using PhoneGap Build. For convenience, I'm pointing web browser, on each device where I want to install & test such app, to application download site on PhoneGap Build and download .apk
files directly from there.
It works like a charm on every device, that has original system (i.e. first Galaxy Tab, first Google Nexus etc.). When I'm trying to do the same on my old LG GT540
, which has non-standard Cyanogen Mod 7 ROM, download process fails. I don't get any extra information, only download manager adds status bar notification, that download failed and I can try to restart it, by touching that notification (no effect).
This is first time I run into such situation. I've heard many times about many factors that could prevent installation of .apk
file, but never about not being able to download it.
My Internet connection is just fine, and this is related to .apk
files only. I can download any other file types using web browser. I can also install .apk
files manually, once I deliver them by cable to phohe.
Has anyone else got similar experience or know, what is going on here?
logcat
, as Dan already suggested), it's hard to tell. Have you tried with a different browser? – Izzy May 28 '13 at 22:56logcat
on Android and/or access its logs. :| – trejder May 29 '13 at 07:08logcat
is using a logcat app (being on CM7/Android 2.3, there should be no issues with them). Another way is usingadb logcat
(see Is there a minimal installation of ADB? for a simple way to get that working)). – Izzy May 29 '13 at 07:42logcat
in this case! :] I assume, that as along as master WebView application, added by PhoneGap Build, to surround my HTML 5 & CSS code, works fine, I won't get any extra information fromlogcat
about problems with my app. I agree, that it would be necessary, when developing PhoneGap apps with local / manual build, Java plugins etc. But in this case? – trejder May 29 '13 at 12:32logcat
icon in my app drawer. But following link you provided, I managed to install Windows version of ADB and with logcat window on-board it I managed to catch a warning, that I have/mnt/sdcard/download/
folder missing (some funny app, not me, renamed it to/mnt/sdcard/Download/
with capitalD
in the beginning). After fixing this (renaming folder back to/mnt/sdcard/download/
), downloading problem is gone. Please, put this as formal answer, so I can accept it. – trejder May 29 '13 at 12:36QtADB
) and how many data logcat can collect per second, I'm pretty sure, this could kill-up that old boy, LG, when I would try to read logcat logs on-line, directly on mobile phone! :] – trejder May 29 '13 at 21:37