Samsung I7500 :: Get Free PDF Viewer In Apk Format?
Mar 28, 2010
Where can I get a (free?) pdf viewer in apk format so I can download using my computer and install with phone? Is there a good spot for other apps like this? I found other apps but looks like they were specifically for other phones (HTC etc).
View 2 Replies
Oct 12, 2010
I want to wipe the data on the internal SD card but the format command from settings/SD Card is not successful although it appears that it is. Can I format it successfully from Windows?
I am running Galaxo 1.6.3.3
View 2 Replies
View Related
Apr 5, 2010
I installed galaxo 1.6.2 and i'm having a few problems...first of all i can not format my sd cards thought the settings menu. i press format and the phone just remount the cards without any format made. second of all on my previous 1.5 a could connect with my cable to any computer and use it as an disk on key , but now it asks me for drivers ?
View 12 Replies
View Related
May 3, 2010
I asked in a couple of places but nobody answered so i just tried making compcache work by myself. what i did was:
- use recovery to format external sd fat32+swap
- use galaxoconf to activate compcache setting it on default which is 25600 i think.
Now the thing is - how do i know if it works and did i even do it right?
View 18 Replies
View Related
May 9, 2010
Recently d/l Aldiko and am now looking for a source of books in .epub format but there don't seem to be many. I'd be happy with classics/poetry.
View 9 Replies
View Related
Apr 25, 2010
The HTC magic has following application:
* PDF Viewer
* Word
* Excel
* Capture video or stills
Is possible to install these application on Vodafone Magic or at least the PDF Viewer?
View 3 Replies
View Related
Jan 21, 2010
How to Debug on the Samsung Galaxy I7500 Android Phone
CODE:.........
When i followed the above steps system tried to install driver and then prompt following error.
Refence link
http://adrianvintu.com/blogengine/post/How-to-Debug-on-the-Samsung-Galaxy-I7500-Android-Phone.aspx
View 2 Replies
View Related
Jan 23, 2010
The Samsung i7500 Galaxy is, except the support from Samsung itself, a great Android smartphone with a very good (the best?) price for value. It's with 11,9mm the second slimmest Android phone after Nexus One with 11,5mm (right?) and has unlike the HTC phones a flash light and build in storage of 8GB. On most sites the Galaxy is (one of) the cheapest Android phones, I wonder if it's because Samsung is cheaper or HTC/Motorola more expensive by itself?
I personally would compare the i7500 with the HTC Hero, although in my opinion the i7500 still has a much better price for value.
Is it even possible to define if and which Android phone is a low, middle, or high-end smartphone?
Sure, it also depends for what purposes you bought and use your phone, but I still wonder were the i7500 would be if 1=low and 10=high end Android phone, and if there even is a number 10? I also think that the D-Pad is a big plus and not a minus in comparison to the scroll ball from HTC.
View 18 Replies
View Related
Jun 18, 2010
there I am new to this. I would like to find out some information in regards to and update for the samsung galaxy I7500.I live in Australia and it seems the phone cant be updated. Is this true. I have tried on many times to plug my phone into my computer via pc studio.
View 1 Replies
View Related
Nov 25, 2010
I want upgrade my samsung i7500 device to android 1.6 (new build).
View 2 Replies
View Related
Apr 24, 2010
Running a Moment with the stock CL14 software. What's a good choice for a PDF viewer? Does the answer change when going to Android 2.1?
View 2 Replies
View Related
Apr 4, 2010
I accidentally put my phone in another language, and in the process reset factory settings. Now, my phone wont connect to the internet. WTF?! What did I do!? My SIM card was in when I did this.
View 1 Replies
View Related
Nov 1, 2010
Does GAOSP Froyo support live wallpapers for i7500? If yes, can you recommend some that seem to run fine without (major) slowdown? I would suspect that the CPU is too slow to run most live wallpapers, but there might be some neat ones that are good to go?
View 5 Replies
View Related
Jul 15, 2010
i7500 does 1.6 work on this model if so where can i get?
View 3 Replies
View Related
Mar 18, 2010
Sorry if this thread seems inconsequential but I have been rendering myselves sleepless nights over the past couple of days ( and nights ) due to my inability to choose between the above two said android phones. I like the i5700 for its zippy 800 MHz processor and that its got the 2.1 update. I like the i7500 for its 5 MP camera and flash + a larger screen to play with I would have gone in for the i7500 but have been hearing about Samsung deciding against not updating it to version 2.1 which can off course be done taking the un-official channel. Moreover the 528 Mhz processor is certainly lagging.
But still I see people in here Going after the i7500 .... Adding to it there is more threads and discussions going around on the i7500 as compared to the i5700. Am I missing something in the i7500 or is it just that i am a stupid newbie ... I have gone through many many pages of information on this thread before posting this query.
View 12 Replies
View Related
Apr 3, 2010
Would you have bought a i5700, if you hadn't bought a i7500?
View 13 Replies
View Related
Nov 27, 2009
I've been noticing while looking at other i7500 reviews that my keyboard layout is completely different than all the other i7500, whether in landscape or portrait mode I don't have the caps lock key, instead i have a T9 and the printed orange colour keys is what I hate most
Pls look at this pix, and tell me what can be wrong with this keyboard.
In my settings these are the steps:
Settings>Locale & text >Samsung keyboard, that's all I have, no other Keyboard available, am I missing something or what?
View 7 Replies
View Related
Mar 12, 2010
Both handset uses same android version. 95% of the applications are same.
HTC receive more wifi ID which samsung i7500 does not.
Any setup i need to do in samsung to receive more wifi?
View 9 Replies
View Related
Sep 2, 2009
In the android phone, click "settings" and then goto "date & time settings" , user can choose "Use 24-hour format" or not. My question is how to find out this setting through api?
View 6 Replies
View Related
Jan 12, 2010
This maybe be a simple question but how do you format a double into a dollar format? For example I have a value of 4.2. In a textview I would like to see $4.20. Also what are my options for applying the correct currency symbol?
View 2 Replies
View Related
Sep 6, 2010
Passing two int values m =0 & s = 11, to below function String formatted = String.format("%1$02d:%2$02d", m, s); returning the value like .0:11 ,What could be the problem? m=0, s=11 -->.0:11 m=0, s=1 --> .0:.1. The 0 added to format the string always coming as '.' (dot). Can anyone know ,from where the number patterns are getting loaded in Android? I gone thorough the code, Its related the following file, androiddalviklibcoreicusrcmainjavacomibmicu4jniutil Resources.java ->localeData.numberPattern. How the pattern for particular locale is loaded, What could be the problem for the above?
View 3 Replies
View Related
Mar 5, 2010
Followed following URL Update Samsung Galaxy I7500 to Android 1.6 Donut Firmware In hand "Odin Multi Downloader v3.95" and "i7500_XXJB6.tar" Please guide me step by step i want to upgrade my i7500 firmware b/c it do not have android market.
View 3 Replies
View Related
Sep 20, 2010
Is there any way to update my Samsung Galaxy i7500 1.6 Donut on Eclair 2.1 or Froyo 2.2? Please give me tutorial or link how to upgrade (without bugs like dont working camera etc.).
View 9 Replies
View Related
Sep 22, 2010
Or just taken out and stuck in the phone?
View 13 Replies
View Related
Jul 23, 2010
Does anybody know what the best video format for the moment is when converting videos? Ive tried google searches and the search here but cant find nothing concrete. I just want video thatll fit the whole screen and not be fuzzy. I have a good converter just need to know the format.
View 1 Replies
View Related
Nov 12, 2010
Does anyone know if it's possible to record video on the Samsung Galaxy S Captive in a different format other than .3gp, or know of a program that will read this format? I was trying to send a video to a friend via email but he doesn't have a player for it.
View 6 Replies
View Related
Oct 14, 2010
I just pulled my phone from my pocket and it was frozen so I pulled battery and restarted it. The SD card format was unrecognized. I stuck it in a card reader and it wouldn't show up on my pc. I stuck a different card in my phone and it is fine. I called Sprint and the card is not covered by warranty. The warranties are device specific and Samsung does not feel that they need to cover them. I was lucky that the Sprint store did replace my card with a Sandisk card. I have numerous Microsd cards. They all came with a lifetime warranty. Samsung fails on this note. I still love this phone.
View 1 Replies
View Related
Nov 29, 2010
How do I get the Avatar movie off my Vibrant in a file format capable of running on my computer or HDTV?
View 6 Replies
View Related
Sep 2, 2010
I'm still on the stock FW that came with the phone. If I update to JH3, will it automatically format and reinstall (is it a full ROM) or is it just an update?
If it does format, is there a good app to backup my apps and such (would Titanium help or does that do a full restore including the OS?).
Also, does anyone know a good app to backup/restore/transfer SMS? At the AT&T store, they transfered all my texts from my BB to this phone in a couple minutes but forgot to ask what they used for it.
View 6 Replies
View Related
Sep 5, 2010
I finally got around transferring my 32Gig card out of my Evo and into the Epic. After I put it in I decided to clean it and reformat it in the Epic. Epic starts the format then comes up with a message "card damaged cant format". I put the same card in the Evo and it formatted just fine and then worked in the Epic. Then I tried to format it again in the Epic and again I get the card damaged pop up. Again it reformatted just fine in the Evo. Any ideas anyone else get this message? Just to add I tried to format a smaller card in the Epic and it was able to format that fine. Once the 32gig card is formatted in the Evo it will work fine in the Epic.
View 1 Replies
View Related