[System Dump]Motorola Backflip Blur_Version.0.1.1199.MB300.ATT.en.US

Search This thread

moosefist

Senior Member
Sep 13, 2008
372
23
I pulled the system directory of my backflip. This does not include the boot.img or recovery.img. It is strictly the /system/
http://www.androidspin.com/downloads.php?dir=public/motorola-backflip/&file=moto.backflip.Blur_Version.0.1.1199.MB300.ATT.en.US.zip <== Thanks Androidspin for hosting!


Motorola has now posted the source for the backflip. Hopefully this info helps us get this phone opened up from at&t's crippling efforts.
Thanks to nokternl at modmymoto for finding this!

https://opensource.motorola.com/sf/frs/do/viewRelease/projects.backflip/frs.backflip_mb300_at_t_usa.rel12_1199

Code:
system version: Blur_Version.0.1.1199.MB300.ATT.en.US
Model number: MB300
Hardware Version SJUG5763AA
Firmware version:1.5
Basband version: 76xxv-63805027-sdcbalum
Kernal version: 2.6.27 build03@ca25rhe82 #1
Build number: R6380CP1_029.00.02

If someone can help with pulling the boot.img I imagine it would be helpful

adb shell "cat /proc/mtd"
Code:
dev:    size   erasesize  name
mtd0: 00300000 00020000 "boot"
mtd1: 08ac0000 00020000 "system"
mtd2: 0df80000 00020000 "userdata"
mtd3: 00040000 00020000 "misc"
mtd4: 00500000 00020000 "recovery"
mtd5: 06000000 00020000 "cache"
mtd6: 00080000 00020000 "splash"

BACKFLIP ADB GUIDE http://xdaforums.com/showthread.php?t=643866
BACKFLIP SYSTEM DUMP http://xdaforums.com/showthread.php?t=642684
BACKFLIP SOURCE CODE http://xdaforums.com/showthread.php?t=645369
 
Last edited:
  • Like
Reactions: Preshak
O

OG

Guest
I pulled the system directory of my backflip. This does not include the boot.img or recovery.img. It is strictly the /system/

http://www.bigandfree.com/12130771

The system version is Blur_Version.0.1.1199.MB300.ATT.en.US
The Build number is R6380CP1_029.00.02

If someone can help with pulling the boot.img I imagine it would be helpful

adb shell "cat /proc/mtd"
Code:
dev:    size   erasesize  name
mtd0: 00300000 00020000 "boot"
mtd1: 08ac0000 00020000 "system"
mtd2: 0df80000 00020000 "userdata"
mtd3: 00040000 00020000 "misc"
mtd4: 00500000 00020000 "recovery"
mtd5: 06000000 00020000 "cache"
mtd6: 00080000 00020000 "splash"

I put this down in the HTC Dream:G1 forum I hope you don't mind. I quoted it all from here and mentioned you in the OP, is that alright??
 

moosefist

Senior Member
Sep 13, 2008
372
23
There could be some useful stuff in here for some people... if for some reason you hate a google search widget you could change to yahoo:mad::mad::mad: . There is a clock mode in this build. There are also a bunch of AT&T specific apps: All-sports GPS, ATT Maps, ATT Music, ATT Navigator, ATT Radio, ATT Wifi hotspots (free wifi), Mobile Banking App, Manage Sim Card, Mobile Video, MobiTV, MusicID, Quickoffice, ATT where, YPmobile. Some of these apps are nice like Mobile Banking for instance, but some are bull**** like att's Where they put on here, its a subscription based version!
 

largo79

Senior Member
Apr 3, 2009
165
16
How did you use adb with the phone? do you have the USB drivers for the phone? I'm trying to do this same thing for with the new sony xperia10, but adb doesnt find the phone and I dont have the drivers for the Sony. any help would be appreciated. thanks.
 
O

OG

Guest
An idea I have is for you to post that in the XDA/General/Q&A section where you can get more views. And also post it in the XDA/Dream/Q&A and say you're working on a [DUMP] but don't know how to do it.
 

nutcake852

Senior Member
May 27, 2007
54
0
Florida
It would be great if we could get a moderator to open a section for the Motorola Backflip now that XDA is hosting to hacks for other phones besides HTC.
 

moosefist

Senior Member
Sep 13, 2008
372
23
How did you use adb with the phone? do you have the USB drivers for the phone? I'm trying to do this same thing for with the new sony xperia10, but adb doesnt find the phone and I dont have the drivers for the Sony. any help would be appreciated. thanks.

Moto has drivers released. If you want, post what kinda OS you are using and i will try to find the developer drivers for you phone. Have you checked the option to enable USB debug mode also?
 

Squeaky369

