but now i have the problem that i cannot install the changed apps on my n95 anymore. i found that this could be the cause of my sis files not being of version 3, but since i use the v3 SDK for developement this cant be the reason.
the weird thing is that installing the apps that i didnt modify works, whereas the ones i modified cant be installed and alwaysd keep telling me "installation not possible".
i dont get an error throughout the build and signing process, though. what can cause this error message?
i already found it. the problem was that i was building the project in emulator debug mode instead of phone release(gcce, urel). sometimes things can be that easy
Forum posts: 120
refer to the SDK...
for your reference you can look for the following example Examples\Base\BufsAndStrings\WriteToFiles, in your symbian folder
Jupitar
Forum posts: 4
thx alot, that made the deal!
but now i have the problem that i cannot install the changed apps on my n95 anymore. i found that this could be the cause of my sis files not being of version 3, but since i use the v3 SDK for developement this cant be the reason.
the weird thing is that installing the apps that i didnt modify works, whereas the ones i modified cant be installed and alwaysd keep telling me "installation not possible".
i dont get an error throughout the build and signing process, though. what can cause this error message?
would be great if anyone can help me with this
Forum posts: 1913
Have you checked that you have no name conflict in the files you install on device ?
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 4
How can I check that? Sry, like aformentioned im very new to this.
Would be great if you can tell me how i assure that there are no name conflicts.
Greets Andreas
Forum posts: 120
check your code against the Data Caging concept. which actually talks about the keeping the user files at various specified locations.
Jupitar
Forum posts: 4
i already found it. the problem was that i was building the project in emulator debug mode instead of phone release(gcce, urel). sometimes things can be that easy
thx anyway for your help!
greets andreas
Forum posts: 120
Great!!
congrats man
Jupitar