Ubuntu Touch (Latest) - One (M7) Original Android Development

Hello everyone,
I've managed to make a build that boots with the latest versions of ubuntu touch and I wanted to share it with you because I've also been following this thread eager to install ubuntu touch on my phone, although the method to install still might be complicated for some at the moment.
So first off you need to be using Linux, as I don't think project rootstock works on Windows
To install it you must follow the instructions I found here which are, in a terminal:
sudo apt-get install android-tools-fsutils qemu-user-static bzr
android-tools-adb
bzr branch lproject-rootstock-ng
cd project-rootstock-ng
Click to expand...
Click to collapse
then to get the rootfs with the mir fixes
./rootstock-touch -p pps:rsalveti/ppa
Click to expand...
Click to collapse
which takes a little while or you can download the tar.gz from here
but once the screen turns off it takes a while or a reboot to get it back on
Once that part is finished download all the files at the end of the post and put them in the project-roostock-ng directory to make things easier
then in the same terminal with your device connected to bootloader:
sudo fastboot flash boot ./boot.img
sudo fastboot flash recovery ./recovery.img
Click to expand...
Click to collapse
Reboot your device to recovery and do a full wipe, once that's done, with your device still connected to usb, in the same terminal type:
./rootsotck-touch-installer ./out-XXXXXXXX/ubuntu-touch.rootfs-armhf.tar.gz ./system.img
Click to expand...
Click to collapse
your device should reboot on its own, once you get to the black screen type:
adb shell
mount /dev/loop0 -o remount,rw
exit
adb push 70-m7ul.rules /usr/lib/lxc-android-config
adb push m7ul.conf /etc/ubuntu-touch-session.d
adb reboot
Click to expand...
Click to collapse
and your device should load the ubuntu lockscreen
Here are the files for m7ul:
system.img
boot.img
recovery.img
70-m7ul.rules
m7ul.conf
for m7spr (not tested):
boot.img
recovery.img
system.img
and download the 70-m7ul.rules and m7ul.conf but replace m7ul with m7spr
What works:
UI
camera
auto-rotation
Wifi (tested only on at&t version)
Audio (I've managed to get audio to work if the headphones are plugged in but not all the way, you really gotta find the sweet spot so it's not really useable yet but it's still progress.)
What doesn't work:
GSM
etc
it should run more smooth and the phone should get less hot
Backup file - http://www.mediafire.com/download/2xnfez828442k3l/2014-06-17--17-26-37.zip
I also found a way to have the same kind of dual boot setup canonical made for the nexus 4 by flashing the boot.img (the newer one can be found here http://www.mediafire.com/download/i9kmmwvc3gmb0kb/boot.img) on the recovery partition and keeping the internal rom's boot on the boot partition, so in theory if you flash a rom without wiping after flashing the backup and you flash the boot.img I provided on the recovery partition it should also work and then to get ubuntu you reboot in recovery and to get android you just boot normally, the problem is you lose your recovery temporarily and you have to reflash it if you want to use it until canonical finds a different way or I manage to get it to work with multirom.

delete

Sent from my HTC One_M8 using Tapatalk

ModestMouse1312 said:
He told me to post this here?
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
could you please upload the backup of your rom so that we can install. I don't have linux installed on my laptop.

Great JOB! Thank You very much lots of people are waiting for working ubuntu touch rom and this is another big step forward!

https://www.dropbox.com/s/zz6xlm30ffskcol/2014-06-12--03-27-15.zip here is the twrp backup. just unzip it

ModestMouse1312 said:
https://www.dropbox.com/s/zz6xlm30ffskcol/2014-06-12--03-27-15.zip here is the twrp backup. just unzip it
Click to expand...
Click to collapse
may be you should update OP but wifi actually works

saketh91 said:
may be you should update OP but wifi actually works
Click to expand...
Click to collapse
wifi works? not for me? i have at&t

ModestMouse1312 said:
wifi works? not for me? i have at&t
Click to expand...
Click to collapse
i have at&t too and it works pretty well for me. I was playing with some settings and suddenly wifi networks popped up and got connected. I then tested if the internet is working by using both facebook and browser. It is working pretty fine for me. Will post screenshots if needed

saketh91 said:
i have at&t too and it works pretty well for me. I was playing with some settings and suddenly wifi networks popped up and got connected. I then tested if the internet is working by using both facebook and browser. It is working pretty fine for me. Will post screenshots if needed
Click to expand...
Click to collapse
my backup wont show up in twrp? any help? lol (nevermind didnt copy to the right place xD)

ModestMouse1312 said:
my backup wont show up in twrp? any help? lol
Click to expand...
Click to collapse
backup should be something like this.
/TWRP/BACKUPS/HT34CW900897/2014-06-12--03-27-15.
what I mean by this is that the backup folder should be in sub folder of backups not in backups itself. I already had a backup of my android rom and now I pasted your backup folder in HT34CW900897 folder not in BACKUPS

saketh91 said:
backup should be something like this.
/TWRP/BACKUPS/HT34CW900897/2014-06-12--03-27-15.
what I mean by this is that the backup folder should be in sub folder of backups not in backups itself. I already had a backup of my android rom and now I pasted your backup folder in HT34CW900897 folder not in BACKUPS
Click to expand...
Click to collapse
what did you do to get wifi working?

ModestMouse1312 said:
what did you do to get wifi working?
Click to expand...
Click to collapse
Is it still not working for you? Trust me I did not touch anything. I just restored ur backup file and it worked. If you still dont believe i can post screenshots for you. Btw i am using the oldest firmware. Hboot 1.43. Just for your info(if that really matters)

saketh91 said:
Is it still not working for you? Trust me I did not touch anything. I just restored ur backup file and it worked. If you still dont believe i can post screenshots for you. Btw i am using the oldest firmware. Hboot 1.43. Just for your info(if that really matters)
Click to expand...
Click to collapse
ah, it finally started working after about 30 minutes.

ModestMouse1312 said:
ah, it finally started working after about 30 minutes.
Click to expand...
Click to collapse
finally it worked. now getting gsm and audio working would be a great achievement. I am learning things now and if I am of anyway useful to this project I would gladly contribute.

saketh91 said:
finally it worked. now getting gsm and audio working would be a great achievement. I am learning things now and if I am of anyway useful to this project I would gladly contribute.
Click to expand...
Click to collapse
go for it man, if you can develop it first just take over

ModestMouse1312 said:
go for it man, if you can develop it first just take over
Click to expand...
Click to collapse
when I try to execute this command "./rootstock-touch -p pps:rsalveti/ppa" I get this error. please help me with this

saketh91 said:
when I try to execute this command "./rootstock-touch -p pps:rsalveti/ppa" I get this error. please help me with this
Click to expand...
Click to collapse
you need to install the debootstrap utility , I guess a sudo apt-get install debootstrap will do it

cuyo11 said:
you need to install the debootstrap utility , I guess a sudo apt-get install debootstrap will do it
Click to expand...
Click to collapse
thank you that worked like a charm. I should have double checked the dependencies installed

Error 509 on link, can someone please mirror it?

Related

help with n4 conversion

hello XDA world!
first of all i wanna thank you all! good job and good work for everything you make!
that thing about lg optimus g converting to nexus 4 is a huge thing never seen anything like it!
ok now to the point.
i did everything studied it all about the n4 conversion one thing that i cant understand is how to get my 16gb back!
i tryed that TUT but i dont know how to use ADB SHELL and all those stuff
can anyone help me with that
another thing is when i connect my LG-->N4 the the pc the SD card wont load the pc wont show it to me even an EXT card.
help please//
im using this rom http://forum.xda-developers.com/showthread.php?t=2130639 (4.2.2) with the fixes
sport93 said:
hello XDA world!
first of all i wanna thank you all! good job and good work for everything you make!
that thing about lg optimus g converting to nexus 4 is a huge thing never seen anything like it!
ok now to the point.
i did everything studied it all about the n4 conversion one thing that i cant understand is how to get my 16gb back!
i tryed that TUT but i dont know how to use ADB SHELL and all those stuff
can anyone help me with that
another thing is when i connect my LG-->N4 the the pc the SD card wont load the pc wont show it to me even an EXT card.
help please//
im using this rom http://forum.xda-developers.com/showthread.php?t=2130639 (4.2.2) with the fixes
Click to expand...
Click to collapse
I'd recommend doing a Google search of adb and not try anything with it until you understand it. And you could try dvhexers version of faux's kernel to fix the sd card, but you should probably just use his fixed cm10 rom.
Sent from my Nexus G LTE
C2fifield said:
I'd recommend doing a Google search of adb and not try anything with it until you understand it. And you could try dvhexers version of faux's kernel to fix the sd card, but you should probably just use his fixed cm10 rom.
Sent from my Nexus G LTE
Click to expand...
Click to collapse
well i know a bit about ADB its not my first time.. when i try the ADB SHELL with my phone in recovery plugged to the PC, the PC says device not detected .
yes i tried the faux's kernel to fix the sd card it still not showing me the EXTERNAL or INTERNAL storage on my pc i can transfer or do anything only via Airdroid.
and yes, i used the CM10 rom with the faux fix... still not showing anything new.
for startes i have to say i love this rom but these bugs really gives me the thought of getting back to STOCK LGOG..
so what do u think is best to do know?
thanx!Q!
Did you download the n4 drivers?
Sent from my LG-E970 using xda app-developers app
jimi_pooh said:
Did you download the n4 drivers?
Sent from my LG-E970 using xda app-developers app
Click to expand...
Click to collapse
i think so why is there something else?
Uninstall LG drivers and Google nexus 4 naked drivers. Should be first link from xda. Install, and your computer should recognize it now
Sent from my AOSP'd Optimus G
tdnick said:
Uninstall LG drivers and Google nexus 4 naked drivers. Should be first link from xda. Install, and your computer should recognize it now
Sent from my AOSP'd Optimus G
Click to expand...
Click to collapse
cant find the Nexus 4 drivers only the ADB interface i've got but still not loading in pc any storage
what about the 16gb issue?
Sounds like you jumped in without being fully prepared.
you need a working knowledge of ADB and the BASH shell in order to proceed.
http://forum.xda-developers.com/showthread.php?t=1992345 N4 driver
http://forum.xda-developers.com/showthread.php?t=2160124 Convert 8 GB to 16 GB
Now. read these threads. Then read them again
and again
for a quick and dirty understanding of ADB I've written a tutorial. It's found in a link in my signature.
Read it
then read it again
and then again.
gunnyman said:
Sounds like you jumped in without being fully prepared.
you need a working knowledge of ADB and the BASH shell in order to proceed.
http://forum.xda-developers.com/showthread.php?t=1992345 N4 driver
http://forum.xda-developers.com/showthread.php?t=2160124 Convert 8 GB to 16 GB
Now. read these threads. Then read them again
and again
for a quick and dirty understanding of ADB I've written a tutorial. It's found in a link in my signature.
Read it
then read it again
and then again.
Click to expand...
Click to collapse
about the 8gb to 16gb
i tried that but in CMD i get error cant detect device when typing adb shell why is that?
Adb debugging needs to be on and proper n4 drivers need to be installed
gunnyman said:
Adb debugging needs to be on and proper n4 drivers need to be installed
Click to expand...
Click to collapse
allright ill try all these and get back with an answer
it seems like i cant debug on the CM10 rom
Go to about phone. Tap build number 10 times developer options appear
gunnyman said:
Go to about phone. Tap build number 10 times developer options appear
Click to expand...
Click to collapse
lol ok i will try all of this and give you my answer
sport93 said:
lol ok i will try all of this and give you my answer
Click to expand...
Click to collapse
ok so i did everything i've told to do. still no go ADB says cant stat cp /external_sd/dd / no such file
why ?
and the external card wont show me my files
In cwm you can mount the external and verify the files are there
gunnyman said:
In cwm you can mount the external and verify the files are there
Click to expand...
Click to collapse
Oh now i got it.. Ok at the right moment im at the army when ill come back ill post my result
Thank you

[14/7/13] [ALPHA] Ubuntu Touch 0.2

HTML:
I AM NOT RESPONSIBLE IF YOUR DEVICE GETS BRICKED
Alright, I have been working on porting Ubuntu Touch to our lovely Evo 3D's. I will be posting my work here and will change the thread once I get it out of alpha. As you can see this is only recommended for devs or people that know how to use Linux just now.​
FAQ
Plz halp i am stuk!?
Click to expand...
Click to collapse
A: No.
Can I help?
Click to expand...
Click to collapse
A: Sure! I have a github where I upload my source code, feel free to fork and submit pull requests.
Requirements
Ubuntu FS - (raring-preinstalled-phablet-armhf.zip).
Decent knowledge of Linux.
Guide
1. Download the Ubuntu FS & shooteru image
2. Backup your phone.
3. Wipe everything (Wipe data/factory reset + dalvik cache, and your ext4 partition).
4. Format your sdcard to have two partitions - one Fat32 (for android) and one ext4 (for Ubuntu)
4. Turn off your phone, insert the SD-card into your computer.
5. Transfer the shooteru image to your SD-card (Like you would do if you'd flash it normally).
6. Open a terminal, Unzip the Ubuntu FS.
7. Run the following command; sudo tar --numeric-owner -axf blabla.tar.gz
8. Run the following command; sudo mv binary /INSERT-PATH-TO-SDCARD-EXT4-PARTITION/ubuntu/
9. Safely eject the SD-card and insert it into your phone.
10. Boot into recovery.
11. Flash the shooteru image
12. Boot up
13. Change the values in /usr/bin/ubuntu-session (Look for export GRID_UNIT_PX = 18 and change it to 12)
14. Reboot
15. Win.
Download
Shooteru image 0.1 (Dev-Alpha)
Changelog
0.1 - 12/7/13
Initial Release
Bugs
Camera
Wi-Fi
Bluetooth
Data
3D
3G
Touch Buttons
Volume
Audio
Resolution
Thanks
Evervolv team
Ubuntu Touch team
helicopter88
good job! thanks
thanks! i'm trying to develop on Ubuntu Touch!
slinkyregent said:
thanks! i'm trying to develop on Ubuntu Touch!
Click to expand...
Click to collapse
It's awesome isn't it?
I won't be able to update this as much as I would like to for just now due to some important family matters. I am however talking with some Ubuntu Touch developers to help solve some issues
Ubuntuz said:
It's awesome isn't it?
I won't be able to update this as much as I would like to for just now due to some important family matters. I am however talking with some Ubuntu Touch developers to help solve some issues
Click to expand...
Click to collapse
I sow the same thread,the same OP like yours on Chinese forum.
dr_jerremy said:
I sow the same thread,the same OP like yours on Chinese forum.
Click to expand...
Click to collapse
Hm.... Odd. I used the same style as the old Evervolv ubuntu threads.
EDIT: Updated the thread with newer Ubuntu builds... it now boots! A lot doesn't work just now but as always I am working hard on it.
dr_jerremy said:
I sow the same thread,the same OP like yours on Chinese forum.
Click to expand...
Click to collapse
I am very curious about the chinese forum you said. can you tell me the website? thanks in advance
uBuntuz working on uBuntu
epic stuff there
im afraid everytime the chinese forum is mentioned, XDA admin/mods close it
jcsy said:
uBuntuz working on uBuntu
epic stuff there
im afraid everytime the chinese forum is mentioned, XDA admin/mods close it
Click to expand...
Click to collapse
haha yeah I'm working on getting the latest Ubuntu Touch images to work and also make it easier to install
I don't know what all this business is about the chinese forums but I'll just stay out of it
Ubuntuz said:
It's awesome isn't it?
I won't be able to update this as much as I would like to for just now due to some important family matters. I am however talking with some Ubuntu Touch developers to help solve some issues
Click to expand...
Click to collapse
When I have some time, i download and i try this rom... I've got a really slowly connection (150kb/s ****ing italian ISP). Please take that updated! :good:
PS: If anyone want to help me or work with me for create Ubuntu Apps, send me a PM!
it seems like windows cannot read a sd with 2 partitions.. no problem on SuSe, though... here... be wwarned...
e3d said:
it seems like windows cannot read a sd with 2 partitions.. no problem on SuSe, though... here... be wwarned...
Click to expand...
Click to collapse
Having 2 partitions on the SD card shouldn't matter with 0.2.
The file you requested was not found in goo.im,the link is broken.
tzpm said:
The file you requested was not found in goo.im,the link is broken.
Click to expand...
Click to collapse
Oops! Fixed it!
loop logo htc ,
---------- Post added at 11:01 AM ---------- Previous post was at 10:56 AM ----------
boot up ? what is your mind? how to do /
dqhuy1989 said:
loop logo htc ,
---------- Post added at 11:01 AM ---------- Previous post was at 10:56 AM ----------
boot up ? what is your mind? how to do /
Click to expand...
Click to collapse
try 0.1 with the 0.1 guide. I'm kinda putting off supporting this since hardly anyone has a) used it and b) commented their results.
I got evervolv boot screen with the first method and second method gave this messege in terminal
"sudo rsync -aP binary /INSERTPATHTOSDCARD/ubuntu/
sending incremental file list
rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32)
rsync: mkdir "/INSERTPATHTOSDCARD/ubuntu" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(605) [Receiver=3.0.9]
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]"
Ubuntuz said:
try 0.1 with the 0.1 guide. I'm kinda putting off supporting this since hardly anyone has a) used it and b) commented their results.
Click to expand...
Click to collapse
What did you expect when you said this:
Ubuntuz said:
Alright, I have been working on porting Ubuntu Touch to our lovely Evo 3D's. I will be posting my work here and will change the thread once I get it out of alpha. As you can see this is only recommended for devs or people that know how to use Linux just now.​
Click to expand...
Click to collapse
I don't think such attitude will get you anywhere as a dev. First you need to feel you want to do something for yourself. Then you can start enjoying it... Just my $0.02
zzrzr said:
I got evervolv boot screen with the first method and second method gave this messege in terminal
"sudo rsync -aP binary /INSERTPATHTOSDCARD/ubuntu/
sending incremental file list
rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32)
rsync: mkdir "/INSERTPATHTOSDCARD/ubuntu" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(605) [Receiver=3.0.9]
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]"
Click to expand...
Click to collapse
See where it says "INSERTPATHTOSDCARD" yeah? Put the path to your SD card there.
decemberhayes said:
What did you expect when you said this:
I don't think such attitude will get you anywhere as a dev. First you need to feel you want to do something for yourself. Then you can start enjoying it... Just my $0.02
Click to expand...
Click to collapse
I figured that there was plenty of people on this board that could figure out how to use Linux.
I think if u don't have anything valuable to help Ubuntu, then we should keep quiet
I don't, so I wouldn't criticise anything
For those who do, please help and assist in any way
Testing, drivers, kernel, etc
I believe Ubuntu meant well when he is asking for any form of help from the community to help develop this
Whether he has passion for himself or the project or not , that's not appropriate to condemn or expect
Let's work together when we can, where we can
-----------------------------------------------------
Tapatalked from my HTC EVO 3D GSM
Johnnyslt CM10.1, 06-July-2013
Stock kernel & SIO
-----------------------------------------------------

