New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
speedyink
Old
(Last edited by speedyink; 1st February 2012 at 02:04 AM.)
#501  
speedyink's Avatar
Senior Member
Thanks Meter 252
Posts: 1,209
Join Date: Sep 2010
Woot! Got it today, just hacking it now (straight from box to hack, muahaha)

Wish me luck!

Edit: Gah, I'm stuck on part 3. Everything goes great until it starts running the exploit and it tells you to wait a few minutes. I never do see "enjoy" pop up on the screen, it doesn't appear to be doing anything. I can still wake the device. I'm gonna keep fiddling with it...
The Following User Says Thank You to speedyink For This Useful Post: [ Click to Expand ]
 
NORCALkID
Old
#502  
NORCALkID's Avatar
Senior Member
Thanks Meter 208
Posts: 732
Join Date: Jun 2011
Quote:
Originally Posted by speedyink View Post
Woot! Got it today, just hacking it now (straight from box to hack, muahaha)

Wish me luck!

Edit: Gah, I'm stuck on part 3. Everything goes great until it starts running the exploit and it tells you to wait a few minutes. I never do see "enjoy" pop up on the screen, it doesn't appear to be doing anything. I can still wake the device. I'm gonna keep fiddling with it...
Theres a part when it gets stuck you have to disconect and reconnect the device

Sent from my SPH-D710 using xda premium
 
speedyink
Old
#503  
speedyink's Avatar
Senior Member
Thanks Meter 252
Posts: 1,209
Join Date: Sep 2010
Quote:
Originally Posted by NORCALkID View Post
Theres a part when it gets stuck you have to disconect and reconnect the device

Sent from my SPH-D710 using xda premium
Arg, nevermind, I got it working, User error

Now to work on getting a launcher installed.
 
ClearD
Old
(Last edited by ClearD; 1st February 2012 at 08:51 AM.)
#504  
ClearD's Avatar
Recognized Developer
Thanks Meter 867
Posts: 2,262
Join Date: Jan 2009
Location: Gallipolis

 
DONATE TO ME
Good call. I've not yet figured out how to make the computer disconnect and reconnect the device for us... so it's sort of stuck that way for now.

The exploit ends, then it won't do any other commands until we disconnect and reconnect. A simple adb reboot or something won't work... it apparently is something they needed to fix in the exploit itself that never got done?
Device: AT&T Samsung Galaxy S3
ROM: ClearDroid-BD SGS3 1.1.1 B Stable
ModPack:Stock
Kernel: Stock (for now)
Modem: Stock UCLH9
PLEASE OVERCLOCK RESPONSIBLY:
"You mean I might break my car by driving it 140 mph all the time?
It's on the speedometer, so it has to be ok, right?" -bdaman80

.: If I help you, click "Thanks" to let me know! :.
USE THE SEARCH BUTTON BEFORE ASKING QUESTIONS
 
nosit1
Old
#505  
Senior Member
Thanks Meter 106
Posts: 834
Join Date: May 2010
Location: Arizona
Well, unfortunately I'm stuck between a rock and a hard place. Going to have to RMA my baby.

Sent from my Galaxy Nexus using Tapatalk
Current Device: Verizon Samsung Galaxy Note II (Rooted!) + Amazong Kindle Fire (CM10)
Devices currently crying in a corner: Samsung Galaxy Nexus - Motorola Droid Bionic - HP Touchpad - Nook Color
 
ClearD
Old
#506  
ClearD's Avatar
Recognized Developer
Thanks Meter 867
Posts: 2,262
Join Date: Jan 2009
Location: Gallipolis

 
DONATE TO ME
Quote:
Originally Posted by nosit1 View Post
Well, unfortunately I'm stuck between a rock and a hard place. Going to have to RMA my baby.

Sent from my Galaxy Nexus using Tapatalk
How come?

10char
Device: AT&T Samsung Galaxy S3
ROM: ClearDroid-BD SGS3 1.1.1 B Stable
ModPack:Stock
Kernel: Stock (for now)
Modem: Stock UCLH9
PLEASE OVERCLOCK RESPONSIBLY:
"You mean I might break my car by driving it 140 mph all the time?
It's on the speedometer, so it has to be ok, right?" -bdaman80

.: If I help you, click "Thanks" to let me know! :.
USE THE SEARCH BUTTON BEFORE ASKING QUESTIONS
 
wiaza100
Old
#507  
wiaza100's Avatar
Senior Member
Thanks Meter 3
Posts: 107
Join Date: Mar 2004
I recently got my Motoactv and I am enjoying it so far
Is it possible to clarify the steps to do the root ?
 
simx
Old
#508  
Member
Thanks Meter 6
Posts: 61
Join Date: Oct 2005
Default Accelerometer-activated display

HI
Is there an application or a solution using the accelerometer to activate the dimmed screen through the routine what-is-the-time-now wrist rotation ?
This could be the perfect alternative to the always-on screen that wastes a lot of power and prevents the use of the MA as an everyday watch.
NA
 
utkanos
Old
(Last edited by utkanos; 1st February 2012 at 04:51 PM.)
#509  
utkanos's Avatar
Member
Thanks Meter 130
Posts: 63
Join Date: Mar 2011
Location: chicago
Lightbulb CWMR ported

Hello,

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



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.
https://github.com/utkanos
join me on #utkanos on freenode.
The Following 10 Users Say Thank You to utkanos For This Useful Post: [ Click to Expand ]
 
speedyink
Old
(Last edited by speedyink; 1st February 2012 at 08:45 PM.)
#510  
speedyink's Avatar
Senior Member
Thanks Meter 252
Posts: 1,209
Join Date: Sep 2010
I love this thing! Still experimenting with apps.

I just finished installing a gbc emulator. I couldn't stop laughing my ass off when it started, just how friggin tiny it is. But the weird thing is..I can PLAY IT. Like, I can run and jump and i don't die right away... I can't stress enough, I LOVE this thing.

Edit: Apps I've found to work quite well
adfree
angry birds
blood and glory (I couldn't believe it, and 100% playable too)
beautiful widgets
boat browser mini (my fav, tried a few)
gallery 3d
gbcoid
lcd density
music 3.0 (i think this is stock gingerbread music app, got it a while ago)
lcd density changer
mxvideo player
nesoid
root explorer
snesoid
systempanel lite
widgetlocker
launcher pro for launcher