Android :: System Call To Open A Pdf On Entourage EDGe's E-Reader
Aug 9, 2010
I am trying to write an app that requires different PDF files to be opened and displayed on the E-Reader side of the eDGe's dual screens while the app is running on the LCD side. I've been using Better Terminal Emulator to cruise around the eDGe's file system but can't seem to find the command that opens PDF files. Does anyone know it or is there even one?
View 1 Replies
Jul 1, 2010
My mother recently indicated that she's considering being in the market for an ebook reader. However she is, bless her soul, firmly insistent on open format, DRM-free, and the ability to "really own" a book she's downloaded. She doesn't even want the potential for a Kindle-1984-type remote-wipe or an inability to move a book to another device later. (Yes, my mother has grown up to be a Free Software evangelist. I'm so proud of her. *sniff*)
Of course, she doesn't know the ebook market all that well, and frankly neither do I. She's considering the B&N Nook, but from what little I know it has the same lock-in problems as the Kindle.
So my question is, I suppose, two-fold:
1) Are there any ebook stores or services available for any device that don't treat customers are criminals waiting to happen, and use a DRM-free format without revocation ability? Are they bound to a given device, or are there any that work on an arbitrary Android device? A good ebook reader app or use of the open ePub format (for which I understand there are several readers available) is a plus here.
2) Of the various devices out there (both phone and non-phone), which make particularly good ebook readers? She has a decently large purse but it still wouldn't hold an iPad-sized device comfortably, but at the same time a 3-inch screen is not going to work for her eyes. (It barely works for mine.) What's a good device if that's your main interest? Any good/bad experiences here, or at least things to look for?
View 3 Replies
View Related
Jun 28, 2010
What am I not doing right? I downloaded the Adobe Reader app and I moved some pdfs to the phone smart card, but the app won't let me open or search for pdfs. How do you open a pdf with the reader?
View 1 Replies
View Related
May 1, 2009
Just wondering how folks are publishing to the Market. Is there an open source reader program/application I can use to encode a book to a specific format then upload it to the Market? How does Android ensure that there isn't a copyright violation going on?
View 2 Replies
View Related
Jul 26, 2010
I would like to sync contacts, calendar on my android device with microsoft entourage. No, I do not want to use Google contacts / calendar to sync with my machine. I have a Samsung Galaxy S(Vibrant).
View 2 Replies
View Related
Sep 8, 2010
After reading the thread on here about not needing a task manager, I removed mine and downloaded system panel just to keep an eye on whats always running and be able to kill any rogue apps. However, whenever I open system panel lite, its only ever the one that seems to be using the most CPU in the foreground apps, with it having the most bar full on the left. So what I'm confused about is that whether its normally just using a lot of my CPU to keep track of things, in which case I should uninstall it, or whether its a case of it showing up as using so much because I am using it at the time of checking to check the CPU usage.
View 3 Replies
View Related
Nov 3, 2010
I am trying to find a News Reader and find that most of them seem to rely on feeds from Google Reader and seem not to recognise UK based feeds (or at least I cannot find the same feeds that I used on my iPhone).
View 11 Replies
View Related
Oct 14, 2010
I have heard that a processor without graphics card will take a lots of time to produce a graphical entity,than one with graphics card. So is there anything like that if we use Open Gl in android application?
will my application become slow?
View 1 Replies
View Related
Oct 5, 2010
Android should become more like Windows. Android should be able to detect and recognize the different hardware configurations and adjust itself accordingly. This way, you hit two birds with one stone. No more fragmentation. No more differences in the UI, Custom UI will be entirely optional.
All the manufacturer has to do is make the hardware and provide the hardware drivers to Google. Simple as that. Everything will be so much easier. Phone manufacturers will be able pump out devices like crazy without any worries. Software developers won't have to worry about device compatibility. Come on Google, lets do it.
View 27 Replies
View Related
Oct 12, 2010
When I am trying to build my application as a part of image I am getting the following error :
E/dalvikvm( 1334): Can't open dex cache '/data/dalvik-cache/ system@a...@test.apk@classes.dex': No such file or directory I/dalvikvm( 1334): Unable to open or create cache for /system/app/ test.apk (/data/dalvik-cache/system@a...@test.apk@classes.dex) E/Util( 1334): Class Not Found : java.lang.ClassNotFoundException:
But when I push the apk manually to the device (into system/app), it works fine.
I am wondering why is it so as both ways the apk is present at system/ app only.
View 5 Replies
View Related
Jun 20, 2010
A one stop RSS reader. Preferably with Google reader sync.
View 9 Replies
View Related
Apr 29, 2010
Following the big guide and I am at the nanroid backup stage in the recovery utility. I've got
Android system recovery utility
Use trackball to highlight, click to select.
Options:
Reboot system now [home+back]
Apply sdcard:update.zip [alt+s]
Wipe data/factory reset [alt+w]
Then at the bottom it says
E: Cant open /cache/recovery/command
Thats the full screen, nothing about backup/restore
View 2 Replies
View Related
Jun 26, 2010
What would be the best RSS reader if one excludes greader?
View 5 Replies
View Related
Feb 13, 2014
I have installed ADB and the whole Android SDK to root my asus transformer infinity (tf700t). I have taken all the steps every forum on the web describes: installing everything trough the manager, adjusting the path in the System Variables, and finally it getting it to work together with my tablet. However, when I try to flash/copy/install files from my folder (yes these files are in the same folder as adb.exe and fastboot.exe, which is the folder I used in the System Variables) It can't either find these files or it cannot open these files. When i put in the command 'path' however. I does give me the path where the files can be found.
View 1 Replies
View Related
Aug 10, 2010
Do we need to call System.gc() to indicate that system should do a garbage collection or just let system to choose when to collect garbage and free it? Because my app will random FCs on certain phones, but if I add some calls to System.gc(), then there were no FCs.
View 17 Replies
View Related
Aug 21, 2010
When I connect my Vibrant phone to my Win XP system and select as Mass Storage, I can see two removable drives but can't open it? When I try to double click, it says "Please insert disk in to drive D:" My son's Win 7 system accepts it fine.
View 1 Replies
View Related
Dec 23, 2009
Iam trying to read glReadpixel API to get frame buffers, when printed buffer in API Iam getting all 0's in my Emulator. Iam a new-bie to android and open-gl. can any one help me why this is happening? Iam using Android 2.0. Is there any opensource android APP using glReadPixel function.
View 2 Replies
View Related
Nov 18, 2010
I am using a system() call in a program , that is in c library. For 1st 9 calls it returns '0'(zero) after 10th call it returns 256. I do not know what does it mean. Please anybody help me. Following is the line of code int returnValue= system("/system/bin/cat /dev/graphics/fb0 > /tmpdata/Screenshot/screenshot.bin");
View 1 Replies
View Related
Mar 4, 2010
I am a platform developer and want to know how I can debug through the Android System code. I am making changes to the WindowManagerService and see a lot of statements like: (DEBUG_FOCUS) Log.v(TAG, "Clearing focused app, was " + mFocusedApp). My question is, how do I take advantage of these logs? I am using Eclipse on Ubuntu 9.10 and I have no idea how to actually debug this code.
View 5 Replies
View Related
Mar 31, 2009
I have noticed that if my background service crashes the system will automatically restart the service after 5 seconds. This is great, but I have noticed that only the onCreate method gets called and not the onStart method. Does this mean the service is properly restarted or do I need to do something special in the onCreate method to make sure it is? I did have my initialisation logic in the onCreate method and my starting service logic in the onStart method but it looks like it will all have to be in the onCreate method.
View 2 Replies
View Related
Mar 9, 2013
Within all the call recorder app available on the play store, which one has fulfill your needs ? One of them is open source ? I don't know which one to choose and there are no reviews about it...And I heard that a lot of these apps record only mic and not the other voice during the call.
View 7 Replies
View Related
Mar 18, 2013
I was wondering if there is any way (through a tweak or an app) to have my contact's information appear automatically when I receive a call from him/her. For instance, if I receive a call from Joe Smith, the contact card for Joe Smith would pop up with all of his details (address, birthday, notes, etc.).
View 1 Replies
View Related
Apr 6, 2010
I am working on a android project and I need to connect the gPhone with the PC using UDP socket. The same operation, sending a message to from gPhone to the PC, returns different results in different time: Sometimes succeeded and sometimes throws a SocketExcepton(The system call was cancelled). Can anyone tell me what possibly results in this SocketException?
View 1 Replies
View Related
Aug 30, 2010
If I open People it just sits at the loading screen Messages don't have the people names on it
The people widget doesnt show the group I cant click Phone or call or text anyone Then either people or HTC sense will force close. is there any reason why i can't do anything that relates to my contacts?
View 1 Replies
View Related
Jun 24, 2010
Is there a way to toggle or even an app to use edge only? I have the HTC Aria, and can't seem to be able to select network. It's greyed out, and not sure why. It's my first android.
View 8 Replies
View Related
Aug 1, 2010
I stumbled upon this article yesterday:
Hacker Spoofs Cell Phone Tower to Intercept Calls | Threat Level | Wired.com
I realize that there is a relatively small number of people who would actually try to do such a thing to intercept calls (and potentially data at some point with some tweaks), but assuming that this can easily be done and such, how big of a deal is this really? I'm not too well-versed when it comes to cell phone communications technology, so I'm just curious if anyone here can offer any opinions as far as just how vulnerable this leaves those of us on networks that use GSM like AT&T and T-Mobile. The article mentions that the hacker was only really able to make it work on 2G. Does that mean we're okay as long as our phones show we're on EDGE or 3G?
View 4 Replies
View Related
Jun 14, 2010
I have recently upgraded to the HTC DESIRE on o2, So far all I have seen is the "G" = GPRS, so far I have not seen 3G, E, or the HDPSA or what ever it is :-). Does o2 support anything else but "G" on this handset etc etc, or is my phone faulty ? I live in the UK and so far today I cant even use my internet - O2 have said there are having issues with 3G but didnt say where in the UK or maybe this is Nation Wide ?
View 4 Replies
View Related
Jun 29, 2010
I am currently in China and therefor run a VPN on my PC to connect to the outside world, I would also like to run the same VPN (PPTP) on my android. I can connect via VPN if I am using WiFi but when I try to connect over GPRS/Edge I can't get any connectivity. All web pages load with the standard "web page not available" and apps, eg. the market place, won't connect either. I would have thought that if it was a carrier issue (CMCC) I wouldn't be able to connect to the VPN in the first place. So is this a Android issue, a setup issue or a carrier issue? And can you actuality run a VPN over GPRS om Android?
View 1 Replies
View Related
Dec 16, 2009
Is there any app or some thing like that, that I could use it to turn on mobile Internet 2G (EDGE/GPRS) or 3G (UMTS/HSDPA). I now turn off/on mobile Internet with Toggle Data widget, that changes APN type to "-" so it can't work. I am asking this because i use GPS tracker app. And I can turn it on with sms with code: "gps_tracker_start But if i want to report my location I need to be connected to Internet. So I could see my android phone even if it is not connected to internee. So is there any option to turn on mobile Internet remotely?
View 4 Replies
View Related
Oct 18, 2010
I was going to setup push email with my Edge connection (live in Pakistan, only connection available) Was going to do my APN settings. But came across a post which said that some apps required only edge but that some of them needed WiFi or 3G as well. So i was wondering, Does g mail app/ goggle Sync need Wifi/3G or am i good with just edge network Internet?
View 3 Replies
View Related