access android vogue sd card in a mac? - Touch CDMA General

is there any way i can read and write to my sd card while running android in an osx environment? i know i can when im running winmo.

fixxxer2008 said:
is there any way i can read and write to my sd card while running android in an osx environment? i know i can when im running winmo.
Click to expand...
Click to collapse
You'll need to get the android SDK for OSX. It will include the adb tool, just like the SDK for Windows and Linux.

where can i get that at?

mac android sdk wow its amazing what a simple google search can get you

okay i downloaded it but how the heck do you install it? i found a few sites that explain but why go through all of that trouble just to get the usb to work?

seems pretty complicated to get the usb to work on osx and windows. i have windows 7 installed in a virtual machine and i still can't get the os to recognize my android vogue phone. it wont let me install the driver?

fixxxer2008 said:
okay i downloaded it but how the heck do you install it? i found a few sites that explain but why go through all of that trouble just to get the usb to work?
Click to expand...
Click to collapse
Wowww it's hard to get something to work that isn't supposed to??? What a shock!!!!

derekwilkinson said:
Wowww it's hard to get something to work that isn't supposed to??? What a shock!!!!
Click to expand...
Click to collapse
huh? what do you mean by that?

pointless thread because somesone doesnt know how to use google

jamezelle said:
pointless thread because somesone doesnt know how to use google
Click to expand...
Click to collapse
you know what dude, why don't you bite your damn lip. i did google it and i said it's too much just to get mac to recognize the sd card. i asked if there was s simpler way other than installing a ton of apps. man i guess what i heard about some of the members of xda are right!

fixxxer2008 said:
you know what dude, why don't you bite your damn lip. i did google it and i said it's too much just to get mac to recognize the sd card. i asked if there was s simpler way other than installing a ton of apps. man i guess what i heard about some of the members of xda are right!
Click to expand...
Click to collapse
w/e dude try this there is a link is not 2 far down the page

fixxxer2008 said:
you know what dude, why don't you bite your damn lip. i did google it and i said it's too much just to get mac to recognize the sd card. i asked if there was s simpler way other than installing a ton of apps. man i guess what i heard about some of the members of xda are right!
Click to expand...
Click to collapse
Alright, enough of the bickering. I just installed everything on my Mac and it was tedious but once you get it you'll be glad you did.
1) Download the SDK for Mac (I believe you have already done this) and extract it anywhere. I just put mine in /Users/<my_user_name>/Downloads/
2) If you are lacking a .bash_profile file (like I was), open Terminal and type
Code:
touch .bash_profile
this will create the .bash_profile file for you. Then,
Code:
open -e .bash_profile
this will open the file you just created in TextEdit to allow you to edit and add your PATH so you don't have to type in where you extracted the files to every time.
3) Add this line to your .bash_profile file
Code:
export PATH=${PATH}:*<your_sdk_dir>*/tools
Where <your_sdk_dir> is the full path to the android sdk folder (type carefully, remove < > brackets). For example, mine was /Users/<my_user_name>/Downloads/android-sdk-mac_x86-1.5_r3/
4) Save the file and quit TextEdit. Also, quit Terminal and open another window. It should give you no errors when you open Terminal.
Now you should be able to type
Code:
adb devices
into Terminal and see your phone listed as device.
To see more about ADB, look on the Adroid developer site: http://developer.android.com/guide/developing/tools/adb.html
If you have any questions, ask, that's what we are all here for.

Related

Tutorial to Import SMS from Nokia phone to HTC Hero

