> Attention!

New threads need to be created only inroot partition! In the future, they will be processed by moderators.


3 pagesV  1 2 3 > »  
 
REPLY
> Huawei u8800: decorating the firmware IceCreamSandwich. | ready mods, instructions, etc.
one-2-z
Message#1
15.04.12, 21:22
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

Here we will lay out guides, instructions, software and ready-made mods for the ICS firmware of our device.
And also we will share tricks and experience)

Attention!
Before making a message with decorations, it is recommended to check whether widgets, icons, live wallpapers, wallpapers, etc. have already been placed on our forum.
If this is already on the forum, give a link to the profile topic.
In the case of a replay, the files will be deleted.


!Attention!

The subject is required

�������! download


Besidesof theseRequirements need a little bit of experience in changing system files.
For the topic curation, contact the section moderators orthis topic.

Post has been editedfashionon - 06.12.13, 23:11
Reason for editing: Changes in topic rules.
one-2-z
Message#2
15.04.12, 21:34
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

So first!What we need for work:
1. Apkmanager- to compile / decompile * apk-filesAttached fileApk_Manager.zip(7.13 MB)

now thismultitool- it has more functionality. The main thing - is able to unpack / pack *. Jar-files. Previously, I used it for unpacking * .jar-files, and I had to pack through a stump-deck (multitool + tambourine + 7zip). Replaced it for the sake of joke files and oban! The need for a tambourine has disappeared. It seems to be) In short, we try -Attached filemultitool.zip(14.39 MB)

2. Notepad ++- a powerful notebook that we need to edit filesAttached filenpp.6.1.bin.zip(4.4 MB)




Post has been editedone-2-z - 30.05.12, 18:47
one-2-z
Message#3
15.04.12, 21:48
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

Let's start with the most elementary and useless - make it workauto-rotate loxgrin.
-decompileframework-res.apk
- we go to the folder/ res / values ​​/ and edit the file bools.xml
- find (ctrl + F) line "config_enableLockScreenRotation"and change"false " on " true "
-save and compile back)
The lesson is over)

Post has been editedone-2-z - 15.04.12, 22:37
one-2-z
Message#4
15.04.12, 21:58
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

Making the screen lock effect "a la old tv"

Decompileframework-res.apk
Open upres / values ​​/ bool.xml
Find:<bool name = "config_animateScreenLights">true </ bool>
change "true " on " false "
Save-close.
Compile. Done)

Post has been editedone-2-z - 15.04.12, 22:46
one-2-z
Message#5
15.04.12, 22:06
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

Change the position of the clock in the status bar, forcing to show them in the center
-decompileSystemUI.apk
- move to the folderres / layout / and open the file status_bar.xml
- find the line starting at:
<com.android.systemui.statusbar.policy.Clock
ANDdelete the entire line totally to hell!
Further. Put the cursor at the end of the linexmlns: systemui = "http://schemas.android.com/apk/res/com.android.systemui ">and press Enter, thus creating a new line. Paste it there:
<LinearLayout android: gravity = "center" android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "fill_parent">
<com.android.systemui.statusbar.policy.Clock android: textAppearance = "@ style / TextAppearance.StatusBar.Clock" android: gravity = "center" android: paddingTop = "3.0px" android: layout_width = "wrap_content" android: layout_height = "fill_parent" android: singleLine = "true" android: layout_weight = "1.0" />
</ LinearLayout>

Then we are looking for
<LinearLayout android: orientation = "horizontal" android: id = "@ id / ticker"
- we insert after"@ id / ticker" this:
android: background = "@ drawable / status_bar_bg_tile"

