Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Info Smarters APK Image Editor

PureMedia

Extended Member
Ext. Member
Joined
Jan 26, 2020
Messages
77
Reaction score
1,317
Points
94
Location
Online
Hi Guys,

So I have decompiled one of the Smarters apks (In actual fact it was the Avengers one). Purely for learning and testing purposes. Once decompiled using APK-Editor Studio, going though to find the images and then having to create a group of images, which will then be copied to multiple directories.

I wondered if anyone has created a tool to do this or any other decompiling software (maybe APK Editor) to replace theses images in one go. After a 2 minute search on your favourite search engine....Bing....(no body). I thought I would create a dirty PowerShell script to do this. OK it works fine, copies my images to a set of directories specified, recompiled and my new shiny apk with a hardcoded url and images works...

Therefore I thought, I would try and take it one stage further and create a gui (very basic), to do the same job but to also aid others. So if it is of any interest to others, I will submit the code. But here is what I have been working on. I plan to develop it, to auto rename images depending on the decompiled images, and to also include a DNS and port to inject a hardcoded url into the samli file (depending on the app I guess).

Anyway this is what it looks like thus far. (Very basic). You input the the two directories, tick what images you want to copy, press submit and it will copy the images into the required directories for the ticked images.
iptvsmarterseditor.png


For example some of the old manual dirty code
Code:
$source = "Pictures"
$location1 = "{9b7de3dc-2e6e-4cc7-9705-a99ffc6f81b2}\res\drawable"
$location2 = "{9b7de3dc-2e6e-4cc7-9705-a99ffc6f81b2}\res\drawable-hdpi-v4""
$location1", "$location2" | ForEach-Object { Get-Childitem " "$source" -Recurse -Include "*live_tv.png" | Copy-Item -Destination $_}
 
That is great work a very handy tool looking forward to see the release many thanks
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
I have made something similar in python for my kodi spork maker, can basically rebrand a kodi apk in about 5 min start to finish.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Where is that available?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Nice!! Hopefully it will be released soon
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top