Ubuntu and eclipse, is there any driver to run apps - AT&T, Rogers HTC One X, Telstra One XL

Hello everyone,
I am trying to run some of my application that I wrote on my new HTC One X from eclipse but I think since I am using Ubuntu then probably I need a driver.
If this is true then can anybody help me with that.
any suggestions will be great help
thanks

drivers?
nope.
just install adb the correct way and all is good

hey there,
i guess i am missing something, because my eclipse on my ubuntu doesn't see my one x... actually it sees something, but the name of the device is like "?????????????", and android version is "unknown"... i don't know what to do... any ideas what should i? thanks for answers

Belovoj said:
hey there,
i guess i am missing something, because my eclipse on my ubuntu doesn't see my one x... actually it sees something, but the name of the device is like "?????????????", and android version is "unknown"... i don't know what to do... any ideas what should i? thanks for answers
Click to expand...
Click to collapse
Configure your udev rules. Or run as sudo
Sent from my HTC One XL using Tapatalk 2

thanks i configured udev rules. i can't post link to the page i found tutorial on, because i have only 2 post yet, but it can be easyly googled

Sorry guys for not replying since I wrote this post, I had some stuff and papers need to be done.
Anyway,
Pirateghost
I was origionally having adb and the whole Android SDK installed in ubuntu but after the upgrade I guess I lost some of the SDK stuff so you were write, I had to reinstall the SDK and adb was part of it.
Thanks.
The unswer that solved my problem with Eclipse and my HTC One X is here
you need to configured udev rules
and in my case I went to this website and I got it working
ubuntuforums.org/showthread.php?t=1918512
but it may be as easy as the following, I will put the rules I used for my computer
gedit /etc/udev/rules.d/51-android.rules
and then past the following line
SUBSYSTEM=="usb", ENV{ID_VENDOR_ID}=="0bb4", ENV{ID_MODEL}=="Android_Phone", MODE="0666"
It should be only ONE LINE.
I hope this help as it does helped me
Thanks again for your help.

Related

MOTOCLIQ Question for MODS(NOT A ROM)

Ok so I just got my motocliq in the mail today and off course I love it... My question is since its based in the Android OS will we just use THIS forum or will another section be made? I figure u all just make an Andriod Thread and make Sub threads for all the different Andriod phones
I would hope not since this is a HTC forum
djhollygrove said:
Ok so I just got my motocliq in the mail today and off course I love it... My question is since its based in the Android OS will we just use THIS forum or will another section be made? I figure u all just make an Andriod Thread and make Sub threads for all the different Andriod phones
Click to expand...
Click to collapse
this is an HTC Forum, this particular section of the forum pertains to anything G1/Dream. It would be pretty pointless for us to include blur/cliq development in here, unless it is a port of that OS TO the G1/Dream.
That being said, im sure there are moto forums out there, you just gotta search. I wanna say it was Drizzy that mentioned though, that development on the Blur was going to be harder at first because of some new hardware/software stuff, not sure exactly what it was so dont quote me on that.
I'm assuming that there will be a Sub-Forum devoted to it, once development on it is completed.
Until then... well, I assume that nothing will be released.
bet yeah i know this is MAINLY an htc forum but at the same time you guys do have the Sony Ericsson Xperia X1 forum on here lol just sayin
i wish XDA would be split into winmo android and symbian
nd then have the phones split after that screen, itd be alot better than having to scroll all the way down to find the G1
roguestatuskat said:
i wish XDA would be split into winmo android and symbian
nd then have the phones split after that screen, itd be alot better than having to scroll all the way down to find the G1
Click to expand...
Click to collapse
i'd vote for that.. esp now android is taking off alot of app related things are genral, and dev is very device specific.. so we could have like a genral and a devise specific section.
The Sony X1 is only up on this site because it was made by HTC for Sony... so u would have to find a dedicated Motorola development site to mod ur Cliq.
you have a point... lol but i still have my g1 so im not goin anywhere for a while... and im also about 2 get the hero for my sprint phone so ill be here
But were have Palm phone up here as well!
djhollygrove said:
Ok so I just got my motocliq in the mail today and off course I love it... My question is since its based in the Android OS will we just use THIS forum or will another section be made? I figure u all just make an Andriod Thread and make Sub threads for all the different Andriod phones
Click to expand...
Click to collapse
Can you do me a favor and grab the boot.img off of it?
From a terminal on the phone
Code:
dd if=/dev/mtd/mtd1 of=/sdcard/boot.img bs=4096
Then transfer it to your pc so you can upload it here.
Code:
adb pull /sdcard/boot.img .
That would really be helpful for Blur development
ModMyMoto
I used to go to this site daily, til I got my Dream...ModMyMoto.
I am sure you will see a section for this phone there soon.
bernaserra said:
But were have Palm phone up here as well!
Click to expand...
Click to collapse
Well, HTC made some of the Palm phones that run WinMo also. All the phones listed on DES were made by HTC no matter what brand name u see on the front of them.
XDA not DES... stupid auto-correct
palosjr said:
this is an HTC Forum, this particular section of the forum pertains to anything G1/Dream. It would be pretty pointless for us to include blur/cliq development in here, unless it is a port of that OS TO the g1/dream
That being said, im sure there are moto forums out there, you just gotta search. I wanna say it was Drizzy that mentioned though, that development on the Blur was going to be harder at first because of some new hardware/software stuff, not sure exactly what it was so dont quote me on that.
Click to expand...
Click to collapse
I remembrer drizzy saying the bootloader is locked so it either can't be rooted or will be harder to root. So it'll be a while till we see a forum anywhere
shafty023 said:
Can you do me a favor and grab the boot.img off of it?
From a terminal on the phone
Code:
dd if=/dev/mtd/mtd1 of=/sdcard/boot.img bs=4096
Then transfer it to your pc so you can upload it here.
Code:
adb pull /sdcard/boot.img .
That would really be helpful for Blur development
Click to expand...
Click to collapse
those commends dont work.. with bs4096 at the end i get unknown operand bs4096.. if i do it without it i get /dev/mtd1: cannot open for read: no such file or directory
jf4888 said:
I remembrer drizzy saying the bootloader is locked so it either can't be rooted or will be harder to root. So it'll be a while till we see a forum anywhere
Click to expand...
Click to collapse
Bleh... I guess that means that Droid will be harder to root too... sigh...
Smokuevo said:
those commends dont work.. with bs4096 at the end i get unknown operand bs4096.. if i do it without it i get /dev/mtd1: cannot open for read: no such file or directory
Click to expand...
Click to collapse
That's because the phone has to be rooted in order to pull the boot.img
Smokuevo said:
those commends dont work.. with bs4096 at the end i get unknown operand bs4096.. if i do it without it i get /dev/mtd1: cannot open for read: no such file or directory
Click to expand...
Click to collapse
It's not bs4096 it is bs=4096. Notice there is an equals sign in there
Smokuevo said:
those commends dont work.. with bs4096 at the end i get unknown operand bs4096.. if i do it without it i get /dev/mtd1: cannot open for read: no such file or directory
Click to expand...
Click to collapse
It's also not /dev/mtd1 it is /dev/mtd/mtd1

