[RELEASE] iPhone - Moto360 Connection - Moto 360

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Moto 360 iPhone Pairing Utility
(Disclaimer and Creds) This idea, and how I decided to go about creating this is completely inspired by MohammadAG.
This is unstable and barely works, but I believe in open source, so now that I have a working product I thought I would share. Usability is not guaranteed!!!
Pair your iPhone with you Moto 360, without need of an Android!
Directions:
Download APK
Install APK
Open app on Moto 360
Install LightBlue from the iTunes store
Open LightBlue and set up any virtual peripheral
Press scan on the Moto 360
Upon finding the virtual peripheral, pair the Moto with it.
Exit apps and enjoy!
Source: iPhone-Moto360-Pair

It works! Thanks a lot!

Would prefer to see a video or screenshots of it in action before blindly installing all this.

Awesome news. Anyone tested it yet?

Fenix said:
Awesome news. Anyone tested it yet?
Click to expand...
Click to collapse
It works for a while, but after some minutes Moto 360 loses connection.

Hi there! Did you develop the code or are you using a code that already exists.
I am asking because we already hava a thread focused on iOS and Android Wear connectivity that focuses on the work of dev @shiitakeo.
http://forum.xda-developers.com/android-wear/development/android-wear-ios-connectivity-t3052524/
Thank yoy

I think, maybe you copy zhangfh's ANCSSample code.
https://github.com/zhangfh/ANCSSample
if right, you should be explicitly.
if you want to improve this project as open source project,
you should respect other developer's achievement.
And This repository is No License.
No License repository provide only two permission on github.
1. see source code.
2. Fork the project.
so, if you change zhangfh/ANCSSample project,
you should fork this project on github.
I hope improve this project
please.

@shiitakeo
Thanks for the info i'm new to GitHub and that was news to me i will fork it and upload my code now!
@GaresTaylan
https://www.youtube.com/watch?v=aVO4NYAMLQQ
@bazaglia
Yes, LightBlue does not have the ability to stay in the foreground, and my updated code keeps it from closing on the Moto, if you want to build from soure the new feature will work.

excuse my ignorance, but how do I get this apt onto the moto 360. I'm on a mac by the way. Thank you in advance.
zachal said:
@shiitakeo
Thanks for the info i'm new to GitHub and that was news to me i will fork it and upload my code now!
@GaresTaylan
https://www.youtube.com/watch?v=aVO4NYAMLQQ
@bazaglia
Yes, LightBlue does not have the ability to stay in the foreground, and my updated code keeps it from closing on the Moto, if you want to build from soure the new feature will work.
Click to expand...
Click to collapse

I'm about to receive my company phone which happen to be an iPhone 6, I will definitely try this out once I got it. Thanks for the information!
Sent from my SM-N910T using Tapatalk

Thanks for this, I was really looking for this app

HElpppp
Guys,
How do i install the iphonenotifier.apk to my moto360?? do i have to install it to an android device??? please help...

