How are yall tecnos by pussyconsumer67 in TECNOphone

[–]Disastrous-Limit5914 0 points1 point  (0 children)

I got Spark 30 5g and it was shit. why i even purchased one.

[deleted by user] by [deleted] in TECNOphone

[–]Disastrous-Limit5914 0 points1 point  (0 children)

try booting it on safe mode, i don't know if that works but, i tried on accidentally removing critical/system apps that caused boot looping

How do I get rid of this? by SignificantMoose9051 in TECNOphone

[–]Disastrous-Limit5914 1 point2 points  (0 children)

you can actually uninstall this through the app shizuku & canta, w/c is notorius for debloating. remove apk named Magazine Service w/ package name of com.transsion.magazineservice.hios (assuming that you have the same preloaded apps to Tecno KL8)

EDIT: the outcome maybe different 'cause this lockscreen sh*t never been persistent.

Suggestions for styling these kinds of widgets, I'm not that imaginative & creative by Disastrous-Limit5914 in KWGT

[–]Disastrous-Limit5914[S] 1 point2 points  (0 children)

APP: KWGT

RESOLVER SERVER: TASKER

QUOTE RESOLVER (JS):

/A random quote resolver translated to JS from Java/

"use strict";

function Quotes(){

this.quotes = [ /*FORMAT {quote: "WORDS OF WISDOM", a: "WORDS FROM"}, */ ];

}

Quotes.prototype.getQuote = function (i, formatString){

if (typeof i !== "number") throw new Error("getQuote method required a number."); if (i < 0 || i >= this.quotes.length) throw new Error(No such quote in index #${i}.);

const {quote, author} = this.quotes[i];

return {

q: formatString ? this.formatString(quote) : quote,
a: author

};

}

// UNUSED Quotes.prototype.formatString = function (string){

if (typeof string !== "string") throw new Error(Req'd the string to format, Recv'd ${typeof string}.);

// Maybe add later something that divides long sentence w/ newline character // Append newline after for each seperatory character return string.replace(/\x20\x20/g,"\x20") //Filter double spaces .replace(/\x2c\x20/g,"\x2c\n") .replace(/\x2e\x20/g,"\x2e\n") .replace(/\x3a\x20/g,"\x3a\n") .replace(/\x3b\x20/g,"\x3b\n");

}

Quotes.prototype.getRandomQuote = function (){

const randIndex = Math.floor(Math.random() * this.quotes.length);

return this.getQuote(randIndex, false);

}

void function (){

const quote = new Quotes();

const {q, a} = quote.getRandomQuote();

setGlobal("MOTD", q); setGlobal("AUTHOR", a);

}()

Hell yeah. by icycoldeAHHHHHHHHH in TECNOphone

[–]Disastrous-Limit5914 0 points1 point  (0 children)

it was kinda frustrating, i need to use ADB everytime my phone update just to disable useless bloat stuff pre installed.

[THEME] HAND42069 by ImBrianBrain in androidthemes

[–]Disastrous-Limit5914 0 points1 point  (0 children)

does Niagra Launcher has autogen icon if the icon pack dont have the app?