Why didn't development ANDROID for HTC Whitestone (IMAGIO)?

I have some question?
1. Can HTC Whitestone run Andorid?
2. If it can run Android, why xda don't development XDA-Andorid for HTC Whitestone?
3. If it can run Andorid and XDA-Andorid available for HTC, how to install XDA-Andorid on HTC Whitestone? Step by step to install for somebody have some stupid questions as me! We'd like Andorid for my phone!
Thanks for your work! Thanks for XDA!
NOTE: Some body don't install from Whitestone Android It Booted!!! http://forum.ppcgeeks.com/showthread.php?t=104666
I tryied this but my phone hangup when run error: 1. 648895] console handover: boot [htc_fb0]-> real [tty] on screen, please tell me what does this mean and how to fix this error!?
Hi! Admin! Please move this topic to HTC Whitestone Thread! Thankssss!
drnothing said:
I have some question?
1. Can HTC Whitestone run Andorid?
2. If it can run Android, why xda don't development XDA-Andorid for HTC Whitestone?
3. If it can run Andorid and XDA-Andorid available for HTC, how to install XDA-Andorid on HTC Whitestone? Step by step to install for somebody have some stupid questions as me! We'd like Andorid for my phone!
Thanks for your work! Thanks for XDA!
Click to expand...
Click to collapse
All you gotta do is search and read!!! LOL
http://forum.ppcgeeks.com/showthread.php?t=104666
Mally2,
In the original post, there was already a reference to that PPCGeeks page. I have the same error and I'm looking for help as well. Any takers?
Thanks!
Is not a build for the Imagio
TechXII said:
Mally2,
In the original post, there was already a reference to that PPCGeeks page. I have the same error and I'm looking for help as well. Any takers?
Thanks!
Click to expand...
Click to collapse
Android is not a special "thing" you just put anywhere and run, it has a kernel and is composed out of drivers and configurations, i'm pretty shure everething is out there but needs to be packed out together...
I'm a software developer but i have no experience compiling Android, my research is driving me to the HTC Lexikon (Merge) recently launched, this PDA hardware is very similar to the Imagio and it stock's Android so the work will be almost done and we won't need to start from "0", if you can help about please contact me..
Try this one
TechXII said:
Mally2,
In the original post, there was already a reference to that PPCGeeks page. I have the same error and I'm looking for help as well. Any takers?
Thanks!
Click to expand...
Click to collapse
Try this one, this PDA holds almost the same hardware as the imagio, it deffinitely should work:
http://911sniper.blog.163.com/blog/static/14290088120108195384257/
Post your results !!!
Has AnyOne tried his solution?
the lexikon is almost alike to the imagio
and if it doesnt work you can flash back.
So its a win win
i dont use whitestone.
It booted (i guess) !!
ndnmaster096 said:
Has AnyOne tried his solution?
the lexikon is almost alike to the imagio
and if it doesnt work you can flash back.
So its a win win
Click to expand...
Click to collapse
Hi, i am currently developing Android for the Imagio, i just startted the process and some tests, yesterday i was able to boot using a Topaz old testing kernel, but the screen was blank. I plan to compile a custom kernel for the Imagio.
I posted the Lexikon image but it wont work for the imagio because of the processor are different (Imagio= MSM7600) but i guess i could use some drivers from the Lexikon...
Wish me luck, i'm reading a lot to understand the kernel and Android
You can download the image i used here:
http://www.4shared.com/file/h9LTDTdp/droid_booted_imagiotar.html
And maybe, if you find the correct cmd_line arguments for HaRET you can get the screen to work properly
Glad someone is working on this. I'm right there with you! Make a thread on the imagio forum or pm me if you need testing.

