[Q] How do I get my first app to work? - Android Q&A, Help & Troubleshooting

Hello dear members of XDA-developers!
This is my first post, so please don't kill me. I've tried to find the answer to my question, but I guess it's too simple, since I believe nobody ever asked this.
So, I've just finished the first tutorial about developing on the android website (can't post outside links yet, but I'm pretty sure you all know it haha) and I would like to get it working on my Galaxy Nexus, but sadly I don't know how . (I honestly have no idea what version, but I'm in the Netherlands and that's where i bought it. It's running 4.1.1)
Could you guys help me out?
I know this question must've been answered before, but I can't find it.
Yes I am aware of the fact that I am a complete and utter noob and should be killed for my lack of knowledge or pro-ness in android developing.
Anyways if you read this you've made it through all of my question, so thanks for reading ^^
colonelmy

Assuming you are using eclipse connect your phone to your computer via usb cable. Now click the run program button and it should be sent to your device. If you have an emulator running at the same time eclipse should ask you what what device to send it to.

blazingwolf said:
Assuming you are using eclipse connect your phone to your computer via usb cable. Now click the run program button and it should be sent to your device. If you have an emulator running at the same time eclipse should ask you what what device to send it to.
Click to expand...
Click to collapse
Thanks for the quick response man, didn't think anyone way going to asnwer this lol.
That's right, I am using eclipse and i already tried what you suggested, but the problem is that eclipse can't find my nexus..
you think it might have anything to do with the fact that im programming for 4.1.2 and my Nexus currently runs 4.1.1?
That would be weird though, since i should have compatability all the way back to 2.3.3.
Otherwise I'd need to try and get my Nexus to run 4.1.2, but I don't think it supports it, right?
once again thanks for the response.
colonelmy

colonelmy said:
Thanks for the quick response man, didn't think anyone way going to asnwer this lol.
That's right, I am using eclipse and i already tried what you suggested, but the problem is that eclipse can't find my nexus..
you think it might have anything to do with the fact that im programming for 4.1.2 and my Nexus currently runs 4.1.1?
That would be weird though, since i should have compatability all the way back to 2.3.3.
Otherwise I'd need to try and get my Nexus to run 4.1.2, but I don't think it supports it, right?
once again thanks for the response.
colonelmy
Click to expand...
Click to collapse
Make sure USB debugging is turned on on your phone.
You set the minimum sdk level to 10?

blazingwolf said:
Make sure USB debugging is turned on on your phone.
You set the minimum sdk level to 10?
Click to expand...
Click to collapse
USB debugging is on, and yes I set the minimum sdk level to 10.
MY pc also recognizes it, but somehow eclipse does not...
Anyway, thanks for replying.
colonelmy

When I started building my first app, I built the "Hello Android" example using eclipse, to run on the emulator on my Windows PC.
When that worked, I found the built .apk file on my PC, and copied it to my DroidX, and sideloaded it, and it ran fine on the DroidX.
Sent from my unrooted DroidX using Tapatalk2

Nate2 said:
When I started building my first app, I built the "Hello Android" example using eclipse, to run on the emulator on my Windows PC.
When that worked, I found the built .apk file on my PC, and copied it to my DroidX, and sideloaded it, and it ran fine on the DroidX.
Sent from my unrooted DroidX using Tapatalk2
Click to expand...
Click to collapse
Yeah I've been hearing a lot about those .apk files, but where can i find them?
Once I know where that is, I just have to use a filebrowser and install it, correct?
Thanks for replying.
colonelmy

colonelmy said:
Yeah I've been hearing a lot about those .apk files, but where can i find them?
Once I know where that is, I just have to use a filebrowser and install it, correct?
Thanks for replying.
colonelmy
Click to expand...
Click to collapse
right click in eclipse in the project browser on your project and choose "export"... then copy the apk file to your phone and install it
btw set the minimum sdk to android 2.3
Sorry for my bad englisch

emyaz said:
right click in eclipse in the project browser on your project and choose "export"... then copy the apk file to your phone and install it
btw set the minimum sdk to android 2.3
Sorry for my bad englisch
Click to expand...
Click to collapse
my god thanks! It works like a charm now!
colonelmy
EDIT:
Yeah, getting it installed on my phone was easy now, but when I start the app, it only says: "Unfortunately, MyFirstApp has stopped", but that's probably a problem within the app itself I think.
Thanks again for helping me out (well sortof anyways )
colonelmy

To fix it run
Code:
adb logcat
You can see what went wrong
Enviado desde mi XT912

Correct me if I'm wrong. But I don't think simply copying the apk into phone and installing work, because I guess the apk needs to be signed. But when you launch from Eclipse it need not have to, and will install straight away into your phone.
First you should make sure ADB detects your device.
Run this command in cmd -> C:\android-sdk-windows\platform-tools\adb devices
Assuming you've installed android-sdk in C drive, turned on Android Debugging in phone. If it displays your device, then you are good to go and run your project from Eclipse.

Hey!
Ik ben ook Nederlands, en net begonnen met het ontwikkelen van apps.
Dus ik denk dat ik je meer dan anderen kan helpen! Stuur me maar een berichtje!
Translation:
Hey! I'm from the Netherlands too, and just got started with app development on my Galaxy Nexus. I think I can help you more than anyone else! PM me!
Sent from my Galaxy Nexus running Android 4.2 JB

Related

Updated to 2.1... still no root ( Fixed ^_^ )

I got to part 3 in the instructions, as soon as I started with the command promt it all went to hell.
None of the commands are recognized and it just says file not found or no such directory.
I have the eris 2.1 test
If anyone could just shed some light on how the whole command promt thing works Id be hapy ^_^
are you pointing the command prompt in the right direction? If you followed the instructions it should be aimed at- C:\AndroidSDK\android-sdk-windows\tools
if it nots and it's at windows or my documents just type "cd C:\AndroidSDK\android-sdk-windows\tools"
If you're following the tutorial to a t then you shouldnt have any issues, it's idiot proof.
WalkingTaco said:
are you pointing the command prompt in the right direction? If you followed the instructions it should be aimed at- C:\AndroidSDK\android-sdk-windows\tools
if it nots and it's at windows or my documents just type "cd C:\AndroidSDK\android-sdk-windows\tools"
If you're following the tutorial to a t then you shouldnt have any issues, it's idiot proof.
Click to expand...
Click to collapse
I figured it out from here unlockr.com I didnt know you could enter folders from the command promt...
Thanks and whats the best rom ut right now?
Im lookin forward to live wallpapers
Re: Updated to 2.1... still no root
evil Eris is my favorite. get ready to be disappointed with live wallpapers, they run like **** at the moment bit I'm sure it'll be tweaked to be more stable in the future
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk
^_^ So is there like a link you can give me for all the apps and games?
Im gonna load Evil Eris right now ...
Ki1lACrAcK said:
^_^ So is there like a link you can give me for all the apps and games?
Im gonna load Evil Eris right now ...
Click to expand...
Click to collapse
Pirating is illegal and should not be a justification of having root. Most apps have free versions which you can try, if you like it, spend the $2-5 dollars that most good apps cost to purchase. It's not like these devs make a whole lot of money for what they do especially when they get ripped off by pirates.
btw- you dont need root to install unauthorized copies of .apks
there is a rollback being tested for leak users
iloveandroid said:
there is a rollback being tested for leak users
Click to expand...
Click to collapse
how is that relevant? he installed the leak with test keys and is now rooted
WalkingTaco said:
how is that relevant? he installed the leak with test keys and is now rooted
Click to expand...
Click to collapse
Sorry I just read the title

Voice Recorder

Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
I think you would be better served to post this in the dev section.
narcopolypse said:
I think you would be better served to post this in the dev section.
Click to expand...
Click to collapse
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
same hear, whoever has this could you please post it
Alex530 said:
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
Click to expand...
Click to collapse
True, but it is still the appropriate section to post this request in. Some people just don't seem to realize it... and they're a bunch a doody heads.
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
Does it work with the current 2.2 roms?
hanbaoquan15 said:
Does it work with the current 2.2 roms?
Click to expand...
Click to collapse
Don't know. Hang on a minute, I'll check.
Don't know why but de-odexer failed to de-odex it. I'm running a de-odexed rom so I can't test it now.
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
thanx, i owe you a beer
will try this in a few
Anyone? Bueller? Bueller?
vtxGump said:
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
Click to expand...
Click to collapse
No worries. Coincidentally, I happened to de-odex that file since my last post. So here is the de-odexed version that I have running perfectly on Froyo. And since you need it I'll attach a de-odexed copy of the file manager as well.
Thanks man
Sent from my SGH-T959 using XDA App
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
vtxGump said:
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
Click to expand...
Click to collapse
Yes there is.
First you need to install the SDK.
Then plug your phone into your computer, enable USB debugging, open a command prompt on your computer, navigate to the folder where your apk resides and enter the following commands:
Code:
C:\Phone Hacking\Vibrant>adb root
restarting adbd as root
C:\Phone Hacking\Vibrant>adb shell mount -o remount,rw /dev/block/st19 /system
C:\Phone Hacking\Vibrant>adb push VoiceRecorder.apk /system/app/
C:\Phone Hacking\Vibrant>adb reboot
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
vtxGump said:
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
Click to expand...
Click to collapse
The reason you got an error about adb not switching to root mode is that you are running a production kernel. You might consider changing to a custom kernel. You can run a rooted kernel along with your current rom.
I would suggest one of Eugene's custom kernels. I currently run A4 but there is a new A5 out that I will switch to later tonight.
If you can't figure out how to install it send me another message. I'll be glad to help.
Edit: Just updated to A5. Runs Great! Super fast awesomeness!
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
Try this,from Bionix final.Copy to root and use root explorer to copy to system/app.
This is my first week with rooting/flashing. My primary reason for going this route has been to get some froyo goodness and extend my battery life. I have been reading that the stock kernel is the best way to get the most battery life. What do the custom kernels get you? I've stayed away from the lag fixes as well for the same reason.
Thanks for being so helpful.
Sent from my SGH-T959 using XDA App

Orange FR 2.3.4 Gallery

Can someone upload a copy of their gallery.apk from this rom? liked it more than the one on the bell 2.3.4
EDIT:
and the apk for I believe it was called rich location (showed deals in the area kind of like groupon etc)
Couldn't find either one in my tibu files.
y2whisper said:
Can someone upload a copy of their gallery.apk from this rom? liked it more than the one on the bell 2.3.4
EDIT:
and the apk for I believe it was called rich location (showed deals in the area kind of like groupon etc)
Couldn't find either one in my tibu files.
Click to expand...
Click to collapse
What software do i need to get you the .apk files? (Sorry but i am new to the Android O.S.)
y2whisper said:
Can someone upload a copy of their gallery.apk from this rom? liked it more than the one on the bell 2.3.4
EDIT:
and the apk for I believe it was called rich location (showed deals in the area kind of like groupon etc)
Couldn't find either one in my tibu files.
Click to expand...
Click to collapse
Are these what you are looking for?
Yes! those are the ones! unfortunately BlurGallery has links to other programs so I can't get it to install or adb push. Rich location installed fine. THanks!
y2whisper said:
Yes! those are the ones! unfortunately BlurGallery has links to other programs so I can't get it to install or adb push. Rich location installed fine. THanks!
Click to expand...
Click to collapse
I am sorry to hear about the blurgallery incompatibility but i am glad that i could help. You are welcome, bud.
Thanks for the "thanks". It's much appreciated.
Btw, i read a lot about Adb and Adb shell.....where can i get them from? I tried the android market but it's not there. Tried googling it up (maybe i missed it) but it took me to the Android SDK download.
Thanks for your reply in advance.
the android sdk is the main place to DL them.
http://developer.android.com/sdk/index.html
be sure to read up on some of the commands you can do with it. its commands that are run through a DOS prompt or a terminal on the device that you can grab on the market.
Im a bit inexperienced with it as well it can get complex.
I got the Gallery3D app from greyblur to work on the orange fr 2.3.4....
y2whisper said:
the android sdk is the main place to DL them.
http://developer.android.com/sdk/index.html
be sure to read up on some of the commands you can do with it. its commands that are run through a DOS prompt or a terminal on the device that you can grab on the market.
Im a bit inexperienced with it as well it can get complex.
Click to expand...
Click to collapse
Thanks a lot for your reply, dude. I am going to do a little bit of reading on it.
fearthefox said:
I got the Gallery3D app from greyblur to work on the orange fr 2.3.4....
Click to expand...
Click to collapse
Yeah i think both have the same filename too (blur gallery) probably have similar ties. while the bell rom uses a different type of gallery similar to the 2.2 one. :/
Forgot I had my usb cable with me...so here is the odex file from the blurgallery (orange fr)...hope it helps.
thanks, still couldn't get it to install. must not be doing it correctly, if it is all possible.
Here are the screenshots of the version thats on the bell rom. its laggy in its animations as well.

[Q] Setting up Development environment

Hi all,
I'm trying to setup an Android development environment on Linux (Ubuntu)
The instructions I follow atm you can find HERE
I've downloaded and unpacked the Android SDK but trying to install I'm stuck.
It's probably very easy but for me coming from MS Windows I need to get used to all these new terms and commands. :cyclops:
The tutorial clearly explains the following:
'On Mac or Linux, open a terminal and navigate to the tools/ directory in the Android SDK, then execute android sdk.'
I've opened a terminal venster but how do I execute?
Sorry for my very noobish question but any help would be highly appreciated.
Grtz, Leo
http://blog.markloiseau.com/2011/06/how-to-install-the-android-sdk-and-eclipse-in-ubuntu/
Like three entries down in the search engine...
That will help me a few steps ahead again, great tut, thanks a lot!
thewadegeek said:
http://blog.markloiseau.com/2011/06/how-to-install-the-android-sdk-and-eclipse-in-ubuntu/
Like three entries down in the search engine...
Click to expand...
Click to collapse
No prob.
Out of curiousity (author here), did the steps work out easily or did anything need updating?
lowazo said:
Out of curiousity (author here), did the steps work out easily or did anything need updating?
Click to expand...
Click to collapse
I think he accidentally the while thing. I could be wrong though.
lithid-cm said:
I think he accidentally the while thing. I could be wrong though.
Click to expand...
Click to collapse
From here on out, I'm putting disclaimers on everything.

[Q] Help Please- 70b Internet Tablet-What SDE or ROM to use

Hello Everyone,
I am not new to flashing.
I have an Archos 70b IT.
I have the newest Honeycomb firmware on it.
The SDE from Archos for Gen8 or Gen9 does not work.
I keep getting Update Failed 1 error.
So if someone has this tablet, how did you update it to ICS???
How do I root this thing?
The Specs for the 70b vs. the 70
http://www.arctablet.com/blog/archos-tablet/archos-70b-it-review-part-1-introduction/
***funny note- Archos has this tablet listed under Gen9 in the firmware downloads section. I spoke to their Tech Support and they said it is a Gen8 device. They said there is a JB unit called the 70 Titanium that will be released soon.
Can someone help me here please.
I can't get ADB to work.
Can you tell me what you did or send me the files you are using for ADB?
I would like to root this unit or better put ICS on it.
droiduzr2 said:
Can someone help me here please.
I can't get ADB to work.
Can you tell me what you did or send me the files you are using for ADB?
I would like to root this unit or better put ICS on it.
Click to expand...
Click to collapse
Hi.
Have you tried to see letama thread about sde for it2 honeycomb?
And see archos website to have adb?
You can have root only on your tab.
All others gen8 systems are not compatible with your tab.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
bizcuite said:
Hi.
Have you tried to see letama thread about sde for it2 honeycomb?
And see archos website to have adb?
You can have root only on your tab.
All others gen8 systems are not compatible with your tab.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Yes, I tried to follow Letama directions. I just can't get ADB to work.
Can you send me your ADB files and USB.inf and Android.inf (I think there is an Androidusb.inf)
If someone can provide me their ADB files that would be great.:good:
droiduzr2 said:
Yes, I tried to follow Letama directions. I just can't get ADB to work.
Can you send me your ADB files and USB.inf and Android.inf (I think there is an Androidusb.inf)
If someone can provide me their ADB files that would be great.:good:
Click to expand...
Click to collapse
3 seconds with google search:
http://www.archos.com/support/support_tech/updates_adb.html?country=gb&lang=en
Bizcuite
Sent from my GT-N7100 using xda app-developers app
bizcuite said:
3 seconds with google search:
http://www.archos.com/support/support_tech/updates_adb.html?country=gb&lang=en
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
I tried that, did not work for me.
IT shows up as a Samsung phone under ADB heading.
When I do ADB devices, nothing shows up.
droiduzr2 said:
I tried that, did not work for me.
IT shows up as a Samsung phone under ADB heading.
When I do ADB devices, nothing shows up.
Click to expand...
Click to collapse
Maybe have you got any other drivers installed on your computer.
If yes try to uninstall it(s) and retry.
Bizcuite
bizcuite said:
Maybe have you got any other drivers installed on your computer.
If yes try to uninstall it(s) and retry.
Bizcuite
Click to expand...
Click to collapse
Hey,
I am not new to this.
I just can't seem to get ADB to recognize this thing.
I would really appreciate if you can send me your ADB files then.
PM me your email address and I will share my dropbox with you for you to put the files in or just zip them and email them back.
I have been trying for some time now but the tablet is just sitting there.
So if you can send me the files, that would be much appreciated.
droiduzr2 said:
Hey,
I am not new to this.
I just can't seem to get ADB to recognize this thing.
I would really appreciate if you can send me your ADB files then.
PM me your email address and I will share my dropbox with you for you to put the files in or just zip them and email them back.
I have been trying for some time now but the tablet is just sitting there.
So if you can send me the files, that would be much appreciated.
Click to expand...
Click to collapse
I use adb for ubuntu and i had installed with the how to from archos website.
You need windows files no?
Bizcuite
Sent from my GT-N7100 using xda app-developers app
bizcuite said:
I use adb for ubuntu and i had installed with the how to from archos website.
You need windows files no?
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Yes. I have have windows 7.
I do have a Linux Mint 14 in Vmware.
If you can provide me with files and basic info I can go from there.
Thanks for your help.
Looking forward to getting ICS on this.
I need ADB to work to flash new ICS ROM, correct???
droiduzr2 said:
Yes. I have have windows 7.
I do have a Linux Mint 14 in Vmware.
If you can provide me with files and basic info I can go from there.
Thanks for your help.
Looking forward to getting ICS on this.
I need ADB to work to flash new ICS ROM, correct???
Click to expand...
Click to collapse
Huuuum, i have just read the archos website to have adb. I will not share files then you can make your files yourself with archos website....
Please try again with linux. Or try to change the usb cable(their cable is very bad in quality) and verify that you have activated the adb in android parameters.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
bizcuite said:
Huuuum, i have just read the archos website to have adb. I will not share files then you can make your files yourself with archos website....
Please try again with linux. Or try to change the usb cable(their cable is very bad in quality) and verify that you have activated the adb in android parameters.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Wow man, you are just way too helpful.
This site is for people to help each other or so I thought.
I clearly told you that I tried a few times to do it and I could not get it to work. You have the file that can help me get things up and running but you rather not help out.
Whatever man, keep it.
KARMA!
This Archos section is the least helpful section of XDA that I have encountered thus far. This does not HELP promote getting more people to use or support these devices.
You should do yourself a favor and see how the Samsung community helps each other e.g. this section http://forum.xda-developers.com/showthread.php?p=41185753#post41185753
http://forum.xda-developers.com/showthread.php?p=41108791#post41108791
droiduzr2 said:
Wow man, you are just way too helpful.
This site is for people to help each other or so I thought.
I clearly told you that I tried a few times to do it and I could not get it to work. You have the file that can help me get things up and running but you rather not help out.
Whatever man, keep it.
KARMA!
Click to expand...
Click to collapse
I will not share you a file that you can make by a simple command.
For Linux users only: You need to add a udev rule if ADB only works as root:
Create a file /etc/udev/rules.d/51-android.rules that contains the following lines:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",
ENV{PRODUCT}=="e79/*", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="e79", MODE="0666"
Make the rule known to udev with the following command:
udevadm control --reload-rules (or udevcontrol reload_rules on older systems)
Click to expand...
Click to collapse
And your topic has been seen 280 times, i am alone to answer....
There aren't idiots questions, only idiots guys....
Stay in your sh*t.
Bizcuite
bizcuite said:
I will not share you a file that you can make by a simple command.
And your topic has been seen 280 times, i am alone to answer....
There aren't idiots questions, only idiots guys....
Stay in your sh*t.
Bizcuite
Click to expand...
Click to collapse
I don't use Linux.
Not interested in learning something else.
I will just sell this crap and buy another Galaxy Tab which is much better.
Problem solved.
U have to calm down. I was asking so many questions before like "I dont use linux blabla" and then Divx told me "mavasilisk is afraid of learning new things" and I started to find the answers myself. Its not only about the linux, dude.
Mavasilisk said:
U have to calm down. I was asking so many questions before like "I dont use linux blabla" and then Divx told me "mavasilisk is afraid of learning new things" and I started to find the answers myself. Its not only about the linux, dude.
Click to expand...
Click to collapse
Thanks for taking your valuable time to tell me something that is not helpful.
Have a good day!
droiduzr2 said:
Thanks for taking your valuable time to tell me something that is not helpful.
Have a good day!
Click to expand...
Click to collapse
Have you ever though that he cant send you it because of the compatibility? He told you to do it in linux but you stil flame him about that and wanna do it in Windows. You wanna help or you want not to do anything and thing get fixed itself? The help comes - sell it.
Mavasilisk said:
Have you ever though that he cant send you it because of the compatibility? He told you to do it in linux but you stil flame him about that and wanna do it in Windows. You wanna help or you want not to do anything and thing get fixed itself? The help comes - sell it.
Click to expand...
Click to collapse
You don't know what you are talking about.
But let's test your point out.
What can YOU do to help with WINDOWS 7 and the ADB files I need?
...
anyone else with an answer to this problem?
I dusted off the tablet to have a look again.

Categories

Resources