Hi,
I finally managed to import all my messages from my N95 to Hero and here is a tutorial I wrote for the same.
http://vinodmishra.com/2009/09/how-to-import-smss-from-nokia-to-htc-android-devices/
RemoteSojourner said:
Hi,
I finally managed to import all my messages from my N95 to Hero and here is a tutorial I wrote for the same.
http://vinodmishra.com/2009/09/how-to-import-smss-from-nokia-to-htc-android-devices/
Click to expand...
Click to collapse
Has anyone got this to work, i can't get the Date formate changed over to, i copied and pasted the string in the post but it doesn't change it over.
niktheman said:
Has anyone got this to work, i can't get the Date formate changed over to, i copied and pasted the string in the post but it doesn't change it over.
Click to expand...
Click to collapse
Ok got it to work,
okay my converter sux I got it .D if you could post more info to: http://forum.xda-developers.com/showthread.php?p=4385729 your tutorial for Hero could be much more simpler...
and dont forget to give credits plx .D
best regards
I had mentioned your thread as a credit in my blog post. Maybe I will make it bold now . And I know it could be simpler. When I have time I could write a tool to insert the xml generated by Amber Nokia convertor into the SQL Lite databases directly without doing all the hacks i.e. merging a tutorial to convert NOkia->WM and then WM->Android. The WM bit isn't really necessary tbh.
Sorry I just noticed.. I forgot to include the link to your post and only included the modaco ones SOrry for that.. Done it now
iphone to htc hero???
anyone?
Almost there, but a little help needed please
Hi, have followed all the steps and got a saved copy of import.xml.
Next I connected the phone using the USB cable. (Didn't mount it as a USB device)
Then I opened Command Promt on my PC and changed to the android SDK tools directory.
Then I type "adb shell" (without quotes)
It says:
adb server is out of date. killing...
* daemon started successfully *
$
At this point the phone disconnects from HTC Sync and I have to end adb.exe (which appears twice) in windows task manager to get it to reconnect to sync.
Any suggestions please?
If it disconnects from HTC Sync, it's fine as long as you get the shell prompt
RemoteSojourner said:
If it disconnects from HTC Sync, it's fine as long as you get the shell prompt
Click to expand...
Click to collapse
But then if I type "su" after the $ it says su: permission denied...
I assume your phone isn't rooted then.
RemoteSojourner said:
I assume your phone isn't rooted then.
Click to expand...
Click to collapse
Maybe not. To be honest I'm starting to feel a bit out of my depth here. I don't really have any programming knowledge and haven't really used dos much before. I'll go and research 'rooting' now, but if you can come back with a quick instruction in the meantime that'd be great
Ok, so I've found various instruction for how to root my phone. Only problem is that they each seem to relate to what network I'm on. I was originally on T-Mobile, but paid to have it unlocked so I can use my 3 sim. Should I just use the instruction relating to T-Mobile? Sorry for so many questions, but I'm a bit worried about permanently wrecking the phone
RemoteSojourner said:
I assume your phone isn't rooted then.
Click to expand...
Click to collapse
Ok, if I use the instructions here (my ROM version is 2.73.+) http://forum.xda-developers.com/showpost.php?p=4525393&postcount=1 do you think it should be ok? I am a bit worried about the part where it says "flashrec is using an exploit that isn't patched yet in the current kernel used by HTC, however if/when HTC patches this, flashrec will stop working. So for now it's ok but a next version might have patched this, so keep this in mind !"
retroscendence said:
Ok, if I use the instructions here (my ROM version is 2.73.+) http://forum.xda-developers.com/showpost.php?p=4525393&postcount=1 do you think it should be ok? I am a bit worried about the part where it says "flashrec is using an exploit that isn't patched yet in the current kernel used by HTC, however if/when HTC patches this, flashrec will stop working. So for now it's ok but a next version might have patched this, so keep this in mind !"
Click to expand...
Click to collapse
Yup that one should work.

help with Android

hello! i have a verizon HTc Touch / vogue.
and i reall want to put android on there, i have an old android where all you can do is text, but these new ones seem awesome ex:
http://forum.xda-developers.com/showthread.php?t=603028
http://forum.xda-developers.com/showthread.php?t=577186
but how do i boot these? i used the haret for the android i have working now, but how do i get these ones up and running?
Same way as you did the "old android." Just check to make sure you have the latest basefiles from SourceForge and load up a system.sqsh.
You can also do the partition system if you want to, but thats slightly more complicated. But still easy to get up and running.
hmm so i put all the files i download into the folder where my haret is and then i run haret and i put "system.sqsh" where it says "defualt.txt" and i get a error and it says "keyword: sqsh cannot be found" am i doing this right? sorry im a major NOOB
heres a screenie of what i have in my android folder:
Run the "default.txt" not system.sqsh
i have made some progress it now goes into the CMD and displays some lines of code but then it just sits there and the latest code line says "/bin/sh: can't access tty: job control turned off"
zbubblez said:
i have made some progress it now goes into the CMD and displays some lines of code but then it just sits there and the latest code line says "/bin/sh: can't access tty: job control turned off"
Click to expand...
Click to collapse
what does it say right before /bin/sh job control turned off?
jamezelle said:
what does it say right before /bin/sh job control turned off?
Click to expand...
Click to collapse
one sec lemme check, i got the hero one to work =]
Failed to find rootfs.img on SD card. you need to unzip the rootfs files to the root of your sd card. I THINK I KNOW WHAT TO DO NOW!
nvm its already extracted?
zbubblez said:
nvm its already extracted?
Click to expand...
Click to collapse
put everything in a folder called android on your sdcard
jamezelle said:
put everything in a folder called android on your sdcard
Click to expand...
Click to collapse
i got it =], but one things wrong =[ my language is set to english but my keyboard auto corrects japenese or something like that haha
so instead of starting a new thread I thought I'd post here for some help...
I was running an old version of android a while ago then switched to WinMo 6.5.1.. I want to give android another shot because of the improvements, I keep getting an error when running haret though:
mmc0: unrecognised SCR structure version 3
^ loops a bunch of times, then ends with
mmc0: init card failure (err = -22)
before looping "Waiting for SD card"
I've tried putting the files on root of sd card and within android folder, still no dice
can anyone give me a hand?
Thanks!
zbubblez said:
i got it =], but one things wrong =[ my language is set to english but my keyboard auto corrects japenese or something like that haha
Click to expand...
Click to collapse
i have never had that happen
jamezelle said:
i have never had that happen
Click to expand...
Click to collapse
yea, wtf idk why, but is there any way to like configure the screen because its a little off of what i touch
zbubblez said:
yea, wtf idk why, but is there any way to like configure the screen because its a little off of what i touch
Click to expand...
Click to collapse
yeah use the calibratescreen app. if you cannot find it here it is.put in a folder called "AndroidApps" on your sdcard and reboot
jamezelle said:
yeah use the calibratescreen app. if you cannot find it here it is.put in a folder called "AndroidApps" on your sdcard and reboot
Click to expand...
Click to collapse
i looked in my sd card and didnt see a folder called: "AndroidApps" so i made one and put it in there but it doesnt show up =[
zbubblez said:
i looked in my sd card and didnt see a folder called: "AndroidApps" so i made one and put it in there but it doesnt show up =[
Click to expand...
Click to collapse
did you reboot?
jamezelle said:
did you reboot?
Click to expand...
Click to collapse
yea, like 3 times, and ive tried like 3 different versions of android and they all look the same lol
zbubblez said:
yea, like 3 times, and ive tried like 3 different versions of android and they all look the same lol
Click to expand...
Click to collapse
hmm? ok well download astro from the market it is a file manager. and use that to navigate to the AndroidApps folder to manually install it. make sure you check unknown sources in settings>applications
jamezelle said:
hmm? ok well download astro from the market it is a file manager. and use that to navigate to the AndroidApps folder to manually install it. make sure you check unknown sources in settings>applications
Click to expand...
Click to collapse
yea ull probably think ima total noob but i dont have data or wifi.. freaking sucks.. i can use the internet when i plug my phone into the computer but not with android =[ so that means no apps, i gotta geta job and buy a good phone lol

Installing 3rd Party Apps

Here is how to install 3rd party applications. I'm not going to go into detail for every step so a little more research may be required if you don't understand all the terms. Search around, it's how I learned.
1. Download and extract the Android SDK. Once it is extracted copy it to the root of your C drive and to make your life easier rename it to sdk. So in the end it should be C:\sdk.
2. Download and install HTC Sync.
3. After the install of HTC Sync is complete connect your phone to the computer and select the HTC Sync option for the connection type on your phone. It doesn't matter if it fails to connect or gives you any error. When I did it the phone told me it couldn't find HTC Sync on my PC but I just hit OK and moved on.
5. Copy whatever 3rd party apps you are looking to install to the tools folder. (C:\sdk\tools). DO NOT rename the files, I had problems after doing that.
6. Open up a command prompt on your PC (In windows it's start, run, cmd) and change to the tools directory.
cd\
cd sdk\tools
After you change to that directory the prompt should say: c:\sdk\tools.
7. Type adb devices to verify that your computer can see the phone. If everything is working you should get a response that looks something like this:
List of devices attached
HTxxxxxxxxx device
8. Once you verify that the computer and phone are connected type the following:
adb install nameofapp.apk (obviously changing the nameofapp part to whatever the file is named).
You should see it copy the app then install and at the end it will say successful. All done!
Feel free to add to this if I missed anything....
KB
Thanks KB for the update, an easy workaround that I don't mind performing at all. Now if only we can remove those pesky AT&T bloatware they slapped on it, and get a nice Root going, we'll be in business!
Heck, I'd be willing to buy an extra Aria for someone around here if they could get a quick root/2.2 update going for this thing.
trying to install swype on my aria. please help
hello, please help with step 6. i dont know what i need to do. can some one please reply really quick. all i need is to do is install swype. how do i find swype anyways
hello, please help with step 6. i dont know what i need to do. can some one please reply really quick. all i need is to do is install swype. how do i find swype anyways
Click to expand...
Click to collapse
Step 6 may seem a little unwieldy, but here is a trick I learned.
1) Create a shortcut for CMD.exe on your desktop.
2) Right click the CMD.exe shortcut and go to Properties.
3) In the Start in: bar, type in the directory for the android SDK tools folder you put on your computer. For example, my start in address is:
Code:
"I:\HTC Hero\android-sdk-windows\tools"
Now everytime you open this CMD.exe shortcut, it will start in the correct folder to perform adb commands.
As far as Swype goes, you can get an e-mail for the installer through here.
I did run into a problem, since Swype will not install correctly because it needs to download and apply another .apk, which AT&T's blocks will not allow. Swype really isn't important enough to me to get it otherwise, as I'm happy installing the other apps I've been missing out on.
Hope that helps!
KB Smoka said:
Here is how to install 3rd party applications. I'm not going to go into detail for every step so a little more research may be required if you don't understand all the terms. Search around, it's how I learned.
1. Download and extract the Android SDK. Once it is extracted copy it to the root of your C drive and to make your life easier rename it to sdk. So in the end it should be C:\sdk.
2. Download and install HTC Sync.
3. After the install of HTC Sync is complete connect your phone to the computer and select the HTC Sync option for the connection type on your phone. It doesn't matter if it fails to connect or gives you any error. When I did it the phone told me it couldn't find HTC Sync on my PC but I just hit OK and moved on.
5. Copy whatever 3rd party apps you are looking to install to the tools folder. (C:\sdk\tools). DO NOT rename the files, I had problems after doing that.
6. Open up a command prompt on your PC (In windows it's start, run, cmd) and change to the tools directory.
cd\
cd sdk
cd tools
After you change to that directory the prompt should say: c:\sdk\tools.
7. Type adb devices to verify that your computer can see the phone. If everything is working you should get a response that looks something like this:
List of devices attached
HTxxxxxxxxx device
8. Once you verify that the computer and phone are connected type the following:
adb install nameofapp.apk (obviously changing the nameofapp part to whatever the file is named).
You should see it copy the app then install and at the end it will say successful. All done!
Feel free to add to this if I missed anything....
KB
Click to expand...
Click to collapse
I'm sorry I can't be more technical, but I use an easier way to install 3rd party apps, even multiple installs at once. Everything above is the same except AFTER step 3.. go to http://de.codeplex.com/ and download droidexplorer, once you have it, connect your phone to the pc, execute droidexplorer (droid explorer can take up to 2 mins (or maybe longer) to load so be patient), select drop down menu tools either addons (-batch install) to install multiple apps.. or Manage Packages to install single app. There are lots of other functions using droidexplorer but I think most of them need the device to be root.
(it's been a while since I first installed droidexplorer, so I'm not 100% certain if I even needed the android sdk, but HTC SYNC is definitely needed, if someone wants to give it a shot without installing android sdk to verify, that would be great, let me know and I'll fix up this post.)
THIS HAS BEEN VERIFIED TO WORK ON THE STOCK ATT ARIA by myself, as I just purchased the aria on sunday and already installed over 30 apps.
hope this helps someone.. post any replies if you need help, I'll try to help in any way I can.
thanks for the instructions KB. Getting my aria soon and can't wait to ditch the iPhone
Anyone know if/how you can delete the built in AT&T apps?
hocplyr98 said:
Anyone know if/how you can delete the built in AT&T apps?
Click to expand...
Click to collapse
I'd suspect you would need root access and then you could simply use shell rm /system/app/attbull****.apk
Yup....Same thing I did with my Incredible..
Ok, I got the Swype installer onto my phone, but then it stops me again. Thoughts?
Boneshark said:
Ok, I got the Swype installer onto my phone, but then it stops me again. Thoughts?
Click to expand...
Click to collapse
To elaborate. did "install adb swype-installer.apk" Got the success message. Tried to run swype installer on my phone and it got blocked as a third party app.
So, you can just use the Incredible root and it'll work for the Aria?
hocplyr98 said:
So, you can just use the Incredible root and it'll work for the Aria?
Click to expand...
Click to collapse
No no, he was saying he was able to remove the Verizon bloatware from his Incredible after rooting the phone. DO NOT use the Incredible method for rooting on your Aria, as you will possibly brick your phone.
Boneshark said:
To elaborate. did "install adb swype-installer.apk" Got the success message. Tried to run swype installer on my phone and it got blocked as a third party app.
Click to expand...
Click to collapse
Are you sure you have the right apk? If you got success it should already be installed. Check it by going to settings then language and keyboard. You should see Swype as an option.
shark0807 said:
No no, he was saying he was able to remove the Verizon bloatware from his Incredible after rooting the phone. DO NOT use the Incredible method for rooting on your Aria, as you will possibly brick your phone.
Click to expand...
Click to collapse
Thanks for clarifying....That could have ended badly.
KB Smoka said:
Are you sure you have the right apk? If you got success it should already be installed. Check it by going to settings then language and keyboard. You should see Swype as an option.
Click to expand...
Click to collapse
yep did "adb install swype-installer.apk" Got the "success" - nothing there. The swype installer is now on my phone. Click on it, log in to it, click download - third party deny message.
Also there's no swype on my phone in the downloads, only the swype installer. I figured I might have to do the same thing for the swype installer and swype, but the file isn't there. What exactly does running "install swype-installer.apk" accomplish? I figured it would allow me to download the actual Swype program, and not just the installer.
Tried again in CMD "Install_failed_already_exists"
Boneshark said:
Also there's no swype on my phone in the downloads, only the swype installer. I figured I might have to do the same thing for the swype installer and swype, but the file isn't there. What exactly does running "install swype-installer.apk" accomplish? I figured it would allow me to download the actual Swype program, and not just the installer.
Tried again in CMD "Install_failed_already_exists"
Click to expand...
Click to collapse
I tried this too. Apparently Swype-installer.apk is an Android program for you to download and install the REAL Swype software. I was able to install the swype-installer but the next step fail since it's trying to install Swype directly. Does any have the actual swype apk file? Do you know where I can find it?
saint168 said:
I tried this too. Apparently Swype-installer.apk is an Android program for you to download and install the REAL Swype software. I was able to install the swype-installer but the next step fail since it's trying to install Swype directly. Does any have the actual swype apk file? Do you know where I can find it?
Click to expand...
Click to collapse
Found it here: http://ip208-100-42-21.static.xda-developers.com/showthread.php?t=699705&page=2

[Q] Root Help myTouch 4G (SOLVED)

Hey there everyone. I have a myTouch and when I try and root using visionary it says that I am already rooted but if i go into the terminal emulator and I typer in su it says permission denied. I already wiped the os, cache, and sd. Please help
Thanks
macfan74318
Use the Manual method found here: http://forum.xda-developers.com/showthread.php?t=834225
But the problem is that I can not even get temp root. VISIONary says there is root but the terminal says permission denied when I try and get root access.
Try installing the superuser app from the market
Sent from my anti titanic
Thanks it worked perfectly.
Thanks
macfan74318
macfan74318 said:
Thanks it worked perfectly.
Thanks
macfan74318
Click to expand...
Click to collapse
Edit you post as solved.
thelamacmdr said:
Try installing the superuser app from the market
Sent from my anti titanic
Click to expand...
Click to collapse
macfan74318 said:
Thanks it worked perfectly.
Thanks
macfan74318
Click to expand...
Click to collapse
Seriously?! That's it? Ha!
What?
Why do you think that this is so funny. You have been their at one point and who knows someone else could have the problem and now they know what to do. Attitudes like this is what will lead to the downfall of the android developer community.
macfan74318 said:
Why do you think that this is so funny. You have been their at one point and who knows someone else could have the problem and now they know what to do. Attitudes like this is what will lead to the downfall of the android developer community.
Click to expand...
Click to collapse
No dude you got me wrong. I'm just amused that the problem is really solved that simply. It would never have occurred to me to try that. I've only just started playing with visionary on my phone about half an hour ago so I have virtually zero experience rooting the mt4g so far.
Was not talking **** but I totally appreciate your supportive attitude and I agree with your statements. I was a super-noob and am still pretty darn noobish. I actually enjoy helping where I can and I put links in my sig in case they come in handy for others.
Oh... Sorry for coming off so harsh.
Do you have any questions or need any help?
macfan74318
Since this is no longer development related, I am moving to General section
Okay. Sorry for being off topic. But if you need help please ask here.
Sent from my HTC Glacier using XDA App
macfan74318 said:
Oh... Sorry for coming off so harsh.
Do you have any questions or need any help?
macfan74318
Click to expand...
Click to collapse
No worries, your heart was in the right place. I think I'm ok for now. Going out of town this weekend so won't be able to play with this until probably tuesday night.
Also kinda waiting for CM6 to be available for our phones.
Yup Cyanogen Mod 6.1 will be amazing. They have already booted it but the status of the ROM is unknown
macfan74318 said:
Yup Cyanogen Mod 6.1 will be amazing. They have already booted it but the status of the ROM is unknown
Click to expand...
Click to collapse
Well it boots, but nothing works yet. Give them time.
Well kmobs says that "more will be released tonight". Maybe we will get a nightly build!
Can someone help me root my mt4g.i need wifi tethering.
Sent from my HTC Glacier using XDA App
How to root
First Question? Do you get and OTA Update (You can check by going to System -> About Phone -> Software Information. If you have gotten the update then under Android version it would say 2.2.1.
Next you need to follow this guide. http://forum.xda-developers.com/showthread.php?t=834225
What I did is I downloaded the program droid explorer (PC) (http://de.codeplex.com/) and it set up the whole adb system. All I did was to plug the phone in and copy the two files using Super Manager (Phone) and the ran the 2 commands minus the adb part of the command.
Download Visionary (http://android.modaco.com/content/t...350/10-nov-r12-test-visionary-one-click-root/) and then copy the apk file to your sd card.
Then mount your phone to your pc and copy the two files on to the root of your SD Card
Then open up super manager and go to settings and Enable ROOT Function, and show hidden files.
Then go the the copied files and cut them (Hi-light check box and hit the pair of scissors)
The keep navigating up one level until you cant go up anymore.
Then navigate to data
Then inside of data select local and paste the files there.
Then plug your phone in but dont mount it ( When you plug in it pull down the notification bar and select USB CONNECTION Change Type and change it to charge only.
The open Droid Explorer and it will recognize your phone
Look on the tool bar and hit the icon that looks like the command prompt icon.
The type su an on your phone you will get a prompt for superuser on your phone accept it.
Then copy and paste the following commands
insmod /data/local/wpx.ko You should get an error stating "function not implemented" this is what you want
dd if=/data/local/hboot_dhd.nb0 of=/dev/block/mmcblk0p18
Then type sync and wait about 5 min and then reboot.
Complete Credit for this guide goes to grankin01 I just broke it down step by step.
Hope this helps
Macfan

Backtrack ubuntu linux on mb860 olympus atrix 4g

This is NOT native ubuntu, THATS why i wanted it. You can use CYANOGENMOD roms and this will just load like a normal app, or a normal terminal. Or in my case provide me with a capable server in my pocket. Thjs js so cool imo. Because i can run all the old perl scripts directly on my phone... People can use my little perl scripts right from my pocket! I like this!
I use android 2.3 but after i got it on 2.3 i factory reset, installed multiple other roms, including ICS roms and it all worked. But alot of cool features backtrack has to offer seem to require lots of reconfiguration on 4+. i recommend android 2.3 nutrino rom i got it all working godly on there. Without editing the boot.img once... Or rly anything..
This runs as an app and the app "changes" the "root" directory. So basically its a little hack, its not native ubuntu.
I heard people telling me my phone cant run arch linux or ubuntu and i beg to differ.
Here is the only link i used to get a full blown capable (whatever) in my pocket.
http://stuffresearch.tor.hu/?p=245
After your done. Download a vnc client app to use the graphical interface (startx X.org desktop)
After your done with that download a ssh server app (that way your ubuntu chroot will be able to navigate android filesystem)
The vnc server and ssh server do not need to route trafic to your lan nor internet.
leathan said:
Sorry for the repost, idk how to move threads. I heard people telling me my phone cant run arch linux or ubuntu and i beg to differ.
I can write a full guide and post my scripts to help but this link may be enough.
http://stuffresearch.tor.hu/?p=245
After your done. Download a vnc client app to use the graphical interface (startx X.org desktop)
After your done with that download a ssh server app (that way your ubuntu chroot will be able to navigate android filesystem)
The vnc server and ssh server do not need to route trafic to your lan nor internet.
After you got it on your phone i recommend... Unlocking ALL the arm repositories and deleteing the bloat packages cause you wont have alot of room.
I get 2gb of room for ubuntu apps after removing bloat.
Click to expand...
Click to collapse
perhaps this is what ppl were talking about when they said that to you? http://forum.xda-developers.com/showthread.php?t=2078919 not really sure, i'm more of a stock rom/cm rom kind of guy myself. Ubuntu is still too new for me on a computer for me to consider it for a rom on a phone
Thank you for link.
But I don't see what I can do with Linux on my phone.
What is your motivation to run it? What useful thinks you can do with it?
Girafik said:
Thank you for link.
But I don't see what I can do with Linux on my phone.
What is your motivation to run it? What useful thinks you can do with it?
Click to expand...
Click to collapse
idk, that's why I stick to the CMs, stock ROMs, and other custom mod's along those lines.
I hope you guys read this.....
You can do almost anything you can on normal ubuntu... And it does not load unless you load it.
Honestly if you dont need ubuntu or a useful linux dont get it. But with this u can run linux binaries that are generally common.... And not just the tiny subset that busybox brings. But a giant giIant giant giant giant awesomeness
For example i love loading firefox and runnng the same addons that i run on my pc on cellphone.
I also love being anle to send my phone shell commands directly AND HAVE BINARIES that make that useful. (I can write perl scripts to automate it all now, powerfully)
For example you can run wireshark to sniff data.... You can really do anything ubuntu can do.
Usually downloading linux distros onto your phone *for chroot is very easy. But since backtrack is so big i needed an extra step which i couldnt find untill i read this link. I was very great-full to that guy. I hope he can help someone else thru me. Because i needed backtrack on my phone yes or yes.
I can now fully program using emacs directly on my phone (i connect a computer keyboard to my phone) but for me its always been a dream to have a real computer in my pocket that i can use to program and run real internet browsers and diagnose networks. Believe it or not i stay legal, very ironically
I know how nerdy that sounds, but theres a hacker in all of us, and this makes your phone a weapon.
Tbh most people wont even want this. But those who do will be so happy to know that they cAn hack the image to under 4gb and hence can run it on their phone. It just all works right out the box.
Just look at what ubuntu can do and if u rly rly want that and it works on the phone install this.
I think im going to do my own directions and make it two steps.
That way people will just click click and see for themselves what new things they can do.
THIS DOES NOT DELETE YOUR CM ROM. YOU CAN RUN THIS SIDE BY SIDE TO YOUR ROM, AND EVEN HAVEA. DUAL BOOT SETUP + THIS.
Its fully compatible to work side by side because ita a chroot not a real install
palmbeach05 said:
idk, that's why I stick to the CMs, stock ROMs, and other custom mod's along those lines.
Click to expand...
Click to collapse
You can use this and stick to your cm rom.
Girafik said:
Thank you for link.
But I don't see what I can do with Linux on my phone.
What is your motivation to run it? What useful thinks you can do with it?
Click to expand...
Click to collapse
You have linux already on your phone. Android runs on linux. Thats why chroot is so easy i think
This is about backtrack ubuntu. Linux comes when you buy the phone.
I tried typing "what useful things can ubuntu do" into google
But that wasn't helpful lol...
palmbeach05 said:
perhaps this is what ppl were talking about when they said that to you? http://forum.xda-developers.com/showthread.php?t=2078919 not really sure, i'm more of a stock rom/cm rom kind of guy myself. Ubuntu is still too new for me on a computer for me to consider it for a rom on a phone
Click to expand...
Click to collapse
This isnt a rom though. Im not knowledgeable in this area but i think since your running chrooted the android system still occupies the read only memory. I might sound dumb but i this is not in any way a rom. It fully sits in your REAL INTERNAL "sdcard" memory. Unless you load it ^.^ it auto closes when u close the terminal.. Atleast it shud
I believe that would be the case if you were to run ubuntu natively... Aka delete android.
leathan said:
I tried typing "what useful things can ubuntu do" into google
But that wasn't helpful lol...
Click to expand...
Click to collapse
If you had to Google something like that you probably have no clue what BackTrack means or what it is meant for and should avoid following this guide anyway.
Enviado desde mi MB855
Sorry for insulting you. But I have was programming nearly a decade before ubuntu even existed. It is a mere derivative, and backtrack is just a set of tools.
Google is powerful, you can hack with google. Googling what ubuntu is good for is perfectly ok imo, nothing to do with much.
Im NOT in IT... BUT I code 29 hrs a day average, atleast i try.
Si pensas que ubuntu esta correlacionado con la habilidad de programar estas en la ironia.
I dont see how any human would not like just having backtrack ubuntu on their phone ^.^
Even if i did not know already know all the tools.... You can just read... Or something ^.^
That guide was like 1 step from what i had done off the top of my head also... -.-
Not mean at all. But usually a programmer or someone in the IT industry knows what backtrack's purposes are. I am afraid I was just expressing an opinion in an open forum and didn't mean to come out as insulting or hurtful. Instead, I was trying to avoid you causing damage to your phone by venturing into the unknown. Calling someone dumb on the other hand IS insulting.
Enviado desde mi MB855
leathan
hi
i have a question
i ve done all steps until 1st run of boot bt script by adb
my sh bootbt perfoming with many errors
it tells about lack of root access and "cant find directory .."
what kind of linux distributive do u use for adb, i think it may be related with my usb live linux version (dont want to install it)
USSRxAZ said:
leathan
hi
i have a question
i ve done all steps until 1st run of boot bt script by adb
my sh bootbt perfoming with many errors
it tells about lack of root access and "cant find directory .."
what kind of linux distributive do u use for adb, i think it may be related with my usb live linux version (dont want to install it)
Click to expand...
Click to collapse
can you send me the full output you got when you ran bootbt? Maybe also the android VERSION and the bootbt source but first read bellow.
When you finish all the editing and you upload the /BT5 folder to your cellphone. are you sure your putting everything in the INTERNAL SDCARD. And also try moving all installed apps out of INTERNAL SD and into INTERNAL MEMORY. (I think i read somewhere somekid had to remove the real sdcard also... I dont see why lol, and i didnt have too.
Then you should just load up a teminal emulator on android and type: su and then sh bootbt. You said you did "sh bootsh" from adb. I did it from phone. But once the script runs it shouldnt matter where its invoked from so long as your running as root?
Try typing adb root first from pc.
Or type su first from terminal emulator on your phone.
To reply to mot.a.troll.... Im sorry im dumb and take suddle things like that as a big insult because i really dont think knowing about ubuntu or even backtrack. Is a requirement for this or for following that guide. I am damiliar with unix... Believe it or not. And i am DEFFINITLY not in IT, idk what "it" even means whaha. All i enjoy doing is programming when i was a kid in basic, and now 90% just perl all day (for many many years)
Ill edit my insult to u since your right, and its because im dumb and get offended. I wish i never even knew what ubuntu was period lol, but setting it all up manually is hard work and i just needed things working lol
I dont think the problem has anything to do with your linux distro or adb. Im 99.999999999% sure lol
Hacker ? Backtrack? *cough* , gentoo based linux for arm next time but nice effort.
Fyi backtrack really seems ok for live cd wifi stuff, but as phone had no promiscuous mode on wifi driver, whats the point ?
Just an off note, if u want linux on atrix this badly then why not chip in with porting ubuntu touch.
Sent from my GT-I9505 using xda app-developers app
i ve tryed it again with other ROM and sdcard placement but i m gettin same errors (no directory's, cant mount etc)
sry i havent posted log again
p.s.
Gentop2 (Gentoo) is the best experience i had with atrix and linux at all
I wish i have a dream what somebody will compile newer and better version than 05092013 but it wont happen i guess.
JustSueMe said:
Hacker ? Backtrack? *cough* , gentoo based linux for arm next time but nice effort.
Fyi backtrack really seems ok for live cd wifi stuff, but as phone had no promiscuous mode on wifi driver, whats the point ?
Just an off note, if u want linux on atrix this badly then why not chip in with porting ubuntu touch.
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
Sorry if me being a hacker offends you or your definition of it. Personally idgaf.. my current job basicaly implies i atleast write clever enough perl to make money lol...
And for your off note... This may sound very "ignorant".. but i HATE the owners of ubuntu. and hate how closed it is. I would never help them.
Also about the promiscuous mode, I wasnt even aware phones had no promiscuous capable wifi drivers... are you sure? Either way I dont see why you NEED it for the plethora of tools offered to you just by downloading an .img file.... I understand gentoo is alot better... but i have no time? This took me 30mins... because i literally copy pasted the commands and then waited...
use your brain? I could hack on windows, ios, android, ipad, unix, linux, pickyourfavorite here... hacking is an abstraction above the operating system imho *cough* *noob* ...and chrooting android PERIOD. gives OBVIOUS benifits.
the link i found is an extremelly easy way to make it work
USSRxAZ said:
i ve tryed it again with other ROM and sdcard placement but i m gettin same errors (no directory's, cant mount etc)
sry i havent posted log again
p.s.
Gentop2 (Gentoo) is the best experience i had with atrix and linux at all
I wish i have a dream what somebody will compile newer and better version than 05092013 but it wont happen i guess.
Click to expand...
Click to collapse
if you get an error like /local/data/mnt/ no such directory
then that means you just have to create that directory... and try again.
otherwise post your logs.
Remember what i wrote as a first reply too.
leathan said:
Sorry if me being a hacker offends you or your definition of it. Personally idgaf.. my current job basicaly implies i atleast write clever enough perl to make money lol...
And for your off note... This may sound very "ignorant".. but i HATE the owners of ubuntu. and hate how closed it is. I would never help them.
Also about the promiscuous mode, I wasnt even aware phones had no promiscuous capable wifi drivers... are you sure? Either way I dont see why you NEED it for the plethora of tools offered to you just by downloading an .img file.... I understand gentoo is alot better... but i have no time? This took me 30mins... because i literally copy pasted the commands and then waited...
use your brain? I could hack on windows, ios, android, ipad, unix, linux, pickyourfavorite here... hacking is an abstraction above the operating system imho *cough* *noob* ...and chrooting android PERIOD. gives OBVIOUS benifits.
the link i found is an extremelly easy way to make it work
Click to expand...
Click to collapse
My definition of "hacker" is someone that manages to create a tool or find a way to overcome an obstacle that wasn't supposed to be passed, such as wifi passwords. in this sense, just by using someone elses tools doesn't put you into the category of hacker.
I see chroot can have a benefit, but not by much as it depends on the android os. As 95+% of androids wifi drivers are closed with no promiscuous mode then the generic way of wifi hacking isn't possible. Correct me of I'm wrong but I'm going to assume that's why u want backtrack
Noob? Im have a ubuntu touch port up and running already and. With custom kernel this gives much more benefit over a chroot .
Sent from my GT-I9505 using xda app-developers app

Categories

Resources