[Q] Where is fastboot on the HTC site? [SOLVED]

Since htc changed their website, I have been unable to find the fastboot download, and all links just take me to the htc dev homepage. Any suggestions?
For Linux you can find it here: Click me softly.
Sorry
Sorry forgot to clarify. Looking for an OSX binary if possible. :-D
maybeeeeee
Maybe someone could upload their fastboot?
Found ittt!
Found it here for OSX:
http://www.filestube.com/ac000ce5e039f35303eb/go.html
Enjoy guys!!
I've actually gotten fastboot from the Android SDK without much issue....
scsa20 said:
I've actually gotten fastboot from the Android SDK without much issue....
Click to expand...
Click to collapse
Yeah, but since the android source repo is down, there's no way to get it from the source. Damn hackers

Qemu compiled for Android ?

Hi all,
I'm a Linux newbie and I would like to know if exists a compiled versión of Qemu for copy to a sd and use a windows image that I can download.
Thanks
MikiBroki said:
Hi all,
I'm a Linux newbie and I would like to know if exists a compiled versión of Qemu for copy to a sd and use a windows image that I can download.
Thanks
Click to expand...
Click to collapse
Most anti-productive idea ever!
To further answer, no. I don't believe that is possible.
O then k ... any GOOD step by step guide for dummies , please ?
I would need to that because I would like to make a fully functional simple Apache+PHP+MySQL installation.
Thanks!
Sorry...I'm not really any help here, but here are a few things I have been watching...
http://phpforandroid.net/
http://code.google.com/p/i-jetty/
You could try searching first before posting threads.....
Sent from my GT-I9100 using XDA
Thanks meanm50, I kew these programs, but no solution for me.
MemoryController, I have used the search and I'm actually using a Ubuntu image (Apache + PHP painfully installed, I'm with MySQL now) but I didn't found a step-by-step among a lot of post that guides me with libSDL, sorry.
Good luck!
Actually there are threads for both qemu and bochs.
Sent from my GT-I9100 using Tapatalk 2

[Q] ADB or TOOLs for Linux based PC

hi,
does anyone know if there is adb type program or adb toolset that wil work on a ubuntu based distro PC, I killed my wimdows machine, completely destroyed boot loader info, no recovery will work, but i did manage to install zorin ubuntu ,. so i have this and a chromebook.,
I have a new oneplus one that i have to go to work on soon, and I have a nexus 7 and a nexus 10, the wugfresh tool may run in wine, but i guess they still need the sdk installed.
anyone has any experience of linux and adb or similar linux program i would really appreciate any advise you can offer ,
y
thanks
stuart
You can find some on Android Development and Hacking forum. I use QtADB mostly though, because has versions for linux and Windows and it's a File Manager with support of adb. Take a look here:
http://qtadb.wordpress.com/
you can
search on google and get better result
What and get a bunch of YouTube video reviews! Read the answer above, that's what a helpful forum member does. That's the point of a dedicated topic forum, did you stop to think that i may have been googling and researching for weeks and get a bit nonplussed with all the conflicting opinions and techniques, that a dedicated Dev forum would be the place to seek advice?
Really if go google it is the best you can do, why even bother replying, your not talking to a schoolkid but a fellow member of the forum.
Sent from my Nexus 7 using XDA Free mobile app
dancer_69 said:
You can find some on Android Development and Hacking forum. I use QtADB mostly though, because has versions for linux and Windows and it's a File Manager with support of adb. Take a look here:
http://qtadb.wordpress.com/
Click to expand...
Click to collapse
Thanks very much I read up on Qtadb and it sounds like just the thing, I run xubuntu on chrome and a windows Laptop and so a dual platform for generic devices would suit me just fine
Sent from my Nexus 7 using XDA Free mobile app

Categories

Resources