Hovatek Forum DEVELOPMENT Android [Custom ROM] Tecno H6 custom rom
Can't login? Please, reset your password.
Hovatek is recruiting! Apply Now


[Custom ROM] Tecno H6 custom rom

[Custom ROM] Tecno H6 custom rom

Pages (7): Previous 1 2 3 4 57 Next
GregSte623
GregSte623
GregSte623
Techie Member
53
29-11-2014, 10:22 PM
#11



(29-11-2014, 07:41 PM)hovatek
GregSte623 Okay my goal is to theme the stock rim to make it look and act as close to android l as possible. I was trying to remove the tecno theme app since its blocking some of the customization. After much tweaking around I realized removing that app is not possible since it is part of the settings app. Furthermore, deodexibg that ROM is a really big headache so what I'm going to do now is work on a cyanogenmod 11 KitKat 4.4.2 port and use that as a base rom
the challenge with going all cyanogenmod and stuff on Tecno is that they didnt release the sourcesfor their devices. this makes porting a ROM like that quite difficult. we're also working n something like that at the moment. for now, themeing and tweaking might have to do.
Deodexing the ROM shouldnt be so difficult. did you use Android kitchen?
True that doing without the source codes is really hard and time consuming but I'll work on that as well unless you guys come up with a ROM before I do that I will be able to use. I'm using xultimate. It usually doesn't give me any issues with other phones but I have no idea what's going on this time. Every time I go deodexing an app I get force closes so for now I'm finding alternative apps and theming those. Though I can't edit the pulldown area that way
This post was last modified: 29-11-2014, 10:23 PM by GregSte623.
GregSte623
GregSte623
GregSte623
Techie Member
53
29-11-2014, 11:24 PM
#12
Okay. It's quite awkward but I think I got it to work. I just had to push the deodexed framework files before the apks. Will report further
GregSte623
GregSte623
GregSte623
Techie Member
53
30-11-2014, 12:18 AM
#13
Yeah framework had to be deodexed first. Now onto the tough part of editing systemui and all that. By the way can you guys help me out with building a custom kernel? I have no idea how to do that
hovatek
hovatek
hovatek
Administrator
49,570
30-11-2014, 04:21 AM
#14
(30-11-2014, 12:18 AM)GregSte623 Yeah framework had to be deodexed first. Now onto the tough part of editing systemui and all that. By the way can you guys help me out with building a custom kernel? I have no idea how to do that

we're also working on the custom kernel @ https://www.hovatek.com/forum/thread-603.html . source codes are another hurdle.
as for the system ui, you can use http://uot.dakra.lt/kitchen/ to theme the framework.
then you can start theming settings.apk and others. just ensure you have a corresponding apk for us to theme them
shouldn't be difficult. our focus here is OS tweaks. that's where the work / stunt is

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
GregSte623
GregSte623
GregSte623
Techie Member
53
30-11-2014, 04:06 PM
#15



(30-11-2014, 04:21 AM)hovatek
(30-11-2014, 12:18 AM)GregSte623 Yeah framework had to be deodexed first. Now onto the tough part of editing systemui and all that. By the way can you guys help me out with building a custom kernel? I have no idea how to do that

we're also working on the custom kernel  @ https://www.hovatek.com/forum/thread-603.html  . source codes are another hurdle.
as for the system ui,  you can use http://uot.dakra.lt/kitchen/  to theme the framework.
then you can start theming settings.apk and others.  just ensure you have a corresponding apk for us to theme them
shouldn't be difficult.  our focus here is OS tweaks.  that's where the work / stunt is

I agree on the source codes. What do you mean by corresponding apk? i'll upload when I am done and you'll see
GregSte623
GregSte623
GregSte623
Techie Member
53
30-11-2014, 08:39 PM
#16
Now I'm having another problem. I edited the strings.xml in the settings apk after decompiling it since i want to make tabbed settings. Now apktool is unable to recompile. I set up my PATH correctly, i have the android sdk but nothing. Whenever i try to recompile i get errors
hovatek
hovatek
hovatek
Administrator
49,570
01-12-2014, 12:33 AM
#17
(30-11-2014, 08:39 PM)GregSte623 Now I'm having another problem. I edited the strings.xml in the settings apk after decompiling it since i want to make tabbed settings. Now apktool is unable to recompile. I set up my PATH correctly, i have the android sdk but nothing. Whenever i try to recompile i get errors