Senior Member
Feb 20, 2008
177
12
Indianapolis
(I know this is off topic, and most likely in the wrong area, but this is the only thread I can find about the Backflip.)

I love XDA; it's the best website out here on the wonderful world wide internet for information for HTC Phones...

But I would LOVE to see one of you VERY talented individuals attack this phone. Because even though we are stuck in the Stone Age with 1.5; I think someone here could get this bad boy up and running with a very good and clean custom firmware.

And I will pledge to donate to anyone that takes this on.

At least lets get it so we can have root access (if that is not universal; I don't know much about Android, yet) so we can install un-signed packages.

I look forward to seeing what this community can do.
 

BBJUNIOR

New member
Apr 12, 2008
1
0
I dont know if this will help or not but i found a file on my backflip called block_dump. If anyone is interested in this it is found here: (Root/proc/sys/vm)in this folder the first file is called block_dump. I have found a bunch of files that say block in them.
 
O

OG

Guest
I pulled the system directory of my backflip. This does not include the boot.img or recovery.img. It is strictly the /system/
http://www.bigandfree.com/12130771


Motorola has now posted the source for the backflip. Hopefully this info helps us get this phone opened up from at&t's crippling efforts.
Thanks to nokternl at modmymoto for finding this!

https://opensource.motorola.com/sf/frs/do/viewRelease/projects.backflip/frs.backflip_mb300_at_t_usa.rel12_1199

Code:
system version: Blur_Version.0.1.1199.MB300.ATT.en.US
Model number: MB300
Hardware Version SJUG5763AA
Firmware version:1.5
Basband version: 76xxv-63805027-sdcbalum
Kernal version: 2.6.27 build03@ca25rhe82 #1
Build number: R6380CP1_029.00.02

If someone can help with pulling the boot.img I imagine it would be helpful

adb shell "cat /proc/mtd"
Code:
dev:    size   erasesize  name
mtd0: 00300000 00020000 "boot"
mtd1: 08ac0000 00020000 "system"
mtd2: 0df80000 00020000 "userdata"
mtd3: 00040000 00020000 "misc"
mtd4: 00500000 00020000 "recovery"
mtd5: 06000000 00020000 "cache"
mtd6: 00080000 00020000 "splash"

BACKFLIP ADB GUIDE http://xdaforums.com/showthread.php?t=643866
BACKFLIP SYSTEM DUMP http://xdaforums.com/showthread.php?t=642684
BACKFLIP SOURCE CODE http://xdaforums.com/showthread.php?t=645369

1. DOWNLOAD USB DRIVERS[/U][/B]

2. INSTALL THE SDK
-Download latest SDK http://developer.android.com/sdk/index.html
-Extract Archive to C:\SDK\ (or C:\Android, or whatever you want)​

3. Enable debugging on your phone (thanks naplesbill)
-Goto Settings > Applications > Development > and Check the USB debugging option​

4. Optional, but recommended
-Setup Enviroment Variables:
On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path AFTER A SEMICOLON (;C:\SDK\tools\) .​
-Setup Droid Explorer:
Goto Droid Explorer Downloads and snatch the latest version, then install. (mine showed an error during install i believe due to the lack of HTC drivers. If you installed motorola's drivers it should still be in your start menu and work fine)​


If for some reason you can't figure it out, install the drivers then try this installation guide: ADB For Dummies Guide


ADB APK Install instructions



BACKFLIP SYSTEM DUMP http://xdaforums.com/showthread.php?t=642684
BACKFLIP SOURCE CODE http://xdaforums.com/showthread.php?t=645369

This is the [DUMP] and ADB Setup.

Have fun.
 

godzirra

Member
Oct 27, 2008
15
0

InGeNeTiCs

Senior Member
May 31, 2007
834
73

rasroygbiv

Retired Recognized Developer
Mar 31, 2010
1,902
3,467
Fredericksburg, VA
fromnerdstonoobs.com
Backflip music

I take it this does not have that new Moto Blur Connect music player?
Unfortunately it's saddled with the AT&T Music suite. the music player itself isn't bad, but it has all the crapware att is famous for. I work for a att dealer and the word according to motorola is that the backflip will be running 2.1 by mid june. will this help to get rid of the crapware?

Four days converted from a jailbroken iPhone 3g jailbroken 3.1.2 and overwhelmed but very intrigued. Android is going to be fun!
 

rasroygbiv

Retired Recognized Developer
Mar 31, 2010
1,902
3,467
Fredericksburg, VA
fromnerdstonoobs.com
From very reliable sources, the At&t Backflip will update in June... it would be great to get to the root before that. let me know if there is any info I can help with. I am new to Android, but this is much more fun than blackra1n!
 

Top Liked Posts