[Q] Create a pdf file dynamically - Android Software Development

hi
I want to create a PDF file dynamically in android application.
like File f = new File("sample.pdf");
we have to use any external api for this? any idea?
how can i do that?

Hi,
I found the solution and without using itext we can displaly pdf file.
Thanks
mindus

mindus said:
Hi,
I found the solution and without using itext we can displaly pdf file.
Thanks
mindus
Click to expand...
Click to collapse
What solution did you find?

Related

Where to download IIWPO: Theft protection in ROM

Hi,
I'm searching where to download IIWPO: Theft protection... Can anyone please tell me how to get that program files, to cook them into my own ROM?
Thanks in advance!
Sam
samvds said:
Hi,
I'm searching where to download IIWPO: Theft protection... Can anyone please tell me how to get that program files, to cook them into my own ROM?
Thanks in advance!
Sam
Click to expand...
Click to collapse
I guess if you have downloaded mkrom you get it along with it.
http://wiki.xda-developers.com/wiki/mkrom
Hi,
I double checked the "mkrom", but I'm unable to allocate the files needed to use IIWPO!
Any suggestions?
Sam
samvds said:
Hi,
I double checked the "mkrom", but I'm unable to allocate the files needed to use IIWPO!
Any suggestions?
Sam
Click to expand...
Click to collapse
Sorry, I didn't explain well. I mean, the link that I mentioned gives ftp details. The ftp directory contains all the necessary files to cook the rom. There too I am not so certain, but I remember having seen it there. You may check. Needless to say, you will need an ftp client.
Still no IIWPO found!
Can someone please tell me when I can find IIWPO - Anti-Theft Protection?
Thanks in advance!
Sam
samvds said:
Still no IIWPO found!
Can someone please tell me when I can find IIWPO - Anti-Theft Protection?
Thanks in advance!
Sam
Click to expand...
Click to collapse
"iipwo_startup.exe and iipwo_main.exe"
Has anyone got an answer to this post as yet. Or at least can someone post these two files here to be downloaded. Just loaded SpriteClone V1.9.0 and tried a new feature (RAW image). Needless to say it seems to have removed a few EXEs from my ROM image, I have restored all except the above two files.
Yes I have searched the threads and Googled the world without any luck.
Hello all, seems that their some benefits t having a XDA with a broken screen. Booted it up and was able to extract the two files needed.
I'll post it here in case anyone else is looking for them:
Being new to all this XDA Stuff, will these files work on XDA II device ?
and most importantly, what will they do for the device ?
cheers

Widgets WM 6.5

Hi All,
Please help! Do you know how to create widget for wm 6.5?
Do you have any idea from where to start and how to make it work?
Thanks!
I don't think the SDK is out yet but they are just like web pages. They even run inside a IE shell.
I'm no developer, but I downloaded a few sidebar apps and with just a few filename changes, I was able to get the text part of the widgets to run.
It should be pretty easy to get the images working, if a developer takes some time to look at it.
i remember having seen a video were wm6.5 was presented. The microsoft guy said that the widget engine is made by a common widget-standart so you could even use Opera or Firefox widgets ("so no secret microsoft stuff")...
But if have to tell: i understand only very little about programming so i could have got i wrong
I'm looking for cabs of the MSN weather, money and stock widgets. Anyone know where I can find them?
is there any way to modify windows xp widgets for a winmo phone?
Yoji biomehanika?
I'm surprised there has not been any developments in this thread? In the SDK there are some examples and code to create your own Widgets. Seems like a pretty simple setup.
little widget
Hi,
For testing purposes i just developped a very simple meteo widget that you can download here :
http://gavroche.free.fr/meteo.wgt
i couldn't get the "cookies" to work so no "save" possibility for now ...
Test widget: How to run a mobile web application in the widget container
Hello,
I would appreciate if try out my widget (Bing API). You can download the .wgt file here.
Thank you.
ttklf4 said:
Hello,
I would appreciate if try out my widget (Bing API). You can download the .wgt file here.
Thank you.
Click to expand...
Click to collapse
Hey cool, thank you. Läuft gut.
ttklf4 said:
Hello,
I would appreciate if try out my widget (Bing API). You can download the .wgt file here.
Thank you.
Click to expand...
Click to collapse
hi, where do we put the widget file?
kohanson said:
hi, where do we put the widget file?
Click to expand...
Click to collapse
Copy or download the file to the device or the emulator and open it.
ttklf4 said:
Copy or download the file to the device or the emulator and open it.
Click to expand...
Click to collapse
hi, I mean which directory should I put it to..
kohanson said:
hi, I mean which directory should I put it to..
Click to expand...
Click to collapse
There is no specific folder where you have to put widget files. Save the .wgt file where you want or select Open if you download it to the device.
kohanson said:
hi, I mean which directory should I put it to..
Click to expand...
Click to collapse
it installs the same way cab files do, copy it to your device and run to install.
kohanson said:
hi, where do we put the widget file?
Click to expand...
Click to collapse
Ensure that you have the following registry key:
[HKEY_CLASSES_ROOT\riapp\Shell\Open\Command]
@="wmwidgetinstaller.exe %1"
If the wmwidgetinstaller.exe is not registered the .wgt file will not be installed.
Hi, if I click the "ttklf4 RSS Deutsch" I get this. Mmmh Was mach ich jetzt ?
NEO130 said:
Hi, if I click the "ttklf4 RSS Deutsch" I get this. Mmmh Was mach ich jetzt ?
Click to expand...
Click to collapse
Unfortunately also the new version Windows Mobile 6.5 doesn't have a feed reader. Everyone with a Windows Mobile device sees XML code of RSS feeds. Therefore there are two options: You install a feed reader or I will modify my widget to display such feeds with the feed reader of my application.
OK, I take the second one. Thanks
NEO130 said:
OK, I take the second one. Thanks
Click to expand...
Click to collapse
Perhaps in the near future. Currently it is more important if users can install the widget on a physical device.

[Q] How to decompile/recompile binary XML from .apk file?

I have an .apk file which containing the new HTC keyboard, and I tried to translate the Russian layout to Hebrew so I'll be able to use any ROM which use this keyboard (I can't find the original Android SK on the ROM).
There is no problem to find the Russian XML files, but it's all compiled to a strange binary XML.. can someone help me with it? is there any way to decompile it to a normal XML again and then recompile it so i'll be able to override the original on my system?
thanks in advance
Avi
You would have to use a hex editor. More helpful information may be found here:
http://forum.xda-developers.com/showthread.php?t=479019
AXMLPrinter2:
http://forum.xda-developers.com/showthread.php?t=514412
Stericson's hex editing tutorial:
http://forum.xda-developers.com/showthread.php?t=479019
Thanks you two
I wish we'll have an app in the future (maybe i'll write one ) that can easly decompile/recompile - just like we have for mode9 files etc.
A problem, I can only decode it to a normal txt file - but I can't recode it back to that binary xml format...
How can I do that?
avimak said:
A problem, I can only decode it to a normal txt file - but I can't recode it back to that binary xml format...
How can I do that?
Click to expand...
Click to collapse
There's a converter in the Android SDK.
jashsu said:
There's a converter in the Android SDK.
Click to expand...
Click to collapse
Which one? there's a lot of them there...
avimak said:
Which one? there's a lot of them there...
Click to expand...
Click to collapse
"aapt dump xmltree" will show the contents but not in actual xml.
cyanogen said:
"aapt dump xmltree" will show the contents but not in actual xml.
Click to expand...
Click to collapse
Hi man, I'm already using AXMLPrinter2.jar to decode the xml file, that's not the problem. I'm looking for a way to recode it back to binary - and jashsu says it's in the SDK, but we have there about 100 different tools so I asked him which one is to recode a simply xml to binary xml that's fits Android
do you know?
Hey Avi,
why don't you use the hebrew keyboard that already published in iandroid.co.il forums?
zrubi said:
Hey Avi,
why don't you use the hebrew keyboard that already published in iandroid.co.il forums?
Click to expand...
Click to collapse
Well, first of all I'm using it now and it's great.. but still the HTC official keyboard looks bigger and wider for me, plus there is a space there (in the Russian layout) for question mark etc...

[Q] uzip files??

Hello everyone, i was trying to make my screen more beatiful but i find uzip files and i search on the web but i can't find a uzip reader :S, does anyone know a program to read it? or what is the method to do it?, thanks a lot =).
cjrgalvez said:
Hello everyone, i was trying to make my screen more beatiful but i find uzip files and i search on the web but i can't find a uzip reader :S, does anyone know a program to read it? or what is the method to do it?, thanks a lot =).
Click to expand...
Click to collapse
Uccw?
https://play.google.com/store/apps/details?id=in.vineetsirohi.customwidget&hl=en

What capability should I use to write to WindowsApps folder?

Hello!
I'm trying to write a Silverlight (WP 8.0) application to replace a file in C:\Data\Programs\WindowsApps. My question is: what capability should I add to WMAppManifest to achieve this? Thank you!
EDIT: Solved with Nokia.SilentInstaller.Runtime, thanks anyway.
AshleyT said:
Hello!
I'm trying to write a Silverlight (WP 8.0) application to replace a file in C:\Data\Programs\WindowsApps. My question is: what capability should I add to WMAppManifest to achieve this? Thank you!
EDIT: Ok, how do I add NokiaSilentInstaller to my solution?
Click to expand...
Click to collapse
CHAMBER_PROFILE_CODE_RW afaik

Categories

Resources