[dlx][CWM Advanced Edition] PhilZ Touch

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
HTC Droid DNA (dlx)
http://goo.im/devs/philz_touch/CWM_Advanced_Edition
Click to expand...
Click to collapse
Currently running this on my galaxy note and it works great, putting it on my dna now
is this CWm any faster than the ld one as far as backup and such
CM11 installing works?
thanks!!
How did you guys get this installed?
Just through command line or through another method?
Your help is appreciated
jcyoun33 said:
How did you guys get this installed?
Just through command line or through another method?
Your help is appreciated
Click to expand...
Click to collapse
Flash GUI app
Pretty colors and nice interface. Thanks for this. If you use Flash GUI it will ask you to rename it first. I changed it to "recovery.img" and it flashed no problem.
matteebee said:
Pretty colors and nice interface. Thanks for this. If you use Flash GUI it will ask you to rename it first. I changed it to "recovery.img" and it flashed no problem.
Click to expand...
Click to collapse
is it any faster than the older one ?
About the same as far as backups. I put .hideandroidprogress in clockworkmod folder and my 2.2 gb backup took about 4 mins. Appears to be packed with features I don't know how to use yet but will be quite handy to have.
Can you restore twrp backups or do you need to create new ones?
xlxcrossing said:
Can you restore twrp backups or do you need to create new ones?
Click to expand...
Click to collapse
I was able to restore a TWRP backup when I switched the settings to TWRP mode.
Glad to see this finally making its way to the DNA. Will flash it later today. :sly:
Tapatalked from my HTC Droid DNA
matteebee said:
About the same as far as backups. I put .hideandroidprogress in clockworkmod folder and my 2.2 gb backup took about 4 mins. Appears to be packed with features I don't know how to use yet but will be quite handy to have.
Click to expand...
Click to collapse
Can you link to how to add this mod? Thank you in advance.
nice looking UI, but I can't seem to do adb push blah.zip /sdcard/
not sure why though, because i tried it earlier before i wipe my phone and it worked to seem a small file, but does not work with a larger file size?
I tried it in the twrp beta and it works perfectly fine
this is by far my favorite recovery in all the years ive been a flashaholic.
-DroidIsDNA- said:
Flash GUI app
Click to expand...
Click to collapse
Thanks! Such a dope app!
CM Updater
For those of you that get hasty and install things without reading the FAQ.
Phil3759 said:
CMUpdater cannot flash downloaded files
If you get a /sdcard/0 error, it means you have /sdcard set as /data/media/0 in recovery
The reason is that CM app doesn't support /data/media/0 and is faking recovery with a /sdcard/0 implementation
You still can alter the setting and force it to /data/media in Advanced menu. This will give full compatibility with cwm, CM roms and CM Updater
Click to expand...
Click to collapse
Learn from my mistakes. Also the rude response I got in the 3 minutes before I edited my post in the Philz Recovery thread was the reason people hate this website.
Does this recovery not show up in adb when connected to the PC via USB?
rayjr13 said:
Does this recovery not show up in adb when connected to the PC via USB?
Click to expand...
Click to collapse
ADB works fine for me, make sure you have set the USB connection to Media Device (MTP) under the Menu in Storage
chooven said:
ADB works fine for me, make sure you have set the USB connection to Media Device (MTP) under the Menu in Storage
Click to expand...
Click to collapse
The phone list in adb devices when booted to the rom but in recovery I don't get any connection to it via adb.
MTP works well I used adb to move my backups when booted to the rom but in recovery I could not use adb or adb shell to tinker.
Gonna try the SDK manager to see if I'm out of date or something.

[Q] lossed everything help!!!!!!

i am rooted and unlocked and ran a rom well in twrp i accidentally wipe everything internal now i have to way to get zips back to flash them my backup and all is gone and i have zips on ext card but twrp wont mount it please help
I pretty much just need a way to get my zips back to internal storage
Sent from my SCH-I605 using xda app-developers app
trinitystudio said:
i am rooted and unlocked and ran a rom well in twrp i accidentally wipe everything internal now i have to way to get zips back to flash them my backup and all is gone and i have zips on ext card but twrp wont mount it please help
Click to expand...
Click to collapse
while in recovery, you can use ADB to transfer files to prime from PC via data cable. look for ADB PUSH here on forums
qery said:
while in recovery, you can use ADB to transfer files to prime from PC via data cable. look for ADB PUSH here on forums
Click to expand...
Click to collapse
thanks ill give it a try and get back with you
ok i found and did what it says it sees my prime but im getting this error now failed to write data 'protocal fault <no status>' *3%
now this
i am runnung this command - adb push pac_tf201_4.3.Build-1_20131003.zip /sdcard/ ..all i get is a protocol failure not sure what that means but i need help bad wiped internal and stuck in twrp recovery
trinitystudio said:
i am runnung this command - adb push pac_tf201_4.3.Build-1_20131003.zip /sdcard/ ..all i get is a protocol failure not sure what that means but i need help bad wiped internal and stuck in twrp recovery
Click to expand...
Click to collapse
You need to make sure sure you have all the Android files installed on your PC which I am sure you do. Also, you need to specify where the pac_tf201 build is located. This is what I did to push the version onto my TF201 in Recovery:
adb push c:/pac_tf201_4.3.Build-1_20131003.zip /sdcard/
I did the same with gapps but I made sure that both zip files (rom and gapps) were directly on my C drive and not anywhere else. Let me know if you need anymore help as I just barely did this a few days ago. Took me hours to get it but I have learned quite a bit from it. :good:
Edit: Make sure your directory is pointed to your sdk platform-tools folder as well in CMD.
alias4ever said:
You need to make sure sure you have all the Android files installed on your PC which I am sure you do. Also, you need to specify where the pac_tf201 build is located. This is what I did to push the version onto my TF201 in Recovery:
adb push c:/pac_tf201_4.3.Build-1_20131003.zip /sdcard/
I did the same with gapps but I made sure that both zip files (rom and gapps) were directly on my C drive and not anywhere else. Let me know if you need anymore help as I just barely did this a few days ago. Took me hours to get it but I have learned quite a bit from it. :good:
Edit: Make sure your directory is pointed to your sdk platform-tools folder as well in CMD.
Click to expand...
Click to collapse
i have done that all but putting it on the c:\ drive ....yes im pointed to that folder ill try c and get back to you thanks
edit: try c drive thing still a no go still getting protocol failure
Hardbricked!!!!!!!!!!!!!!
Well im hardbricked now asus wants $324 to fix so NOT!!!!!! Guess its time to go shopping lol
trinitystudio said:
Well im hardbricked now asus wants $324 to fix so NOT!!!!!! Guess its time to go shopping lol
Click to expand...
Click to collapse
Can you boot into fast boot at all? Or are you stuck at the Asus screen?
---------- Post added at 07:40 AM ---------- Previous post was at 07:39 AM ----------
alias4ever said:
Can you boot into fast boot at all? Or are you stuck at the Asus screen?
Click to expand...
Click to collapse
What would you plan on doing or what does anyone do with a hardbricked Prime as I am curious? Sorry to hear it.
It happens I have done roms for years from droid one to note2 never had a issue till now it was my own mistake so... I guess nothing to do but trash it prob going today to get Samsung note 8 or 10.1
Sent from my SCH-I605 using xda app-developers app
Do you by any chance have Asus sync running on your pc? It seems that this can interfere with adb.
Try killing all asus related programs on your pc through task manager and then try adb push again.
Sent from my SO-04E using xda app-developers app
This is what I'm curious about too. If there were photos on this SD card before you put it in the device, they will remain intact after a security wipe.
This is unclear to me based on the OP: You got the Bold as a graduation gift and would like to start using it i assume. (I also got this bold a couple days ago after my HTC One S died, bringing me to Blackberry after years of faithful service on Android. The 9900 is a great phone)
When you tried to use the phone, you were prompted to input your BBID credentials, which subsequently failed repeatedly. The phone has since been security wiped due to too many failed attempts. Upon opening the phone, the microSD that you had in there is gone.

