so how i do? - General Questions and Answers

so how do i download winrar

U open chrome,then google and u put in seaech bar winrar.. And u will get cookies from the winrar site
Sent from my GT-I9300 using xda premium

www.download.com

barisb123 said:
so how do i download winrar
Click to expand...
Click to collapse
Google it then click the right version 32 bit or 64 bit then follow the setup wizard.
Remember to click thanks if I helped.
Sent from my AT&T HTC One X using XDA-forum app.

Related

[Q] help with SDK Installer

hey guys. i want to install SDK Installer for Gingerbread but it says i need Java SE Development Kit JDK so i downloaded and installed it it but now that i'm again trying to install the SDK Installer, it again says i need to have JDK. What's the problem?
If you are on windows you have to set the path to the jdk's bin directory
Sent from my GT-I5700 using XDA Premium App
federicofeleni said:
hey guys. i want to install SDK Installer for Gingerbread but it says i need Java SE Development Kit JDK so i downloaded and installed it it but now that i'm again trying to install the SDK Installer, it again says i need to have JDK. What's the problem?
Click to expand...
Click to collapse
PsHegger said:
If you are on windows you have to set the path to the jdk's bin directory
Sent from my GT-I5700 using XDA Premium App
Click to expand...
Click to collapse
You mean to put the bin path in Environment Variables?
Yes
Sent from my GT-I5700 using XDA Premium App
PsHegger said:
Yes
Sent from my GT-I5700 using XDA Premium App
Click to expand...
Click to collapse
it does not work
And javac works from command line?
Sent from my GT-I5700 using XDA Premium App
You have downloaded the wrong JDK I did the same thing
i don't understand. could you clarify
federicofeleni said:
i don't understand. could you clarify
Click to expand...
Click to collapse
Sorry for being unclear, what JdK did u download?
Sent from my Nexus S using XDA Premium App
I'm on my phone right now so can't tell u exactly which 1 it should be from memory but I did what u did twice on 2 different laptops!
Sent from my Nexus S using XDA Premium App
I have downloaded Java Development Kit 6 Update 24 for Windows
federicofeleni said:
I have downloaded Java Development Kit 6 Update 24 for Windows
Click to expand...
Click to collapse
Ok I'm not at home to check just now but that's the one I did first aswell. The only thing I can remember is it had EE in the one you need, if you go through sdk install again and link to the Java site you will see the one I mean. Good luck
Sent from my Nexus S using XDA Premium App
noj78 said:
Ok I'm not at home to check just now but that's the one I did first aswell. The only thing I can remember is it had EE in the one you need, if you go through sdk install again and link to the Java site you will see the one I mean. Good luck
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
the one I downloaded has SE in the end
i went to oracle site and there are these files that have EE at the end. which one should i download:
Java EE with JDK or Java web profile with JDK
federicofeleni said:
i went to oracle site and there are these files that have EE at the end. which one should i download:
Java EE with JDK or Java web profile with JDK
Click to expand...
Click to collapse
Java EE with JDK
Sent from my Nexus S using XDA Premium App
federicofeleni said:
i went to oracle site and there are these files that have EE at the end. which one should i download:
Java EE with JDK or Java web profile with JDK
Click to expand...
Click to collapse
I'm having the same problem. If you got it working can you post the link to what you used? Thanks.
Sent from my Nexus S using XDA Premium App
All of you should buy macs on a mac you don't need to install anything. =D
noj78 said:
Java EE with JDK
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
I downloaded Java EE with JDK too but again it does not work
federicofeleni said:
I downloaded Java EE with JDK too but again it does not work
Click to expand...
Click to collapse
That's strange!!! What OS are you using?
Sent from my Nexus S using XDA Premium App
noj78 said:
That's strange!!! What OS are you using?
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
Win 7 Pro x64

Creating APKs

