🔻ESTRARRE IL PAYLOAD.BIN SU ONEPLUS NORD🔻
#ONEPLUSNORD#MODDING
Ultimo post di questa serie di infarinatura del Modding per il nostro Nord.
Non vi allarmate, ce ne saranno sicuramente altre in futuro, appena ci sarà qualche novità in termini di sviluppo!
Oggi vi spiegheremo come estrarre il payload.bin, file che contiene tutte le immagini che vengono flashate sul telefono, tra cui la boot.img che è indispensabile per avere i permessi di root.
▪️Come estrarre il payload.bin su OP Nord - Testo
▪️Come estrarre il payload.bin su OP Nord - Video
Le guide sono abbastanza esplicative, tuttavia se avete bisogno di chiarimenti non esitate a chiedere nei nostri gruppi!
Guida scritta realizzata da Pit
Guida video realizzata da Pierre
—
Il nostro canale 👉🏻@oneplusguide
I nostri gruppi 👉🏻@oneplusitcommunity
# The standard string repr for dicts is hard to read:
»> my_mapping = {'a': 23, 'b': 42, 'c': 0xc0ffee}
»> my_mapping
{'b': 42, 'c': 12648430. 'a': 23} # 😞
# The "#json" module can do a much better job:
»> import json
»> print(json.dumps(my_mapping, indent=4, sort_keys=True))
{
"a": 23,
"b": 42,
"c": 12648430
}
# Note this only works with dicts containing
# primitive types (check out the "pprint" module):
»> json.dumps({all: 'yup'})
TypeError: keys must be a string
История(12м) как в Альфа-Банке сокращали размер JSON файла, который передается на устройство для работы SDUI. Решением стала шаблонизация для отказа от одинаковых блоков UI с разными данными
#оптимизация#json
¿Que puede hacer este bot?
@apimaniaBot
Con éste bot puedes crear PDF a partir de páginas web, convertir texto a imágenes, convertir tablas HTML a json y mucho más
Idioma: español
(Visto en @botsgram_cu)
#pdf#web#texto#imágenes#hrml#json