Add Wiko C300 Lite (ID 2) - ready for resale

This commit is contained in:
kawa
2026-04-12 22:13:53 +02:00
parent b5099c8d92
commit 468c6336a1
5 changed files with 3 additions and 1 deletions

1
apks/aurora-store.apk Normal file
View File

@@ -0,0 +1 @@
Not Found

1
apks/aurora.apk Normal file
View File

@@ -0,0 +1 @@
Not Found

BIN
apks/fdroid.apk Normal file

Binary file not shown.

View File

@@ -45,7 +45,7 @@ def cmd_list(status=None):
print(f"{'ID':<4} {'Marque':<10} {'Modèle':<20} {'Code':<15} {'Statut':<10} {'OS':<10} {'Root':<5}") print(f"{'ID':<4} {'Marque':<10} {'Modèle':<20} {'Code':<15} {'Statut':<10} {'OS':<10} {'Root':<5}")
print("-" * 80) print("-" * 80)
for r in rows: for r in rows:
print(f"{r[0]:<4} {r[1]:<10} {r[2]:<20} {r[3] or '':<15} {r[4]:<10} {r[5] or '':<10} {'✓' if r[7] else '✗':<5}") print(f"{r[0]:<4} {r[1]:<10} {r[2]:<20} {r[3] or '':<15} {r[4]:<10} {r[5] or '':<10} {'✓' if r[8] else '✗':<5}")
def cmd_info(phone_id): def cmd_info(phone_id):
"""Détails d'un téléphone""" """Détails d'un téléphone"""

BIN
phones.db

Binary file not shown.