I need to create an APK that simply is a web browser that's locked.to just my website anyone have any idea how to do it easily and save it as an APK? Please help thanks
Sent from my Nexus One using XDA
Hello.
First, you must install Eclipse with the ADT plugins, in the latest version, it will install the android SDK for you. So, you will have all you need in order to start.
Next, you will have to code in Java.
You can look at tutorialforandroid.com, there is a tuto for what you want (sorry, I cannot post direct link because I'm a "newbie" here).
Good luck
not a problem thanks ever so much
Sent from my Nexus One using xda premium
You're welcome
You may be particulary interested by this tuto:
http://www.tutorialforandroid.com/2009/02/webview-with-zoomcontrols-in-android.html
(yes, I can post link now )
Otherwise look in google for "android webview".
If you want, I can build it for you, just give me the URL and your icon, it's a 5 minutes job
Wow sure thanks dude! My URL is: www.silverbeanandroid.co.uk
And what format should my icon be? Thanks alot
Sent from my Nexus One using xda premium
This is my icon. If you could take away the white background that would be great (I'm a bit of a noob) but if not its ok. Thanks
Sent from my Nexus One using xda premium
Here it is.
Sources and APK.
The code was inspired by these tutos:
http://developer.android.com/resources/tutorials/views/hello-webview.html
http://www.tutorialforandroid.com/2009/02/webview-with-zoomcontrols-in-android.html
Enjoy
thanks very very very very much mate ill be sure to put your name as the develper on my site! Would u like it to say by tux family or your real name
Sent from my Nexus One using xda premium
oh and do u think u might know where I can find a simple tutorial video on how to do it? I'm a BIG noob
Sent from my Nexus One using xda premium
moose.splash1 said:
Would u like it to say by tux family or your real name
Click to expand...
Click to collapse
You can say "tuxfamily" from xda dev, it's okay
About Eclipse, install Helios
http://www.eclipse.org/helios/
and next, the ADT plugin
http://developer.android.com/sdk/eclipse-adt.html
Once it have installed the latest SDK, create a new Android Project and choose to create project from existing source, and provide the path where you unzip the provided sources.
It's not so hard at it seems, don't worry.
OK thanks how do I create an android project? And if I was to use your source is there a way of putting a navigation bar at the bottom so you can navigate between 3 of my sites? Thanks and sorry for my noobieness
Sent from my Nexus One using xda premium
moose.splash1 said:
OK thanks how do I create an android project? And if I was to use your source is there a way of putting a navigation bar at the bottom so you can navigate between 3 of my sites? Thanks and sorry for my noobieness
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
You can create a new android project in Eclipse like this:
File -> New -> Other ( Or simply press Ctrl + N ), then open the Android map and click Android Project.
If you need more help don't mind asking me and have a good day
First are you a Windows , Linux or Mac user ?
moujibzinc said:
First are you a Windows , Linux or Mac user ?
Click to expand...
Click to collapse
Im using windows and linux..
Sent from a Samsung Galaxy Ace with TapaTalk.
I'm using windows
Sent from my Nexus One using xda premium
How would I create an app that has 3 buttons at the bottom of the app which navigate to 3 different web pages
Sent from my Nexus One using xda premium
moose.splash1 said:
How would I create an app that has 3 buttons at the bottom of the app which navigate to 3 different web pages
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
Bit hard to explain here on my phone.. Can you add me on msn? Email is on my profile.. Let me know something.
---------
Using TapaTalk on my SGA.
I don't have msn but I have Gmail...
Sent from my Nexus One using xda premium
moose.splash1 said:
I don't have msn but I have Gmail...
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
Gmail will do.. [email protected]
---------
Using TapaTalk on my SGA.
K thanks
Sent from my Nexus One using xda premium

Ruu

Can someone post a link for an ruu or a pg86img .. I have tried ever link in xda on this and none work now. Thanks in advance
Sent from my PG86100 using XDA App
I was wondering the same thing, I have yet to find a good link for the latest RUU..
I know.. I just upgraded to.the 3d and I'm going to sell the ol shift but I want to unroot it first
Sent from my PG86100 using XDA App
pcausey77 said:
I know.. I just upgraded to.the 3d and I'm going to sell the ol shift but I want to unroot it first
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Use the 2.2 ruu and accept the ota updates
Sent from my PG06100
I can't find a download link that works
Sent from my PG86100 using XDA App
pcausey77 said:
I can't find a download link that works
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1586975
Sent from my PG06100
Downloading now thanks man really appreciate it.
Sent from my PG86100 using XDA App
drob311 said:
http://forum.xda-developers.com/showthread.php?t=1586975
Sent from my PG06100
Click to expand...
Click to collapse
So you don't have a link to the latest RUU? How were you able to develop newSENSE rom without it
sparksco said:
So you don't have a link to the latest RUU? How were you able to develop newSENSE rom without it
Click to expand...
Click to collapse
yes we had the ruu to make newSENSE. Its not hard to search for a working link if you know how to use google. Here is 2 links for it one is a .torrent for a faster download
http://www.4shared.com/get/AqB4uHOd/ruu_speedy_s_sprint_wwe_277651.html
http://dc504.4shared.com/download-t..._wwe_277651.exe?tsid=20120408-145534-d65308f4
sparksco said:
So you don't have a link to the latest RUU? How were you able to develop newSENSE rom without it
Click to expand...
Click to collapse
I have it on my pc... Not in my dropbox or any file sharing site. Tough to dissect an ruu when it on the cloud...
Sent from my PG06100 using Xparent Blue Tapatalk
one_love_420 said:
yes we had the ruu to make newSENSE. Its not hard to search for a working link if you know how to use google. Here is 2 links for it one is a .torrent for a faster download
http://www.4shared.com/get/AqB4uHOd/ruu_speedy_s_sprint_wwe_277651.html
http://dc504.4shared.com/download-t..._wwe_277651.exe?tsid=20120408-145534-d65308f4
Click to expand...
Click to collapse
The thanks was a accident... Have you even tried those links LOL? Two of them say invalid file and the first one I can't get it to download either.
sparksco said:
The thanks was a accident... Have you even tried those links LOL? Two of them say invalid file and the first one I can't get it to download either.
Click to expand...
Click to collapse
the first link still works for me, the .torrent doesnt anymore
Just DL'd from the first link. Worked for me, no issues.

Get facebook home easier

Hey guys this is a direct link to download facebook home
You dont need to edit anything just install like any normal app and it will work
Tested and works perfectly
http://d-h.st/qOz
Source pocket now
Just uninstall your fb app and replace with the one in the download link
And no need for messenger to be installed in order for this to work
Sent from my GT-N7000 using xda premium
Thanks, when copy from a source link to it, don't just copy the download link from other threads, thi is against forum roles :angel:
Uploaded By: theos0o
Uploaded On: 2013-04-12 15:42:09
Downloaded: 25896
Click to expand...
Click to collapse
keeky said:
Thanks, when copy from a source link to it, don't just copy the download link from other threads, thi is against forum roles :angel:
Click to expand...
Click to collapse
Sorry mate i didnt see it i opened from my phone on pocket now and didnt see it
Sent from my GT-N7000 using xda premium
Mods please close this thread
Sent from my GT-N7000 using xda premium
Warnahly said:
Mods please close this thread
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
use the report button..

New Samsung keyboard mj5

Here is the Link https://db.tt/Q642ircu
Here is the odex file https://db.tt/w6W9oOcy
Make a backup of it current apk in /system/app then put that one in and fix the permission.
Hit thanks if it works please.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
ahjdmarchi said:
Here is the Link https://db.tt/Q642ircu
Make a backup of it current apk in /system/app then put that one in and fix the permission.
Hit thanks if it works please.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Wouldn't you need the new Odex file also?
Would u happen to have the old one? Not a fan of the new one
Wouldn't install for me. Copied both the apk and the odex file to system/app but it was a no go.
Edit: also fixed permissions to rw-r--r-- after reboot it did not install so I tried to install it by tapping on it. After a bit it came back as not installed.
What about the old gray one? It looks much better
sEnt from thE noTe 3
CodeNameRedNeck said:
Wouldn't install for me. Copied both the apk and the odex file to system/app but it was a no go.
Edit: also fixed permissions to rw-r--r-- after reboot it did not install so I tried to install it by tapping on it. After a bit it came back as not installed.
Click to expand...
Click to collapse
Yea same problem here. I don't understand
defectiveleader said:
Yea same problem here. I don't understand
Click to expand...
Click to collapse
I know there are some apks that you cannot install after the initial install of the ROM. Could be that or we just need another file.
defectiveleader said:
Yea same problem here. I don't understand
Click to expand...
Click to collapse
Same issue here.
I was so excited to. My life is ruined.
So I have found no details on why this won't work. I think I suck at searching
Rippley05 said:
What about the old gray one? It looks much better
sEnt from thE noTe 3
Click to expand...
Click to collapse
Here's the old grey keyboard for those who were looking for it. Extract zip and install, if that doesn't work move the apk into system/apps fix permission to rw-r-r and install, if the install fails then reboot and it should install.
Sorry guys tried to help. .. I'm gonna look into the issue and decompile apk and look into some of the differences
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
ahjdmarchi said:
Sorry guys tried to help. .. I'm gonna look into the issue and decompile apk and look into some of the differences
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Much appreciated.
I guess the keyboard must have a few little changes and bug fixes other than a new theme.
ahjdmarchi said:
Sorry guys tried to help. .. I'm gonna look into the issue and decompile apk and look into some of the differences
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ya I wasnt able to install the old keyboard
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
zounduser said:
Ya I wasnt able to install the old keyboard
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yea, we aren't getting this on the older rom. Hopefully we'll get safestrap and custom roms soon.
I miss the white keyboard! Y the hell did they change it?! It's so ugly now.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
zounduser said:
I miss the white keyboard! Y the hell did they change it?! It's so ugly now.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Did you try the apk above I linked for the old keyboard?
Rippley05 said:
What about the old gray one? It looks much better
sEnt from thE noTe 3
Click to expand...
Click to collapse
Here's the old grey keyboard for those who were looking for it. Extract zip and install, if that doesn't work move the apk into system/apps fix permission to rw-r-r and install, if the install fails then reboot and it should install.
Thats nice...
ahjdmarchi said:
Here is the Link https://db.tt/Q642ircu
Here is the odex file https://db.tt/w6W9oOcy
Make a backup of it current apk in /system/app then put that one in and fix the permission.
Hit thanks if it works please.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Does the odex file go in the same directory please?
Thank You,
Fas
Does anyone know the difference in they keyboards? It is just the color?

Categories

Resources