[APP] Notepad++ 6.5.3a for Windows RT - Windows RT Development and Hacking

Hello,
I've recompiled Notepad++ for Windows RT. I've labelled it with an 'a' because this isn't the same revision that the Win32 6.5.3 uses (it's a bit later). You will also need to install the Visual C++ 2013 runtime (get vcredist_arm.exe) because this is compiled using VS2013.
I've also bundled the Compare plugin for diffs.
Joel
Version History
Notepad++ 6.5.1
Notepad++ 6.4.5

Thankyou!

NickFritz said:
Thankyou!
Click to expand...
Click to collapse
I assume you need to be jailbroken to install this? Sorry, I got my first RT tablet for Christmas and am trying to learn about it.

Shad0wguy said:
I assume you need to be jailbroken to install this? Sorry, I got my first RT tablet for Christmas and am trying to learn about it.
Click to expand...
Click to collapse
The assumption is that if it is desktop software then yes you need the jailbreak.

i got an error for dynamic link library E:\notepad++\boost_regex-mt.dll

icedzed said:
i got an error for dynamic link library E:\notepad++\boost_regex-mt.dll
Click to expand...
Click to collapse
Solved installing it from rtdstore

v6.5.3a posted in first thread, post if you have problems.

Error
icedzed said:
Solved installing it from rtdstore
Click to expand...
Click to collapse
Hello What you intall in the store?

surferpio said:
Hello What you intall in the store?
Click to expand...
Click to collapse
The RTStore is a store that you can download from the forums to install desktop apps on your surface with ease...
http://forum.xda-developers.com/showthread.php?t=2559750
Im not sure if it still works but a newer version will be release with our upcoming 8.1 jailbreak.

lowjoel said:
Hello,
I've recompiled Notepad++ for Windows RT. I've labelled it with an 'a' because this isn't the same revision that the Win32 6.5.3 uses (it's a bit later). You will also need to install the Visual C++ 2013 runtime (get vcredist_arm.exe) because this is compiled using VS2013.
I've also bundled the Compare plugin for diffs.
Joel
Version History
Notepad++ 6.5.1
Notepad++ 6.4.5
Click to expand...
Click to collapse
I'm sorry for annoying you with an old thread but may i ask how did you compile it ?

Related

[UTIL][08.12.11] Apktool v1.4.3 - a tool for reverse engineering apk files

Brut.all said:
It is a tool for reengineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.
Features:
decoding resources to nearly original form
smali debugging: SmaliDebugging
helping with some repetitive tasks
Click to expand...
Click to collapse
http://code.google.com/p/android-apktool/
Brut.all said:
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
Oh this may well be excellent. I've got a 3rd-party Market app which desperately needs sensor orientation disabled (good ol' FC on rotate). Will check it out!
Brut.all said:
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
heh! cool man ... will look into this one! TY
~enom~
this.. could.. be.. godly..
I don't have time to try this right now, but I'm PUMPED.
Ok, now I see, that it still doesn't work for many apps. But you can try your luck ;-)
I've just released 0.9.1 version with wider apps support.
Subscribed! Thanks Brut.All! Will play around with this one
Brut.all said:
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
Vaooo!!! Megathanx!
Use it first and then thank. Still I don't have any confirmation from anyone that it works :-/
Brut.all said:
Use it first and then thank. Still I don't have any confirmation from anyone that it works :-/
Click to expand...
Click to collapse
working for me under ubuntu karmic, great work as ever Brut.all
Had the chance to set this up and make my edit. Absolutely painless. Great work. Thanks!
Android 1.5 can also work?
itanczos said:
Android 1.5 can also work?
Click to expand...
Click to collapse
Why not? It just builds apps, not run them, so it's a question like: "Do smali can also work with Android 1.5?" ;-)
That "Android SDK installed with 2.1 platform" requirement doesn't mean, that it will build apps for 2.1 . It will just use 2.1 resources, but these are (must be) backward compatible.
Brut.all said:
Why not? It just builds apps, not run them, so it's a question like: "Do smali can also work with Android 1.5?" ;-)
That "Android SDK installed with 2.1 platform" requirement doesn't mean, that it will build apps for 2.1 . It will just use 2.1 resources, but these are (must be) backward compatible.
Click to expand...
Click to collapse
Okay, I'll try!
Another question: The framwork-res.apk could not be decrypted. It will be possible later on?
itanczos said:
Another question: The framwork-res.apk could not be decrypted. It will be possible later on?
Click to expand...
Click to collapse
Maybe much later :-/
Even if we will be able to decode it and rebuild, we'll have FC after FC. The point is: framework resources must have constant resName<->resID mappings (eg. @android:string/day must be a 0x01040298), because they are referenced by all apps and unfortunately aapt doesn't give us control over resIDs mappings. I think framework-res.apk and other system files are built using some Google's private tools.
We need to create aapt-like tool, that will use custom resIDs mappings - it should be possible and maybe not so hard, but currently I have other things to do.
want a windows version >.<
lolmensch said:
want a windows version >.<
Click to expand...
Click to collapse
I must buy one ;-)
For now you need VirtualBox (free) + Ubuntu (free) + ~5GB of space (nearly free) and you will be able to use it
could this be used to modify this skype .apk to allow use on other carriers?
http://forum.xda-developers.com/showthread.php?t=585211&highlight=skype
ekeefe41 said:
could this be used to modify this skype .apk to allow use on other carriers?
http://forum.xda-developers.com/showthread.php?t=585211&highlight=skype
Click to expand...
Click to collapse
I don't know, what are these "iskoot", "3 network" and other things - I don't use Skype. But if you need to change something in XML files, then you definitely want to try out apktool

[Q] I need advice!! I want to make apk...

I need advice!! I want to make apk file for android and i don't know what program is the best for making aplication? Can someone who knows how to do that tell me how can i do that? please...
You'll need eclipse and the Android SDK
Go to developer.android.com
They have instructions for everything
QuantumFoam said:
You'll need eclipse and the Android SDK
Go to developer.android.com
They have instructions for everything
Click to expand...
Click to collapse
Can you plesae tell me what i need the download?
SeeZaar said:
Can you plesae tell me what i need the download?
Click to expand...
Click to collapse
U need :
-Android sdk
-Android sdk plugins
-eclipse 3.7.2
- jdk 7
QuantumFoam said:
U need :
-Android sdk
-Android sdk plugins
-eclipse 3.7.2
- jdk 7
Click to expand...
Click to collapse
Ok! thanks! i will try...

[Q] Compile apk

Hello. Can someone more experienced than me compile an apk from this github source?
Toggle Location Widget
I will remain in your debt. Thank you in advance.
andrei7radu said:
Hello. Can someone more experienced than me compile an apk from this github source?
Toggle Location Widget
I will remain in your debt. Thank you in advance.
Click to expand...
Click to collapse
get latest < apk changer > from XDA,
its up to date, working with ICS apps, and great indeed
decompiled and recompiled a whole rom lately with it,
goes like thunder...
success
asgardr said:
get latest < apk changer > from XDA
Click to expand...
Click to collapse
Yes mate, that's a great tool indeed. But it's only for decompiling first, not for source-only compiling.
You have to download the Android SDK + Eclipse from the Android development website, import the files and build the project. Follow the instructions to configure the environment, the import and build process is actually 3 mouse clicks
Sent from my HTC Desire S
amidabuddha said:
You have to download the Android SDK + Eclipse from the Android development website, import the files and build the project. Follow the instructions to configure the environment, the import and build process is actually 3 mouse clicks
Sent from my HTC Desire S
Click to expand...
Click to collapse
Yep, i read something 'bout Eclipse and SDK ... but i never used Eclipse and i was just wondering/kindly asking if anyone who made such thing before and has the necessary tools already on their PC can compile it ... Thanks

Chrome Whatsapp extension