This is how it will look like:
<? xml version = "1.0" encoding = "utf-8"?>
<com.android.systemui.statusbar.phone.PhoneStatusBarView android: orientation = "vertical" android: background = "@ drawable / status_bar_background" android: focusable = "true" android: descendantFocusability = "afterDescendants"
xmlns: android = "http://schemas.android.com/apk/res/android"
xmlns: systemui = "http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android: gravity = "center" android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "fill_parent">
<com.android.systemui.statusbar.policy.Clock android: textAppearance = "@ style / TextAppearance.StatusBar.Clock" android: gravity = "center" android: paddingTop = "3.0px" android: layout_width = "wrap_content" android: layout_height = "fill_parent" android: singleLine = "true" android: layout_weight = "1.0" />
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: id = "@ id / icons" android: paddingLeft = "6.0dip" android: paddingRight = "6.0dip" android: layout_width = "fill_parent" android: layout_height = "fill_parent">
<LinearLayout android: orientation = "horizontal" android: layout_width = "0.0dip" android: layout_height = "fill_parent" android: layout_weight = "1.0">
<com.android.systemui.statusbar.StatusBarIconView android: id = "@ id / moreIcon" android: visibility = "gone" android: layout_width = "@ dimen / status_bar_icon_size" android: layout_height = "fill_parent" android: src = "@ drawable / stat_notify_more "/>
<com.android.systemui.statusbar.phone.IconMerger android: gravity = "center_vertical" android: orientation = "horizontal" android: id = "@ id / notificationIcons" android: layout_width = "fill_parent" android: layout_height = "fill_parent" android : layout_alignParentLeft = "true" />
</ LinearLayout>
<LinearLayout android: gravity = "center_vertical" android: orientation = "horizontal" android: id = "@ id / statusIcons" android: layout_width = "wrap_content" android: layout_height = "fill_parent" />
<LinearLayout android: gravity = "center" android: orientation = "horizontal" android: id = "@ id / signal_battery_cluster" android: paddingLeft = "2.0dip" android: layout_width = "wrap_content" android: layout_height = "fill_parent">
<include android: id = "@ id / signal_cluster" android: layout_width = "wrap_content" android: layout_height = "wrap_content" layout = "@ layout / signal_cluster_view" />
<ImageView android: id = "@ id / battery" android: paddingLeft = "4.0dip" android: layout_width = "wrap_content" android: layout_height = "wrap_content" />
</ LinearLayout>
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: id = "@ id / ticker" android: background = "@ drawable / status_bar_bg_tile" android: paddingLeft = "6.0dip" android: animationCache = "false" android: layout_width = "fill_parent" android: layout_height = "fill_parent">
<ImageSwitcher android: id = "@ id / tickerIcon" android: layout_width = "@ dimen / status_bar_icon_size" android: layout_height = "@ dimen / status_bar_icon_size" android: layout_marginRight = "4.0dip">
<com.android.systemui.statusbar.AnimatedImageView android: layout_width = "@ dimen / status_bar_icon_size" android: layout_height = "@ dimen / status_bar_icon_size" android: scaleType = "center" />
<com.android.systemui.statusbar.AnimatedImageView android: layout_width = "@ dimen / status_bar_icon_size" android: layout_height = "@ dimen / status_bar_icon_size" android: scaleType = "center" />
</ ImageSwitcher>
<com. wrap_content "android: layout_weight =" 1.0 ">
<TextView android: textAppearance = "@ style / TextAppearance.StatusBar.PhoneTicker" android: layout_width = "fill_parent" android: layout_height = "wrap_content" android: singleLine = "true" />
<TextView android: textAppearance = "@ style / TextAppearance.StatusBar.PhoneTicker" android: layout_width = "fill_parent" android: layout_height = "wrap_content" android: singleLine = "true" />
</com.android.systemui.statusbar.phone.TickerView>
</ LinearLayout>
</com.android.systemui.statusbar.phone.PhoneStatusBarView>

That's all. Compile and sign the file.

Post has been editedone-2-z - 15.04.12, 22:48
one-2-z
Message#6
15.04.12, 22:25
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

We make transparent curtain / statusbar / notification in the status bar.
DecompileSystemUI.apk
We need a fileStatusBar.smali which lies in \ smali \ com \ android \ systemui \ statusbar \
We are looking for a line in it that is responsible for the statusbar color. Here she is:
const / 16 v16, 0x4
Change "0x4 " on " -0x3 "(changed statusbar colorbar from RGB to aRGB)
Save, close.
We go tores / values ​​/and opendrawables.xml . This is where all the colors are buried.
Our colors are in hexadecimal format (Hex).
#ff 000000 - fully opaque. # 00 000000 is completely transparent. Those. The first 2 characters after # are responsible for transparency.
For example, the color of the lockscreen by default is #70 000000.
85% opaque black color is #D8 000000. It is calculated like this: our colors can have values ​​from 0 to 255. 85% of 255 = 216. 216 in Hex = D8. In short hammer, I do not know how to explain)
For the color of what exactly each line answers, in principle, it should be clear. But I'll sign for a little bit.