what's the error?

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
GregSte623
GregSte623
GregSte623
Techie Member
53
01-12-2014, 10:30 AM
#18
(01-12-2014, 12:33 AM)hovatek
(30-11-2014, 08:39 PM)GregSte623 Now I'm having another problem. I edited the strings.xml in the settings apk after decompiling it since i want to make tabbed settings. Now apktool is unable to recompile. I set up my PATH correctly, i have the android sdk but nothing. Whenever i try to recompile i get errors

what's the error?

Microsoft Windows [Version 6.1.7600]
Copyright © 2009 Microsoft Corporation. All rights reserved.

C:\Users\Greg>apktool b C:\Users\Greg\Settings Settings-New.apk
I: Using Apktool 2.0.0-RC3 on Settings
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [C:\Users\Greg\A
ppData\Local\Temp\brut_util_Jar_868259901366850723.tmp, p, --forced-package-id,
127, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --vers
ion-name, 4.4.2-eng.rlk-buildsrv1.1411479658, -F, C:\Users\Greg\AppData\Local\Te
mp\APKTOOL2604471750913084876.tmp, -I, C:\Users\Greg\apktool\framework\1.apk, -S
, C:\Users\Greg\Settings\res, -M, C:\Users\Greg\Settings\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:437)
at brut.androlib.Androlib.buildResources(Androlib.java:374)
at brut.androlib.Androlib.build(Androlib.java:277)
at brut.androlib.Androlib.build(Androlib.java:250)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [C:\Users\Greg\AppData\Local\Temp\brut_util_Jar_86825990136685072
3.tmp, p, --forced-package-id, 127, --min-sdk-version, 19, --target-sdk-version,
19, --version-code, 19, --version-name, 4.4.2-eng.rlk-buildsrv1.1411479658, -F,
C:\Users\Greg\AppData\Local\Temp\APKTOOL2604471750913084876.tmp, -I, C:\Users\G
reg\apktool\framework\1.apk, -S, C:\Users\Greg\Settings\res, -M, C:\Users\Greg\S
ettings\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:488)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:423)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\Greg\App
Data\Local\Temp\brut_util_Jar_868259901366850723.tmp, p, --forced-package-id, 12
7, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --versio
n-name, 4.4.2-eng.rlk-buildsrv1.1411479658, -F, C:\Users\Greg\AppData\Local\Temp
\APKTOOL2604471750913084876.tmp, -I, C:\Users\Greg\apktool\framework\1.apk, -S,
C:\Users\Greg\Settings\res, -M, C:\Users\Greg\Settings\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:93)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:482)
... 6 more
Caused by: java.io.IOException: Cannot run program "C:\Users\Greg\AppData\Local\
Temp\brut_util_Jar_868259901366850723.tmp": CreateProcess error=5, Access is den
ied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:485)
at brut.util.OS.exec(OS.java:84)
... 7 more
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 10 more
hovatek
hovatek
hovatek
Administrator
49,570
01-12-2014, 11:06 AM
#19
 GregSte Microsoft Windows [Version 6.1.7600]
Copyright © 2009 Microsoft Corporation.  All rights reserved.

Try using this settings.apk . it should be easier to mod. test it on the phone first before modding

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
GregSte623
GregSte623
GregSte623
Techie Member
53
01-12-2014, 12:25 PM
#20



(01-12-2014, 11:06 AM)hovatek
GregSte623 Microsoft Windows [Version 6.1.7600]
Copyright © 2009 Microsoft Corporation.  All rights reserved.

Try using this settings.apk . it should be easier to mod. test it on the phone first before modding

Okay I'll try
Pages (7): Previous 1 2 3 4 57 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram