here you go, first use of the updated cwm touchrecoveryPost a video, so that I can make corrections.
image is a bit blurry, sorry for that
see me trying removing the battery at the end
here you go, first use of the updated cwm touchrecoveryPost a video, so that I can make corrections.
Your recovery probably has to be remade with your language. Your better of looking in the development forums for your device for how to build recovery for your device. Unless there's a way to change the default language of your recovery.can i request you people to develope an english based CWM recovery for my SmartQ T30 android tab ?
because it comes preloaded with chinese version of CWM recovery...
atleast tell me how do i change the menu language from chinese to English ?
awaiting your inputs pls....
Not now! I am busy with other work.Hello.
I am not a developer.
I wonder if you can make a version of this CWM recovery touch :
http://androtab.info/mips/ingenic/clockworkmod/
https://github.com/naobsd/cm_bootable_recovery/compare/ics...ics-mips-naobsd
https://github.com/naobsd/mips_build/compare/mips-ics-mr1...mips-ics-clockworkmod
Is currently working on my tablet
Find your device developer and have him look at this thread. Because every device is different and my patches will apply only if your cwm tree is perfectly staged to my CWM state.If I compile after applying your changes (the 4 commits from your repo) to the .zip file downloaded from the github link in the instructions post, I should get a full touch CWM recovery (like the one in djnilse's vid) right? Not just touch navigation buttons at the bottom, right?
I'm compiling for the X8. You did one for djnilse. Unfortuantely it was a bit...err.."faulty". So I'd like to do one myself. Would you help me, please?
You can change in ui.c this value:i have compiled it for p3110
anyone knows how to fix the text on left side? it´s a landscape device
maybe @Napstar ?
#define MENU_ITEM_LEFT_OFFSET [COLOR="Red"]0.05[/COLOR]*gr_fb_width()
For that look in ui.c for "int ui_start_menu" and focuse at these lines:Thanks @carliv (out of thanks today, i press it later)Worked!
There is another issue:
At the Top it should write "CWM-based Recovery v 6.0.4.5" but it only writes "CWM-based Recovery v 6" and "by Napstar" but it only writes "by"
Any Idea for that too?
Edit:
Added some spaces behind "Napstar" and now shown... but not "v6.0.4.5"
if (text_rows > 0 && text_cols > 0) {
for (i = 0; i < text_rows; ++i) {
if (headers[i] == NULL) break;
remChar = (int)(resX - strlen(headers[i])*CHAR_WIDTH)/[COLOR="Red"](CHAR_WIDTH*2)[/COLOR]; //To centre align text from header
for (j = 0; j < remChar; j++) {
strcpy(menu[i]+j, " ");
}
strncpy(menu[i]+remChar, headers[i], text_cols- remChar);
menu[i][text_cols-remChar] = '\0';
if (text_rows > 0 && text_cols > 0) {
for (i = 0; i < text_rows; ++i) {
if (headers[i] == NULL) break;
remChar = (int)(resX - strlen(headers[i])*CHAR_WIDTH)/(CHAR_WIDTH*2); //To centre align text from header
for (j = 0; j < remChar; j++) {
strcpy(menu[i]+j, " ");
}
strncpy(menu[i]+remChar, headers[i], [COLOR=Red]text_cols- remChar[/COLOR]);
menu[i][[COLOR=Red]text_cols-remChar[/COLOR]] = '\0';
}
menu_top = i;
For that look in ui.c for "int ui_start_menu" and focuse at these lines:
Try a lower value for "(CHAR_WIDTH*2).Code:if (text_rows > 0 && text_cols > 0) { for (i = 0; i < text_rows; ++i) { if (headers[i] == NULL) break; remChar = (int)(resX - strlen(headers[i])*CHAR_WIDTH)/[COLOR=Red](CHAR_WIDTH*2)[/COLOR]; //To centre align text from header for (j = 0; j < remChar; j++) { strcpy(menu[i]+j, " "); } strncpy(menu[i]+remChar, headers[i], text_cols- remChar); menu[i][text_cols-remChar] = '\0';
i will try next days again. thanks again for your help!
i am working now on omnirom![]()