<item type = "drawable" name = "notification_item_background_color">#blah blah blah</ item> Notification background
<item type = "drawable" name = "notification_item_background_color_pressed">#blah blah blah</ item> Notification effect click color
<item type = "drawable" name = "status_bar_background">#blah blah blah</ item> Statusbar Background
<item type = "drawable" name = "status_bar_notification_row_background_color">#blah blah blah</ item>The color of the separator between notifications
<item type = "drawable" name = "notification_header_bg">#blah blah blah</ item> Background dates and switches
<item type = "drawable" name = "notification_tracking_bg">#blah blah blah</ item> Background curtain itself.

You can also find out which line is responsible for what by the banal method of typing. In short, experiment!
Colors of my statusbar:
<item type = "drawable" name = "notification_number_text_color">#ffffffff</ item>
<item type = "drawable" name = "notification_item_background_color">#90000000</ item>
<item type = "drawable" name = "notification_item_background_color_pressed"># ff257390</ item>
<item type = "drawable" name = "ticker_background_color"># ff1d1d1d</ item>
<item type = "drawable" name = "status_bar_background">#70000000</ item>
<item type = "drawable" name = "status_bar_recents_background_solid">#00000000</ item>
<item type = "drawable" name = "status_bar_recents_app_thumbnail_background">#70000000</ item>
<item type = "drawable" name = "status_bar_notification_row_background_color">#99000000</ item>
<item type = "drawable" name = "notification_header_bg"># d8000000</ item>
<item type = "drawable" name = "notification_tracking_bg">#70000000</ item>
<item type = "drawable" name = "recents_callout_line"># d8000000</ item>
<item type = "drawable" name = "notification_item_background_legacy_color">#ffaaaaaa</ item>

saved-out-compiled.

Post has been editedone-2-z - 15.04.12, 22:49
npoqpeccop
Message#7
15.04.12, 23:56
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 247
Check in: 18.10.11
Samsung Galaxy S8 Exynos

Reputation:-  5  +

I want to do "auto-rotate lokskrina" and "a la old TV."
It is written here
overtake through the online kitchen then everything becomes normal

Can I write in more detail how to get rid of it?
baoo
Message#8
16.04.12, 00:34
a guest
*
[offline]

Group: Users
Messages 3
Check in: 10.03.12
Huawei U8800 Ideos X5

Reputation:-  0  +

Put a digital charge indicator. Now when the phone is locked, the clock in the taskbar has stopped showing. How to return the clock back?
one-2-z
Message#9
16.04.12, 00:41
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

npoqpeccopI downloaded the ApkManager program (I changed apktool.jar in it, which I took from the version of the program for Linux in which the file is going fine), try with it. If something goes wrong, sign off.

baoo,but before it was shown? There, in my opinion, only a big clock should be. What firmware is it worth? Throw you a native file.

Post has been editedone-2-z - 16.04.12, 00:55
one-2-z
Message#10
16.04.12, 04:37
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

Another absolutely useless mod. Just for the collection)
Screen soft buttons.
Attached Image

Everything is the same as with the auto-rotation of loxgrin and CRT-animation. Just changefalseontruein line
<bool name = "config_showNavigationBar">false</ bool>

In general, such elementary actions in this verybools.xml you can do a lot of things)
Later we will make a list of what else can be done.
Tonikby
Message#11
16.04.12, 11:24
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 167
Check in: 27.12.08
Xiaomi Redmi Note 4G

Reputation:-  15    +

I think for very beginners, it would be nice to add a description of the SystemUI.apk and framework-res.apk files to the instructions - what kind of where and how should they be taken and what to do with them later when compiled and signed ...


--------------------
Horseradish, put on the opinion of others, guarantees a calm and happy life! (F.Ranevskaya)
kalatun
Message#12
16.04.12, 12:55
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 517
Check in: 20.09.11
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  11  +

And by the way, add instructions on how to properly pack in zip so that you can sew through recovery.

Post has been editedkalatun - 16.04.12, 12:55


--------------------
GalaxyMinii =>Huawei U8800 =>Newman n2 =>GalaxyGrandDuos =>XiaomiRedmiNote3Pro
kalatun
Message#13
16.04.12, 13:03
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 517
Check in: 20.09.11
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  11  +

one-2-z,Something is decompiling my SystemUI with an error "An Error Occured, Please Check The Log<option 24>"
15 times tried, the same thing.

Post has been editedkalatun - 16.04.12, 13:04


