Brick fire hd 8 7th gen to get twrp on using raspbian?? - Fire HD 8 and HD 10 Q&A, Help & Troubleshooting

I can't seem to brick my tablet using the link in the post here https://forum.xda-developers.com/hd...unlock-fire-hd-8-2017-douglas-t3962846/page44. dink-x10 says he was able to get twrp flashed on 5.3.7.x with no root using the brick zip the op posted and I'm trying to try this for myself so i can get a new custom rom . But whenever I go into the directory where the zip is in the terminal and type in sudo brick-9820.sh I get (./brick-9820.sh: line 18: bin/fastboot32: cannot execute binary file: Exec format error). Is there any other way to circumvent that without using another pc as this is the only one I currently have access to since my pc's gpu is in the ****ter.

Slipdash said:
I can't seem to brick my tablet using the link in the post here https://forum.xda-developers.com/hd...nlock-fire-hd-8-2017-douglas-t3962846/page44. dink-x10 says he was able to get twrp flashed on 5.3.7.x with no root using the brick zip the op posted and I'm trying to try this for myself so i can get a new custom rom . But whenever I go into the directory where the zip is in the terminal and type in sudo brick-9820.sh I get (./brick-9820.sh: line 18: bin/fastboot32: cannot execute binary file: Exec format error). Is there any other way to circumvent that without using another pc as this is the only one I currently have access to since my pc's gpu is in the ****ter.
Click to expand...
Click to collapse
Raspbian OS is a Debian-based Linux distro.
Are you using Raspberry Pi board running Raspbian?
You can use an another PC (x86) and run Linux in live CD/USB (no installition). Do not run via virtual machine on Windows and macOS PCs (i.e. VirtualBox, VMware).

AmznUser444 Dev said:
Raspbian OS is a Debian-based Linux distro.
Are you using Raspberry Pi board running Raspbian?
You can use an another PC (x86) and run Linux in live CD/USB (no installition). Do not run via virtual machine on Windows and macOS PCs (i.e. VirtualBox, VMware).
Click to expand...
Click to collapse
Raspbian on the Pi board.

Slipdash said:
Raspbian on the Pi board.
Click to expand...
Click to collapse
Raspberry Pi board uses a Broadcom ARM SoC.
You can use an Intel/AMD x86 PC.

Found found out an old pc of mine was actually working but the windows install was bad. Flashed pop os and followed the presedure and it works great.

Related

[Tutorial] Boot Linux on the Typhoon

