Jump to content

The Framework Factory


Recommended Posts

Guest Daniel Williamson
Posted
I flashed the blue framework thing. I did do a nandroid but I cant restore it. It tells me to do it via ADB.

Ill look at the theme , but when it says that just plug in your usb it says that when you havent got alot of battery left.

Dan

Guest Epic-Emodude
Posted
Ill look at the theme , but when it says that just plug in your usb it says that when you havent got alot of battery left.

Dan

Ive tried that. Its plugged in with 100% battery life but still wont work. I dont know whats wrong with it and i dont think anyone else does =(

Guest DanWilson
Posted (edited)
Edit build.prop and look for

ro.config.hw_customizeType=01
Replace with:
ro.config.hw_customizeType=02

This work yet?

In fact... One minute...

I edited it from something to =01...

I fail soo bad..

Edited by DanWilson
Guest Daniel Williamson
Posted
Ive tried that. Its plugged in with 100% battery life but still wont work. I dont know whats wrong with it and i dont think anyone else does =(

Hmm

Try this via adb:

Reboot your handset into the recovery screen as before (POWER+HOME)

Connect the handset to PC with the USB cable

Open a command prompt window (Start-All Programs-Accessories-Command Prompt)

Type cd/ and hit <enter>

Enter cd adb

Now enter adb devices and it should show "000000000000 recovery"

If so, enter adb shell and you should see the prompt change to #. You're now running as su (root)!

Enter nandroid-mobile.sh --restore. You'll see instructions about "Using G1 keyboard..." disregard and hit <enter>.

After a brief search, the default (most recent) backup found will be displayed along with any others located. If the default choice isn't the one you want to restore, you'll have to enter the full path to the correct one as displayed in the list. You can use the Edit...Mark... function from the command prompt window menu to simplify this, though. Put the cursor at the beginning of the required line, hold <shift> and highlight the test using the arrow keys. <Enter> copies to the clipboard, and Edit... Paste... places it wherever the cursor is placed.

Once you have the correct backup referenced, hit <enter> and you should see the script work its magic.

When Restore done is displayed you can reboot the handset from the recovery menu.

Dan

Guest Epic-Emodude
Posted
Hmm

Try this via adb:

Reboot your handset into the recovery screen as before (POWER+HOME)

Connect the handset to PC with the USB cable

Open a command prompt window (Start-All Programs-Accessories-Command Prompt)

Type cd/ and hit <enter>

Enter cd adb

Now enter adb devices and it should show "000000000000 recovery"

If so, enter adb shell and you should see the prompt change to #. You're now running as su (root)!

Enter nandroid-mobile.sh --restore. You'll see instructions about "Using G1 keyboard..." disregard and hit <enter>.

After a brief search, the default (most recent) backup found will be displayed along with any others located. If the default choice isn't the one you want to restore, you'll have to enter the full path to the correct one as displayed in the list. You can use the Edit...Mark... function from the command prompt window menu to simplify this, though. Put the cursor at the beginning of the required line, hold <shift> and highlight the test using the arrow keys. <Enter> copies to the clipboard, and Edit... Paste... places it wherever the cursor is placed.

Once you have the correct backup referenced, hit <enter> and you should see the script work its magic.

When Restore done is displayed you can reboot the handset from the recovery menu.

Dan

Sorry to be awkward but im using linux =)

Guest Daniel Williamson
Posted
Sorry to be awkward but im using linux =)

ahh right :/

Not sure then sorry.

I found this after a quick search, not used linux

you have to follow the steps for linux, they are mostly meant for ubuntu afaik. Download the special linux SDK, Eclipse etc. One thing you should do to make adb work is add your sdk/tools directory to linux's $PATH.

It should go something like this...

$ echo $PATH (should return the directories associated with $PATH)

$ export PATH=$PATH:/home/user/sdk/tools (replace with path to your tools directory, you may need to add 'sudo' to the beginning of this cmd)

$ echo $PATH (you should now see your tools directory added to the end of the $PATH variable)

$ adb devices (now adb should do something, if nothing else at least error, no devices)

Dan

Guest Epic-Emodude
Posted (edited)
ahh right :/

Not sure then sorry.

I found this after a quick search, not used linux

you have to follow the steps for linux, they are mostly meant for ubuntu afaik. Download the special linux SDK, Eclipse etc. One thing you should do to make adb work is add your sdk/tools directory to linux's $PATH.

It should go something like this...

$ echo $PATH (should return the directories associated with $PATH)

$ export PATH=$PATH:/home/user/sdk/tools (replace with path to your tools directory, you may need to add 'sudo' to the beginning of this cmd)

$ echo $PATH (you should now see your tools directory added to the end of the $PATH variable)

$ adb devices (now adb should do something, if nothing else at least error, no devices)

Dan

Thanx.

It now does the same thing lol.

Thanx anyway

Edit in the wiki it says i have to create a udev rule. Any Idea what that means?

Edited by Epic-Emodude
Guest Epic-Emodude
Posted

I would like to forgive you for screwing up my phone erlier. I applied a custom ROM and then the blue framework and its AWESOME.

Thanx =)