--------------------
GalaxyMinii =>Huawei U8800 =>Newman n2 =>GalaxyGrandDuos =>XiaomiRedmiNote3Pro
one-2-z
Message#14
16.04.12, 14:03
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

kalatunThrow off the log (in the multitool folder) - let's see what's wrong.
I think for very beginners, it would be nice to add a description of the SystemUI.apk and framework-res.apk files to the instructions - what kind of where and how should they be taken and what to do with them later when compiled and signed ...
Well, SystemUI.apk is in system \ app \. framework-res.apk is located in the system \ framework \ folder. How to describe them, I do not know)
You can get from the archive with the firmware. Either by the rutexplorer from the phone itself.
After compilation, the file must be renamed (removed "signed"), and either copied with replacement by rutexplorer (do not forget to set permissions, like other files in the folder - rw-r - r--, usually we call this the "right letter" ), Or shove it into an already ready archive for flashing from the recovery.
Here is a ready-made archive for SytemUI.apk (throw the file inside the app folder) -Attached filefor_systemui.zip(157.26 KB)

But for framework-res (file throw inside the framework folder) -Attached filefor_framework_res.zip(157.29 KB)

Those. just unpacked the archive (with any archiver), threw the modified file and packed it backwithout compression.
The most convenient way to do this is through the TotalCommander program (there is no need to unpack / zip the archive). Just went to the folder with the archive and threw the file.
kalatun
Message#15
16.04.12, 14:29
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 517
Check in: 20.09.11
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  11  +

one-2-z,
16.04.2012 -- 8:05:04,57|
--------------------------------------------------------------------------
--2012-04-16 08:05:04-- http://update.apkmultitool.com/apkver.txt
Resolving update.apkmultitool.com (update.apkmultitool.com) ... 199.59.62.20
Connecting to update.apkmultitool.com (update.apkmultitool.com) | 199.59.62.20 |: 80 ... connected.
HTTP request sent, awaiting response ... 200 OK
Length: 152 [text / plain]
Saving to: `apkver.txt '

0K 100% 5.84M = 0s

2012-04-16 08:05:05 (5.84 MB / s) - `apkver.txt 'saved [152/152]

A subfolder or projects file already exists.
A subfolder or place-apk-here-for-modding file already exists.
A subfolder or place-ogg-here file already exists.
A subfolder or place-apk-here-to-batch-optimize file already exists.
A subfolder or place-apk-here-for-signing file already exists.
java version "1.6.0_26"
Java (tm) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot (tm) Client VM (build 20.1-b02, mixed mode)
--------------------------------------------------------------------------
|16.04.2012 -- 12:57:03,04|
--------------------------------------------------------------------------
--2012-04-16 12:57:03-- http://update.apkmultitool.com/apkver.txt
Resolving update.apkmultitool.com (update.apkmultitool.com) ... 199.59.62.20
Connecting to update.apkmultitool.com (update.apkmultitool.com) | 199.59.62.20 |: 80 ... connected.
HTTP request sent, awaiting response ... 200 OK
Length: 152 [text / plain]
Saving to: `apkver.txt '

0K 100% 4.05M = 0s

2012-04-16 12:57:04 (4.05 MB / s) - `apkver.txt 'saved [152/152]

A subfolder or projects file already exists.
A subfolder or place-apk-here-for-modding file already exists.
A subfolder or place-ogg-here file already exists.
A subfolder or place-apk-here-to-batch-optimize file already exists.
A subfolder or place-apk-here-for-signing file already exists.
java version "1.6.0_25"
Java (tm) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot (tm) Client VM (build 20.0-b11, mixed mode, sharing)
--------------------------------------------------------------------------
|16.04.2012 -- 12:57:23,56|
--------------------------------------------------------------------------
--2012-04-16 12:57:23-- http://update.apkmultitool.com/apkver.txt
Resolving update.apkmultitool.com (update.apkmultitool.com) ... 199.59.62.20
Connecting to update.apkmultitool.com (update.apkmultitool.com) | 199.59.62.20 |: 80 ... connected.
HTTP request sent, awaiting response ... 200 OK
Length: 152 [text / plain]
Saving to: `apkver.txt '

0K 100% 2.80M = 0s

2012-04-16 12:57:24 (2,80 MB / s) - `apkver.txt 'saved [152/152]

A subfolder or projects file already exists.
A subfolder or place-apk-here-for-modding file already exists.
A subfolder or place-ogg-here file already exists.
A subfolder or place-apk-here-to-batch-optimize file already exists.
A subfolder or place-apk-here-for-signing file already exists.
java version "1.6.0_25"
Java (tm) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot (tm) Client VM (build 20.0-b11, mixed mode, sharing)
The system cannot find the path specified.
The system cannot find the path specified.
I: Baksmaling ...
I: Loading resource table ...
I: Loaded.
I: Loading resource table from file: C: \ Documents and Settings \ Admin \ apktool \ framework \ 1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns = android, name = label, value = 0x01040416
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302ee
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
I: Decoding file-resources ...
W: Could not decode value, using undecoded value instead: ns = android, name = textAppearance, value = 0x010301ea
I: Decoding values ​​* / * XMLs ...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x010301e9
at brut.androlib.res.data.ResPackage.getResSpec (ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec (ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec (ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent (ResReferenceValue.jav
a: 59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml (ResReferenceValue.
java: 46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr (ResScalarValue.ja
va: 43)
at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml (ResStyleValue
.java: 48)
at brut.androlib.res.AndrolibResources.generateValuesFile (AndrolibResources.java:26
4)
at brut.androlib.res.AndrolibResources.decode (AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull (Androlib.java:93)
at brut.androlib.ApkDecoder.decode (ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode (Main.java:128)
at brut.apktool.Main.main (Main.java:65)
--------------------------------------------------------------------------
|16.04.2012 -- 12:58:34,39|
--------------------------------------------------------------------------
--2012-04-16 12:58:34-- http://update.apkmultitool.com/apkver.txt
Resolving update.apkmultitool.com (update.apkmultitool.com) ... 199.59.62.20
Connecting to update.apkmultitool.com (update.apkmultitool.com) | 199.59.62.20 |: 80 ... connected.
HTTP request sent, awaiting response ... 200 OK
Length: 152 [text / plain]
Saving to: `apkver.txt '

0K 100% 3.76M = 0s

2012-04-16 12:58:34 (3,76 MB / s) - `apkver.txt 'saved [152/152]

A subfolder or projects file already exists.
A subfolder or place-apk-here-for-modding file already exists.
A subfolder or place-ogg-here file already exists.
A subfolder or place-apk-here-to-batch-optimize file already exists.
A subfolder or place-apk-here-for-signing file already exists.
java version "1.6.0_25"
Java (tm) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot (tm) Client VM (build 20.0-b11, mixed mode, sharing)
The system cannot find the path specified.
The system cannot find the path specified.
I: Baksmaling ...
I: Loading resource table ...
I: Loaded.
I: Loading resource table from file: C: \ Documents and Settings \ Admin \ apktool \ framework \ 1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns = android, name = label, value = 0x01040416
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302ee
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
I: Decoding file-resources ...
W: Could not decode value, using undecoded value instead: ns = android, name = textAppearance, value = 0x010301ea
I: Decoding values ​​* / * XMLs ...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x010301e9
at brut.androlib.res.data.ResPackage.getResSpec (ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec (ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec (ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent (ResReferenceValue.jav
a: 59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml (ResReferenceValue.
java: 46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr (ResScalarValue.ja
va: 43)
at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml (ResStyleValue
.java: 48)
at brut.androlib.res.AndrolibResources.generateValuesFile (AndrolibResources.java:26
4)
at brut.androlib.res.AndrolibResources.decode (AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull (Androlib.java:93)
at brut.androlib.ApkDecoder.decode (ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode (Main.java:128)
at brut.apktool.Main.main (Main.java:65)
remote object '10' does not exist
The system cannot find the path specified.
The system cannot find the path specified.
I: Loading resource table ...
I: Loaded.
I: Decoding file-resources ...
I: Decoding values ​​* / * XMLs ...
I: Done.
I: Copying assets and libs ...
W: Could not find sources
I: Checking whether resources has changed ...
I: Building resources ...
Exception in thread "main" brut. \ multitool \ projects \ framework-res.apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull (Androlib.java天01)
at brut.androlib.Androlib.buildResources (Androlib.java:248)
at brut.androlib.Androlib.build (Androlib.java:171)
at brut.androlib.Androlib.build (Androlib.java:154)
at brut.apktool.Main.cmdBuild (Main.java:182)
at brut.apktool.Main.main (Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C: \ Windows \ Temp \ APKTOOL6638926156513788815.tmp, -x, -S, d: \ multitool \ projects \ framework-res. apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.util.OS.exec (OS.java:87)
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:191)
... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessBuilder.start (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at brut.util.OS.exec (OS.java:78)
... 7 more
Caused by: java.io.IOException: CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessImpl.create (Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start (Unknown Source)
... 11 more
W: Could not find sources
I: Checking whether resources has changed ...
I: Building resources ...
Exception in thread "main" brut. \ multitool \ projects \ framework-res.apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull (Androlib.java天01)
at brut.androlib.Androlib.buildResources (Androlib.java:248)
at brut.androlib.Androlib.build (Androlib.java:171)
at brut.androlib.Androlib.build (Androlib.java:154)
at brut.apktool.Main.cmdBuild (Main.java:182)
at brut.apktool.Main.main (Main.java:67)
Caused by: brut.com. apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.util.OS.exec (OS.java:87)
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:191)
... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessBuilder.start (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at brut.util.OS.exec (OS.java:78)
... 7 more
Caused by: java.io.IOException: CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessImpl.create (Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start (Unknown Source)
... 11 more
W: Could not find sources
I: Checking whether resources has changed ...
I: Building resources ...
Exception in thread "main" brut. \ multitool \ projects \ framework-res.apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull (Androlib.java天01)
at brut.androlib.Androlib.buildResources (Androlib.java:248)
at brut.androlib.Androlib.build (Androlib.java:171)
at brut.androlib.Androlib.build (Androlib.java:154)
at brut.apktool.Main.cmdBuild (Main.java:182)
at brut.apktool.Main.main (Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C: \ Windows \ Temp \ APKTOOL1895649786572275262.tmp, -x, -S, d: \ multitool \ projects \ framework-res. apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.util.OS.exec (OS.java:87)
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:191)
... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessBuilder.start (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at brut.util.OS.exec (OS.java:78)
... 7 more
Caused by: java.io.IOException: CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessImpl.create (Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start (Unknown Source)
... 11 more
W: Could not find sources
I: Checking whether resources has changed ...
I: Building resources ...
Exception in thread "main" brut. \ multitool \ projects \ framework-res.apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull (Androlib.java天01)
at brut.androlib.Androlib.buildResources (Androlib.java:248)
at brut.androlib.Androlib.build (Androlib.java:171)
at brut.androlib.Androlib.build (Androlib.java:154)
at brut.apktool.Main.cmdBuild (Main.java:182)
at brut.apktool.Main.main (Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C: \ Windows \ Temp \ APKTOOL2993556982402659149.tmp, -x, -S, d: \ multitool \ projects \ framework-res. apk \ res, -M, d: \ multitool \ projects \ framework-res.apk \ AndroidManifest.xml]
at brut.util.OS.exec (OS.java:87)
at brut.androlib.res.AndrolibResources.aaptPackage (AndrolibResources.java:191)
... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessBuilder.start (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at java.lang.Runtime.exec (Unknown Source)
at brut.util.OS.exec (OS.java:78)
... 7 more
Caused by: java.io.IOException: CreateProcess error = 2, ?? ??????? ????? ????????? ????
at java.lang.ProcessImpl.create (Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start (Unknown Source)
... 11 more
The system cannot find the path specified.
file 'place-apk-here-for-modding / signedframework-res.apk' does not contain AndroidManifest.xml
The system cannot find the path specified.
The system cannot find the path specified.
I: Baksmaling ...
I: Loading resource table ...
I: Loaded.
I: Loading resource table from file: C: \ Documents and Settings \ Admin \ apktool \ framework \ 1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns = android, name = label, value = 0x01040416
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302ee
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
W: Could not decode attr value, using undecoded value instead: ns = android, name = theme, value = 0x010302fc
I: Decoding file-resources ...
W: Could not decode value, using undecoded value instead: ns = android, name = textAppearance, value = 0x010301ea
I: Decoding values ​​* / * XMLs ...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x010301e9
at brut.androlib.res.data.ResPackage.getResSpec (ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec (ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec (ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent (ResReferenceValue.jav
a: 59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml (ResReferenceValue.
java: 46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr (ResScalarValue.ja
va: 43)
at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml (ResStyleValue
.java: 48)
at brut.androlib.res.AndrolibResources.generateValuesFile (AndrolibResources.java:26
4)
at brut.androlib.res.AndrolibResources.decode (AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull (Androlib.java:93)
at brut.androlib.ApkDecoder.decode (ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode (Main.java:128)
at brut.apktool.Main.main (Main.java:65)
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile (Androlib.java:142)
at brut.androlib.Androlib.build (Androlib.java:159)
at brut.androlib.Androlib.build (Androlib.java:154)
at brut.apktool.Main.cmdBuild (Main.java:182)
at brut.apktool.Main.main (Main.java:67)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput (AbstractDirectory.java:103)
at brut.androlib.Androlib.readMetaFile (Androlib.java:138)
... 4 more
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile (Androlib.java:142)
at brut.androlib.Androlib.build (Androlib.java:159)
at brut.androlib.Androlib.build (Androlib.java:154)
at brut.apktool.Main.cmdBuild (Main.java:182)
at brut.apktool.Main.main (Main.java:67)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput (AbstractDirectory.java:103)
at brut.androlib.Androlib.readMetaFile (Androlib.java:138)
... 4 more
The system cannot find the path specified.
file 'place-apk-here-for-modding / signedSystemUI.apk' does not contain AndroidManifest.xml


Post has been editedkalatun - 16.04.12, 14:30


--------------------
GalaxyMinii =>Huawei U8800 =>Newman n2 =>GalaxyGrandDuos =>XiaomiRedmiNote3Pro
one-2-z
Message#16
16.04.12, 14:38
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

kalatunbutjavaDo you have boner?
In my opinion the trouble is that it is not installed.
kalatun
Message#17
16.04.12, 14:56
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 517
Check in: 20.09.11
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  11  +

one-2-z,
Yes, I put it like that, I'll put it again


--------------------
GalaxyMinii =>Huawei U8800 =>Newman n2 =>GalaxyGrandDuos =>XiaomiRedmiNote3Pro
one-2-z
Message#18
16.04.12, 15:06
٩ (╬ʘ 益 ʘ╬) ۶
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 5465
Check in: 24.07.11

Reputation:-  935  +

kalatunTry another installer to unpack.
npoqpeccop
Message#19
16.04.12, 16:14
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 247
Check in: 18.10.11
Samsung Galaxy S8 Exynos

Reputation:-  5  +

Downloadedmultitool, did everything according to the instructions, knocked out a mistake likekalatun, downloadedApkmanagereverything ended successfullyRootExplorer'om, threw the fileframework-res.apkatsystem / framework /, the phone immediately rebooted, after switching on, it hung on the Aurora screensaver, pulled the battery, the same thing hangs for about 10 minutes already.

Attached files

Attached fileframework_res.apk(5.06 MB)
Attached filesignedframework_res.apk(5.13 MB)
Attached filelog.txt(101.54 KB)


Post has been editednpoqpeccop - 16.04.12, 16:53
t6652
Message#20
16.04.12, 16:15
Road going by walking ...
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 631
Check in: 24.12.08

Reputation:-  313  +

one-2-z @ 04/16/2012, 01:25*
Our colors are in hexadecimal format (Hex). # ff000000 - fully opaque. # 00000000 is completely transparent. Those. The first 2 characters after # are responsible for transparency. For example, the default Lockscreen color is # 70000000. The 85% opaque black color is # D80000. It is calculated as follows: our colors can have values ​​from 0 to 255. 85% of 255 = 216. 216 in Hex = D8. In short hammer, I do not know how to explain)

I will add a little color: thank_you: - right herenot a bad page by color, with conversion to code. Well, the degree of transparency, the first two numbers to calculate as describedone-2-zor even simpler, through the Windows calculator tab, view-engineering, and there "DEC" is a decimal (our) "HEX" -hex. Dial the desired number of switches in neh-done. Check 216 in nex -D8.

Post has been editedt6652 - 18.04.12, 09:02


--------------------
... You shouldn't bend over a changeable world, let it be better bend under us ...
_________________
kalatun
Message#21
16.04.12, 16:18
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 517
Check in: 20.09.11
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  11  +

one-2-z,Reinstalled jawa - the same eggs, error and all.
With ApkManager almost the same. (((


--------------------
GalaxyMinii =>Huawei U8800 =>Newman n2 =>GalaxyGrandDuos =>XiaomiRedmiNote3Pro
Huawei
 

3 pagesV  1 2 3 > » 


 mobile version    Now: 05/18/19, 15:18