Page 1 of 1

Decrypt Default img files

Posted: Wed Feb 17, 2016 5:47 pm
by ssidquest
I found that the apps that are installed by default are stored in /mtd_down/widgets/normal/*_img
They are stored as images. When the app is launched, it would be mounted to a directory inside /mtd_down/widgets/normal/
I tried to check the files but they are in .spm format. How do you extract this files?

Thanks

Re: Decrypt Default img files

Posted: Wed Feb 17, 2016 5:50 pm
by zoelechat

Re: Decrypt Default img files

Posted: Wed Feb 17, 2016 5:57 pm
by ssidquest
Exactly what I was looking for! Thank you so much for this.

Re: Decrypt Default img files

Posted: Wed Feb 17, 2016 6:09 pm
by ssidquest
How do I build it? I tried "make" but it did not work. Thanks

Re: Decrypt Default img files

Posted: Wed Feb 17, 2016 6:44 pm
by sectroyer
ssidquest wrote:How do I build it? I tried "make" but it did not work. Thanks
Guess what in out- folder there is precompiled binary ;)

Re: Decrypt Default img files

Posted: Wed Feb 17, 2016 7:24 pm
by ssidquest
Ohh. Didn't notice that. I will check it out later. Thanks!