{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I just wanna share how to edit "About Phone"
1.Basic knowledge how to compile/decompile using Apktool/Apkmanager
Apk-Multitools
2.Brain and brave :laugh:
Method : GB
-Decompile your Settings.apk
-Then go to res/xml/device_info_settings.xml
-Edit this line
Code:
<Preference android:title="@string/[COLOR="Red"]XXXX[/COLOR]_version" android:key="[COLOR="Red"]XXXX[/COLOR]_version" android:summary="@string/[COLOR="Red"]XXXX[/COLOR]_version_default" style="?android:preferenceInformationStyle" />
Click to expand...
Click to collapse
Edit the XXXX to do you like...
This is my set up..
Code:
</PreferenceScreen>
<Preference android:title="@string/model_number" android:key="device_model" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/firmware_version" android:key="firmware_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/baseband_version" android:key="baseband_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/kernel_version" android:key="kernel_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/cpu_info" android:key="device_cpu" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/mem_info" android:key="device_memory" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/mod_version" android:key="mod_version" android:summary="@string/mod_version_default" style="?android:preferenceInformationStyle" />
[COLOR="Red"] <Preference android:title="@string/engine_version" android:key="engine_version" android:summary="@string/engine_version_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/remod_version" android:key="remod_version" android:summary="@string/remod_version_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/recovery_version" android:key="recovery_version" android:summary="@string/recovery_version_default" style="?android:preferenceInformationStyle" />[/COLOR]
<Preference android:title="@string/build_date" android:key="build_date" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/build_number" android:key="build_number" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
</PreferenceScreen>
Click to expand...
Click to collapse
All the RED LINE is my set up..
-After Edit what you like..then SAVE the xml
Now go to res/values/string.xml
-Search word CPU using notepad ++
-starting from under as you can see my RED edit line with my style
Code:
<string name="sim_enter_ok">OK</string>
<string name="sim_enter_cancel">Cancel</string>
<string name="device_info_settings">Phone status</string>
<string name="system_update_settings_list_item_title">System updates</string>
<string name="system_update_settings_list_item_summary" />
<string name="cpu_info">[COLOR="Red"]CPU[/COLOR] info</string>
<string name="mem_info">Mem info (avail/total)</string>
<string name="firmware_version">Android version</string>
<string name="model_number">Model number</string>
<string name="baseband_version">Baseband version</string>
<string name="kernel_version">Kernel version</string>
<string name="build_number">Build number</string>
<string name="mod_version">Mod version</string>
[COLOR="Red"] <string name="engine_version">Engine version</string>
<string name="engine_version_default">SnapDragon-X™</string>
<string name="remod_version">X-Mod Revision</string>
<string name="remod_version_default">[email protected]</string>
<string name="recovery_version">Recovery version</string>
<string name="recovery_version_default">nAa GB CWM 5.0.2.8</string>[/COLOR]
<string name="mod_version_default">Unknown</string>
<string name="build_date">Build date</string>
<string name="device_info_not_available">Not available</string>
<string name="device_status_activity_title">Status</string>
<string name="device_status">Status</string>
<string name="device_status_summary">Phone number, signal, etc.</string>
<string name="storage_settings">Storage</string>
Click to expand...
Click to collapse
After you finished edit what you like,, then SAVE xml and recompile back your Settings.apk and tell me the result..
SCREENSHOT
ORIGINAL POST / CREDITS AND THANKS TO : TILL-KRUSPE
Method : ICS
Till-Kruspe said:
It simple really...
decompile your settings.apk...then go to res/xml folder...edit this file device_info_settings.xml and add this line:
Code:
<Preference android:title="@string/[COLOR="Red"]XXXXX[/COLOR]_heading" android:key="[COLOR="red"]XXXXX[/COLOR]_heading" android:summary="@string/[COLOR="red"]XXXXX[/COLOR]_version" style="?android:preferenceInformationStyle" />
Edit the XXXXX to your like...
This is mine setup:
Code:
</PreferenceScreen>
<Preference android:title="@string/model_number" android:key="device_model" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/firmware_version" android:key="firmware_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
[COLOR="Red"]<Preference android:title="@string/android_heading" android:key="android_heading" android:summary="@string/android_version" style="?android:preferenceInformationStyle" />[/COLOR]
<Preference android:title="@string/baseband_version" android:key="baseband_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/kernel_version" android:key="kernel_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
[COLOR="red"] <Preference android:title="@string/engine_heading" android:key="engine_heading" android:summary="@string/engine_version" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/cpu_heading" android:key="cpu_heading" android:summary="@string/cpu_version" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/version_heading" android:key="version_heading" android:summary="@string/ziewing_version" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/date_heading" android:key="date_heading" android:summary="@string/build_date" style="?android:preferenceInformationStyle" />[/COLOR]
<Preference android:title="@string/build_number" android:key="build_number" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
[COLOR="red"]<Preference android:title="@string/developer_heading" android:key="developer_heading" android:summary="@string/developer_version" style="?android:preferenceInformationStyle" />[/COLOR]
</PreferenceScreen>
The red are mine custom info...
Now go to value folder and edit strings.xml
put this at the bottom of the line:
Code:
<string name="[COLOR="Red"]XXXXX[/COLOR]_heading">[COLOR="red"]XXXXX[/COLOR]</string>
<string name="[COLOR="red"]XXXXX[/COLOR]_version">[COLOR="Red"]XXXXX[/COLOR]</string>
Mine setup:
Code:
<string name="version_heading">ZieWing™ version</string>
<string name="ziewing_version">v3.2 beta-1 coconut</string>
<string name="date_heading">Build date</string>
<string name="build_date">Tue Feb 12 02:36 PST 2013</string>
<string name="cpu_heading">CPU</string>
<string name="cpu_version">ARMv7 Processor rev 2 (v7l)</string>
<string name="android_heading">Codename</string>
<string name="android_version">Ice Cream Sandwich (ICS)</string>
<string name="engine_heading">Engine version</string>
<string name="engine_version">X-CORE™ alpha v1</string>
<string name="developer_heading">Developer</string>
<string name="developer_version">[email protected]</string>
After your satisfied editing it to your like...recompile it and your done...
Hope you understand it...
Click to expand...
Click to collapse
Till-Kruspe said:
Or this...for rom dev...
Click to expand...
Click to collapse
FROM ORIGINAL THREAD BY IRIS YUGA
http://forum.xda-developers.com/showthread.php?t=2150601
THANKS TO : TILL-KRUSPE
*PM Me if I forgot to put Your name here
Reservation for #2 pls..
I've extracted settings.apk to sdcard then form sd card moved to computer
in computer i've found res/xml/settings.xml or whatever
tried to edit it in Notepad ++
then I got:
Code:
P ` . Ô ! 1 ? I v y Œ ¡ ª Ç ä / = T } ‹ ¾ Ê Ö ó ý $ A I b p Š œ Ä Ì Ù è ! 4 E R b p } title key summary action
targetPackage targetClass android **http://schemas.android.com/apk/res/android PreferenceScreen gingerdx_changelog intent android.intent.action.MAIN de.djnilse.gdxUpdateNotify $$de.djnilse.gdxUpdateNotify.Changelog !!additional_system_update_settings status_info com.android.settings &&com.android.settings.deviceinfo.Status power_usage 00com.android.settings.fuelgauge.PowerUsageSummary container copyright android.settings.COPYRIGHT license android.settings.LICENSE cmlicense android.settings.CMLICENSE terms android.settings.TERMS safetylegal android.settings.SAFETY system_tutorial %%android.intent.action.SYSTEM_TUTORIAL style
Preference device_model ##?android:preferenceInformationStyle firmware_version baseband_version kernel_version
device_cpu
device_memory mod_version
build_date build_number € áèé- ! / ÿÿÿÿ 8 ÿÿÿÿÿÿÿÿ ÿÿÿÿ ´ ` ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¤
ÿÿÿÿ ¥ ` ÿÿÿÿÿÿÿÿ
ÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿ L ÿÿÿÿÿÿÿÿ ÿÿÿÿ i ` " ÿÿÿÿÿÿÿÿ ÿÿÿÿ ÿÿÿÿ % ÿÿÿÿÿÿÿÿ & ÿÿÿÿÿÿÿÿ ` ) ÿÿÿÿÿÿÿÿ ÿÿÿÿ 1 ÿÿÿÿ 2 ` , ÿÿÿÿÿÿÿÿ . ÿÿÿÿÿÿÿÿ / ÿÿÿÿÿÿÿÿ ` 1 ÿÿÿÿÿÿÿÿ ÿÿÿÿ Ö ÿÿÿÿ × ` 5 ÿÿÿÿÿÿÿÿ 7 ÿÿÿÿÿÿÿÿ 8 ÿÿÿÿÿÿÿÿ L ; ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¶ L E ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¸ 8 H ÿÿÿÿÿÿÿÿ H ÿÿÿÿÿÿÿÿ I ÿÿÿÿÿÿÿÿ L L ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¹ 8 O ÿÿÿÿÿÿÿÿ O ÿÿÿÿÿÿÿÿ P ÿÿÿÿÿÿÿÿ L S ÿÿÿÿÿÿÿÿ ÿÿÿÿ À 8 V ÿÿÿÿÿÿÿÿ V ÿÿÿÿÿÿÿÿ W ÿÿÿÿÿÿÿÿ L Z ÿÿÿÿÿÿÿÿ ÿÿÿÿ º 8 ] ÿÿÿÿÿÿÿÿ ] ÿÿÿÿÿÿÿÿ ^ ÿÿÿÿÿÿÿÿ ` ÿÿÿÿÿÿÿÿ L b ÿÿÿÿÿÿÿÿ ÿÿÿÿ Á 8 e ÿÿÿÿÿÿÿÿ e ÿÿÿÿÿÿÿÿ f ÿÿÿÿÿÿÿÿ ` q ÿÿÿÿÿÿÿÿ ÿÿÿÿ » ÿÿÿÿ ¼ 8 t ÿÿÿÿÿÿÿÿ ! ! t ÿÿÿÿÿÿÿÿ u ÿÿÿÿÿÿÿÿ t x ÿÿÿÿÿÿÿÿ# ÿÿÿÿ ( $ $ ÿÿÿÿ ÿÿÿÿ" % { ÿÿÿÿÿÿÿÿ# t ~ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ ' & & ÿÿÿÿ ÿÿÿÿ" % ÿÿÿÿÿÿÿÿ# t „ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ ) ' ' ÿÿÿÿ ÿÿÿÿ" % ‡ ÿÿÿÿÿÿÿÿ# t Š ÿÿÿÿÿÿÿÿ# ÿÿÿÿ * ( ( ÿÿÿÿ ÿÿÿÿ" % ÿÿÿÿÿÿÿÿ# t ÿÿÿÿÿÿÿÿ# ÿÿÿÿ % ) ) ÿÿÿÿ ÿÿÿÿ" % “ ÿÿÿÿÿÿÿÿ# t – ÿÿÿÿÿÿÿÿ# ÿÿÿÿ & * * ÿÿÿÿ ÿÿÿÿ" % ™ ÿÿÿÿÿÿÿÿ# t œ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ , + + ÿÿÿÿ -ÿÿÿÿ" % Ÿ ÿÿÿÿÿÿÿÿ# t ¢ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ . , , ÿÿÿÿ ÿÿÿÿ" % ¥ ÿÿÿÿÿÿÿÿ# t ¨ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ + - - ÿÿÿÿ ÿÿÿÿ" % « ÿÿÿÿÿÿÿÿ# * ÿÿÿÿÿÿÿÿ * ÿÿÿÿ
Besides that I can't found res/values/string.xml
8cpaiw said:
I've extracted settings.apk to sdcard then form sd card moved to computer
in computer i've found res/xml/settings.xml or whatever
tried to edit it in Notepad ++
then I got:
Code:
P ` . Ô ! 1 ? I v y Œ ¡ ª Ç ä / = T } ‹ ¾ Ê Ö ó ý $ A I b p Š œ Ä Ì Ù è ! 4 E R b p } title key summary action
targetPackage targetClass android **http://schemas.android.com/apk/res/android PreferenceScreen gingerdx_changelog intent android.intent.action.MAIN de.djnilse.gdxUpdateNotify $$de.djnilse.gdxUpdateNotify.Changelog !!additional_system_update_settings status_info com.android.settings &&com.android.settings.deviceinfo.Status power_usage 00com.android.settings.fuelgauge.PowerUsageSummary container copyright android.settings.COPYRIGHT license android.settings.LICENSE cmlicense android.settings.CMLICENSE terms android.settings.TERMS safetylegal android.settings.SAFETY system_tutorial %%android.intent.action.SYSTEM_TUTORIAL style
Preference device_model ##?android:preferenceInformationStyle firmware_version baseband_version kernel_version
device_cpu
device_memory mod_version
build_date build_number € áèé- ! / ÿÿÿÿ 8 ÿÿÿÿÿÿÿÿ ÿÿÿÿ ´ ` ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¤
ÿÿÿÿ ¥ ` ÿÿÿÿÿÿÿÿ
ÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿ L ÿÿÿÿÿÿÿÿ ÿÿÿÿ i ` " ÿÿÿÿÿÿÿÿ ÿÿÿÿ ÿÿÿÿ % ÿÿÿÿÿÿÿÿ & ÿÿÿÿÿÿÿÿ ` ) ÿÿÿÿÿÿÿÿ ÿÿÿÿ 1 ÿÿÿÿ 2 ` , ÿÿÿÿÿÿÿÿ . ÿÿÿÿÿÿÿÿ / ÿÿÿÿÿÿÿÿ ` 1 ÿÿÿÿÿÿÿÿ ÿÿÿÿ Ö ÿÿÿÿ × ` 5 ÿÿÿÿÿÿÿÿ 7 ÿÿÿÿÿÿÿÿ 8 ÿÿÿÿÿÿÿÿ L ; ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¶ L E ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¸ 8 H ÿÿÿÿÿÿÿÿ H ÿÿÿÿÿÿÿÿ I ÿÿÿÿÿÿÿÿ L L ÿÿÿÿÿÿÿÿ ÿÿÿÿ ¹ 8 O ÿÿÿÿÿÿÿÿ O ÿÿÿÿÿÿÿÿ P ÿÿÿÿÿÿÿÿ L S ÿÿÿÿÿÿÿÿ ÿÿÿÿ À 8 V ÿÿÿÿÿÿÿÿ V ÿÿÿÿÿÿÿÿ W ÿÿÿÿÿÿÿÿ L Z ÿÿÿÿÿÿÿÿ ÿÿÿÿ º 8 ] ÿÿÿÿÿÿÿÿ ] ÿÿÿÿÿÿÿÿ ^ ÿÿÿÿÿÿÿÿ ` ÿÿÿÿÿÿÿÿ L b ÿÿÿÿÿÿÿÿ ÿÿÿÿ Á 8 e ÿÿÿÿÿÿÿÿ e ÿÿÿÿÿÿÿÿ f ÿÿÿÿÿÿÿÿ ` q ÿÿÿÿÿÿÿÿ ÿÿÿÿ » ÿÿÿÿ ¼ 8 t ÿÿÿÿÿÿÿÿ ! ! t ÿÿÿÿÿÿÿÿ u ÿÿÿÿÿÿÿÿ t x ÿÿÿÿÿÿÿÿ# ÿÿÿÿ ( $ $ ÿÿÿÿ ÿÿÿÿ" % { ÿÿÿÿÿÿÿÿ# t ~ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ ' & & ÿÿÿÿ ÿÿÿÿ" % ÿÿÿÿÿÿÿÿ# t „ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ ) ' ' ÿÿÿÿ ÿÿÿÿ" % ‡ ÿÿÿÿÿÿÿÿ# t Š ÿÿÿÿÿÿÿÿ# ÿÿÿÿ * ( ( ÿÿÿÿ ÿÿÿÿ" % ÿÿÿÿÿÿÿÿ# t ÿÿÿÿÿÿÿÿ# ÿÿÿÿ % ) ) ÿÿÿÿ ÿÿÿÿ" % “ ÿÿÿÿÿÿÿÿ# t – ÿÿÿÿÿÿÿÿ# ÿÿÿÿ & * * ÿÿÿÿ ÿÿÿÿ" % ™ ÿÿÿÿÿÿÿÿ# t œ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ , + + ÿÿÿÿ -ÿÿÿÿ" % Ÿ ÿÿÿÿÿÿÿÿ# t ¢ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ . , , ÿÿÿÿ ÿÿÿÿ" % ¥ ÿÿÿÿÿÿÿÿ# t ¨ ÿÿÿÿÿÿÿÿ# ÿÿÿÿ + - - ÿÿÿÿ ÿÿÿÿ" % « ÿÿÿÿÿÿÿÿ# * ÿÿÿÿÿÿÿÿ * ÿÿÿÿ
Besides that I can't found res/values/string.xml
Click to expand...
Click to collapse
Install your framework-res.apk first at Apktool Cmd (Command prompt) with this command
apktool if framework-res.apk
then decompile your Settings.apk with this command
apktool d Settings.apk
after this step then you edit what i mention/guide before then after that you must recompile back with this command
apktool b Settings
Dzol Cp said:
I just wanna share how to edit "About Phone"
1.Basic knowledge how to compile/decompile using Apktool/Apkmanager
Apk-Multitools
2.Brain and brave :laugh:
Method : GB
-Decompile your Settings.apk
-Then go to res/xml/device_info_settings.xml
-Edit this line
Edit the XXXX to do you like...
This is my set up..
All the RED LINE is my set up..
-After Edit what you like..then SAVE the xml
Now go to res/values/string.xml
-Search word CPU using notepad ++
-starting from under as you can see my RED edit line with my style
After you finished edit what you like,, then SAVE xml and recompile back your Settings.apk and tell me the result..
SCREENSHOT
ORIGINAL POST / CREDITS AND THANKS TO : TILL-KRUSPE
Method : ICS
FROM ORIGINAL THREAD BY IRIS YUGA
http://forum.xda-developers.com/showthread.php?t=2150601
THANKS TO : TILL-KRUSPE
*PM Me if I forgot to put Your name here
Click to expand...
Click to collapse
Owsum man Tell us more mods like these if you know
Related
I installed Eclipse and the ADT plugin, however when I attempt to modify any .xml code I get a strange amount of symbols, for example like this:
¨ Ø 4 & ~ ‚ – d r a w a b l e a n d r o i d * h t t p : / / s c h e m a s . a n d r o i d . c o m / a p k / r e s / a n d r o i d s e l e c t o r i t e m € ™ ÿÿÿÿ $ ÿÿÿÿÿÿÿÿ 8 ÿÿÿÿÿÿÿÿ ÿÿÿÿ ÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿ ÿÿÿÿ
I installed Eclipse and the ADT plugin, however when I attempt to modify any .xml code I get a strange amount of symbols, for example like this:
¨ Ø 4 & ~ ‚ – d r a w a b l e a n d r o i d * h t t p : / / s c h e m a s . a n d r o i d . c o m / a p k / r e s / a n d r o i d s e l e c t o r i t e m € ™ ÿÿÿÿ $ ÿÿÿÿÿÿÿÿ 8 ÿÿÿÿÿÿÿÿ ÿÿÿÿ ÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿ ÿÿÿÿ
Ive been trying to reset my devices but it wont reset i try to look some solution.
and i try adb command line this is what i got. PLease let me know how to put it back on original state on my device.
[email protected]:/ $ pm list users
pm list users
Users:
UserInfo{0wner:13}
[email protected]:/ $ pm list packagae
pm list packagae
Error: unknown list type 'packagae'
[email protected]:/ $ pm list package
pm list package
package:android
package:com.android.backupconfirm
package:com.android.browser
package:com.android.browser.provider
package:com.android.calculator2
package:com.android.calendar
package:com.android.certinstaller
package:com.android.chrome
package:com.android.contacts
package:com.android.defcontainer
package:com.android.deskclock
package:com.android.dreams.basic
package:com.android.dreams.phototable
package:com.android.email
package:com.android.exchange
package:com.android.facelock
package:com.android.galaxy4
package:com.android.gallery3d
package:com.android.htmlviewer
package:com.android.inputmethod.latin
package:com.android.keychain
package:com.android.launcher
package:com.android.location.fused
package:com.android.magicsmoke
package:com.android.micromaxregist
package:com.android.milive
package:com.android.mms
package:com.android.musicfx
package:com.android.musicvis
package:com.android.noisefield
package:com.android.packageinstaller
package:com.android.phasebeam
package:com.android.phone
package:com.android.protips
package:com.android.providers.applications
package:com.android.providers.calendar
package:com.android.providers.contacts
package:com.android.providers.downloads
package:com.android.providers.downloads.ui
package:com.android.providers.drm
package:com.android.providers.media
package:com.android.providers.settings
package:com.android.providers.telephony
package:com.android.providers.userdictionary
package:com.android.provision
package:com.android.quicksearchbox
package:com.android.settings
package:com.android.sharedstoragebackup
package:com.android.simmelock
package:com.android.soundrecorder
package:com.android.stk
package:com.android.systemui
package:com.android.vending
package:com.android.vpndialogs
package:com.android.wallpaper
package:com.android.wallpaper.holospiral
package:com.android.wallpaper.livepicker
package:com.google.android.apps.books
package:com.google.android.apps.maps
package:com.google.android.apps.plus
package:com.google.android.apps.uploader
package:com.google.android.ears
package:com.google.android.feedback
package:com.google.android.gm
package:com.google.android.gms
package:com.google.android.googlequicksearchbox
package:com.google.android.gsf
package:com.google.android.gsf.login
package:com.google.android.inputmethod.latin.dictionarypack
package:com.google.android.location
package:com.google.android.marvin.talkback
package:com.google.android.onetimeinitializer
package:com.google.android.partnersetup
package:com.google.android.setupwizard
package:com.google.android.syncadapters.bookmarks
package:com.google.android.syncadapters.calendar
package:com.google.android.syncadapters.contacts
package:com.google.android.talk
package:com.google.android.tts
package:com.google.android.videos
package:com.google.android.voicesearch
package:com.google.android.youtube
package:com.kingroot.kinguser
package:com.kingstudio.purify
package:com.magnum.device
package:com.mediatek
package:com.mediatek.CellConnService
package:com.mediatek.DataUsageLockScreenClient
package:com.mediatek.FMRadio
package:com.mediatek.GoogleOta
package:com.mediatek.StkSelection
package:com.mediatek.appguide.plugin
package:com.mediatek.appwidget.worldclock
package:com.mediatek.apst.target
package:com.mediatek.atci.service
package:com.mediatek.batterywarning
package:com.mediatek.bluetooth
package:com.mediatek.calendarimporter
package:com.mediatek.connectivity
package:com.mediatek.engineermode
package:com.mediatek.filemanager
package:com.mediatek.googleota.sysoper
package:com.mediatek.lbs.em
package:com.mediatek.mtklogger
package:com.mediatek.notebook
package:com.mediatek.omacp
package:com.mediatek.schpwronoff
package:com.mediatek.smsreg
package:com.mediatek.theme.mint
package:com.mediatek.theme.mocha
package:com.mediatek.theme.raspberry
package:com.mediatek.thermalmanager
package:com.mediatek.todos
package:com.mediatek.voicecommand
package:com.mediatek.voiceunlock
package:com.mediatek.weather
package:com.mediatek.ygps
package:com.opera.branding
package:com.redbend.dmClient
package:com.svox.pico
package:com.tinno.gesture.phone
package:com.tnmb.swversion
[email protected]:/ $
ياريت تساعدونى فى روت يعمل على هذا الهاتف ولكم كل شكر وتقدير
hi guys good day its me again umm i just want want to ask on how to solve this error while building recovery when i entered mka recovery i got this error ----->
[email protected]:~/TWRP$ lunch
You're building on Linux
Lunch menu... pick a combo:
1. aosp_arm-eng
2. aosp_arm64-eng
3. aosp_mips-eng
4. aosp_mips64-eng
5. aosp_x86-eng
6. aosp_x86_64-eng
7. omni_CPH1717-user
8. omni_CPH1717-userdebug
9. omni_CPH1717-eng
Which would you like? [aosp_arm-eng] 9
File "/home/osboxes/TWRP/build/tools/roomservice.py", line 109
except IOError, ES.ParseError:
^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=16.1.0
TARGET_PRODUCT=omni_CPH1717
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=generic
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.19.0-38-generic-x86_64-with-glibc2.36
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=NJH47F
OUT_DIR=/home/osboxes/TWRP/out
============================================
[email protected]:~/TWRP$ mka recovery
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=16.1.0
TARGET_PRODUCT=omni_CPH1717
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=generic
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.19.0-38-generic-x86_64-with-glibc2.36
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=NJH47F
OUT_DIR=/home/osboxes/TWRP/out
============================================
Using 'prebuilts/ninja/linux-x86/ninja' binary on 'linux-x86'
prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++ -fno-exceptions -Wno-multichar -m64 -Wa,--noexecstack -fPIC -no-canonical-prefixes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -O2 -g -fno-strict-aliasing -DNDEBUG -UDEBUG -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 -fstack-protector-strong --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 --sysroot prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot -Bprebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/bin -target x86_64-linux-gnu -Wsign-promo -Wno-inconsistent-missing-override --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 --sysroot prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot -isystem prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8 -isystem prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux -isystem prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward -target x86_64-linux-gnu -c -std=c++11 -g -W -Wall -MMD -MP -O -DNOLOG -march=native -o /home/osboxes/TWRP/out/host/linux-x86/obj/EXECUTABLES/ckati_intermediates/affinity.o build/kati/affinity.cc
prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++ -fno-exceptions -Wno-multichar -m64 -Wa,--noexecstack -fPIC -no-canonical-prefixes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -O2 -g -fno-strict-aliasing -DNDEBUG -UDEBUG -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 -fstack-protector-strong --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 --sysroot prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot -Bprebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/bin -target x86_64-linux-gnu -Wsign-promo -Wno-inconsistent-missing-override --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 --sysroot prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot -isystem prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8 -isystem prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux -isystem prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward -target x86_64-linux-gnu -c -std=c++11 -g -W -Wall -MMD -MP -O -DNOLOG -march=native -o /home/osboxes/TWRP/out/host/linux-x86/obj/EXECUTABLES/ckati_intermediates/command.o build/kati/command.cc
prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
make: *** [build/kati/Makefile.ckati:89: /home/osboxes/TWRP/out/host/linux-x86/obj/EXECUTABLES/ckati_intermediates/affinity.o] Error 127
make: *** Waiting for unfinished jobs....
prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
make: *** [build/kati/Makefile.ckati:89: /home/osboxes/TWRP/out/host/linux-x86/obj/EXECUTABLES/ckati_intermediates/command.o] Error 127
[email protected]:~/TWRP$