Root for Android Wear Emulator

Hello guys! I know it's useless, but anyway, we(@MrBIMC and @r3pwn) crafted root-script for Android Wear!
Download and unzip archive, go to the folder with unpacked data and execute the script:
Code:
sh wear-root.sh
*Note that you'll have to re-run this script everytime you reboot emulator*
Enjoy!
MrBIMC said:
Hello guys! I know it's useless, but anyway, we(@MrBIMC and @r3pwn) crafted root-script for Android Wear!
Download and unzip archive, go to the folder with unpacked data and execute the script:
Code:
sh wear-root.sh
*Note that you'll have to re-run this script everytime you reboot emulator*
Enjoy!
Click to expand...
Click to collapse
Can't run that command in CMD, it says : "sh is not recognized as internal command" on windows
Ashutos1997 said:
Can't run that command in CMD, it says : "sh is not recognized as internal command" on windows
Click to expand...
Click to collapse
For Windows, you'll need to double-click on the .bat file.
Sent from my Nexus 7 using Tapatalk
r3pwn said:
For Windows, you'll need to double-click on the .bat file.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Can u give me proper steps to root ?
Update : ROOTED
Q
@MrBIMC
why should i root it?
is there any app for it to need root access?
or any feature we can access after root?
:good:
I can only imagine what kind of apps Developers will make for rooted smartwatches. We will have to wait and see what wear offers without them first...
x102x96x said:
@MrBIMC
why should i root it?
is there any app for it to need root access?
or any feature we can access after root?
:good:
Click to expand...
Click to collapse
Actually, we don't need to root smartwatch, at least yet. I made a script just because I can, lol
MrBIMC said:
Actually, we don't need to root smartwatch, at least yet. I made a script just because I can, lol
Click to expand...
Click to collapse
absolutely good reason
No need YET.
x102x96x said:
absolutely good reason
Click to expand...
Click to collapse
I'm with you. Although there may not be much of a need at the time I can see this come in handy when I go and pick up a Wear device and start tinkering. I can already think of a few uses for it. And you know what? Even if I fail, it's future proofing. Who knows what the future may bring with Wear devices and their restrictions/Wear skins?
Can i use it on my galaxy young bro?
i
Slick101 said:
Can i use it on my galaxy young bro?
Click to expand...
Click to collapse
use what on Galaxy young?
it s not root method for mobile device. it s for AndroidWear emulator
u should use eclipse to install androidWear SDK and then create AVD of it
see this thread to understand more;
http://forum.xda-developers.com/android-wear/development/app-androidwear-t2690062
:good:
thanks, but this release will run successful on windows+x86 avd
busybox.net/downloads/binaries/latest/busybox-i686

Categories

Resources