Android :: New Version Of File Manager Rewarding Contribution Challenge

Oct 6, 2010

New version 1.2 of ScaliCommander is available:
- Search: browse results while searching, sort while searching, search inside ZIP, filter by file type
- long-click for context menu, long-click / double-click for drag-select
- color gradients and glow
- drag-and-drop with multiple items, clipboard, trash
- Contribution Challenge, first round: 5 *1000
- Discover the features find out why ScaliCommander is the most advanced file manager for a mobile device and consider how it can get even better
- Contribute your way
--> find bugs
--> make videos/screenshots/tutorials/ to show the features
--> compile the best color themes
--> suggest features
--> whatever YOU think helps most to improve ScaliCommander!
send your contributions to gslngr@googlemail.com
- Get rewarded
--> make ScaliCommander known - rate it on the market, post a comment, report about it in forums,--> When the full version of ScaliCommander hits 10,000 downloads, gslngr Soft will reward the 5 best contributions with 1000 each!

Android :: New version of file manager rewarding contribution challenge


Android :: Need File Manager / That Open An HTML File From SD Card?

Jun 18, 2010

How come this is the only file manager on the market (that I've found... I went through quite a few) that can open an HTML file from your SD card? I was a loyal user of Estrogen until I found that it couldn't.

View 2 Replies View Related

Android :: Which Mobile Platform Would Be More Rewarding To Learn As Developer?

Oct 1, 2009

I am interested in getting my feet wet in PDA/mobile development.The only two drivers for me are the drive to learn cool (or at least, new) stuff, and may be to code some app that I felt I really needed but lacked. As such, I would like to know what the comparative benefits/downsides would be for me as a developer in choosing one of the three platforms (iPhone vs Palm Pre vs. Android.I will have access to any of the 3 but not to Windows mobile).This is not a duplicate of this question, since I do not care at all about that question's data points (cost of the handheld, popularity of the platform). Also, just to be clear, my goal is not financial at all - I don't plan to make money off of such development nor directly use the skills in the area I might obtain in my career (e.g. I work on stuff that has zilch mobile exposure and will remain so). So concerns such as "installed user base" are pretty irrelevant. All I care about are tangible (learning) and intangible (sheer joy of it) benefits to me as a developer.Also, please be positive and don't put down other platforms or otherwise use this as a holy platform war excuse. I have edit privileges and will mercilessly edit any un-backed-up-by-facts attacks on any platform that aren't downvoted.

View 8 Replies View Related

Android :: AVD Manager (last Version) On XML Verification Failed

Nov 10, 2010

I'm trying to install the Android SDK using AVD Manager. When it try to verificate the XML of the repository appears the following error: XML verification failed for http://dl-sl.google.com/android/repository/repository.xml. Error: cvc-elt.1: Cannot find the declaration of element 'HTML'.I have the last ADV version (r7) and the last ADT plugin for Eclipse (0.99), downloaded today.

View 4 Replies View Related

General :: No Internet Access / File Manager - Install APK File From Terminal Emulator?

Oct 8, 2012

Let's say you don't have internet access at the moment. Let's say all you have is fresh install of CyanogenMod 9, which for some reason, does not come with a File Manager :

Let's say you have an apk file on your SD card. How would you install the apk file? Terminal emulator, using which commands or another way?

By the way, ASTRO File Manager vs. ES File Explorer, which one and why?

View 8 Replies View Related

Samsung Galaxy S :: New Version Of Task Manager Released

Sep 13, 2010

Not sure how long it's been up, but Samsung has released a new version of the task manager. Download it from Samsung apps (from your phone). Changes include a new tab called RAM. You can now clear up your RAM according to two levels. I recommend that you only use Level 1 since level 2 kills some essential apps (like your widgets), meaning that they have to be relaunched again, consuming power and CPU cycles.

View 28 Replies View Related

HTC Droid Eris :: Advanced Task Manager - Full / Free Version

Feb 6, 2010

Is there any real reason that I should have the full .99 version of advanced task manager as opposed to the free version?

View 11 Replies View Related

Android :: Gphone Manager Free Version To Be Released In Android Market

Jul 1, 2009

Gphone Manager Free Version to be Released in the Android Market

View 1 Replies View Related

Android :: What Are Pro's And Con's Of File Manager?

Nov 25, 2010

So I have been hearing/reading about File Managers, and I am just not sure if this is really a necessary thing? Am relatively new to the smartphone scene, but so far am enjoying my HTC Desire immensely.What are the pro's and con's of a File Manager? As a noob, is this something I even need? My phone is not rooted.I assume a file manager is to look at the contents of the SD card and move things around, but since my phone is so smart doesn't it do this already, putting things where they should be? Maybe I misunderstand the File Manager application? How many users have a File Manager?

View 3 Replies View Related

Android :: Best File Manager?

Oct 8, 2010

There are a great many file managers available for android, and new ones appear frequently. For instance, a real innovative one (with drag-and-drop, continuous zoom in all view, advanced multi-touch support and much more unique features) is ScaliCommander.If you have tried some file managers, which do you like most and why?

View 19 Replies View Related

Android :: Issues With Httppost - Authentication Challenge Is Empty

Nov 3, 2010

I'm developing an Android app which needs to perform an HTTPPost to get a token back. Then use that token for subsequent calls. When I perform the initial call to get the token, it throws an exception: org.apache.http.auth.MalformedChallengeException: Authentication challenge is empty

Here is my code:...............

I googled "Authentication challenge is empty", and one this website: http://fmpwizard-scala.posterous.com/using-apache-httpclient-authenti... he had a similar problem. He determined that his web server requires preemptive authentication. Which I believe ours does too. I tried implementing what he did, and still, no dice.

I've hard coded the token in other requests, and I am able to perform HTTPGet calls.

What is the Authentication Challenge that I'm missing?

View 2 Replies View Related

Android :: OpenGL Speed Issue - Code Contribution To Other OpenGL

Feb 25, 2009

Single Threaded OpenGL game ! (check bottom, you can download and use the helper class) Lighting disabled ! Depth Buffer disabled ! Culling enabled ! Textures disabled !

Just 176 integers (x,y values only) making 88 vertexes along with 132 index numbers making "44 triangles only"

Framerates I get is

with GL_BLENDING disabled - 145 fps approx only! enabled - 110 fps approx only!

I have the screenshot of exact code in the draw function here.. just 2 damn lines ! I have hidden only the comments.. click here to see it http://prasna991.googlepages.com/drawframe.png

variable details in the 2 lines of code =========================== ipts = 176 elements (only x and y for each vertex) totallinetriangles * 3 = 176 lineindexes = 132 elements - type "short"

Here is the screenshot of output drawing and how it will look like http://prasna991.googlepages.com/screen.png

OpenGL single threaded Initialization Helper ================================ Here is my OpenGL helper class.. makes the OpenGL initialization for newbies a cakewalk http://prasna991.googlepages.com/OpenGLHelperclass.txt

I tested by rendering on the touch event only.. frame rate drops only when u touch and drag and here I have just tested by tapping and releasing gently on the emulator and on the device

Is this the device limitations ? So graphics is actually a lot lot lot slower than on iPhone ?

View 8 Replies View Related

Android :: Looking For Good File Manager?

Oct 4, 2010

I am looking for a good file manager for my Desire. Has anyone used the Android Manager WiFi?

View 1 Replies View Related

Android :: Woot File Manager Available

Oct 29, 2008

Looking through the Market tonight and I come across this little gem.

View 12 Replies View Related

Android :: Need To Install File Manager

Sep 27, 2010

I installed the old version of astrid via their web site as the new version's alarms and reminders will not work on my Droid Incredible (Froyo).Do I need to install a file manager such as astro to use apps installed off market? Astrid seems to be working fine without such a file manager installed.And finally, once installed astrid download is listed under my internet downloads.Is there any way to move this file or will it just remain under downloads on Internet? If I clear Internet downloads, then astrid will be gone?

View 1 Replies View Related

Android :: Way To Save Emails To OI File Manager?

May 2, 2010

I've yet to find a way to save emails to the SD Card on my Motorola Droid using OI File Manager. Is it possible, or am I trying on the wrong app?

View 6 Replies View Related

General :: LG-P500 - Best File Manager For Android?

Nov 7, 2012

Which is the best file manager for Android.

LG-P500

View 9 Replies View Related

Android :: Java.net.HttpURLConnection Throws - Received Authentication Challenge Is Null

Aug 31, 2009

I am using HttpURLConnection to send a GET request to a server. Upon reading the response code, the Android implementation of HttpURLConnection.doRequestInternal() throws an exception:

"java.io.IOException: Received authentication challenge is null"

I don't even get what the error is trying to tell me. I write an OAuth param string to the Authorization header, but this works fine on other occasions. There is nothing peculiar about my request apart from that.

Any idea what this means, what is causing this and how to get around it? This works fine with Sun's Java implementation, so I guess it's a problem with Apache Harmony?

View 4 Replies View Related

Android :: Astro File Manager Shows No Files

Aug 18, 2010

i recently downloaded astro file manager but when i opened it up it shows no files in any of the folders. is there something i need to do for astro to sync all the files.

View 4 Replies View Related

Android :: Installing Astro File Manager Without Market

Sep 16, 2010

Is there a way to install apps without service to my Motorola Droid. See I have currently suspended my contract due to a deployment overseas. Obviously my Droid only works in the states, but I was wondering is there a way to install apps on my phone via usb and the inet connection on my laptop?

View 3 Replies View Related

Android :: How To Move Photos With Astro File Manager?

Sep 7, 2010

I have the HTC Incredible and my phone started saving photos to phone memory, instead of the SD card. I want to move the photos with Astro File Manager from emmc/DCIM/100MEDIA to the SD card. Is there a way (with Astro or anything else) where I can move all the photos from phone memory to the SD card?

View 7 Replies View Related

Android :: Delete Folders On Astro File Manager?

Sep 16, 2010

Downloaded Astro File Mgr based on people's reviews. Alot of different file folders on there and am wondering if I delete certain ones, will they permanently delete from the phone or just the program?

Things like:

com.espn.score_center
tmp
playgame site. etc

View 1 Replies View Related

General :: How To Connect Android Device Via File Manager

Jan 27, 2014

How to connect my Android device via file manager (personally I use FileMaster) to my Windows laptop? It requires a login and password that I haven't.

View 5 Replies View Related

Android :: Any Way To Hide Certain Application Permissions / Inbuilt File Manager?

Jul 3, 2010

I was wondering, is there anyway a developer can hide or exclude a certain app permissions from being seen by Android market users? And are the permissions for an app controlled or regulated by Google? Another question I have - Is there anyway to restrict PDF files from opening in the default browser? This is a problem when I am on a search engine and accidentally click a link that's a pdf file- I don't want pdf's downloaded without asking me permission atleast. And my last question, is there a way to view current extensions that are installed in the browser.? Where is androids inbuilt file manager? Does uninstalling an application completely take off everything related to that app from your phone?

View 2 Replies View Related

Android :: Error On Installing .apk File With Version 2.1

Aug 26, 2010

I just worked my Android application with device (HTC Magic) version 1.5 and it loads properly and when i try to load the same application with the other phone by installing the .apk file of version1.5 with android version 2.1 and kernel version 2.6.29 omap1 but now i couldnt find my application getting installed on my device...

I have sent a link to view the screenshot for error http://img137.imageshack.us/img137/6411/img0981jw.jpg.
In the screenshot you can see Quadmon icon on top and it says it can not install app in Korean.

I have just followed the instructions given in this link (http://www.waxworlds.org/edam/software/android/how-to-install-an-apk-on-your-android-device) to install .apk file into my htc magic phone.

Is there any other way to get distributed my apk file into the device?

View 1 Replies View Related

KitKat 4.4 :: Android OS File Sizes (Each Version)?

Dec 14, 2013

A lot was made of Android 4.4 KitKat having a smaller file size than previous versions of Android. But for whatever reason I can find no mention of those actual file sizes, not even KitKat. How to know the file size of each version of Android?

View 2 Replies View Related

HTC Incredible :: No File Manager

Sep 24, 2010

I need to install a program on my phone. But I don't have a file manager, and I deleted my gmail acct so I can't access the market. Is there a way to manually install apks (maybe with the help of a computer)?

View 5 Replies View Related

Android :: EStrongs File Explorer - New Version 1.0.9.9 Released

Nov 13, 2009

EStrongs File Explorer, Latest version 1.0.9.9

New Added:
1.Task/process killer
3.Play media on remote LAN PC
3.Root operations(only for root)

Key features:
1) SD Card file manager, support varities of file operations and different views.
2) View and Open files including media or zip files, in-built notepad.
3) Multi-select and more powerful clipborard feature.
4) Visit and transfer files among LAN computers and the phone.
5) Manage applications,install/backup/uninstall apks.
6) Simple,Neat UI
7) Free and complete. NO trial period.
8) Support Android 1.5, 1.6, 2.0

Search "estrongs" in market! or visit from phone: market://search/?q=pname:com.estrongs.android.pop

View 16 Replies View Related

Android :: Copy New Version Of A Database File Onto Device

Nov 9, 2009

I am having a hard time in DDMS "Push a file onto device" I have an old database file that I like to replace with a new file that I created using sql studio.

View 1 Replies View Related

Android :: How Can Read App Version In Manifest File Programmically

Sep 25, 2010

In android manifest file, there is a field specifies application version. if I can read that value programmically in my android code?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved