ok so i did a symlink
my-iPad:/var/mobile root# ln -s /var/mobile/Containers/Bundle/Application/ Application
my-iPad:/var/mobile root# ls -al
total 8
drwx--x--x 8 mobile mobile 340 Dec 2 01:14 .
drwxr-xr-x 32 root wheel 1224 Nov 4 13:05 ..
-r--r--r-- 1 mobile mobile 10 Oct 7 20:28 .forward
lrwxr-xr-x 1 root mobile 42 Dec 2 01:14 Application -> /var/mobile/Containers/Bundle/Application/
drwxr-xr-x 5 mobile mobile 170 Nov 27 23:53 Containers
drwxr-xr-x 7 mobile mobile 238 Nov 29 01:36 Documents
drwx------ 2 mobile mobile 68 Nov 27 23:53 Downloads
drwx--x--x 68 mobile mobile 2550 Dec 1 21:05 Library
drwxr-x--- 16 mobile mobile 612 Dec 1 22:02 Media
drwxr-xr-x 2 mobile mobile 102 Nov 27 23:53 MobileSoftwareUpdate
but still get an error on install
my-iPad:/tmp root# dpkg -i MyLittlePony.deb
(Reading database ... 2705 files and directories currently installed.)
Preparing to replace com.hacker.gamehack5539 1.0 (using MyLittlePony.deb) ...
Checking Dependencys
Unpacking replacement com.hacker.gamehack5539 ...
dpkg: dependency problems prevent configuration of com.hacker.gamehack5539:
com.hacker.gamehack5539 depends on ldone; however:
Package ldone is not installed.
dpkg: error processing com.hacker.gamehack5539 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
com.hacker.gamehack5539
encountered error with ldone ... i already removed it, respring, restarted, reinstall but still having the same issues
my-iPad:/var/mobile root# which ldone
/usr/bin/ldone
my-iPad:/var/mobile root#
am i missing something?
EDIT:
ok so i made a mistake on the symlink ... it should be Applications ... with an S. so i created it ... still no joy ... still can't seem to find ldone
my-iPad:/var/mobile root# ln -s /var/mobile/Containers/Bundle/Application/ Applications
my-iPad:/var/mobile root# ls -al
total 12
drwx--x--x 8 mobile mobile 374 Dec 2 01:26 .
drwxr-xr-x 32 root wheel 1224 Nov 4 13:05 ..
-r--r--r-- 1 mobile mobile 10 Oct 7 20:28 .forward
lrwxr-xr-x 1 root mobile 42 Dec 2 01:14 Application -> /var/mobile/Containers/Bundle/Application/
lrwxr-xr-x 1 root mobile 42 Dec 2 01:26 Applications -> /var/mobile/Containers/Bundle/Application/
drwxr-xr-x 5 mobile mobile 170 Nov 27 23:53 Containers
drwxr-xr-x 7 mobile mobile 238 Nov 29 01:36 Documents
drwx------ 2 mobile mobile 68 Nov 27 23:53 Downloads
drwx--x--x 68 mobile mobile 2550 Dec 1 21:05 Library
drwxr-x--- 16 mobile mobile 612 Dec 2 01:24 Media
drwxr-xr-x 2 mobile mobile 102 Nov 27 23:53 MobileSoftwareUpdate
my-iPad:/var/mobile root# rm Application