View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4135
Originally Posted by kainerious View Post
Folder /home/user/apkenv/Icons its empty.
Need create icons (80x80px) in these folder.

abr80.png
abs80.png
abse80.png
fn80.png

Reboot (no necessary).
Edit:
Ops! Schturman's icons in opt/N9QTweak/Icons
XD
Green Icons can happens ONLY in ONE scenario. If you first installed games (option 2) and afters this apkenv (option 1).
Option 2 -> just create desktop files
Option 1 -> create necessary folders and transfer necessary files (also icons). Look in to the command:
Code:
pack="/home/user/MyDocs/Apkenv/Packages"
dir="/home/user/apkenv"
devel-su user -c "mkdir -p $dir/Icons && cp -f $pack/apke* $dir/apkenv && cp -Rf $pack/*.so $dir && chmod 775 $dir/apkenv && cp -f /opt/N9QTweak/Icons/*80* $dir/Icons"
The last command: cp -f /opt/N9QTweak/Icons/*80* $dir/Icons transfer icons to the needed folder.
If you did what I think you did (first option 2 and after this option 1), you don't need reboot, you can just refresh homescreen and green icons should be normal icons.
The prefer way to do it:
1. Option 1 -> install apkenv
2. Option 2 -> install games

You also can choose: 1 2 (separated by 1 space), it will activate both options...
In fact it always work for me in all my tests..
Just try to remove all, run: 3 4 then press enter.
And after this again 1 2 for install all this stuff again...