Guest Daniel Williamson
Posted
I would like to forgive you for screwing up my phone erlier. I applied a custom ROM and then the blue framework and its AWESOME.

Thanx =)

Aha thats alright and thanks :(

Dan

Guest Azurren
Posted

May be a dumb question but what exactly is blue in the blue theme?

I couldn't see much in the screenshots :(

I love these themes though.. Although there is a noticible slowdown when using them, is anyone experiencing the same? I also installed some apps around the same time but they shouldn't cause a slowdown. ..

Guest biron_w
Posted
Although there is a noticible slowdown when using them, is anyone experiencing the same? I also installed some apps around the same time but they shouldn't cause a slowdown. ..

My pulse went mega slow when I put one of these on the hungarian 2.1 rom. I'm now using a custom rom and it hasn't slowed down.

Guest Epic-Emodude
Posted

Hi,

Im using the blue launcher pro. Ive just tried to update to v0.4.1 but i get an installation error saying Package file was not signed properly.

Is this because I am using blue launcher pro? Will I have to wait for one of you to update the blue one before I can install?

Thanx

Aaron

Guest Daniel Williamson
Posted
Hi,

Im using the blue launcher pro. Ive just tried to update to v0.4.1 but i get an installation error saying Package file was not signed properly.

Is this because I am using blue launcher pro? Will I have to wait for one of you to update the blue one before I can install?

Thanx

Aaron

If you have the blue launcher running when trying to update then it wont install becuase it is still running, and it wont have the blue highlights if you install the update.

Dan

Guest Simon O
Posted

Does anybody know why adding one of these custom frameworks to a rom and flashing would cause a boot loop? If I install a rom then flash one of the frameworks, it works fine. But if I add the framework to a rom, it doesn't.

I'm wondering if it's something to do with these parts of build.prop:

ro.config.hw_isCustomize=true
ro.config.hw_customizeType=02
ro.config.BlackButton=true
ro.config.SetStatusbarText=true[/code]

Can anybody confirm or deny? I don't want to have to wipe my phone again to test this :(

Guest DanWilson
Posted
Hi,

the original Circle battery update changes not only the battery icon itself, but almost all other icons, not speaking about transparent slide-down notification area. And because all I wanted to change was the battery icon, I've modified the original update package to do so.

If anyone is interested, download attached zip file, save it to your SD card and flash it in recovery. For de-odexed ROMs only (MCR r1 & r3).

Notice: first boot takes longer than usual, so don't panic and let it work :) I claim no credit for this mod, all credits belong to the original author.

Original:

son38i.png

Modded:

devicea.png

MD5: af940badd945722267f98e22dc1db8e3

Put this into a new framework? Please? Pwitty Pwease? :)

Or just incorporate it into Darkstar. That would make me host another lurve partay.

Speaking of which, I'm gonna need to get new music for ma iPod. Partay in school cos ma French teacher be leaving on Friday!! :) :)

Guest igor_anta
Posted
Put this into a new framework? Please? Pwitty Pwease? :)

Or just incorporate it into Darkstar. That would make me host another lurve partay.

Speaking of which, I'm gonna need to get new music for ma iPod. Partay in school cos ma French teacher be leaving on Friday!! :) :)

Rem1x, Dan ? You're moment to shine again :) Also consider that a lot of people use the RBM framework as the default one so black clock and notifications. Cheers!

Guest DanWilson
Posted
Rem1x, Dan ? You're moment to shine again :) Also consider that a lot of people use the RBM framework as the default one so black clock and notifications. Cheers!

You do know the black clock and notifications can be changed, right?

I had to do that. But I failed the first time. lol.

Are you using the Oscillation ROM?

Guest igor_anta
Posted
You do know the black clock and notifications can be changed, right?

I had to do that. But I failed the first time. lol.

Are you using the Oscillation ROM?

Yup, that's the ROM I'm using. Also in the FLB-ROM thread there is an Espresso framework with the clock and notifications fixed already, but I just wanted to mention it here, so it doesn't linger as a problem with a million posts of people complaining :) Cheers!

Guest Daniel Williamson
Posted
Put this into a new framework? Please? Pwitty Pwease? :)

Or just incorporate it into Darkstar. That would make me host another lurve partay.

Speaking of which, I'm gonna need to get new music for ma iPod. Partay in school cos ma French teacher be leaving on Friday!! :) :)

where is this post from ?

Dan

Guest Daniel Williamson
Posted

Ill get too it....

Dan

Guest DanWilson
Posted
Ill get too it....

Dan

Good luck, I've got a feeling this one will be a challenge. :)

Guest Simon O
Posted
Yup, that's the ROM I'm using. Also in the FLB-ROM thread there is an Espresso framework with the clock and notifications fixed already, but I just wanted to mention it here, so it doesn't linger as a problem with a million posts of people complaining :) Cheers!

All I've done was package up the framework, that I've modded, with a build.prop to set the right switches to produce white text.

The modifications I made to the framework basically involved pasting the espresso into the stock Huawei framework apk. Nothing special but it means the framework now contains the missing parts which caused Android to boot loop. Now the custom framework can be added to a rom zip!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.