How to Install
malcolm29menezes said:
Guys,
How do i install the iphonenotifier.apk to my moto360?? do i have to install it to an android device??? please help...
Click to expand...
Click to collapse
Honestly I'd wait for @MohammadAG's solution to be released, but you can either:
http://forum.xda-developers.com/moto-360/general/sven-s-android-wear-toolkit-t3011029
or follow this guide: (better laid out at https://developer.android.com/training/wearables/apps/bt-debugging.html)
(If developer options is not enabled) Go to Settings->About, and tap on "Build number" until it says you ar now a developer.
Go back to Settings and click on Developer options
Enable ADB debugging and Debug over Bluetooth
Go to the Android Wear app on your phone and click the gear icon in the top right corner
Scroll to the bottom and enable debug over bluetooth
(If developer options not enabled) Do the same step (#1) on the phone as on the watch
Go to developer settings on phone and be sure ADB debugging is on
Plug android into computer
Open Terminal/CMD/whatever you use and type adb devices ensuring your phone is connected
Run: adb forward tcp:4444 localabstract:/adb-hub
Run: adb connect localhost:4444
Run ADB devices ensuring you watch is connected
Type ADB -e install /PATH/TO/iphonenotifier.apk
Wait for "Success!"
You may now disconnect ADB.
Run app on Android Wear

zachal said:
Honestly I'd wait for @MohammadAG's solution to be released, but you can either:
http://forum.xda-developers.com/moto-360/general/sven-s-android-wear-toolkit-t3011029
or follow this guide: (better laid out at https://developer.android.com/training/wearables/apps/bt-debugging.html)
(If developer options is not enabled) Go to Settings->About, and tap on "Build number" until it says you ar now a developer.
Go back to Settings and click on Developer options
Enable ADB debugging and Debug over Bluetooth
Go to the Android Wear app on your phone and click the gear icon in the top right corner
Scroll to the bottom and enable debug over bluetooth
(If developer options not enabled) Do the same step (#1) on the phone as on the watch
Go to developer settings on phone and be sure ADB debugging is on
Plug android into computer
Open Terminal/CMD/whatever you use and type adb devices ensuring your phone is connected
Run: adb forward tcp:4444 localabstract:/adb-hub
Run: adb connect localhost:4444
Run ADB devices ensuring you watch is connected
Type ADB -e install /PATH/TO/iphonenotifier.apk
Wait for "Success!"
You may now disconnect ADB.
Run app on Android Wear
Click to expand...
Click to collapse
So we need to also have an android phone plugged in for this to work? we can not do this solely with the watch and a pc?

faymus said:
So we need to also have an android phone plugged in for this to work? we can not do this solely with the watch and a pc?
Click to expand...
Click to collapse
Yea you can but it requires making a cord (the same one you use to root the Moto 360). Honestly if you don't know what you're doing, don't. Or at least do research (a lot of research!) first. And just to reiterate, this definitely doesn't work well at all, so unless you're a developer or very patient, don't use this.

zachal said:
Yea you can but it requires making a cord (the same one you use to root the Moto 360). Honestly if you don't know what you're doing, don't. Or at least do research (a lot of research!) first. And just to reiterate, this definitely doesn't work well at all, so unless you're a developer or very patient, don't use this.
Click to expand...
Click to collapse
Any updates on this? I'm going to try it when I get home today!

pr0cl1v1ty said:
Any updates on this? I'm going to try it when I get home today!
Click to expand...
Click to collapse
No updates, Ive all but abandoned the project as MohammadAG's he says should come bout next (this?) week. As for the cord here is the link:
http://www.rootjunky.com/moto-360-adapter-usb-cable/
Once you make that you can adb install the apk etc.
As for the setup screen, google it. Its possible to dismiss with and without root, but if i did all the work for you and found y'all the links, there'd be no fun left for all you users!

there is a wear connect on playstore. just download to your android phone and on your iphone download lightblue or BLE. simple as pie..
i have iphone 6+ 8.3

Related

[APP] [3.0+] Use Pc Keyboard via Bluetooth

This app is based on an idea that was posted in the general section called PCBTKeyboard, but it could not write outside the app.
So I wrote an app that simulates a keyboard and with this one can write inside and outside any app.
The app was developed on the Acer Iconia Tab a100 so the target platform is Honeycomb. Hope you enjoy it
Download:
Apk Link
Server Link
Apk sources
Server sources
Instructions:
1. Start server
2. Go to Bluetooth Keyboard settings
3. Select the PC the server is on
4. Select the Keyboard as input method
5. Voila, you can write on your Tab
Images: (Sorry for the bad pics....I have ICS and there is no root to use screenshot)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Used outside the app:
Is there any way you could recompile this for android 2.3? Or better still if you can release the source code
it can connect any keyboard as my pc has bluetooth?, you saved me spending = D
Would be good that you generate a shortcut (key combination) to move the keyboard automatically from the PC to the tablet.
I will try these days, thank you very much
supports shortcut keys (example: play / stop / volume (-) (+))????
you could do something similar for the mouse? so could use the tablet comfortably with the monitor
sorry, do not speak English and use the google translator ajaj
(thanks) =)
thanhphu said:
Is there any way you could recompile this for android 2.3? Or better still if you can release the source code
Click to expand...
Click to collapse
Sorry for the delayed reply
Sure, I can release the code.
It is intended for Honeycomb, so it wont be that easy to compile fore 2.3
I will post the source code today or tomorrow
Edit: Uploaded Sources (see first post)
Chrisis25 said:
it can connect any keyboard as my pc has bluetooth?, you saved me spending = D
Would be good that you generate a shortcut (key combination) to move the keyboard automatically from the PC to the tablet.
you could do something similar for the mouse? so could use the tablet comfortably with the monitor
sorry, do not speak English and use the google translator ajaj
(thanks) =)
Click to expand...
Click to collapse
Hey,
I also wanted to do a mouse, but its not that easy.
I think you only have to focus on the window and than it will write on the tablet.
Chrisis25 said:
I will try these days, thank you very much
supports shortcut keys (example: play / stop / volume (-) (+))????
Click to expand...
Click to collapse
It is easy to do this, but I dont know if I have the time
I will release the sources....so maybe you could do it
Hit the thanx btn
SimonHtcDesire said:
Hey,
I also wanted to do a mouse, but its not that easy.
I think you only have to focus on the window and than it will write on the tablet.
It is easy to do this, but I dont know if I have the time
I will release the sources....so maybe you could do it
Hit the thanx btn
Click to expand...
Click to collapse
I'll try again I had not worked, then edit or comment again.
the mouse, would not be done as in virtual machines? ...
the virtual machine captures the mouse while in the territory of the window ^ ^
(you maybe be easier to deal with connection wirelles) (if you got a pc and you got a tablet is the most common have Wifi internet) (example would be: "Wireless Keyboard" free download of the market)
I have ideas if the comment you ^ ^
the time it does not matter contributions will never be late: D
you got your obligations apart
EDIT: dont work for me
acer a100 android ics (flexreaper rf1 extreme edition by civato)
pc with windows 7 ultimate x64
Chrisis25 said:
I'll try again I had not worked, then edit or comment again.
the mouse, would not be done as in virtual machines? ...
the virtual machine captures the mouse while in the territory of the window ^ ^
(you maybe be easier to deal with connection wirelles) (if you got a pc and you got a tablet is the most common have Wifi internet) (example would be: "Wireless Keyboard" free download of the market)
I have ideas if the comment you ^ ^
the time it does not matter contributions will never be late: D
you got your obligations apart
Click to expand...
Click to collapse
I didnt realy understand how I should capture the mouse....but it dose not really matter, because I realy dont have time for anything right now
Chrisis25 said:
EDIT: dont work for me
acer a100 android ics (flexreaper rf1 extreme edition by civato)
pc with windows 7 ultimate x64
Click to expand...
Click to collapse
I know it has some bugs, but please give it several tries and tell me if it still dosent work....maby I can help.
SimonHtcDesire said:
I know it has some bugs, but please give it several tries and tell me if it still dosent work....maby I can help.
Click to expand...
Click to collapse
The server jar file won't work on x64 JVM, to use at x64, install x86 JVM and run with that Chrisis25.
Interesting app SimonHtcDesire!
GregórioAxiaMagno said:
The server jar file won't work on x64 JVM, to use at x64, install x86 JVM and run with that Chrisis25.
Interesting app SimonHtcDesire!
Click to expand...
Click to collapse
Hey,
Thank you...i am very sorry about the fact that i do not have enough time to finish it.
But I hoped someone would get inspires and maybe continue the project
Still hoping...
SimonHtcDesire said:
Hey,
Thank you...i am very sorry about the fact that i do not have enough time to finish it.
But I hoped someone would get inspires and maybe continue the project
Still hoping...
Click to expand...
Click to collapse
I'm checking it... I like read java codes :cyclops:

[August 3rd]SailfishOS for Galaxy Nexus (Alpha)

SailfishOS for Galaxy Nexus (GSM)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a community port of Jolla's SailfishOS for the Galaxy Nexus.
It features a gesture-based user interface with a unique design and ease-of-use in mind.
For more information about SailfishOS please head over to sailfishos.org.
This is not an Android ROM, this is a different operating system.
It only uses parts of Android for hardware enablement (drivers).
Special Thanks to vakkov, sledges, mugna91, the Mer Project, the Nemo Project and all the fine people over at #sailfishos-porters
Release Notes:
This release is based on SailfishOS 1.0.8.19 (Tahkalampi).
The Galaxy Nexus port is considered to be of alpha quality.
Though depending on your usage it might be stabile enough for daily use.
Bug reports:
Please issue bugreports at the Nemo Project Bugzilla.
Known issues:
Due to an issue with ofono, reading from SIM does not work. You'll need to remove your PIN lock before flashing.
Setting an ambiance (color theme & wallpaper) causes hangs. Either needs the battery to be pulled, or you can SSH into the device and run:
systemctl --user restart lipstick
The startup wizard is getting skipped for now, due to the issue above.
The Jolla Store currently does not work. As an alternative you can try Warehouse for OpenRepos.
The camera does not work.
Due to redistribution issues the codec for MP3 can't shipped. To enable the codec run the following command:
devel-su zypper in gst-av
Instructions & Download:
Make a backup
Factory Reset (Wipe /data & /cache)
Wipe /system
Install CyanogenMod 10.1.3
Install SailfishOS on top:
Mirrors:
beidl.eu
Reboot
Old versions:
Alpha1:
XDA
beidl.eu
XDA:DevDB Information
SailfishOS for Galaxy Nexus, ROM for the Samsung Galaxy Nexus
Contributors
beidl, vakkov, sledges
ROM Kernel: Linux 3.0.x
Version Information
Status: Alpha
Created 2014-08-03
Last Updated 2014-08-24
Reserved
Changes:
August 24th, 2014:
Notification LED working
Bluetooth activation/deactivation fixed
Changes for Video playback (work in progress)
August 3rd, 2014:
Initial release
Nice & interesting..
Awesome! I'd love to check this out, as I've been following the progress in the other thread! (And because I'd actually like to check sailfish out, I never experienced Maemo and Meego so this will be an entirely new experience). However the XDA download link is unbelievably slow (Topping out at like 30 KB/s maximum on a decent internet connection). Does anyone have a download link from a service such as Google Drive/Mega/AFH? I'd be extremely thankful if someone did have a mirror, and would return the favour by uploading it. (If the OP allows for mirrors).
Justice™ said:
Awesome! I'd love to check this out, as I've been following the progress in the other thread! (And because I'd actually like to check sailfish out, I never experienced Maemo and Meego so this will be an entirely new experience). However the XDA download link is unbelievably slow (Topping out at like 30 KB/s maximum on a decent internet connection). Does anyone have a download link from a service such as Google Drive/Mega/AFH? I'd be extremely thankful if someone did have a mirror, and would return the favour by uploading it. (If the OP allows for mirrors).
Click to expand...
Click to collapse
Mirror to my private server added.
Ubuntu 14.04 recognizes the device as a ethernet cable connection..
I've played around the USB settings and all the others are charging-only.
freshgiammi said:
Ubuntu 14.04 recognizes the device as a ethernet cable connection..
I've played around the USB settings and all the others are charging-only.
Click to expand...
Click to collapse
Alright, definitely something nobody has tested, for whatever reason. As you are using Ubuntu, a quick sshfs mount to [email protected] might do it for now.
beidl said:
Alright, definitely something nobody has tested, for whatever reason. As you are using Ubuntu, a quick sshfs mount to [email protected] might do it for now.
Click to expand...
Click to collapse
Also, powering down the device while connected via USB to the PC, reboots it instead of shutting it down.
Can't try sshfs since i've just restored my Android backup bc Gnex is my daily driver, I'm sorry.
i couldnt select allow untrusted software to install warehouse. it does nothing when i select accept to allow it o settings.
freshgiammi said:
Also, powering down the device while connected via USB to the PC, reboots it instead of shutting it down.
Can't try sshfs since i've just restored my Android backup bc Gnex is my daily driver, I'm sorry.
Click to expand...
Click to collapse
As mentioned, the "Alpha" tag is pretty much justified. Thank you for testing.
Also, the "untrusted software" switch is pretty useless and installing 3rd party applications
is supposed to be done through the command line for now.
beidl said:
As mentioned, the "Alpha" tag is pretty much justified. Thank you for testing.
Also, the "untrusted software" switch is pretty useless and installing 3rd party applications
is supposed to be done through the command line for now.
Click to expand...
Click to collapse
so i have to install cm10.1.3 maguro and install the sailfish os alpha..?
cause it been 15minute it's stuck on google boot screen.
EDIT:
does it have to be EXT4..?
edit:
ah yeah it does ext4..
z3n0x1 said:
so i have to install cm10.1.3 maguro and install the sailfish os alpha..?
cause it been 15minute it's stuck on google boot screen.
EDIT:
does it have to be EXT4..?
Click to expand...
Click to collapse
Yes, I would assume it needs to be EXT4
Justice™ said:
Yes, I would assume it needs to be EXT4
Click to expand...
Click to collapse
yup correct just installed it now..
and now need to install the alternative jolla store.. the warehouse.. but i don't know how..
allow untrusted software are not working..
what i have to go.. even get the warehouse.rpm.. it still can't be installed..
z3n0x1 said:
yup correct just installed it now..
and now need to install the alternative jolla store.. the warehouse.. but i don't know how..
allow untrusted software are not working..
what i have to go.. even get the warehouse.rpm.. it still can't be installed..
Click to expand...
Click to collapse
You need to install it through the terminal, I'm not sure what the command is to install rpms of the top of my head, so googling it would probably get you an answer.
Justice™ said:
You need to install it through the terminal, I'm not sure what the command is to install rpms of the top of my head, so googling it would probably get you an answer.
Click to expand...
Click to collapse
well i got this...
after download the warehouse.rpm
goto setting > develoment > set password > save
type into terminal: devel-su -c harbour-warehouse
and type the password.. but nothing comes up
do i have to restart after save password or maybe restart after type pass word?? :silly:
EDIT:
open terminal
type cd ~/Downloads
type pkcon install-local ./downloaded-package.rpm
got "fatal error:nothing provides libsailfishapp.so.1 needed by harbour-warehouse-0.3-20.armv7h"
need the libsailfishapp.so.1.. lookfor it now..
the alpha looks smooth untill now been few hours test.. message working.. wifi.. haven't check the rest..
im still curious about how to install .rpm
z3n0x1 said:
well i got this...
after download the warehouse.rpm
goto setting > develoment > set password > save
type into terminal: devel-su -c harbour-warehouse
and type the password.. but nothing comes up
do i have to restart after save password or maybe restart after type pass word?? :silly:
the alpha looks smooth untill now been few hours test.. message working.. wifi.. haven't check the rest..
im still curious about how to install .rpm
Click to expand...
Click to collapse
I assume you'd need to elevate to root using devel-su, and then use one of the commands I've quoted below to install the warehouse rpm.
From terminal, root
Install a package
rpm –ivh packagename
upgrade a package
rpm –Uvh packagename
you can find out what the switches mean by doing a rpm --help from the command line.
Click to expand...
Click to collapse
I think -ivh would indicate installation and -uvh being the uninstall process
Justice™ said:
I assume you'd need to elevate to root using devel-su, and then use one of the commands I've quoted below to install the warehouse rpm.
I think -ivh would indicate installation and -uvh being the uninstall process
Click to expand...
Click to collapse
yes it's seems so..
i'll try you code now..
or maybe the -uvh are the upgrade..?? since it's upgrade on the code you are quote..
EDIT:
error: failed dependdencies:
libsailfishapp.so.1 is needed by harbour-warehouse-0.3-20.armv7h
so i perssume it the libsailfishapp.so.1 the problem..
http://forum.xda-developers.com/showpost.php?p=53171554&postcount=90
he's said that just copy it from /usr/lib/ . but how come even we don't have filemanager..
i'll try the pkcon install jolla-fileman (the native file manager from jolla) apprently the rpm are not there..
just maybe.. even we have the native file manager.. the missing libsailfishapp.so.1 still occur..
z3n0x1 said:
yes it's seems so..
i'll try you code now..
or maybe the -uvh are the upgrade..?? since it's upgrade on the code you are quote..
Click to expand...
Click to collapse
I must've misread it as uninstall then, yeah.
Justice™ said:
I must've misread it as uninstall then, yeah.
Click to expand...
Click to collapse
oh my im deprresed Lol
oh my now what should i do..
is there anyway that we can reach the root via computer..?
z3n0x1 said:
oh my im deprresed Lol
oh my now what should i do..
is there anyway that we can reach the root via computer..?
Click to expand...
Click to collapse
You could try and SSH in and run the commands, which may be easier, I'm trying to get the warehouse installed now

[ROM][ALPHA][WIP][Jul/24] - Asteroid OS \\ ( Non-Android Wear )

Asteroid OS​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction and Warning:
YouTube Video: https://www.youtube.com/watch?v=b_GJiQYTAIk
Rom Alpha 7/24/2017
Downloads:
Official prebuilt Asteroid OS image : https://release.asteroidos.org/nightlies/sturgeon/
Instructions:
1. Make sure you have an ADB installation (Minimal adb and fastboot should do) and your watches' bootloader is unlocked and debugging is enabled from the settings.
2. Download the two files in the download section and place them in the same folder and connect the watch to the computer
3. Open up the shell or command prompt (cmd) and navigate to that folder
4. Issue these commands:
Code:
adb push asteroid-image-sturgeon.ext4 /sdcard/linux/rootfs.ext4
adb reboot bootloader
fastboot boot zImage-dtb-sturgeon.fastboot
5. The watch will reboot into Asteroid OS. Every time you want to boot into asteroid you have to issue the last two commands or else you will boot into android wear normally.
6. The Bluetooth synchronization app for Android is named AsteroidOSSync.apk. Be careful that dory is the only port with Bluetooth capabilities and this app will be of no use with other watches yet.
Download : AsteroidOSSync.apk
Removal Instructions:
Just open up shell or command prompt (cmd), connect the watch to the computer and issue this command:
Code:
adb shell rm /sdcard/linux/rootfs.ext4
Credits:
kido - Creator of the OS
Bencord0 - sturgeon port
Everyone on the #asteroid IRC
Links:
Webpage: asteroidos.org
Twitter: @asteroidOS
IRC: #asteroid
Can this interact with android at all? Like texts/notifications, etc?
phishfi said:
Can this interact with android at all? Like texts/notifications, etc?
Click to expand...
Click to collapse
The Bluetooth synchronization app for Android is named AsteroidOSSync for Android only
AsteroidOSSync.apk
CadBuRy.VN said:
The Bluetooth synchronization app for Android is named AsteroidOSSync for Android only
AsteroidOSSync.apk
Click to expand...
Click to collapse
Nice. I checked the website, too, but it doesn't have an actual answer. What can asteroid do? I see the apps that are available, but does the calendar get events from my gCalendar? Does it sync messages and contacts? I'll probably try this out tomorrow if I have time anyways, I just want to know if it's worth jumping into or if it's a heavily hamstrung OS for folks who are used to AW.
what does it look like in a rounded face?
Just tried twice, even shelled into the watch to confirm that the zImage was saved to /sdcard/linux/ as "rootfs.ext4" and it still won't boot to this OS. I send the fastboot command, the watch vibrates, waits, vibrates again, then boots to Android Wear 2.0.
phishfi said:
Just tried twice, even shelled into the watch to confirm that the zImage was saved to /sdcard/linux/ as "rootfs.ext4" and it still won't boot to this OS. I send the fastboot command, the watch vibrates, waits, vibrates again, then boots to Android Wear 2.0.
Click to expand...
Click to collapse
i got the same problem here.
phishfi said:
Just tried twice, even shelled into the watch to confirm that the zImage was saved to /sdcard/linux/ as "rootfs.ext4" and it still won't boot to this OS. I send the fastboot command, the watch vibrates, waits, vibrates again, then boots to Android Wear 2.0.
Click to expand...
Click to collapse
same here
phishfi said:
Just tried twice, even shelled into the watch to confirm that the zImage was saved to /sdcard/linux/ as "rootfs.ext4" and it still won't boot to this OS. I send the fastboot command, the watch vibrates, waits, vibrates again, then boots to Android Wear 2.0.
Click to expand...
Click to collapse
flo071 said:
i got the same problem here.
Click to expand...
Click to collapse
CVLover said:
same here
Click to expand...
Click to collapse
Dont want to sound rude (I really just wanna help)
Are you sure you downloaded both files? 509MB ext4 and 9MB fastboot?
Are both files in the same directory where you run your adb/fastboot commands?
Maybe we also need some permissions. I'm gonna check it later...
Also I will create a script (either shell or tasker script [maybe even an apk]) to easily boot into astroid os.
Both would be possible: on phone or on watch...
BIade said:
Dont want to sound rude (I really just wanna help)
Are you sure you downloaded both files? 509MB ext4 and 9MB fastboot?
Are both files in the same directory where you run your adb/fastboot commands?
Maybe we also need some permissions. I'm gonna check it later...
Also I will create a script (either shell or tasker script [maybe even an apk]) to easily boot into astroid os.
Both would be possible: on phone or on watch...
Click to expand...
Click to collapse
thank you.
and yes i did all the things.
is it possible that asteroid os needs an older version of the bootloader? maybe one from the older android wears.
btw an app for booting into asteroid os would be really nice.
flo071 said:
thank you.
and yes i did all the things.
is it possible that asteroid os needs an older version of the bootloader? maybe one from the older android wears.
btw an app for booting into asteroid os would be really nice.
Click to expand...
Click to collapse
that is a really good point. I guess you were also on aw2.0-official-rooted (not dev-pre-custom-rom)
EDIT:
PREFERRED_PROVIDER_virtual/android-headers = "android"
PREFERRED_PROVIDER_virtual/android-system-image = "android"
PREFERRED_VERSION_android = "marshmallow"
PREFERRED_PROVIDER_virtual/kernel = "linux-sturgeon"
PREFERRED_VERSION_linux = "3.10+marshmallow"
Click to expand...
Click to collapse
hmmmm.....
BIade said:
that is a really good point. I guess you were also on aw2.0-official-rooted (not dev-pre-custom-rom)
Edit incoming.. (just testing)
Click to expand...
Click to collapse
i am on last dev preview unrooted
I'm on the 2.0 build, unrooted, stock everything.
I definitely followed the instructions to the letter.
Just tried with AW1.5 , same problem... (yes I flashed it, because im crazy)
Same problem. Still boot into AW2.0. Official AW2.0 + rooted. Bootloader version is 4.3
wzhy said:
Same problem. Still boot into AW2.0. Official AW2.0 + rooted. Bootloader version is 4.3
Click to expand...
Click to collapse
Anyone here with an older bootloader than 4.3? I think we already tried all combinations of ROMs, not its time or the bootloader i think...
BIade said:
Anyone here with an older bootloader than 4.3? I think we already tried all combinations of ROMs, not its time or the bootloader i think...
Click to expand...
Click to collapse
Go here can get older version factory image with older version bootloader
https://developer.android.com/wear/preview/downloads.html
BTW, which bootloader version does this os develop on?
---------- Post added at 22:32 ---------- Previous post was at 22:01 ----------
I found why still boot into android wear!!
The asteroid os system image's path has been change!
Move it to /sdcard/asteroidos.ext4 then go into bootloader and boot zImage.
BIade said:
Anyone here with an older bootloader than 4.3? I think we already tried all combinations of ROMs, not its time or the bootloader i think...
Click to expand...
Click to collapse
i tried with 4.2 same problem as before...
flo071 said:
i tried with 4.2 same problem as before...
Click to expand...
Click to collapse
Just rootfs path has been change! !
New path is "/sdcard/asteroidos.ext4"
wzhy said:
Just rootfs path has been change! !
New path is "/sdcard/asteroidos.ext4"
Click to expand...
Click to collapse
it gives me the logo but doesnt boot. just stays there for a long time. may try again

[EOL] [STABLE] [12.0] Official Pixel Experience 12 - OnePlus 5 & 5T [DUMPLING + CHEESEBURGER]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Go to Pixel Experience 11 instead.​​Android 12 for the OnePlus 5 and OnePlus 5T​Monthly Updated​
Download​Installation & Updates​Release Notes & Changelog​
Screenshots​Known Issues​Frequent Questions & Problems​News Channel & Support Chat​lexip.dev/pe​
BUILD STATUS: STABLE, OFFICIAL
ROM OS VERSION: Android 12.0
SECURITY PATCH LEVEL: Monthly Updated
BUILD AUTHOR / MAINTAINER: xLexip
DONATE A DONUT <3
Nice, can u give sources? Id love to see what changed...
SirRGB said:
Nice, can u give sources? Id love to see what changed...
Click to expand...
Click to collapse
I have to clean up the device trees before i push them but the base code is available here. If you want to know what has changes compared to Pixel Experience 11, checkout the changelog.
Uhm, I thought of the device sources, I think kernel sources are mandatory...but thanks for the fast reply.
SirRGB said:
Uhm, I thought of the device sources, I think kernel sources are mandatory...but thanks for the fast reply.
Click to expand...
Click to collapse
The kernel source isn't a problem, here you go: https://github.com/PixelExperience-Devices/kernel_oneplus_msm8998/tree/twelve
Works well on my device. Nice job.
Question
Navigation button swap not available? Can't seem to find the settings for it.
I'm right handed and having the back button on the right feels more comfortable for me.
EDIT: workaround down at post 12.
Spl1tz said:
Works well on my device. Nice job.
Question
Navigation button swap not available? Can't seem to find the settings for it.
I'm right handed and having the back button on the right feels more comfortable for me.
Click to expand...
Click to collapse
That's no implemented yet. But you should be able to swap them with some root stuff.
Will work on device decryped and twrp?
morfances said:
Will work on device decryped and twrp?
Click to expand...
Click to collapse
You won't be able to view files in TWRP atm. No matter if encrypted or not. Orange fox may work, i didn't have time to try it myself yet.
xLexip said:
That's no implemented yet. But you should be able to swap them with some root stuff.
Click to expand...
Click to collapse
Omg. Thank God I read this. I also use "swap button" feature to back button in right.
I rather wait.
I'll reading changelog.
Instresting project. Thank you for doing this.
Spl1tz said:
Works well on my device. Nice job.
Question
Navigation button swap not available? Can't seem to find the settings for it.
I'm right handed and having the back button on the right feels more comfortable for me.
Click to expand...
Click to collapse
JohnWrick said:
Omg. Thank God I read this. I also use "swap button" feature to back button in right.
I rather wait.
I'll reading changelog.
Instresting project. Thank you for doing this.
Click to expand...
Click to collapse
You guys should be able to swap the button manually by writing an 1 or 0 into the following file. Root required.
android_device_oneplus_msm8998-common/DeviceSettings/src/com/oneplus/extras/DeviceSettings/ButtonSwap.java at 488d92cd47593fb3073f61761d0bf8bc5d27b17f · xLexip/android_device_oneplus_msm8998-common
Common Tree for OnePlus MSM8998 Devices. Contribute to xLexip/android_device_oneplus_msm8998-common development by creating an account on GitHub.
github.com
xLexip said:
You guys should be able to swap the button manually by writing an 1 or 0 into the following file. Root required.
android_device_oneplus_msm8998-common/DeviceSettings/src/com/oneplus/extras/DeviceSettings/ButtonSwap.java at 488d92cd47593fb3073f61761d0bf8bc5d27b17f · xLexip/android_device_oneplus_msm8998-common
Common Tree for OnePlus MSM8998 Devices. Contribute to xLexip/android_device_oneplus_msm8998-common development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Hero!
That did it. Thank you very much, my man.
For the less technical inclined the location of the file is in "root/proc/s1302"
Open "key_rep" with a text editor and change "0" to "1".
It's literally just a number in there.
Will work once you save. No restart needed.
Great ROM, everything that I need is working properly. Thanks for great job.
Works fine.
Can't use external USB and swapp butons.
But it's a very Nice work.
Cmds111 said:
Works fine.
Can't use external USB and swapp butons.
But it's a very Nice work.
Click to expand...
Click to collapse
We've just talked about key swapping above. Wdym with external USB? A flash drive? USB data transfer in general should work.
xLexip said:
We've just talked about key swapping above. Wdym with external USB? A flash drive? USB data transfer in general should work.
Click to expand...
Click to collapse
O can't transfer files to a USB drive.
When I connect it the filé manager don't show it.
May be my mistake.
Cmds111 said:
O can't transfer files to a USB drive.
When I connect it the filé manager don't show it.
May be my mistake.
Click to expand...
Click to collapse
It works fine for me. Maybe your USB drive has a wrong filesystem.
Added to the OnePlus 5 Index Thread here.
Any way to disable hardware buttons and enable software/gestures for OP5?
EDIT: A way to do so (mostly for me to not forget again in 2 years, but if you want to do so I don't take any responsibility for your device):
1. Reboot to recovery
2. Mount /system
3. Connect to PC,
Code:
adb devices
to check if everything's connected correctly
4.
Code:
adb /system/system/build.prop
5. Add at the bottom of the file (it's probably in %homepath%):
Code:
ro.show.navigationbar=yes
qemu.hw.mainkeys=0
6.
Code:
adb push .\build.prop /system/system/build.prop
7. Boot to system
8. To remap keys use some free apps from play store
Why recovery and adb and not a file explorer app? For me I didn't have write permissions so I just did a thing
istir said:
Any way to disable hardware buttons and enable software/gestures for OP5?
Click to expand...
Click to collapse
I'm sure that this function and all other functions that are available on PE11 will be added. Right now there are more important things to get working and up to speed. Right now this is in alpha status.

Development [Somewhat DISCONTINUED [Script] Advanced rootless debloater for Samsung phones (and Tablets)

JBNCK One UI Experience - a customized rootless debloater for Samsung phones
NOTE THAT THIS IS A PRE-RELEASE!!! Not every feature works!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
#
The script is written in python so you need to have python installed (most linux distros come with it anyways). A download link is provided on GitHub.
How to use:
1. In order to have a flawless and smooth experience, back up your data and do a factory reset.
2. Enable USB Debugging
3. Download the program and run it. A window should pop up on your phone. Please confirm.
4. Type in "Y" if you are asked if you are running it for the first time. This will completely nuke your phone and leave you with a settings app
5. After thats done chose a preset (right now only the default Samsung one works!!!)
6. After its done you can either set up your phone like normal or chose from the other options (for example if you want software updates or NFC support).
If a feature you use gets removed:
1. Install package names viewer from play store and look for the package name of the app/feature.
2. Run the program and enter "N" if you are asked if you are running the script for the first time
3. Chose option 10 and enter the package name
If you encounter any other problems feel free to tell me about it here.
Download: https://github.com/JBNCK/One-UI-Experience/releases​
to get back the default settings i just do a factory reset or do I have to flash the rom?
M4jQ said:
to get back the default settings i just do a factory reset or do I have to flash the rom?
Click to expand...
Click to collapse
You just need to do a factory reset, no need to flash the firmware
Trojan:Win32/Wacatac.H!ml
Why?
Vega56 said:
Trojan:Win32/Wacatac.H!ml
Why?
Click to expand...
Click to collapse
pretty sure this is not a trojan lmao you can even see the source code on github
JanBoyGamer23 said:
pretty sure this is not a trojan lmao you can even see the source code on github
Click to expand...
Click to collapse
Yeah, but why is this showing? ...
in which file?
!!! Warning
The program I used in order to compile the python file is probably malicious. The py file is undetected by virustotal but the compiled exe is. I will remove the download until I fixed the problem!
DO NOT RUN THE .EXE UNTIL I PROVIDED A NEW DOWNLOAD LINK!!!
NOICE! NICE
Update:
Ok I repacked the script without the malicious .exe. Once again, I apologize for the inconvenience. Now you also need to have python3 installed on windows. A download link is provided on GitHub.
Also, next release will add the missing features.
Have fun with my little script!
Works perfect.
Hope option 3 comes soon.
when i connect the phone to pc nothing happens, no popup.
usb debug on, i did factory reset.
i connect the phone and the phone asks me if i want to share files with pc, i consent and then i open up your program but nothing happens
Edit: well i solved coping the script in adb
Vega56 said:
Works perfect.
Hope option 3 comes soon.
Click to expand...
Click to collapse
Glad it worked and thanks for the positive feedback I'm working on the other options and will release them in the next couple of days. I'm a bit busy right now because of school but I try to deliver it as fast as possible
Khaver89 said:
when i connect the phone to pc nothing happens, no popup.
usb debug on, i did factory reset.
i connect the phone and the phone asks me if i want to share files with pc, i consent and then i open up your program but nothing happens
Edit: well i solved coping the script in adb
Click to expand...
Click to collapse
Nice to hear that you managed to solve the problem, however, did you try installing the USB drivers from Samsung? (either manually or by connecting your phone to your computer with usb debugging on and performing a windows update)
which applications are needed to make samsung findmyphone work and to enable backup of Secure Folders?
Can i remove google services with that too?
Are there any description what each of the options do? (more detailed?)
Can you please add an option to debloat GOS, game booster and Game launcher also any other system app that may be throttling the tabs performance?
Thanks
HARNATH said:
Can you please add an option to debloat GOS, game booster and Game launcher also any other system app that may be throttling the tabs performance?
Thanks
Click to expand...
Click to collapse
you can use ADB AppControl to find apps and remove it or find names and add it to this script
edit:
I also found Universal Android Debloater GUI
M4jQ said:
which applications are needed to make samsung findmyphone work and to enable backup of Secure Folders?
Click to expand...
Click to collapse
sorry for the late reply
The packages are
com.samsung.knox.securefolder
com.samsung.android.fmm
luffy786 said:
Can i remove google services with that too?
Are there any description what each of the options do? (more detailed?)
Click to expand...
Click to collapse
Yes but it is not a root debloat so you cant replace them with microg. To remove gms from your phone you have to choose option 11 and type in com.google.android.gms and com.google.android.gsf

Categories

Resources