Status 7 Error in CWM - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hi, Currently I'm running on hell_lock's kernel and had ported TouchWiz 4 to our Galaxy Y, talking CM 7 madteam edition as base. While testing, I got this the "Status 7" Error.
Solutions anyone ??

Does your updater-script contain lines with "assert..."? If so, change them according to your device info...or just delete them...
EDIT: Just remembered that there may be a possibility that it was caused by incorrect mount points...

Ryuinferno said:
Does your updater-script contain lines with "assert..."? If so, change them according to your device info...or just delete them...
EDIT: Just remembered that there may be a possibility that it was caused by incorrect mount points...
Click to expand...
Click to collapse
Removed assert from the updater-script blah blah....
But it didnt boot. So I had replaced the updater-script with my base updater-script. And voila - it worked
--------------x----------------------
HERE'S JUST A SMALL TEASER OF THE ALPHA VERSION
(This ain't a proper TouchWiz 4 Port , but just a theamed CM7 with Samsung Apps. Will do some improvements.)
{
"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"
}

Related

[Q]Pulldown Menu addon

Hi,
i have a Samsung Galaxy S and i want to modify/create an own pull down menu widget like this one (highlighted in red):
{
"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 have searched around, but i can't find any point to make them...
Did anyone have an idea?
Which apk does provide this type of addon?
I'm gonna guess settings.apk...
-BMFC
Sent from my T-Mobile myTouch 3G Slide using XDA App
In the Galaxy ROMs it's in twframework-res.apk
It's in the framework.
I am going to be working on something similar except for the Inc/Evo. I'm going to try and port over the MIUI notifcation menu because it is built in. Good luck on your try
i've found the right file in the twframework-res.apk and its known status_bar_expanded.xml...
inside of this file is declared the quickpanel-container with the containing buttons.
But, the Problem is, how can i make an own override into the quickpanel?
I've deodexed and decompiled the twframework.apk and after that the following classes.dex too, but it's unreadable... there are to many machine-instructions inside and make it useless.
I have put this files is in the attachment...
(the *.ddx files are readable with any editor)
Do have anyone an idea to implement an own quickpanel-container?

[MODS] ENABLE SYMBOLS / SECONDARY KEYS samsung keyboard

{
"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"
}
Should work with all latest Rooted Samsung Galaxy Devices​
Install Root Explorer or similar File Browser
Go to /system/csc/others.xml and edit
Insert this between <FeatureSet> and Save-Exit
If there is already similar but smaller code there, copy and paste this to enable symbols for your country[Covers almost all countries]
<FeatureSet>
<CscFeature_Sip_EnableSymbolInSecondary>es_US;en_GB;en_US;en_AU;en_CA;en_PH;en_IE;en_NZ;en_ZA;ko_KR;de_AT;de_CH;de_DE;fr_FR;fr_CH;fr_BE;fr_CA; bg_BG;cs_CZ;da_DK;el_GR;es_ES;et_EE;fi_FI;ga_IE;hr_HR;hu_HU;is_IS;it_IT; lt_LT;lv_LV;mk_MK;ms_MY;nb_NO;nl_NL;nl_BE;pl_PL;pt_PT;pt-BR;ro_RO;sr_RS;sv_SE;tr_TR; ca_ES;eu_ES;gl_ES;kk_KZ;ru_RU;sk_SK;sl_SI;uk_UA;uz_UZ;az_AZ;hy_AM;ka_GE;
pt_BR;in_ID;ja_JP;vi_VN;zh_CN;zh_TW;ar_AE;ar_IL;fa_FA;ur_PK;iw_IL;th_TH;zh_HK;zh_SG;fr</CscFeature_Sip_EnableSymbolInSecondary>
</FeatureSet>​
Set permissions to rw-r-r
Restart Device. Enjoy
Feedback & Suggestions are always welcome.
Developers Please give proper credits if you want to include this in your Rom
spare a second and hit THANKS​
Wanam Exposed mod now has a switch that fixes it too. easy!
Mentioned many times in different treats.
Also a treat of csc features:
http://forum.xda-developers.com/showthread.php?p=35123852
Sent from my GT-I9300 using XDA Premium 4 mobile app
Do any of these enable the full stop on the numeric pad?

[BOOTANIMATION] "Verbose" Boot

Fake verbose boot for a Nexus 5 running any KitKat ROM. As you can see, I wanted "verbose" boot, but I couldn't think of much to do with it. I'm open to suggestions, though.
{
"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"
}
As always:
Push to /system/media
Set permissions to -rw-r--r--
DO NOT FLASH - CWM/TRWP probably won't let you anyway.
If you are still looking for ideas, maybe do something in the same vein that the one for the Galaxy S4 does (ill link it below).
If not id say just add more "words" such as ram, cpu type and that sort of stuff.
http://forum.xda-developers.com/showthread.php?t=2295043&highlight=boot+animation
toughgamma said:
If you are still looking for ideas, maybe do something in the same vein that the one for the Galaxy S4 does (ill link it below).
If not id say just add more "words" such as ram, cpu type and that sort of stuff.
http://forum.xda-developers.com/showthread.php?t=2295043&highlight=boot+animation
Click to expand...
Click to collapse
I like the BIOS idea a lot. It seems like it should be a separate thing from this, though, since verbose boot happens after the BIOS screen. But I'll definitely look into it and link it if I get around to doing it!
Hi, weird question..... what's the name of the font used in the animation please?

RomControl v2.1. with modified settings for A70 ( android 9 pie)

{
"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"
}
Author : naruba
The mod is based on Samsung_A70_MOD_Pack_For_5ASL4 from the respected author Renat64
Root is MANDATORY !
Before installing the mod, I recommend making a backup, in case the mod does not suit you.
or use the mod
I will not write the annotation, I think from the screenshots you will understand what is screwed.
Animation Matrix and your background in the "Recent Applications" panel In order for everything to work correctly, after installing the mod, give the "Home Screen ..." application all permissions in the system settings !!!
Shutdown menu does not work! (Temporarily)
Normal setting;
* Flash via TWRP, wipe divik-cache.
Many thanks for the instructions mpal sagitt67 Wlryss thanks for the help in creating wowanbelousov The
mod will be supplemented and the errors found will be fixed!
This page is not allowed in the US
uptobox.com
Please upgrade to support v one ui 2.5
Plz upgrade it for oneui 2.5

[HELP] [AOSP 10 BUILD] Update requires 'goldfish_arm64'.

Hello everyone,
since this awesome Tablet isn't getting Updates anymore I tried to build my own Android Version (10) with help of the AOSP Documentary.
Everything works smooth and fine, but when I try to flash this freshly created build, I get an error:
"Device product is 'baytrail'.
Update requires 'goldfish_arm64'."
{
"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 tried resolving the problem by getting to know what exactly is goldfish in the first place. So I found, that the 'goldfish' is in the Android Kernel for 4.x versions. I simply just don't understand why the bootloader is attatched to a specific android version. Strange.
Additionally, Lenovo Support gives the whole Open Source .zip for both Lollipop and Kitkat versions, so I have full build .zips of the "old" versions.
Is maybe the boot.img file the problem? I extracted it from Lollipop.
Any help will be appreciated.
Same issue.
I think you need to edit the upadte-script.
Hello. Could you please share your previous build that worked? Will it work on the Tab 2 - 8 inches?

Categories

Resources