Motoactv

Search This thread

ClearD

Inactive Recognized Developer
Jan 10, 2009
3,261
1,445
37
Gallipolis
https://forums.motorola.com/posts/048f7f20d7

new version coming out, looks like you can get the motoactv app on any phone now in the marketplace as well. doesn't look like it add much that I would want but would be cool to see if it's rootable still.

We root the device, not the app lol.

Also, golf is already in 5.6.0, install a launcher and the app is right there. :)

Sent from my HTC Inspire 4G using XDA-funded carrier pigeons
 

bdaman80

Senior Member
Mar 20, 2011
386
136
Pittsfield, Il
The motoACTV wins hands down. I checked out the WIMM for a long time myself but every single thing is better. The motoactv cpu is actually the same as a droid x for the most part. They have it scaled back to 600mhz for power saving. I've seen screenshots of the cpu being overclocked to 1000mhz already.

MotoACTV for life.

Yes, I've had both mine up to 1GHz speed, but it broke wifi. Been working on fixing that between work and real life.

<rant> "Next time I'll take the battery out of my phone. I may have a more meaningful conversation" - Me </rant>
 
  • Like
Reactions: ClearD

simx

Senior Member
Oct 16, 2005
61
7
Updated to 1.6.6

Updated today to 1.6.6, I had a previously rooted device, installed stock 5.6.0 from recovery then motocast updated normally online.
I can confirm that Moto has fixed the flip to activate display bug, for one day now it did't stop working and it looks more sensitive than before although it activated accidentally sometimes but this is no big issue.
So, it is confirmed, now we can update normally online through Motocast.
NA
 
  • Like
Reactions: CubeCloudOS

Prack

Senior Member
Dec 6, 2010
920
239
Lino Lakes, MN
Wrong, we have the 16gb rooted, just looking at the differences. =)

I didn't say it wasn't rooted. I was saying that most of the development was on the 8gb model. I asked countless times If I could get the 16gb model and EVERYONE suggested the 8gb. I don't know that the kernel that was in testing etc would work on the 16gb either.
 

CubeCloudOS

Senior Member
Feb 18, 2011
174
24
Riverside
Updated today to 1.6.6, I had a previously rooted device, installed stock 5.6.0 from recovery then motocast updated normally online.
I can confirm that Moto has fixed the flip to activate display bug, for one day now it did't stop working and it looks more sensitive than before although it activated accidentally sometimes but this is no big issue.
So, it is confirmed, now we can update normally online through Motocast.
NA

I can confirm that as well... (might wanna update the wikispaces post)
 

CEnnis91

Senior Member
Feb 3, 2012
161
159
I didn't say it wasn't rooted. I was saying that most of the development was on the 8gb model. I asked countless times If I could get the 16gb model and EVERYONE suggested the 8gb. I don't know that the kernel that was in testing etc would work on the 16gb either.

Well, I have good news. I just finished diff-ing the kernel in the 2 boot.imgs, the only things that differ, are the timestamps, which is what we hoped for. In lay man's terms: a kernel built for the 8gb is 100% compatible for the 16gb. Bdaman80, keep working on it, you just doubled your audience =)
 
  • Like
Reactions: ClearD

Prack

Senior Member
Dec 6, 2010
920
239
Lino Lakes, MN
Well, I have good news. I just finished diff-ing the kernel in the 2 boot.imgs, the only things that differ, are the timestamps, which is what we hoped for. In lay man's terms: a kernel built for the 8gb is 100% compatible for the 16gb. Bdaman80, keep working on it, you just doubled your audience =)

I knew I should have just bought the 16gb lol
 

nycghost

Member
Aug 22, 2010
30
0
I was going to get the 16, too...Best Buy had them on sale for 240. Just checked and now they're back up to 299. That made the decision to stay with my 8gb easy.

Just curious, has anyone been successful texting with Google Voice?
 

CubeCloudOS

Senior Member
Feb 18, 2011
174
24
Riverside
Can we add custom PowerOff.wav files and bootup sounds? I found a boot animation on this thread for my actv and want a sound for it and a poweroff sound+animation... thanks...!
No google voice FC's on me
 

CEnnis91

Senior Member
Feb 3, 2012
161
159
Can we add custom PowerOff.wav files and bootup sounds? I found a boot animation on this thread for my actv and want a sound for it and a poweroff sound+animation... thanks...!
No google voice FC's on me

No speakers (or vibrator) apparently, I know we already discussed this in #motoactv but I feel the need to rage about this here as well. This thing is less of a watch to me now... =/
 

WilliamStern

Senior Member
Mar 26, 2010
712
83
Miami, Fl.
Just picked up my Motoactv today. I had no idea this could be rooted till tonight. Never really followed the device. Anyway, I did the update so I'm running version 1.6.6. My questions are.... Can I still root on this version, and can someone post a link on how to root this using a Mac? Thanks!
 

nycghost

Member
Aug 22, 2010
30
0
No speakers (or vibrator) ... This thing is less of a watch to me now... =/

Since when is a watch without speakers or vibration less of a watch? Just saying...

William Stern: check motoactv.wikispaces.com for instructions. Unless somebody knows different, you'll need a Windows machine to use the Root Tool and Easy Modder... adb can be run on a Mac, but you'd have a tough time working through it manually. Good luck.
 

ClearD

Inactive Recognized Developer
Jan 10, 2009
3,261
1,445
37
Gallipolis
Just picked up my Motoactv today. I had no idea this could be rooted till tonight. Never really followed the device. Anyway, I did the update so I'm running version 1.6.6. My questions are.... Can I still root on this version, and can someone post a link on how to root this using a Mac? Thanks!

Yes it can, and you'll need fastboot and the 5.6.0 insecure boot.img...

I'm not sure how to use fastboot on a mac though. The command you'll use in terminal is:

Code:
fastboot flash boot boot.img

assuming your insecure image is named "boot.img".

After that, you need to push su binaries, superuser.apk, busybox, and clockworkmod recovery, then permission them appropriately. It's done with ADB and fastboot, so that would be your first step. Get ADB and Fastboot set up on your mac, then maybe shoot me a PM and we'll try to go from there. :)

EDIT: Otherwise, download the root tool and easy modder and put them on a USB flash drive, and ask a good friend to borrow their windows machine lol.
 
Last edited:

WilliamStern

Senior Member
Mar 26, 2010
712
83
Miami, Fl.
Yes it can, and you'll need fastboot and the 5.6.0 insecure boot.img...

I'm not sure how to use fastboot on a mac though. The command you'll use in terminal is:

Code:
fastboot flash boot boot.img

assuming your insecure image is named "boot.img".

After that, you need to push su binaries, superuser.apk, busybox, and clockworkmod recovery, then permission them appropriately. It's done with ADB and fastboot, so that would be your first step. Get ADB and Fastboot set up on your mac, then maybe shoot me a PM and we'll try to go from there. :)

EDIT: Otherwise, download the root tool and easy modder and put them on a USB flash drive, and ask a good friend to borrow their windows machine lol.

I have adb-fast boot on my Mac already. Got it when I rooted my GN.
 

oliolioli

Senior Member
Oct 13, 2006
108
2
Budapest
Hello everyone!
I would like to ask for some help: I bought an 8gb version 1.6.6 motoactv softwre version. Root and if so can this course? Thank you very much for your help!
 

ShreddinPB

Member
Sep 1, 2009
42
2
Make sure you order the 8gb model. The 16gb is not built the same way and none of the devs on here are working with 16gb versions.

You won't be disapointed with the actv :)

HAHAHAHA CRAP!
Cancelling!
I ordered the 16gb thinking they were both the same.. thank god I saw this before it shipped lol

EDIT: premature?

16gb is fine for all this now right?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    CWMR ported

    Hello,

    I have ported CWMR 5.0.2.7 to the Motoactv (F100) device.

    actvcmwr.png


    Code:
    #include <std_disclaimer.h>
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    The procedure for this is as follows. You MUST have working adb knowledge to use this and you must be able to restore using the available tool should any problems arise. This is considered an ALPHA release that may need additional work. I did not have access to the device during the port so all testing was done through TheEndGame7. THERE MAY BE ISSUES, you are warned.

    1) Download this file: CWMR5x_F100_recoveryA.img
    2) adb push CWMR5x_F100_recoveryA.img /data/local/
    3) adb shell (become root)
    4) dd if=/data/local/CWMR5x_F100_recoveryA.img of=/dev/block/mmcblk1p13
    5) exit adb from the device
    6) adb reboot recovery (you should be in CWMR now)


    The source for the device config is here. Please feel free to go wild with development on this because I do not have the device and likely won't be contributing much more except bug fixes. If you use this source, please give credit where it's due.

    NOTE: there are missing images(known). This is because the ramdisk is EXTREMELY finicky on this device and it WILL NOT BOOT past 3.66mb in size. I trimmed out things that weren't needed in order to make this work. The basic functionality you need should be there. adb is also not functioning properly yet within recovery.

    ramdisk config:
    https://github.com/utkanos/android_motorola_F100_initrd

    device config:
    https://github.com/utkanos/android_device_motorola_F100


    credits:
    koush for cwmr.
    TheEndGame7 for being my testing guinea pig.
    hashcode for some helpful insight.
    9
    MotoACTV Easy Modder v0.1

    Post removed, see below.
    8
    Well, it was a *****, but here is build 2, moving to Beta at this point in 'Moto red' by request of TEG.

    ayu6vRFV


    There is 1 lingering issue: usb support in recovery. It is a bastard, going to really have to tear this thing apart to debug why. Right now, recovery can backup, restore, wipe, flash roms, etc. All the stuff you're used to working, now does. I fixed images by shrinking the kernel to fit more stuff in here. You should no longer get any weird image errors. I bumped you up to 5.0.2.8 source as well.

    Flash this file the same as before via adb and dd.
    CWMR5x_F100_recoveryB.img

    adb push CWMR5x_F100_recoveryB.img /data/local/
    adb shell
    # dd if=/data/local/CWMR5x_F100_recoveryB.img of=/dev/block/mmcblk1p13
    # exit
    adb reboot recovery

    Some additional notes I'd like to share that might help you as you mess with this device now that I've played with one.

    1) NEVER use adb reboot bootloader for any reason. You get stuck in a ****tily programmed loop of hell. The way out of this loop is by following these instructions:

    a) hold START, POWER, VOL UP, VOL DOWN together for 10 seconds at least. You should see the screen flicker on and off twice.
    b) plug in the USB cable to turn device on
    c) you should boot back to rom, if not, do it again. It's touchy.

    2) The 'soft' reset is done by START + POWER for 5 seconds.

    Enjoy. Source is updated. This will likely be the last update unless I get adb working.

    Credits: koush for cwmr
    TheEndGame7 for providing a device
    ClearD for files
    8
    Attached is the latest copy of my MotoACTV Easy Modder v1.0. This is a MAJOR upgrade! Adds numerous features and completely revises how backups are stored on the computer. Need to use 7zip to extract it, wouldn't let me upload that big of a .zip file.

    To make this version see your old backups, open your IMGs folder, make a new folder (no spaces), drag all your old .img files into it.

    ChangeLog:
    v1.0 Updated 1/16/12
    - Redesigned GUI
    - Integrated SuperOneClick (Very basic at the moment)
    - Backup (Boot, Recovery, System, Cache, Userdata, All)
    - Restore (Boot, Recovery, System, Cache, Userdata, All)
    - Added more Button Remaps (21 configurations)
    - Run Custom ADB commands
    - Run Custom Fastboot commands

    v0.8 Updated 1/12/12
    - Fixed a few errors
    - Made ADB pause until a device is detected before continuing
    - New method of button remapping (DELETE "Keypads" folder from previous version)
    - Cleaned code

    v0.6 Updated 01/09/12
    - Backup
    - Now supports multiple images
    - Restore / Flash
    - Flash Custom Boot.img
    - Implemented Userdata Restore
    - Implemented System and Userdata Restore
    - Mods
    - Install Custom APKs
    - Tools
    - Remount filesystem as Read/Write
    - Modified "Clean '/system/app'"

    v0.1 Initial Release
    - Backup (System.img and Userdata.img)
    - Restore (System.img and Userdata.img)
    - Remap Buttons (7 different configurations)
    - Install Launcher (Honeycomb and Zeam)
    - Replace Stock PackageInstaller.apk with one from CyanogenMod
    - Remove MotoCRAP (Strip '/system/app')
    - Restart MotoACTV
    - Stop ADB (Enables MotoSync and Mass Storage)

    Future Plans:
    - Market Installer
    - Port scripts to *nix and Mac

    Screenshots:
    http://xdaforums.com/album.php?albumid=5789

    Download:
    Newer version posted later in thread. Page 55.
    7
    Working on an All-in-One batch file with an easy to use menu to try and make the alleviate some problems people are having so that the IRC can be used more for development progress and creative ideas rather than support.

    Features:
    - Backup (system.img and userdata.img)
    - Restore (system.img and userdata.img)
    - Install Launcher (Honeycomb and Zeam)
    - Replace PackageInstaller.apk
    - Remap Buttons (7 configurations)
    - Restart
    - Stop ADB (Enables MotoSync and Mass Storage)

    Attached are a few screenshots. Let me know if there is anything else I should include.