Started to mess about with this earlier today, finally got the damn thing to work Turns out it is quite easy..
First, to get one thing straight, this will only boot the kernel, it will dump you at a shell which you have to remotely log on to via telnet over usb. There will be some (not so) fancy text appearing on your phone's screen but that is about it. Also, it only works on unlocked phones.
This is what you get:
On your computer you'll get this:
Cool, huh? Btw, this is running from a memory card, your OS will be untouched so as soon as you reboot the phone it will boot right back into WM2003/5/6.
1. What you need
* A HTC Typhoon running any rom of your choice (I did it on WM6).
* A miniSD memory card
* A Linux distro - I downloaded the Ubuntu Live CD and ran it through VMWare, no need to install anything or reboot your computer.
* miniSD image of Xanadux - this is the linux port for HTC devices. Grab the latest version here: http://rapidshare.com/files/92218185/Linux.zip.html
(these files are extracted from the miniSD image file found here: http://vivien.chappelier.free.fr/typhoon/download.html)
2. How to run linux on the Typhoon
1. Instead of installing linux properly on your phone which requires partitioning of the internal memory etc (a lot can go wrong) we'll put it on the memory card then a Windows Mobile program called HaRET will boot linux for us from WinCE. Completely non invasive in other words.
This bit is dead easy, just extract the Linux.zip file you just downloaded and copy the files to the root of your memory card (must be memory card, can't do this from the internal memory afaik). Next, go to the File Explorer on your phone and find the file HaRET.exe. Run it then press the run button (this button has focus when you execute HaRET.exe so just press the joystick when the windows appears) and you will see a message saying "Booting linux", then after a few seconds your screen will go black and some text will appear.
Voila! That's linux running on your phone!
2. Connect to the phone via telnet
If read the last line of text that appeared on screen you'll see that it says "Press enter to activate this console" but no matter what buttons you press on the phone nothing happens, some gibberish appears but that's it.
Solution: telnet to the phone from your computer.
Get Ubuntu to boot on your computer, then go to Applications->Accessories and run the Terminal. Next type in the following commands:
Code:
modprobe cdc_ether
modprobe usbnet
ifconfig usb0 up 192.168.9.1
and finally
Code:
telnet 192.168.9.10
Login with username root and you'll find yourself at a shell like the screenshot above. Everything you see from now on is coming linux from your phone!
I've noticed that Xanadux doesnt always initialise the USB port unless it is connected via USB when booting up so make sure you always have your phone connected via USB when you run HaRET.
Now I'm going to try to figure out how to get the GSM module to work...
LINUX based ROM??
Hi shandar,
I have read your post and I am interested to know if you are cooking a LINUX based ROM that will run in a WIndows Mobile device? That would be too good to be true.
Also another question is do you need to have Linux running on your desktop to make this tutorial work?
ryanchanmd said:
Hi shandar,
I have read your post and I am interested to know if you are cooking a LINUX based ROM that will run in a WIndows Mobile device? That would be too good to be true.
Also another question is do you need to have Linux running on your desktop to make this tutorial work?
Click to expand...
Click to collapse
Hey, well, I don't know enough to make a linux rom for smartphones. I'd love a working linux distro for Typhoons & Windows Mobile phones in general but it is way out of my league unfortunately.
Btw, I probably should clarify that I only wrote the tutorial, the actual linux port is made by someone else.

[LINUX] - How To: UBUNTU on Dell Streak

EDIT: I can't post to XDA due to the fact that i just signed up for an account, but look at fards' copy of my post to see how to install Ubuntu on your Dell Streak
Here's Pats Post on modaco;
although it would be nicer to keep development discussion to just one thread, the more constructive input the better
Hello All,
I'm attempting to natively port Ubuntu and/or Debian to the Streak. With it being such a powerful device there really is no reason it SHOULDN'T be running a “desktop” operating system. However, implementing his is quite a difficult task, so if any and everyone's help would be very much appreciated.
In the mean time, this is my first guide on how to get ubuntu running piggyback on the Dell Streak. After quite a while (and numerous different trials), I have found that this is the easiest way to get Ubuntu Mobile up and running fast. All commands can be done through either ADB shell or the terminal emulator on the phone.
This was *NOT* done entirely by me, but is a culmination of the effort of lots of people in the android community. I just modified it so that it would work on the Streak.
**This Installation DOES NOT install Linux natively, and as such is should not be destructive to your Android system, however i take absolutely no responsibility for anything that happens and you do this COMPLETELY at your own risk**
Here is how to do it:
1) Root your phone. There are plenty of guides on how to do it, so find one and get root access on your phone.
**YOUR PHONE MUST BE ROOTED. THIS WILL NOT WORK WITHOUT IT.**
2) Download Ubuntu Mobile Bundle: http://uploading.com/files/bbm6b311/ubuntu.zip/
This contains an image of the filesystem as well as other necessary scripts to get it working.
2) Busybox - Install Titanium Backup from Android Market - if you press the "Problems" button it will install Busybox on your phone for you (Feel free to uninstall Titanium after this is done). This is the fastest and most pain free way to install busybox on the streak that i know of for now (the other ways of doing this ARE NOT fun...)
3) On your SD card's root directory, create a folder called ubuntu and extract all files in the ubuntu mobile bundle there.
4) Replace the bootubuntu executeable file in the ubuntu directory with mine, found here http://www.mediafire.com/?fi011w4fbmymw3y
5) Unmount phone from computer. ADB and Android Terminal will not work if the phone is mounted.
5) Download a terminal from the Android Market - I used Jack Palevich's Android Terminal Emulator (android market search: terminal) but anything similar should work the same
CODE
Code:
su
cd /sdcard/ubuntu
sh ubuntu.sh
6) Ignore any errors thrown up by ubuntu.sh. From this point, all that is needed to boot ubuntu is just to enter this:
CODE
Code:
bootubuntu
To start ubuntu from now on, this is all you need to do.
You should now have ubuntu working on your laptop, and while it DOES connect to your phone's internet sources, it DOES NOT yet have a graphical interface.
Here is how to add one:
1) Update the system with the following commands in ubuntu:
CODE
Code:
apt-get update
apt-get upgrade
The first one updates the package lists, the second one downloads updates to the system itself.
2) Install TightVNC in ubuntu:
CODE
Code:
apt-get install tightvncserver
3) Configure TightVNC:
CODE
Code:
export USER=root
vncserver -geometry 800x480
For security purposes, it is recommended that you assign a password to your VNC server when asked.
4) Download Android VNC Viewer from the market
5) Configure Android VNC Viewer:
Change the port to 5901 and type in your password that you entered before.
Other Problems
There appears to be a bug with the X window server sometimes refusing to connect to VNC. DO NOT change any settings on Android VNC Viewer, instead open a terminal and run the folloring command:
CODE
Code:
rm -R /tmp/.X11-unix
What Does Not Work – Will Try To Fix
Keyboard from Android VNC Viewer
Shutdown – Does Nothing
Reboot
Log Out
Native Install
I hope you guys enjoy this, and I can't wait to get your feedback.
- Pat
Click to expand...
Click to collapse
there was a thread about this but it wasnt work on me. now i am downloading and i will inform you again
what is the address for vnc ?
OMG! Could that be any slower on the download?
EDIT:
That sounded totally ungrateful - sorry!
Thank you very much for this
yeah works fine without problems.
it is better from g1 but not as well as a netbook. so only experimental use i think
I connected to the loopback 127.0.0.1 on 5901 and it worked - haven't seen how to connect to it remotely though
Edit:
Reading is fundamental - I can connect to it form another machine
now to fix the keyboard issue
in terminal emulator there is a note : localhost:1 vnc could work properly so i connect with only port and password.
is it possible to install jolicloud since its an ubuntu based system?
Newbie questions, sorry....
Before to try this port, just some maybe stupid questions for you:
- Still working the phone function?
- Is it easy to go back to standard or Steve Streaks Roms?
- Are there lack of drivers for bluetooth, gps, audio, wifi, etc?
Thanks.
No your missing the point here, this isn't an OS separate to android. Think of this as an app it runs on top of the android system. Also this is very experimental most features would be limited and no ubuntu can't be used as an smartphone os -No phone...
beginner said:
Before to try this port, just some maybe stupid questions for you:
- Still working the phone function?
- Is it easy to go back to standard or Steve Streaks Roms?
- Are there lack of drivers for bluetooth, gps, audio, wifi, etc?
Thanks.
Click to expand...
Click to collapse
1) Ubuntu does not replace android, and the UI only runs in a VNC server, so you can switch back and forth between ubuntu and the phone app (or angry birds?)
2) I installed mine on top of DJ Steve's 1.8.1 rom... It's not native, so it only runs on top of android instead of replacing it
3) Haven't tried audio yet, but it should work (let me know how it goes)... internet connectivity works and provided you have an internet connection enabled in android you can use tools like APT or Firefox in ubuntu... only problem is keyboard is a bit wonky...
For those who had trouble figuring out how to set up the VNC, here is a picture of my VNC configuration on my phone. If you find out the phone's IP address you should even be able to VNC into it from your computer (if your on the same wifi network)
Also, openoffice.org
- pat
Is anyone actively attempting to get Ubuntu running native?
audio not working
keyboard not working
also lots of lags.
ear0wax said:
Is anyone actively attempting to get Ubuntu running native?
Click to expand...
Click to collapse
Yes, i'm looking into it, but it's quite an uphill battle in order to get it working. I'll let everyone know when we make some progress.
www.cepdukkani.net said:
audio not working
keyboard not working
also lots of lags.
Click to expand...
Click to collapse
cause you are running 2 operating systems at the same time
But seriously, if ubuntu can run native (no android in the background) then the lag would be gone, and (if set up right) audio and keyboard would work.
- pat
could i recieve phone and uses sms?
Getting error
Hi all after passing command for booting ubuntu I get a error chroot can't find /bin/bash folder or directory missing
Sent from my Dell Streak using XDA Premium App
www.cepdukkani.net said:
audio not working
Click to expand...
Click to collapse
Im wondering if I install a rdp server instead of vnc if I can get remote audio working.
Ill post with whatever results i get once I'm done waiting 2 hours for the ubuntu image to download.
As for lag. I had a n900 running @600mhz and was doing a chroot into ubuntu and it ran fine, but it used xpyher not vnc. Is there any embedded X servers for android yet? (I highly doubt it)
data requirement for updating GUI pkg of Ubuntu
Can any body tell me size of the data required to update to gui ......as i m not using wi -fi i hv to stick on gsm data usage which is limited in my plan
Very cool!
I had lots of trouble rooting my 2.2.2, but finally got it done by running Gingerbreak twice in a row on a cleanly re-started Streak.
Thanks for a fun gig!

