[android-developers] [Question] How can I install the Android SDK Linux on Ubuntu 12.04.1

2012-09-21 Thread Raziel23x
I have been trying all morning and half g today trying to get the bloody thing to instill. I have followed the instructions in the txt file inside but when I go into terminal and CD into the folder and type Android like the instructions day it cannot find three file or if I try it as

[android-developers] APK Multi-Tools Version 1.0.7 now released

2012-08-18 Thread Raziel23x
Version 1.0.7 Updated to next minor build number Updated Setup.bat Fixing Installing Framework-Res Fixed Issue With 'apktool' is not recognized as an internal or external command,operable program or batch file. Fixed Issue with Installing Framework-Res pointing to a incorrect folder that no

[android-developers] Re: How to decompose apk files

2011-11-01 Thread Raziel23x
There is a much easier way to do this Visit my website @ http://apkmultitool.com and download my tool from my download section and everything is strait forward and includes a doc folder with a instrunction manual. On Nov 1, 1:56 am, venugopal reddy venugopal.re...@tspl.com wrote: Thankq very

[android-developers] Your version is: /bin/bash: javac: command not found. after downgrading from 1.7 to 1.6 Cygwin

2011-09-30 Thread Raziel23x
I originally had java 1.7 and it told me i needed 1.6 so i completely uninstalled java and deleted the java folder in my program files folder and installed java from scratch. as you can see when I run the java -version command in Cygwin I can see that java is installed but when I go to compile

[android-developers] Re: repo Sync issues with tagging

2011-09-30 Thread Raziel23x
I have found that there is a issue with the host server of this git not having the proper tagging that that original git has but is currently down for some off reason when the said admin who original ported the git over merged all tags into on and completely renamed tagging system which is

[android-developers] repo Sync issues with tagging

2011-09-27 Thread Raziel23x
I keep getting this when i try to sync with git://codeaurora.org/ which is a git alternative for git://android.git.kernel.org/ since we all know that kernel.org was hacked and is offline right now $ repo sync Fetching projects: 4% (7/172) remote: Counting objects: 9, done. remote: Compressing

[android-developers] how to start a activity using this menu structor

2011-09-12 Thread Raziel23x
I am trying to add a about menu to my application and this is my menu code I get a error when i add this to the code this.startActivity(intent(com.liquid.backgrounds.AboutDialog)); so I can launch my AboutDialog.java import android.view.Menu; import android.view.MenuItem; private static

[android-developers] Re: how to start a activity using this menu structor

2011-09-12 Thread Raziel23x
he method intent(String) is undefined for the type LiquidBackgroundsFreeActivity On Sep 12, 12:40 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 12, 2011 at 11:27 AM, Raziel23x raziel...@gmail.com wrote: I get a error when i add this to the code You want us to guess what error you're

[android-developers] market links not launching market

2011-08-22 Thread Raziel23x
I try adding a market link to my application webview and when the link is clicked iget page not found instead of the market launching. Do I need a special permission or do I need a special link other then market://details?id=xxx.. -- You received this message because you are subscribed

[android-developers] Re: market links not launching market

2011-08-22 Thread Raziel23x
To clareafy it is on a webpage a href=market://details? id=xxx../a Do I still need to create a intent for this to workor am I just doing something wrong -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-22 Thread Raziel23x
The files on on a webpage that I want the applcation to handle not it launching the web browser -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: market links not launching market

2011-08-22 Thread Raziel23x
The webpage is located in the asset folder and menu so the http link I should use then? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-19 Thread Raziel23x
Okay I replaced it with the application/x-rar-compressed and error removed but when I test the code out in browser it still launches the web browser Here is the basic code minus other actives but this is the webview content minus the menu's public class PS3AndroidManagementSystemProActivity

[android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-19 Thread Raziel23x
I will try that but I have multiple rar files that are hosted on a private ftp server that I want to be what would be a best practise as I Am just learning and using a lot of examples and playing around with other coding issues? so something along the lines of public void onDownloadStart(String

[android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-18 Thread Raziel23x
On Aug 17, 1:30 pm, lbendlin l...@bendlin.us wrote: you don't need a webview for that. Just use HTTP GET directly. Explain as my application uses webview to list files for download that when you click the links to the files they want to open a web browser before starting the downloads --

[android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-18 Thread Raziel23x
I do not want to hide it i want it to download inside the application itself not have it when a link is clicked launch the web browser and download the file off the browser On Aug 18, 3:05 am, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Aug 18, 2011 at 2:40 AM, Raziel23x raziel

[android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-18 Thread Raziel23x
myweb.setDownloadListener(new DownloadListener() { public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) { Intent intent = new

[android-developers] Downloading Files Directly in Webview without it opening the browser

2011-08-17 Thread Raziel23x
I am working on a application which I want the users to be able to download content Directly inside the Client IE the Webview instead of clicking a download link and it opens a browser to download the content. Is it possible and how to go about doing so as I am a newbie in programing for JAVA and

[android-developers] Re: how do i create a donate menu button

2010-11-01 Thread Raziel23x
the Browser, you need to use a VIEW intent like this. http://developer.android.com/guide/appendix/g-app-intents.html Action - View Uri - YourdonationURL On Oct 31, 12:42 pm, Raziel23x raziel...@gmail.com wrote: Can you explain more I am still new to this mixture I have not worked

[android-developers] Re: how do i create a donate menu button

2010-10-31 Thread Raziel23x
30, 2010 at 11:23 PM, Raziel23x raziel...@gmail.com wrote: I am having trouble creating a donate menu button but I am having trouble I tried doing it as a webview but my application is the use of the listview this Donation Menu item is the only item that requires the internet permission

[android-developers] how do i create a donate menu button

2010-10-30 Thread Raziel23x
I am having trouble creating a donate menu button but I am having trouble I tried doing it as a webview but my application is the use of the listview this Donation Menu item is the only item that requires the internet permission everything else is internal workings. [CODE]private static final

[android-developers] needing help with iframes

2010-09-21 Thread Raziel23x
I am working on a app for use in tracking a app for a pc game for modders and i am working on a iframe but with this code it errors out with the WebView myweb = (WebView) findViewById(R.id.myweb); with the message myweb cannot be resolved or is not a field this is my first attemp to use java app

[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread Raziel23x
Is there any type of app that can convert the html doc to the needed java based gui since the html holds the main gui -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread Raziel23x
I was just curious because I am a part of a group of python scritp programers who is working on a tool called wyre bash which is a tool for the game call the elder scrolls iv oblivion which the tool is made to manage users plugins for mods as well as other tools to help intergrate all player made

[android-developers] Re: Using Eclipse - can it get faster?

2010-09-20 Thread Raziel23x
I personally do not see a slowdown could this because dualcore proc and about 6 gigs of ram -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] [Q] How do I intergrate a html document into the code

2010-09-19 Thread Raziel23x
I am currently working on a new app and this is my first ever app I have attemped to make with the android os. I am using eclipse 3.6 and using android 1.5 version as the base to make the app as compatible as I can with all android phones. I am a newbie to java and I read a few tutorials which

[android-developers] Re: One day sale made my paid app free, now I cannot revert!

2010-09-16 Thread Raziel23x
I agree but IMO I would create a seperate one to have them download for free then after that day is over just pull the free one but this does not fix the issue at hand -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,