Made it availabe on the official webstore:
https://chrome.google.com/webstore/detail/whatsapp-web-extension/gjcljdjafnhoajgebfpdjbcomennkhck
Hey all, I modified a facebook view extension for whatsapp. It's a smaller separate windows, so a little bit easier to use.
If you want to install:
Download whatsapp.zip from the attachment
unzip to some location
go to chrome://extensions
enable developer mode.
Drag and drop the whatsapp.crx file in the extensions screen
Click add
Ready for use!
Screenshot in attachment(canary)
---EDIT---
No modifications of the old facebook app. Created my own
I've got it working on the normal version Chrome and on Canary.
It looks better in Canary but is still easy to use in the normal version of Chrome.
Installing instructions are the same
Feedback is always welcome
try it now!
installed! wait for comment
Installed and everything is ok...
PS: Is maximize (minimize) button missing (chrome on linux) ?
Ciao.
L.
leonbadman said:
Installed and everything is ok...
PS: Is maximize (minimize) button missing (chrome on linux) ?
Ciao.
L.
Click to expand...
Click to collapse
Don't know, just tested in on Windows.
I will try it on linux later, but because I'm not really a developer (just some it guy), so I'm not sure if I can fix it....
just giving some feed back!
it doesn't work on me...
i got chrome v40, windows 7 Sp1 Ultimate... when i isntalled it says that extension is broken..
Same here,Damaged Extension,im using latest google chrome 40.0.2214.91,windows 8.1 x64 pro.
Jcoc said:
just giving some feed back!
it doesn't work on me...
i got chrome v40, windows 7 Sp1 Ultimate... when i isntalled it says that extension is broken..
Click to expand...
Click to collapse
Maybe it's because I'm using chrome canary...
Can you send me a screenshot/errorcode? I'll try to fix it if I can..
I hope WA for PC will be also worked on Firefox
Works well for me on Windows 8.1 Chrome Canary v42.
Jcoc said:
just giving some feed back!
it doesn't work on me...
i got chrome v40, windows 7 Sp1 Ultimate... when i isntalled it says that extension is broken..
Click to expand...
Click to collapse
Try the v2, i encountered the same problem.
kalel29 said:
Same here,Damaged Extension,im using latest google chrome 40.0.2214.91,windows 8.1 x64 pro.
Click to expand...
Click to collapse
Try the new versions, it should work now

(Removed)

(Removed)
Tried your guide to getting it to run, but again, I get the searchandreplace.dll error (I got this when I signed the RT 8.0 version too)
Qiangong2
This is with the new v4.0.30319
On the last line, it is pointing to runtime.cs on a user named mcafferym. I don't have a user named mcafferym... also it is pointing to the sharpdevelop source.
Qiangong2 said:
(Removed)
Click to expand...
Click to collapse
OnbekendV said:
Hi,
When did you get this error? Everything works fine here. Mcafferym? That's weird. Because that was the person who made the old version. I will found out what's going on.
Update: I used his (@chentiangemalc) source code, which means that this build is exactly the same as his build. Just found out I used his source code (Sorry for that!). That's the reason why you experience the same problem,
Regards,
OnbekendV
Click to expand...
Click to collapse
Okay, thanks could you modify the 4.4 source so VB.net coding is a possibility and it will work on RT?
Sent from my SGH-M919 using XDA Free mobile app
Qiangong2 said:
(Removed)
Click to expand...
Click to collapse
OnbekendV said:
Hi,
I will try, but you know what's weird? Every time the builder responds that the exe-file is not compatible with Windows RT 8.1. This means that compiles with VB.Net should work, but we only have to add ARM support. I don't know how to do it, but I will found out. Do you have Google Hangouts or something? If we work together, things will be easier to develop.
Regards,
OnbekendV
Click to expand...
Click to collapse
What about copying the execution exe from the .NET from the surface?
I have a wechat, if you want to pm me I can send you my wechat code.
Sent from my SGH-M919 using XDA Free mobile app
(Removed)
SharoDevekio,zip file in Downloads section gives 404. Did something happen to the file? (it looks like it was updated last week)
(Removed)
hey guys,when i try to build programs it get to me 2 errors:
The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. (MSB3644)
and:
Parameter "SearchPaths" has invalid value "{CandidateAssemblyFiles}%3b
%3b
{HintPathFromItem}%3b
{TargetFrameworkDirectory}%3b
{Registry:Software\Microsoft\.NETFramework,v4.0,AssemblyFoldersEx}%3b
%3b
{GAC}%3b
{RawFileName}%3b
bin\Release\System.winmd". Caratteri non validi nel percorso. (MSB3248)
what i have to do?
roxas22 said:
hey guys,when i try to build programs it get to me 2 errors:
The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. (MSB3644)
and:
Parameter "SearchPaths" has invalid value "{CandidateAssemblyFiles}%3b
%3b
{HintPathFromItem}%3b
{TargetFrameworkDirectory}%3b
{Registry:Software\Microsoft\.NETFramework,v4.0,AssemblyFoldersEx}%3b
%3b
{GAC}%3b
{RawFileName}%3b
bin\Release\System.winmd". Caratteri non validi nel percorso. (MSB3248)
what i have to do?
Click to expand...
Click to collapse
You haven't put the reference assemblied in the correct place then.
Sent from my Q5 using XDA Free mobile app

Categories

Resources