[Q] Using Virtual Box/Ubuntu for Development

So I'm basically just wondering if there is a way to get ubuntu, running through virtual box, to see a device (an incredible in this case) when its plugged into the "host" machine's usb port, I'm essentially trying to find a better way to get system and boot img's to the virtual machine (the way i was trying now was using adb to pull then emailing them to myself and downloading them in the virtual machine but this takes f...o...r...e....v...e...r... due to slow upload speeds. So in short is using adb possible on a virtual machine?
Try this maybe you can get it to work.
http://techtooltip.wordpress.com/2008/09/22/how-to-use-host-usb-device-from-guest-in-virtual-box/
guod2002 said:
...emailing them to myself and downloading them in the virtual machine...
Click to expand...
Click to collapse
Why not use the shared folder option in virtual box and transfer files that way? That is if elivaldez84's link doesn't work.
xenspidey said:
Why not use the shared folder option in virtual box and transfer files that way? That is if elivaldez84's link doesn't work.
Click to expand...
Click to collapse
Yeah this should work also. you can access some of your folders from windows that you specify in the Virtual Box but you need to install the guest add-ons.
http://forums.virtualbox.org/viewtopic.php?f=3&t=15868
this link should tell you how to set that up.
It works just fine for me.
Where are you getting stuck?
Sent from my T-Mobile G2 using XDA App
I have Eclipse and the Android SDK installed on Ubuntu 10.10 running on Virtualbox. It works well but the emulator is quite a bit slower (for me at least) on a dual core Opteron with 1GB of memory allocated to the VM. Perhaps I need a beefier machine.

[Q] Rooting on a Mac?

After searching a bit it seems most if not all rooting methods require the use of a Windows machine. Are there any resources for us mac users in terms of rooting the TF?
I'm not sure if there is an nvflash version for Mac. The nvidia developer's website show flashing features for Win and linux. I assume this means nvflash.
sent from my cyanogen(mod) vision
eep2378 said:
After searching a bit it seems most if not all rooting methods require the use of a Windows machine. Are there any resources for us mac users in terms of rooting the TF?
Click to expand...
Click to collapse
I've done it with Windows Seven on Parallels 6.
Be carefull to assign at the first time the asus usb to virtual machine in static way, otherwise you can loose the connection during the procedure and the software re-ask you where do you want to connect the usb...
DLuke77 said:
I've done it with Windows Seven on Parallels 6.
Be carefull to assign at the first time the asus usb to virtual machine in static way, otherwise you can loose the connection during the procedure and the software re-ask you where do you want to connect the usb...
Click to expand...
Click to collapse
I do have vmware on my Mac running win 7. Assign asus to virtual machine in static way? How would I go about that?
Sent from my GT-I9000 using XDA App
I never used VMWare...
But in parallels, with vm running, when i insert something in the usb, it prompt where the device will be seen, on the mac or on the vm.
There, there is a check box to "remind this selection" and it never ask you again pairing always taht device with vm.
Sorry, but i don't know where and if there is something like in VMWare
I think this will get you rooted on a Mac. You will need adb.
http://androidroot.mobi/asus-eee-pad-transformer-tf101-root-cwm-recovery/
eep2378 said:
After searching a bit it seems most if not all rooting methods require the use of a Windows machine. Are there any resources for us mac users in terms of rooting the TF?
Click to expand...
Click to collapse
When I rooted mine at the very beginning of June I just used this guide as a template.
Didn't need to install any extra drivers like Windows users do, I got adb from the link provided at the beginning of the guide and the followed each of the steps including downloading the rooting tools. The commands are the same but are entered slightly differently in OSX.
Example
In OSX you would type:
Code:
./adb devices
instead of Windows:
Code:
adb devices
If you've used OSX terminal before you should be fine.

[TUT] CHROOT Ubuntu on Iconia

Based on:
http://forum.xda-developers.com/showthread.php?t=987740
All Credits to him
Im using this solution to run jdownloader, a local webserver, and to compile arm sources without any toolchain ( a bit more comfortable ).
You have to know, that this isnt rly fast compared to native ubuntu but its an easy solution..
Requirements:
-> Rooted Iconia A500(1)
-> Terminal Emulator ( some other shell )
Step by Step:
1) Download this package and extract it to /sdcard/ubuntu
2) Follow the installation steps in the linked orginal post.
DO NOT INSTALL THE CUSTOM KERNEL THERE!!!
Im using Jump Desktop as VNC Viewer because its a great App supporting Usb Mouse with Left and Right Click.
Do you want JDownloader running on your Tablet?
1) run apt-get install openjdk-6-jre
2) Download JDownloader MULTIOS Package from their site
3) cd to the extracted directory
4) run java -jar JDownloader.jar
Do you want to access your android system?
1) simply go to /android
You are on a ICS Rom and rightclick doesnt work? (USB Mouse)
1) apt-get install xbindkeys xbindkeys-config xdotools
2) xbindkeys-config
3) im using ctrl+left click as right click so input event is: ctrl+b:1
4) mapped event: xdotools click 3
5) add xbindkeys to autostart (for example with chrome startup application)
Interesting. Thanks for sharing
You might just as well use Linux Installer from the market...
EDIT: It can do both ubuntu and debian (stable/unstable).
This vs LinuxInstaller
I tried using the LinuxInstaller method and while it worked it wasn't as smooth as this. I used it to try to install Ubuntu 11.04 and it install Ubuntu, but headless and I had issues using LinuxInstaller's provided methods for install VNC, SSH, etc.
So far this method appears to be running smoothly, Ubuntu was install, VNC and SSH both installed, now I am just waiting for Gnome to install.
In the end they probably both work equally as well, but I am personally having more success with this method
Linux installer doesnt work on my device correctly
This only seems to be for Ubuntu 11.04.
Linux Installer only seems to support Ubuntu 9.04.
Did anybody try Ubuntu Installer Free by ZPwebsites? It seems to have a stable Ubuntu 12.04 install available from 26th April onwards.
EDIT: Doesn't look like my rooted ICS OTA 1.033 ROM meets the requirements.
japinder said:
This only seems to be for Ubuntu 11.04.
Linux Installer only seems to support Ubuntu 9.04.
Did anybody try Ubuntu Installer Free by ZPwebsites? It seems to have a stable Ubuntu 12.04 install available from 26th April onwards.
EDIT: Doesn't look like my rooted ICS OTA 1.033 ROM meets the requirements.
Click to expand...
Click to collapse
I'm using Backtrack ARM in chroot and it goes pretty well. I'm able to use it with a bluetooth mini keyboard/mouse combo + hdmi on my 40" TV
djxtabay said:
I'm using Backtrack ARM in chroot and it goes pretty well. I'm able to use it with a bluetooth mini keyboard/mouse combo + hdmi on my 40" TV
Click to expand...
Click to collapse
Which method did you use to install Backtrack? The one in the first post, or some app?
Sent from my HTC Sensation XE with Beats Audio using XDA
No there is a topic in the development called "backtrack and office" or something like this.
Simply search for backtrack in the dev section. ;-)
Sent from my A500 using xda premium
http://forum.xda-developers.com/showthread.php?t=1094237
There it is!
Sent from my A500 using xda premium

Categories

Resources