This is Ubuntu Touch
Disclaimer: Don't touch if your not experienced! You are responsible for what happens not me understand you agree that im not responsible in any way when you download!
Justsueme has been working on this rom for a while and now I bring it to a locked bootloader! Not possible Ubuntu says but im good a scrips, so test it out let us know READ EVERYTHING BEFORE FLASHNG...its not a normal rom!
Link to his threadhttp://forum.xda-developers.com/showthread.php?t=2564187
instructions:
New Experimental method
Wipe device ready for new rom
Flash Rom : Rom
Reboot device
IF no wifi on boot you may need set
chmod +x /data/local/userinit.sh
(pm or comment if you need with terminals)
I didn't add reverse tether by default so head to manual fixes section to find how to.(buggy fixes soon with gsm)
this is not an update to functionality its just a quick knock-up putting both .zips into one and adding fix for no PC to boot.
Old Method(outdated) use if not working
At this point youll have a black screen and no activity except ADB
plug phone into pc
grab this file : (70-jfltexx.rules) http://www.datafilehost.com/d/17d6dd77
now open terminal
$ su
$ adb push 70-jfltexx.rules /usr/lib/lxc-android-config/
$ adb shell "reboot"
phone will look like its doing nothing for a bit, but wait.
now it will boot back up like normal but you will have a ubuntu touch gui
BUGS:
celluar
BT
IR?
no sound (works with headphones)
camera (maybe needs libjnigraphics ?)
frame jump
app not loading
adb or ssh for cli
Manual Fixes:
now have connectivity via reverse tether:
adb root
adb shell setprop sys.usb.config rndis,adb
ubuntu network manager will show that samsung android is connecting.
open network settings edit that connection and change auto DHCP to shared
run this command (logged into phone)
dhclient usb0 -v
now on phone open webbrowser or ping 8.8.8.8 to test connection
just got WIFI !
make it auto load at boot
touch userinit.sh
nano userinit.sh
add to the file :
-
#!/bin/bash
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt
-
adb push userinit.sh /data/local/userinit.sh
adb shell
chmod +x /data/local/userinit.sh
Contributors
JustSueMe, Warg-Razdroid
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: cyanogenmod
Reserved
Whoaaa man. This is big.
Sent from my SGH-I337 using XDA Premium 4 mobile app
jaythaovadose said:
Whoaaa man. This is big.
Sent from my SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
download up!
Sweet! I am stoked to play with this!
Sent from my SGH-I337 using XDA Premium 4 mobile app
Bigbabyjesus said:
Sweet! I am stoked to play with this!
Sent from my SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
cant get the zip booting will fix soon someone else please confirm?
Yeah, I'm stuck on splash screen. Can't even get to boot animation. Possibly a kernel problem?
Sent from my SGH-I337 using XDA Premium 4 mobile app
Yeah I'm guessing you can flash the original phablet zip from his thread but he has a fix coming soon with kernel and I'm searching too
Sent from my SGH-I337 using Tapatalk
Dang... if this requires a custom kernel, then SafeStrap is out of question... I really wanted to try this one out, but have the dreaded MF3...
Fix is slow, but making progress
Sent from my SGH-I337 using Tapatalk
NNagendran said:
Dang... if this requires a custom kernel, then SafeStrap is out of question... I really wanted to try this one out, but have the dreaded MF3...
Click to expand...
Click to collapse
It needs a custom kernel sorry
Sent from my SGH-I337 using Tapatalk
You need to link his thread to this one. And give him proper credit. He is the one that has worked hard on this. Not being mean but I'm just saying.
Sent from my SGH-I337 using Tapatalk
toxicpaulution said:
You need to link his thread to this one. And give him proper credit. He is the one that has worked hard on this. Not being mean but I'm just saying.
Sent from my SGH-I337 using Tapatalk
Click to expand...
Click to collapse
Learn reading it's in op...
Sent from my SGH-I337 using Tapatalk
uploading new
up
Hey guys just wanted to thank you for taking this initiative. All the best.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
junooni.1980 said:
Hey guys just wanted to thank you for taking this initiative. All the best.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
nice!
Joeyxc said:
This is Ubuntu Touch
Disclaimer: Don't touch if your not experienced! You are responsible for what happens not me understand you agree that im not responsible in any way when you download!
Justsueme has been working on this rom for a while and now I bring it to a locked bootloader! Not possible Ubuntu says but im good a scrips, so test it out let us know READ EVERYTHING BEFORE FLASHNG...its not a normal rom!
Link to his threadhttp://forum.xda-developers.com/showthread.php?t=2564187
instructions:
New Experimental method
Wipe device ready for new rom
Flash Rom : Rom
Reboot device
IF no wifi on boot you may need set
chmod +x /data/local/userinit.sh
(pm or comment if you need with terminals)
I didn't add reverse tether by default so head to manual fixes section to find how to.(buggy fixes soon with gsm)
this is not an update to functionality its just a quick knock-up putting both .zips into one and adding fix for no PC to boot.
Old Method(outdated) use if not working
At this point youll have a black screen and no activity except ADB
plug phone into pc
grab this file : (70-jfltexx.rules) http://www.datafilehost.com/d/17d6dd77
now open terminal
$ su
$ adb push 70-jfltexx.rules /usr/lib/lxc-android-config/
$ adb shell "reboot"
phone will look like its doing nothing for a bit, but wait.
now it will boot back up like normal but you will have a ubuntu touch gui
BUGS:
celluar
BT
IR?
no sound (works with headphones)
camera (maybe needs libjnigraphics ?)
frame jump
app not loading
adb or ssh for cli
Manual Fixes:
now have connectivity via reverse tether:
adb root
adb shell setprop sys.usb.config rndis,adb
ubuntu network manager will show that samsung android is connecting.
open network settings edit that connection and change auto DHCP to shared
run this command (logged into phone)
dhclient usb0 -v
now on phone open webbrowser or ping 8.8.8.8 to test connection
just got WIFI !
make it auto load at boot
touch userinit.sh
nano userinit.sh
add to the file :
-
#!/bin/bash
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt
-
adb push userinit.sh /data/local/userinit.sh
adb shell
chmod +x /data/local/userinit.sh
Contributors
JustSueMe, Warg-Razdroid
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: cyanogenmod
Click to expand...
Click to collapse
Sent from my Deadly Venom SS 3.0 S4 ~ 20GB free cloud https://copy.com?r=vtiraF
Is anyone actively working on this? Will it work with AT&T phones, or do I need to be concerned with the whole Loki Doki thing here as well? Until it is working with the cellular radio, I fear there is no reason to even play with this for now. Unfortunately, I don't think I have the skills to help out.
Subscribing.
Edit: Just tried to load this rom via TWRP v2.5.0.2 and it failed.
purdone said:
Is anyone actively working on this? Will it work with AT&T phones, or do I need to be concerned with the whole Loki Doki thing here as well? Until it is working with the cellular radio, I fear there is no reason to even play with this for now. Unfortunately, I don't think I have the skills to help out.
Subscribing.
Edit: Just tried to load this rom via TWRP v2.5.0.2 and it failed.
Click to expand...
Click to collapse
You do need Loki and such. I think development on this was merged into the international S4, if you check the Ubuntu wiki for Ubuntu touch you'll find the thread listed.
EDIT: It links to the same thread as OP, so I don't know if anyone is continuing it but I don't think so.
Sent from my SGH-I337 running Light ROM
Related
The wifi/mac bug gave some problems for me. I couln't connect to couple of AP due to mac restrictions. Futhermore htcsence.com didn't work anymore for me. I could no longer locate my phone with the site and my data didn't synced. I asume they have some kind of mac address check.
Since there isn't any method yet to fix the OC kernel wifi/mac bug i decided to change my kernel back to the stock one. Simply flashing the kernel did not fixed my wifi.
After a bit of searching i found the right files to fix this problem.
Download the attached file in this post. It contains the kernel from Gtrab and wifi driver from Evil-Z Z-Kernel.
Please use the attached file at your own risk!
Then simply follow the instructions based on Coolbho3000:
Boot into fastboot. Using the fastboot utility, run:
fastboot flash zimage kernel-DZ-1.34.405.5
reboot
adb push bcm4329.ko /sdcard/bcm4329.ko
adb shell
su
mount -o remount,rw /dev/block/mmcblk0p25 /system
cat /sdcard/bcm4329.ko > /system/lib/modules/bcm4329.ko
Click to expand...
Click to collapse
Good luck with it
clever idea, congrats,
thanks for sharing
many users are stuck with that
Lol, this happened to me yesterday. Glad I had the n1 first, and was used to this sort of testing prior to posting up on the forums. I looked around a bit and didn't find anything, so I figured it out. Had I known I wasn't the only one, I definitely would have put something up.
Great info though man! I'm sure this will help a LOT of people.
How do you know if your MAC address is messed up? I can't connect to htcsense.com either other use HTC likes app saying it could not connect to server , I checked WiFi info and it seems my MAC address is not 11:22:33:44:55:66, I'm using visionary 0.6.1 ROM
Sent from my HTC Vision using XDA App
Your Wifi mac is messed up when it shows 00:11:22:33:44:55. I believe that the visionary rom doesn't has a OC kernel, but only a OC module. The module doesn't do anything with your mac address.
Ok thank you, any idea why I still can't use htcsense.com ? Or HTC likes ?
Sent from my HTC Vision using XDA App
SGH-T989 System Dump (Odexed)
Here you guys go, a system dump, thanks to luckyduck69.
luckyduck69 said:
dump: http://dl.dropbox.com/u/21231693/T989odex.zip..
Click to expand...
Click to collapse
I have also mirrored this on my website, here.
I will have it deodexed here later tonight.
Reserved.
as;dflkjas;ldfkja;sldfkj
So, the dump would be useful if one needed to put the phone back to just the way it was out of the box, correct? One could use it with Odin to fix, say... a soft brick?
Ty for this!! this means what exactly? easier to root and set up for odin?????curious
movieaddict said:
Ty for this!! this means what exactly? easier to root and set up for odin?????curious
Click to expand...
Click to collapse
once it deodexed... the real def fun begins as far as modding or cooking up personalized roms.
but we really need to get a modded kernel somehow and get root. that must be our main priority cuz nothing else matters without it. maybe someone has a trick up their sleeve... i hope.
Awesome........ now the ball gets rolling
Ty sir Please remove all the ridiculous t-mobile bloat.
Ty luckyduck!
sence im at school and cant up u all my original build ill root this for u all and upload it back to my sf page
RaverX3X said:
sence im at school and cant up u all my original build ill root this for u all and upload it back to my sf page
Click to expand...
Click to collapse
Nice greatnews and good to see familiar faces from the gs4g thanks raver
Sent from my SGH-T989 using xda premium
Raver always comes thru so glad to see him here!
Sent from my SGH-T989 using XDA App
Ty to all of u guys!! cant wait
Hey fellas i was on sammy's open source site yesterday and nothing was there for the SGH-T989 and today there is an SGH-T989 open source.zip file up on the site just in case this helps in any way with getting things going with rooting this bad mutha!
https://opensource.samsung.com/
Sent from my SGH-T989 using xda premium
Was this dump made using "adb pull"? If so, it's next to worthless for the purposes of building a prerooted system image - no permissions, no symlinks.
Someone needs to dump system using tar. I have attached a binary of busybox (which includes tar) compiled using the instructions given at http://arighi.blogspot.com/2011/08/install-busybox-from-source-on-samsung.html
Extract it from the zip and install it as follows, I am assuming that whoever does the dump is comfortable with ADB:
Code:
adb push busybox /data/local/tmp/
Then start an adb shell or an Android Terminal Emulator session, and within it:
Code:
cd /system
/data/local/tmp/busybox tar czvf /sdcard/system_dump_t989.tar.gz *
Then grab /sdcard/system_dump_t989.tar.gz and upload it here.
To avoid having 308403434 different people do this, I suggest you guys name a volunteer
IMPORTANT: If the attempt to tar up /system above gives any errors about access denial or permissions, post the name of every file that was a problem.
Would love to but at work atm.
Sent from my SGH-T989 using xda premium
Entropy512 said:
Was this dump made using "adb pull"? If so, it's next to worthless for the purposes of building a prerooted system image - no permissions, no symlinks.
Someone needs to dump system using tar. I have attached a binary of busybox (which includes tar) compiled using the instructions given at http://arighi.blogspot.com/2011/08/install-busybox-from-source-on-samsung.html
Extract it from the zip and install it as follows, I am assuming that whoever does the dump is comfortable with ADB:
Code:
adb push busybox /data/local/tmp/
Then start an adb shell or an Android Terminal Emulator session, and within it:
Code:
cd /system
/data/local/tmp/busybox tar czvf /sdcard/system_dump_t989.tar.gz *
Then grab /sdcard/system_dump_t989.tar.gz and upload it here.
To avoid having 308403434 different people do this, I suggest you guys name a volunteer
Click to expand...
Click to collapse
"/data/local/tmp/busybox tar czvf /sdcard/system_dump_t989.tar.gz *" gives permission denied error
/system itself? That's VERY odd.
zaventh is working this now, talking with him on IRC
Edit: Looks like adb push didn't make busybox executable, as I mentioned in IRC:
Code:
adb shell chmod 755 /data/local/tmp/busybox
Finally the ball gets rolling
Sent from my SGH-T989 using xda premium
Entropy512 said:
Was this dump made using "adb pull"? If so, it's next to worthless for the purposes of building a prerooted system image - no permissions, no symlinks.
Someone needs to dump system using tar. I have attached a binary of busybox (which includes tar) compiled using the instructions given at http://arighi.blogspot.com/2011/08/install-busybox-from-source-on-samsung.html
Extract it from the zip and install it as follows, I am assuming that whoever does the dump is comfortable with ADB:
Code:
adb push busybox /data/local/tmp/
Then start an adb shell or an Android Terminal Emulator session, and within it:
Code:
cd /system
/data/local/tmp/busybox tar czvf /sdcard/system_dump_t989.tar.gz *
Then grab /sdcard/system_dump_t989.tar.gz and upload it here.
To avoid having 308403434 different people do this, I suggest you guys name a volunteer
IMPORTANT: If the attempt to tar up /system above gives any errors about access denial or permissions, post the name of every file that was a problem.
Click to expand...
Click to collapse
Dump using this method available here: http://www.multiupload.com/MKCNJTUTRW
zaventh said:
Dump using this method available here: http://www.multiupload.com/MKCNJTUTRW
Click to expand...
Click to collapse
Another dump ---- http://www.multiupload.com/424YLKAN90
AOSP JELLY BEAN 4.1.2_r1 straight from Google sources
This ROM is completely up-to-date w/ the 4AI1.7 kernel and latest ducati from TI
Download 4.1.2_r1 ROM here [10-10]
md5sum: d300fbbd65f3037f54519f7c3c2bc4a5
PLUS YOU WILL NEED TO FLASH GAPPS AFTER
Jelly Bean Gapps here
Data wipe might be required as this is 4.1.2_r1. If in doubt, wipe and use Titanium Backup to restore apps.
Make sure to WIPE Dalvik Cache.
BUILDING THIS ROM
I've updated GitHub with the local_manifest and patches for creating this rom from AOSP sources:
https://github.com/KFire-Android/android_local_manifest/tree/jb-aosp
Each patch should be applied via: git apply <patch name> in the respective project where it belongs.
Enjoy
FIXED AS OF 10/10:
[ Will fill in as bugs pop-up ]
Awesome Hash, you are the man. I don't suppose terminal emulator would work in place of ADB would it, I don't have a pc on hand.
First!
Thanks Hash ! This is were dual-boot takes its interest .
EDIT: Not the first .
neilrl79 said:
Awesome Hash, you are the man. I don't suppose terminal emulator would work in place of ADB would it, I don't have a pc on hand.
Click to expand...
Click to collapse
Seems possible except you need wifi to download terminal emulator from the play store unless you have the apk for terminal emulator saved on your kindle fire already.
Anyways thanks hashcode, I'm really looking forward to flashing this in the morning!
neilrl79 said:
Awesome Hash, you are the man. I don't suppose terminal emulator would work in place of ADB would it, I don't have a pc on hand.
Click to expand...
Click to collapse
I'm using "su" binary from AOSP.. which doesn't seem to want to work with Superuser from the market. Oddly, that puts many people who can't seem to get adb to work in a bind. Hrm. Probably the best way to fix it would be to use a "su" binary from another build and load it up in recovery by mounting system (use the recovery gui to do that), then:
adb push su /system/bin
adb shell
cd /system/bin
chmod 6755 su
chown root.root su
exit
Of course you can always wait and just play with it a bit, an I'll have all of this worked out for the next build w/ working HD codecs.
It's late and I need some sleep
Thank you hashcode and if anybody tells you how to fix the UMS bug can you say it to me i also have a bug with the nexus sense 4 rom i also need to enable it
Using terminal emulator I'm getting
"uid 10039 not allowed to su"
"1|[email protected]:/"
I can use ADB, but wondering if there's a quick way without hooking it up. (Ive got root explorer, another binary I can use, yada...)
Sent from my SPH-D710 using Tapatalk 2
Edit:
Nvmind: Adb fixed in 2 seconds.
Awesome work.
Any chance we could have TabletUI insted of PhoneUI?
Thanks. U are the best dev ever
Sent from my LG-P500 using xda premium
BTW GApps don't work well, at least I don't have any setup at first boot and Play Store crashes.
And my ADB is a mess, Windows keeps thinking the device is in a pluged in/unpluged loop... On Ubuntu it works . And I have no USB storage notification when my device is connected .
EDIT: And pictures are rotated in multitasking panel .
Did y'all notice that the superuser binary is in system/xbin and not system/bin in the ROM?
I guess that's why my root explorer isnt working, because the command for it looking in the superuser app IS sys/bin.
So, you'll have to use adb to move it.
(You don't have to grab one from another build, in other words.)
Pull it from system/xbin and push to system/bin.
Sent from my Amazon Kindle Fire using Tapatalk 2
yourbrotherrex said:
Did y'all notice that the superuser binary is in system/xbin and not system/bin in the ROM?
I guess that's why my root explorer isnt working, because the command for it looking in the superuser app IS sys/bin.
So, you'll have to use adb to move it.
(You don't have to grab one from another build, in other words.)
Pull it from system/xbin and push to system/bin.
Sent from my Amazon Kindle Fire using Tapatalk 2
Click to expand...
Click to collapse
what i have done
1) flash base rom
2) flash gapps 29/4
3) flash superuser the latest from this website
http://androidsu.com/superuser/
and i have just a smooth rom
how to root 4.1?
go to http://androidsu.com/superuser/ and flash the newest arm zip as QuBe2 said
Is the interface the tablet interface or phone interface? Because i have installed and it seens a big phone
That's the default UI for tablets since the Nexus 7 uses it, but it can be switched to TabletUI.
nice for a beta it is pretty quick and I used the adb trick and I got wifi
Cant get adb to work, only get no device on adb
vbdss I can help maybe
what OS are you using
I just got it booting on my M919 without adb using twrp recovery, but in no way did I make the breakthroughs. This is the link to JustSueMe's thread http://forum.xda-developers.com/showthread.php?t=2545627&page=1
And also his original thread posted in the 9505 forums http://forum.xda-developers.com/showthread.php?t=2564187
Originally Posted by JustSueMe
link is to download phablet
http://www.androidfilehost.com/?fid=23252070760974893
http://cdimage.ubuntu.com/ubuntu-to...d/current/trusty-preinstalled-touch-armhf.zip
instructions:
reboot to recovery
wipe all partitions
flash phablet in above link
flash trusty-preinstalled-touch-armhf.zip [u can find on cdimages.ubuntu.com]
reboot phone to system
--
at this point youll have a black screen and no activity
plug phone into pc
grab this file : (70-jfltexx.rules) http://www.datafilehost.com/d/17d6dd77
now open terminal
$ su
$ adb push 70-jfltexx.rules /usr/lib/lxc-android-config/
$ reboot
phone will look like its doing nothing for a bit, but wait.
now it will boot back up like normal but you will have a ubuntu touch gui
BUGS:
no conectivity
no sound
edge swipe is small but works without case
camera
frame jumps to the right for some apps occasionally (unsure if thats on purpose of buggy... i vote buggy)
app crashing (maybe reason for camera crash?)
doesnt show imei
no sdcard mounted
terminal app doesnt even work so need to use adb to run commands
enjoy lol ... note alpha in title if anyone wants to complain ... also note only you are responsible for what happens to your device.
No computer? Download http://www.datafilehost.com/d/17d6dd77
Install Twrp recovery, follow directions as instructed above. When screen goes black, reboot into recovery, use the file manager in twrp and copy 70-jfltexx.rules to /data/ubuntu/usr/lib/lxc-android-config/ then chroot755 the file and reboot.
Fixes:
now have connectivity via reverse tether:
adb root
adb shell setprop sys.usb.config rndis,adb
ubuntu network manager will show that samsung android is connecting.
open network settings edit that connection and change auto DHCP to shared
run this command (logged into phone)
dhclient usb0 -v
now on phone open webbrowser or ping 8.8.8.8 to test connection
just got WIFI !
adb shell
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt
now wifi will turn on
make it auto load at boot
touch userinit.sh
nano userinit.sh
add to the file :
-
#!/bin/bash
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt
-
adb push userinit.sh /data/local/userinit.sh
adb shell
chmod +x /data/local/userinit.sh
Updates:
Sound Working with Headphones pluged in.
XDAevDB Information
Ubuntu Touch, a ROM for the Samsung Galaxy S 4
Contributors
JustSueMe, Warg-Razdroid
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: cyanogenmod
Version Information
Status: Alpha
Created 2013-12-10
Sent from my SGH-M919 using XDA Premium HD app
i9505 roms on m919 really arent ports. Only Because you really dont have to do anything.
Pretty cool tho. When its more stable/working I'd love to play around on it to check it out.
Moved to general as this does not qualify as development, please understand posting rules before posting in Development sections...Thanks!
Thread already started hear http://forum.xda-developers.com/showthread.php?t=2564521
Sent from my GT-I9505G using Tapatalk
[email protected] said:
Thread already started hear http://forum.xda-developers.com/showthread.php?t=2564521
Sent from my GT-I9505G using Tapatalk
Click to expand...
Click to collapse
Thank you, but I have already included links to both threads at the top of the thread this is relevant to M919 owners though.
Sent from my SGH-M919 using XDA Premium HD app
Saw this posted on Reddit. Seems to be a full system image but I'm not brave enough to flash it
https://mobile.twitter.com/MotoFirmware/status/522902016763633665?s=09
Slack3r said:
Saw this posted on Reddit. Seems to be a full system image but I'm not brave enough to flash it
https://mobile.twitter.com/MotoFirmware/status/522902016763633665?s=09
Click to expand...
Click to collapse
I think no problem.You can try it.
You can mount it as loop and explore it, I suppose.
Sent from my GT-N7100 using XDA Free mobile app
There are some wifi config files and binaries, the factory test packages, etc..
I found this app, that can be installed in the current system with adb: (motoCompass.apk)
https://drive.google.com/file/d/0BxTLcy78OveNRjZkYzJaRmJ4S0U/view?usp=sharing
More goodies:
Moto 360 gears boot animation: http://youtu.be/Rje-O0P6PJo
Sent from my GT-N7100 using XDA Free mobile app
Here's a dump of the system partition, lots of interesting things!
https://drive.google.com/file/d/0BxTLcy78OveNSmJrdTM2SkxEYVE/view?usp=sharing
Enjoy and share your findings
dproldan said:
There are some wifi config files and binaries, the factory test packages, etc..
I found this app, that can be installed in the current system with adb: (motoCompass.apk)
https://drive.google.com/file/d/0BxTLcy78OveNRjZkYzJaRmJ4S0U/view?usp=sharing
Click to expand...
Click to collapse
I installed the compass app, it's hardly what I would call accurate but it does seem to get the right direction for the most part. Good find!
dproldan said:
More goodies:
Moto 360 gears boot animation: http://youtu.be/Rje-O0P6PJo
Sent from my GT-N7100 using XDA Free mobile app
Click to expand...
Click to collapse
Maybe I'm missing something trying to get the gears animation in my watch. I set up Bluetooth debugging and then tried
adb -e push bootanimation.zip /data/local
I'm a little rusty on adb commands and would appreciate any assistance. Thanks!
neilrl79 said:
Maybe I'm missing something trying to get the gears animation in my watch. I set up Bluetooth debugging and then tried
adb -e push bootanimation.zip /data/local
I'm a little rusty on adb commands and would appreciate any assistance. Thanks!
Click to expand...
Click to collapse
You may need to just give it some time, it took a good 10 minutes or so for it to finish anything for me over bluetooth. It just sat at the prompt without giving me status information or anything.
dproldan said:
There are some wifi config files and binaries, the factory test packages, etc..
I found this app, that can be installed in the current system with adb: (motoCompass.apk)
https://drive.google.com/file/d/0BxTLcy78OveNRjZkYzJaRmJ4S0U/view?usp=sharing
Click to expand...
Click to collapse
WiFi config files for the watch? Interesting..!
neilrl79 said:
Maybe I'm missing something trying to get the gears animation in my watch. I set up Bluetooth debugging and then tried
adb -e push bootanimation.zip /data/local
I'm a little rusty on adb commands and would appreciate any assistance. Thanks!
Click to expand...
Click to collapse
abd won't let you put anything in /data or /system, as it's not running in root mode.
You have to push it to /storage/sdcard0/ then enter an adb shell, get root with su, remount /system and copy the zip from /storage/sdcard0/ to /system/media/
So what can we do with this
Anyone wanna mirror this? It seems they took it down...
r3pwn said:
Anyone wanna mirror this? It seems they took it down...
Click to expand...
Click to collapse
Found it
Here
https://www.androidfilehost.com/?fid=95916177934554712