Friday, November 14, 2025

Upgrade old Android to 10 in Sony Xperia

 https://dev.androidfilehost.com/?w=files&flid=295879&sort_by=name&sort_dir=ASC

 https://twrp.me/sony/sonyxperia10.html

 

https://get.pixelexperience.org/devices

 

https://twrp.me/Devices/

 

  • adb shell - launches a shell on the device
  • adb push <local> <remote> - pushes the file <local> to <remote>
  • adb pull <remote> [<local>] - pulls the file <remote> to <local>. If <local> isn’t specified, it will pull to the current folder.
  • adb logcat - allows you to view the device log in real-time. You can use adb logcat -b radio to view radio logs, and adb logcat -C to view logs in colour
  • adb install <file> - installs the given .apk file to your devic

 

https://xdaforums.com/t/guide-full-phone-backup-without-unlock-or-root.1420351/

 

Monday, October 27, 2025

Sunat padron

 

 

awk -F\| '{print>$1}' file1


awk -F\| '{print $1","$2","$5","$6" "$7" "$10","$8" "$9}' padron_reducido_ruc.txt > padron_reducido_rucname.c
sv


 

iconv -f ISO-8859-1 -t UTF-8 in.txt > out.txt

 

Monday, September 29, 2025

Arduino Accesories

 [1] https://sawers.com.pe/modulo-lector-micro-sd-para-arduino-? 

[2] https://www.electromania.pe/productos/raspberry/placas/page/3 

Thursday, September 18, 2025

Audio tools AI

 [1] Audio enhancer https://audioenhancer.ai/

 

Upgrade old Android to 10 in Sony Xperia

 https://dev.androidfilehost.com/?w=files&flid=295879&sort_by=name&sort_dir=ASC  https://twrp.me/sony/sonyxperia10.html   https:...