[Q] ADB or TOOLs for Linux based PC - Other Tools & General Discussion

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

Related

WIN XP on HTC universal

Is this real?
Please, if exist I search this ROM.
Thanks
No, absolutely not. There are ROMs that include an XP theme, not the actual OS.
You can run Win95 on an emulator (QEMU and Bochs, I think), possibly even Win98, but it will be unusably slow for anything practical. You can also run native versions of Linux and Android. That's it for your OS choices.
Welcome to the forums
Have a read on my signature link to learn more of XP on Universal
menovek said:
Is this real?
Please, if exist I search this ROM.
Thanks
Click to expand...
Click to collapse

[Q] Installing Android on Nokia C6

Hello Guys, I am new to this FORUM and I sure like the posts and answers.
Well over the years I have been using one nokia phone or the other and this time I own a C6 and I am tired of the SYMBIAN Series, No Flexibility of customizing the home screens and the sluggish menus etc, etc. Can some help or find me a way to boot Android on my phone. I know there is a way to boot Android in Windows Mobile using Emulator BUT how about Symbian?
Buy Android phone, that is a really simple solution to your question.
btw can you share how to emulate android on windows mobile as you have quoted in your note.
I know there is news about Nokia N900 (Maemo) being run on Andriod. You may google to find this and may look for some help there.
rachit2588 said:
Buy Android phone, that is a really simple solution to your question.
btw can you share how to emulate android on windows mobile as you have quoted in your note.
Click to expand...
Click to collapse
@rachit: for your emulation Q.
I am not sure how to do it as I don't have a windows mobile phone but I am sure I have seen some posts.
here are some links.. hope u can find your way through. there is a program named haret which helps you to boot to Android. Just install Android in SD Card and then run Haret is what they say. But most of them have done it only on HTC Phones.. Good Luck!
Link 1
addictivetips.com/windows-tips/download-google-android-emulator/
Link 2
geekzone.co.nz/forums.asp?forumid=97&topicid=43423
Link 3
mobile.engadget.com/2010/01/13/android-2-0-emulated-on-htc-touch-hd-almost-fast-enough-to-use/
here is your search string, use in google
"emulate android on windows mobile"
You can download the trial emulator here (for symbia)
handango.com/catalog/ProductDetails.jsp?storeId=2218&deviceId=2122&platformId=20&productId=254284
depankar said:
@rachit:I am not sure how to do it as I don't have a windows mobile phone but I am sure I have seen some posts. But most of them have done it only on HTC Phones
Click to expand...
Click to collapse
Most of them have only done it on HTC phones because only two HTC phones - HD2 and Vogue have been the most stable and successful running android either on the SD card or NAND. A few other phones in the "Legacy" device family are able to run it but only on the SD and not NAND memory as stable as the two listed.
Theonew said:
Most of them have only done it on HTC phones because only two HTC phones - HD2 and Vogue have been the most stable and successful running android either on the SD card or NAND. A few other phones in the "Legacy" device family are able to run it but only on the SD and not NAND memory as stable as the two listed.
Click to expand...
Click to collapse
Hii friend... i also want to install different system on my nokia c6 but it also looks like impossible in our phone... plz reply if u had find the solution

Ubuntu and eclipse, is there any driver to run apps

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.

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

[Completed] LF Help installing Android to Windows Tablets

Hi
I recently installed Remix OS to my Asus X502C laptop and it all seemed really quick and easy so I decided to try it out on my old Linx 7 Windows Tablet and my iRulu Windows W1005 however I just cannot seem to get it to work.
I can get it installed to either the hdd or a bootable USB drive but when I choose the Android OS to boot from I get varying errors of missing things etc and then it hangs on a black screen.
I have also tried various other Android images listed to work on Windows tabs and other installers; Rufus, the Androidx86 installer 2.4 from a thread on this forum etc..
I can run MEmu no problem on my iRulu but I really would like a dual boot on it or just single boot on the Linx 7, I am a member on the Linx forum and Reddit but the Android discussion seems to be dead on there and guides/files are missing but people have said they have had Android running.
Can anyone point me to something that will work?
Thanks in advance for any help.
Holly
yummyyetis said:
Hi
I recently installed Remix OS to my Asus X502C laptop and it all seemed really quick and easy so I decided to try it out on my old Linx 7 Windows Tablet and my iRulu Windows W1005 however I just cannot seem to get it to work.
I can get it installed to either the hdd or a bootable USB drive but when I choose the Android OS to boot from I get varying errors of missing things etc and then it hangs on a black screen.
I have also tried various other Android images listed to work on Windows tabs and other installers; Rufus, the Androidx86 installer 2.4 from a thread on this forum etc..
I can run MEmu no problem on my iRulu but I really would like a dual boot on it or just single boot on the Linx 7, I am a member on the Linx forum and Reddit but the Android discussion seems to be dead on there and guides/files are missing but people have said they have had Android running.
Can anyone point me to something that will work?
Thanks in advance for any help.
Holly
Click to expand...
Click to collapse
Greetings!
Thank you for using XDA Assist.
Please consider posting your question here:
http://forum.xda-developers.com/showthread.php?t=2259645
That's a friendly help thread where you'll receive expert advice.
Good luck!

Categories

Resources