[PC-APP] SGN3 Mod Tool - Galaxy Note 3 Android Development

DOES IT WORK? I am yet to receive my SGN3, so I haven't been able to test.
I made this tool originally for SonyEricsson Xperia X10, but have now modified it to work for our Samsung Galaxy Note 3. I hope it will make life a little easier when modifying files on the device. It uses ADB to pull and push files, change file permissions and much more - so users don't need to remember long command prompt/terminal emulator commands! It also has a nifty little application manager, which allows for quick installation, backup, and removal of both pre and self -installed software. It has a LogCat function to read and save logs on the go when investigating errors, as well as functionality to decompile/recompile APK, JAR and ODEX files, sign and zipalign APKs, and decompile System images. Finally, straight ADB shell access is integrated.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions:
1. Download.
2. Extract archive.
3. * Install LinuxReader to GalaxyS3ModTool\tools\LinuxReader.
4. Run SGN3ModTool.jar!
*This step is only needed for the Decompile System function in the ROM Manager.
Note: Make sure your phone is connected in debug mode, you have root privileges, and unsecured your device's shell. The application will try to unsecure your shell if you haven't already, but worst case scenario you might have to do this manually.
Also, the manage ROMs functionality is still experimental, and the Recompile System function is disabled. If you know how these processes can be automated, let me know and I will incorporate the functionality.
If you have problems, let me know and I will try to sort them out with you. Keep in mind that often when a modification goes wrong, you can simply push back the original files and reboot. So keep backups handy!

Reserved in case of future expansion.

Very interesting, will test when i get back home. Thanks!

Sound good mate. I'll give it a go I reckon

Wow sounds awesome thank you very much

Does it backup app data as well? This looks very promising. As it is java based, would it work on other platforms?
Sent from my Nexus 4 using Tapatalk

Post Removed

Breach said:
1. Download.
2. Extract archive to C:\cellphone\SGN3ModTool
3. * Install LinuxReader to C:\cellphone\SGN3ModTool\tools\LinuxReader.
4. ** Install the Java Runtime Enviroment from.. http://www.java.com/en/download/windows_xpi.jsp?locale=en
5. Make sure your Note 3 is plugged in and the screen is unlocked.
6. Run SGN3ModTool.jar
* This step is only needed for the Decompile System function in the ROM Manager.
** This step is only needed if you do not already have the JRE installed.
------------
It is telling me the device is offline. For example.. Roboot, Refresh Content, etc.. do not nothing.
Make Dir says "Directory Created" but does this...
adb shell mount -o remount,rw /system
adb shell mkdir "/test"
error: device offline
Click to expand...
Click to collapse
you have to allow ADB to acces your device..
when you try to do anything with ADB, look at your phone screen, it will give you a popup that will enable you to 'allow ADB connections'

karoolus said:
you have to allow ADB to acces your device..
when you try to do anything with ADB, look at your phone screen, it will give you a popup that will enable you to 'allow ADB connections'
Click to expand...
Click to collapse
I watched my screen. I got no popups other than the original "usb connected" popup when I plugged in the usb cable.
Edit: Deleted the app. No Support from Dev.

Breach said:
I watched my screen. I got no popups other than the original "usb connected" popup when I plugged in the usb cable.
Edit: Deleted the app. No Support from Dev.
Click to expand...
Click to collapse
this actually does work!
if somone still wants to use it for whatever reason you can:
get a kernel that is not SElinux enforcing (permissive).*
get adb insecure by chainfire and switch to insecure mode.
be sure that in the app it says:
Binary: Insecure
USB debugging: Enabled
should work, at least for me it did.
not sure if every custom kernel(permissive) works.
*lastest wanam exposed module has an experimental feature to set the selinux to permissive.
i havent tried it but maybe you can do the above with stock kernel and just setting permissive mode in wanam.
edit: does not work with stock kernel, at least for me.
i have not tested every function of this tool but connecting, pushing, pulling and so on work.
there are other tools that can do that, i wrote this just for information.

works well here! well done

cant get it to work on mac

thanks MrRusch for your great work!
I am a newbie about these stuff so forgive me if these are questions are stupid~
I was trying to use it to deodex the SamsungChineseIME apk and I got 2 questions want to ask.
1. when it asks for "Install Framework?", I choose the framework-res.apk extracted from my rom. But I also notice there is a twframeworkres.apk in the rom, do I need to include that also?
2. I came to a prompt asking me for "Select framework directory to reference" (as attached screen), I was hold back since I don't know what to choose for this.
Thank you again for your effort and this great tool!

Related

Sideloading Samsung Captivate

How to sideload for samsung captivate?
1. Download Terminal Emulator from android market (or any terminal).
2. Go to this post on your samsung captivate.
3. Copy this Below
su cd /dbdata/databases/com.android.providers.settings
sqlite3 settings.db
update secure set value = "1" where name = "install_non_market_apps";
.quit
reboot
4. Your phone will reboot and you can sideload. try to download an app from pandaapp.com.
5. Success!!!!!!!!!! Made very easy compared to using Android SDK.
-I dont claim to find this. But i havent seen this on youtube or any where else-
Hope You Luck!
-Jordan5555
Thanks for the info!
Sent from my GT-I9000 using XDA App
It's explained Tip: Enable Non Market App Installs on the Samsung Captivate]here[/url, I used a little variation on that method:
Can I suggest an even easier way of editing and manipulating the settings.db file? I used a combination of Root Explorer, SQLite Editor and Dropbox, modified from this link. You zip and copy settings.db from your Captivate to Dropbox, then you can edit it in Firefox, zip it, copy it back, and manipulate it from there - or I found I could copy the file to another folder I created (modified market), edit the file in there with SQLite, save the file and then copy it back to the original folder following their directions. The one thing you have to be careful of is making sure you're mounted R/W instead of R/O in Root Explorer or you'll get errors, something like 'permission denied'.
The Sideload Wonder Machine is nice, but I'm not always at my computer when I find something I want to try, this method made sideloading totally contained on the Captivate. Works a charm
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i tried the first method by copying the code and i got "Permission Denied" so then i just typed in the first line. got the same "Permission Denied"
is there a step i need to do first?
sorry if there is something obvious i should do first, i'm a bit of a noob
gisxer said:
i tried the first method by copying the code and i got "Permission Denied" so then i just typed in the first line. got the same "Permission Denied"
is there a step i need to do first?
sorry if there is something obvious i should do first, i'm a bit of a noob
Click to expand...
Click to collapse
What are you using, Root Explorer? You have to click the r/w at the top of the screen to enable writing. If it's r/o, that means read only.
Root Explorer? no, just Terminal Emulator and pasted the code into the Terminal window. i take it that's not what it meant
gisxer said:
Root Explorer? no, just Terminal Emulator and pasted the code into the Terminal window. i take it that's not what it meant
Click to expand...
Click to collapse
Ah, no, I see, you're referring to the first method. I dunno, I used what I posted, and it worked well.
nevermind lol
sorry should have mentioned that. the method posted by jordan5555 got the error
Permission denied (Jordans mthd)
Sent from my SAMSUNG-SGH-I897 using Tapatalk
While the process described here isn't technically sideloading, it is enabling installation of non-market applications without being attached to a computer, a.k.a. De-crippling . I have already simplified this process into one click, with no need for running any console commands or downloading the android SDK. Check out One Click De-Cripple for Captivate here.
BTW, your phone will need to be rooted before this process will be successful.
rafter109 said:
While the process described here isn't technically sideloading, it is enabling installation of non-market applications without being attached to a computer, a.k.a. De-crippling . I have already simplified this process into one click, with no need for running any console commands or downloading the android SDK. Check out One Click De-Cripple for Captivate here.
BTW, your phone will need to be rooted before this process will be successful.
Click to expand...
Click to collapse
Having to be rooted is why I went wit the method I posted above - because at the time I wasn't ready to root. What that method did do is force me to learn a bit about Android file structure and how to 'fiddle around' with the innards of the system. Eventually, of course, I got brave, rooted, and it's been all customizing from then on.
Of course, once you've rooted and gone to a custom ROM you never have to worry about all this again
Cant you just use the sideload wonder machine? Worked for me when I didn't have the "install_non_market_apps" file changed.
yentlequible said:
Cant you just use the sideload wonder machine? Worked for me when I didn't have the "install_non_market_apps" file changed.
Click to expand...
Click to collapse
Sure, but then I have to be at my computer to load anything. I far prefer what I did, so it's just plain done. Plus I don't want the constant reminder that AT&T has crippled my phone - a phone I'm paying way too much for monthly.
reinbeau said:
Sure, but then I have to be at my computer to load anything. I far prefer what I did, so it's just plain done. Plus I don't want the constant reminder that AT&T has crippled my phone - a phone I'm paying way too much for monthly.
Click to expand...
Click to collapse
Good point... The only reason I used the sideload wonder machine in the first place was to get root explorer on my phone since the market was not working. After that I just modified the database file.

[10 OCT 2011][IceCreamSandwich MARKET][SCRIPT]MarketUpdater for all Android Devices!!

MarketUpdater​
by ScumpinatoS​
Screen​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is it?​This script allows you to install the Latest version of android market even if you don't live in the U.S.A!
Requirements​
- Windows 98 or above
- An Android Device
- Admin rights (Vista/7)
- USB DEBUG ON
How to use?​
1. Download the Link at the end of the post
2. Double click on MarketUpdater.exe
3. Now the script is running
4. Choose the option that you want and the script will do everything
In the guided mode the script guides you trough the script telling you something about the command and how to use them It's good if you want to know how the script work or if you want to learn something about adb scripting
Now the download link:
MarketUpdater.exe
Changelog:
v3.2.0
1. New Ice Cream Sandwich Market (v3.2.0)
2. New style (black-cyano)
v3.1.5
1. New market (v3.1.5)
2. New style (black-red)
v3.1.3b1
1. Totally new script!
2. Added a restore mode in the specific mode
3. Now the script will work on every android device, rooted, not rooted, samsung, htc, lg and so on...I am 101% sure or that
4. Small BUG fixes
5. Change of the style XD
v3.1.3
1. Totally new script
2. 3 method
3. Market updated to v3.1.3
4. More Stylish
v1.1:
1. Updated the Market from 3.0.26 to 3.0.27.
2. The script doesn't need the reboot anymore!!
3. Now the Market is installed in /data instead of /system
Enjoy and leave a feedback
Who wants the source code, ask to me in PM
IF YOU LIKE MY WORK, PLEASE THANK ME AND CONSIDER DONATE TO ME, EVEN 1$ IS GOOD, I'M JUST A STUDENT
Thanks This seems to work like it is supposed to
I'm making a new script, because this isn't working for everybody!
Just Stay tuned
The fix will be posted tomorrow because i've bricked my ideos XD
its working on u8150 great job!!!
You're welcome ulissescg
If you want, thank me clicking on the Thanks button under my first post, thank you!
Anyway...I cannot do further tests because my smartphone is blocked (Ideos U8150) on the Stock Vodafone ROM and the bootloader does not work, so if the script doesn't work for you, follow these steps:
- Extract the .exe file (You need WinRar I think)
- Take the .apk files
- Send it to the phone
- Install it manually from the phone
This should work
Script updated!
Now it will works on all Android Devices!!
If you find any BUG please report it here, so I can fix it
*bump*
Any bug?
Can't wait to try it. What exactly does this script? I mean how it is working
Sent from my GT-I9100 using XDA Premium App
It works like that:
-It makes the BackupMarket folder in C:\
-It copies the com.android.vending-1.apk (which is in /data/app/ and this file could not exist!) in the phone to the C:\BackupMarket folder
-It copies the file Vending.apk (whic is in /system/app/ this file exist in every devices) from the device to C:\BackupMarket
-It copies the com.android.vending-1.apk (whic is included in the script) to the /data/app/ directory into the device
-It copies the file Vending.apk (whis is included in the script) to the /system/app/ directory in the device
-The script will reboot the phone.
This is how it works, if you wants the source-code, don't hesitate to contact me in PM or at [email protected]
Thanks for the explanation, tried it and works great. Thanks for this script mate.
Sent from my GT-I9100 using XDA Premium App
This fix the movie root problem thank's in advance.
Sent from my HTC Desire HD using XDA Premium App
*bump*
Have you find a bug in the script? If Yes, please tell me so I can fix it
BTW the script was downloaded a 191 times until now Thanks people!!
No joy...
ScumpinatoS said:
*bump*
Have you find a bug in the script? If Yes, please tell me so I can fix it
BTW the script was downloaded a 191 times until now Thanks people!!
Click to expand...
Click to collapse
Doesn't work for me - creates the directory and then sits there, doing nothing. No files copied. Debug is on, USB Storage off (also tried with it on). Unarchived and ran ADB in archive with "devices" - nothing shows as connected so that's probably why.
Will try again at home where I did the original root - maybe ADB is not working here. Will update later.
Droid incredible, CM7.10 RC1 w/std kernel, Clockwork 3.0.0.8 w/ S-OFF
Hi,
it isn't working for me either. tried everything i can think off.
any help
thanks scott
rpitera said:
Doesn't work for me - creates the directory and then sits there, doing nothing. No files copied. Debug is on, USB Storage off (also tried with it on). Unarchived and ran ADB in archive with "devices" - nothing shows as connected so that's probably why.
Will try again at home where I did the original root - maybe ADB is not working here. Will update later.
Droid incredible, CM7.10 RC1 w/std kernel, Clockwork 3.0.0.8 w/ S-OFF
Click to expand...
Click to collapse
You have no ADB Drivers in your PC. I'm 100% sure of that, and now I will explain to you why is that:
The script controls that your phone is connected to the PC and that is correctly running with ADB. If the phone isn't working fine with ADB the script will NOT run until the phone is correctly running with ADB.
In english, that means that your ADB Drivers aren't installed properly
Let me know if the script works on your main PC
scalda said:
Hi,
it isn't working for me either. tried everything i can think off.
any help
thanks scott
Click to expand...
Click to collapse
Can You explain a little bit more your problem? Thank you
PS: I'm sorry for my bad english, but I study English only at school, other than watch series in English with English subtitles
I've got this message (got it and another one first time, but hadn't the reflex to do a screen ...).
Running rooted HTC Desire with Oxygen ROM.
Version of Market installed shows 2.3.4 in the app list and when I run the app, it still is the old version.
That isn't normal...try to re-download the script...are you using Windows?
Success
You have no ADB Drivers in your PC. I'm 100% sure of that, and now I will explain to you why is that:
Click to expand...
Click to collapse
Yes, and I figured that out after awhile and tried to install them but was unsuccessful. I tried it again on the home PC (Vista64) where I had previously installed the SDK and it appeared to start but not finish - after showing the transfer statistics, it basically just stopped.
I did see activity on the phone, but not a full reboot. When I looked at the market however, it had definitetly updated it and it was working great. With the script still active and the phone connected, I did a manual reboot. At that point the script declared the update a success.
So guess the only thing it missed was doing a full cold reboot.
The new market looks and works great - thanks so much for putting this together for noob hackers like myself. In addition to making it easy, looking at the syntax of the script taught me a few things. Cheers!
ScumpinatoS said:
That isn't normal...try to re-download the script...are you using Windows?
Click to expand...
Click to collapse
I did it ... twice.
Yes this is windows. Maybe something different about my ROM then?
Sent from my HTC Desire using XDA App

[MOD] ROOT [ACS] Skyrocket Easy Root - Windows/Mac/Linux

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Shabbypenguin and the Android Creative Syndicate
present to you
Easy Root 1.0​
This software is licensed under the WTFPL
/* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The F*** You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details. */
Click to expand...
Click to collapse
what this means is simple, you can do whatever you want with this software
Instructions are simple, this uses revolutionary's awesome zergrush exploit its just a slightly modified script from my transform-ultra AIO. anyways yall might be wondering why a sprint guy is here giving yall this, well its cuz my good buddy k0nane (the one currently working on removing ciq for yall) asked me to stop by the irc channel last night. we got some of the partitions mapped out and he told me that you guys can use zergRush so here ya have it
set usb debugging on (settings > applications > development > USB debugging)
Install teh drivers
plug in your phone and let teh drivers FULLY INSTALL
extract the entire root zip file (dont just pull what you want out of it, it doesnt work like that)
run the included batch file/sh file depending on your os
linux users i know youve got it handled but for you mac users that dont understand how to do anything more then dump money in apples pockets there is a readme in there
DOWNLOAD​
also to make things easier for editing i have included a nice lil script
in shell or terminal use this command
# remount rw
Click to expand...
Click to collapse
it will allow r/w access to /system
enjoy
version 2.0 will flash cwm for ya, just need to figure out a safe way to do it
Cool. Reserved.
fixed - was a permissions issue on my end.
fixed - was a permissions issue on my end.
please try re-running it again, if it says zerglings didnt leave anything interesting thats teh exploit failing
fixed - was a permissions issue on my end.
no adb is finding your phone, otherwise the exploit wouldnt run. its just odd that they arent leaving anything interesting. not sure why its not running the way it should, other people on this forum have said they used zergrush just fine, the reason why i posted this is so that you can have it done via script and have busybox and a remount script thrown in there.
here i had originally posted teh file with my old copy of zergrush, i had since updated teh zip with the latest from revolutionary. i reverted back to the old one try downloading it again and see where that gets ya
I ran it as administrator this time and it looks different, but I still get message about SU not found, even after rebooting phone.
ok well that time is because you didnt run it with adb.exe in teh folder
Hmm will def try this later tonight
Well, I'm sure I may be doing something wrong.
But I simply set my phone to usb-debugging and plugged in the usb cable.
Then extracted your zipped up folder and then right-click-run-as-administrator on root.bat.
ADB.exe is definitely in the same folder structure as root.bat.
hm well join the irc channel when youu get a chance we can work on this as bit more
If you are running windows vista or windows 7 and you are just right-clicking on the bat and running as administrator you are not running the adb.exe as an administrator. You should right-click on cmd.exe in the start menu, select run as administrator then navigate to the folder extracted. For instance if you saved the file in your users downloads folder then navigate to: x:\users\[user name]\downloads\Skyrocket-Easy-Root and then type root.bat and press enter. This will allow the root.bat to call adb.exe properly and will execute the process.
Hope this helps.
PlagueBoy said:
If you are running windows vista or windows 7 and you are just right-clicking on the bat and running as administrator you are not running the adb.exe as an administrator. You should right-click on cmd.exe in the start menu, select run as administrator then navigate to the folder extracted. For instance if you saved the file in your users downloads folder then navigate to: x:\users\[user name]\downloads\Skyrocket-Easy-Root and then type root.bat and press enter. This will allow the root.bat to call adb.exe properly and will execute the process.
Hope this helps.
Click to expand...
Click to collapse
Windows 7.
That did the trick, it worked great and I'm rooted. Thanks to both of you!
---------- Post added at 12:32 PM ---------- Previous post was at 12:31 PM ----------
Plague Boy... one post in four years and it got a "Thank You".
You're batting 100%!
Glad I could help. One post in four years yes, I signed up for this site a long time ago and then promptly joined the dark side by purchasing an iPhone about a week after that. After all these years I have wandered back and can hopefully be more of more use as I learn the Android OS.
Worked perfectly for me. Quick the lengthy root process (err rather how long it takes, its just 1 click lol), but mint!
cant get it to work says something about boomsh being denied
kornklown69 said:
cant get it to work says something about boomsh being denied
Click to expand...
Click to collapse
That's left over from when I was working with you, come by IRC later and I'll get you cleaned up.
k0nane said:
That's left over from when I was working with you, come by IRC later and I'll get you cleaned up.
Click to expand...
Click to collapse
Superoneclick root worked thanx k0nane
Sent from my SAMSUNG-SGH-I727 using xda premium

[TOOL][WINDOWS] SGY PC-Tools

SGY PC-Tools​by hnkotnis​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi Everyone!
I am presenting you my new project:- SGY PC-Tools.
This is a tool that allows you to do various things from PC.
Screenshots:-
Installation:-
1. Download and run the exe
2. Press Next. Choose Typical install. It takes 2-3 minutes.
3. Even if shortcut is created on desktop, Please run it from Installation Directory.
IMPORTANT NOTE:-
While closing this software, type "x" and press Enter. DO NOT CLOSE THE WINDOW OR IT MAY LEAD TO PROBLEMS.
If ADB commands output is not shown or in case of any problem,
delete all files in installation directory except Toolkit's exe and Readme PDF.
Or try uninstall and reinstall.
Uninstallation:-
Windows 7:- Go to Programs and Features and unistall SGY PC-Tools.
Windows XP:- Go to control panel, add or remove programs and uninstall.
Download:-
V1.0.0.0 http://d-h.st/RKg
MD5 Sum:- 5544b1db94795b6ecc1bcca7b1ab8cdc
Checked by Virustotal. No Virus Found by 50 Antivirus.
VirusTotal Scan Result Link
Detection Ratio:- 1/51 (Less popular AV says this is minor, but it is not virus. I am a good guy and I don't want to mess up anyone's PC. Believe me)
FEATURES:-
Details are included in the Readme PDF file. Here only main points are covered.
1. Reboot menu:-
Full Reboot
Hot Reboot
Reboot to Recovery
Reboot to Download Mode
2. Backup and Restore Menu:-
Data Backup
Data Restore
Firmware Backup
Firmware Restore
3. Download Samsung USB Drivers
4. Download CWM Recovery
5. Busybox Installer
6. App Uninstaller
7. Push apps to sdcard
8.Download SGY Toolkit V1.8
9. Screenshot menu:-
Android
Recovery mode
10. ADB Tools:-
Start-Server
Kill-Server
List Connected Devices
Wi-Fi ADB
Manual ADB Commands
Mount System as r/w
Get demesg
Get logcat
Live Screen Viewer
Bugs:-
Bug list is included in readme.
DO NOT ADD BUG REPORTS IN COMMENTS.
NOTE:-
You cannot decompile/reverse-engineer any part of this software and any dependency that comes with this software.
If you want to share this on your blog, site, Facebook, Google+ page, just ask permission from me by PM.
By using this you agree that whatever damage happens to your device, its software, hardware or YOU,
You are responsible for it. I have no responsibility for it.
Click to expand...
Click to collapse
SOME PEOPLE ASK FOR SOURCES AND CREDITS WHEN THEY ARE NOT REQUIRED,
AND SAY THEY WANT TO GUIDE ME. I AM NOT AT ALL PAYING ATTENTION TO SUCH PEOPLE.
If you do this I will ask a moderator to remove your post. KEEP THIS FOR DEVELOPMENT ONLY!!!!!!!!
IF YOU HAVE PROBLEM, THEN SETTLE IT BY PM, THIS IS A RULE OF XDA
Click to expand...
Click to collapse
Credits:-
Unknown developer for Android Screen Monitor.
ALL REST CREDITS TO ME!!!
XDA:DevDB Information
SGY PC-Tools, a Tool/Utility for the Samsung Galaxy Y GT-S5360
Contributors
hnkotnis
Version Information
Status: Stable
Current Stable Version: 1.0.0.0
Stable Release Date: 2014-03-25
Created 2014-03-25
Last Updated 2014-03-26
Reserved
Reserved for something or may be nothing, but reserved for everything.
Reserved
Reserved. Don't ask why.
doesnt seem to work with me - it cant establish an adb connection with my phone
no problems using other adb tools
if I run adb devices from a cmd promp it detects my phone
also each time I run the program it asks me to keep replacing files then it brings up an error about adb files (but these files are in the folder)
iv attached screenshots
edit
ok so iv done some more testing - turns out this app wont work if you have an adb emulator installed - for example if you have bluestacks installed make sure you end task it or exit the programme before running this else it wont work as it will get confused between the physical adb device and the emulator
Still get the error messages about files and asking to replace files at each start up
once I disabled the emulator it works fine in terms of connection however the screen shot feature I still cant seem to make work
It now says it has successfully taken a screenshot but the screenshot is not in the folder
edit again - ok so you put the screenshot bug in your pdf file as a bug but it would be helpful if you actually put the bugs on the op of this thread
Your screenshot prog looks just like ADB ScreenCapture by majdinj xda - it gives exactly the same read outs
The android screen monitor is basically a copy of droidATScreen which I have put in the attachment however droidAtScreen can also take screenshots and continuous screenshots too
Well Done!! GONNA TRY THIS.
Great work
gonna try this good work
@marcussmith2626
You are not typing "x" to exit. So integrated cleanup is not executed. So you get that overwrite error.
Now delete all files (except toolkit exe and readme) and try again.
I ask you to go through Readme file which explains bugs and why they are in programme.
My programme is much similar to majdini's because ff2png (file used to take screenshot in recovery) used by him and me is taken from same source (GPLv2 licenced).
Also screenshot terminal command is universal for all androids.
I didn't knew about majdini's programme. But when you mentioned it, I checked his one. My commands are differently expressed (commands same as explained above, but code is different). If you use his code sometimes there is error.
But my code does not give error in batch format.
(but problem is after exe conversion, this has a bug. Check readme for more info).
Sent from my GT-I9001 Gadget of Mass Destruction with CM11 using XDA Developers App.
Cant download. New link please
Edit : Nope, it can now
But, why i can't do live capture ? after re-open this app ? I just can do it when first open it
GSculerlor said:
Cant download. New link please
Edit : Nope, it can now
But, why i can't do live capture ? after re-open this app ? I just can do it when first open it
Click to expand...
Click to collapse
Read my above comment. The part of typing "x".
Go through Readme. It contains all info.
Sent from my GT-I9001 Gadget of Mass Destruction with CM11 using XDA Developers App.
hnkotnis said:
@marcussmith2626
You are not typing "x" to exit. So integrated cleanup is not executed. So you get that overwrite error.
Now delete all files (except toolkit exe and readme) and try again.
Click to expand...
Click to collapse
to aviod the error of the adb files you have to run program as administrator
you should include run as admin in your exe file in future builds
Sorry bro, real bad CMD to EXE converter you use, I could easily find your .bat file here:
EDIT: Removed.
as far as your ADB device select is concerned use the command (adb.exe -d) this will direct the adb to the first USB ANDROID ADB Device
and I would like to know Setup program you used...

[ROM][GT-S6310N]GlassROM Young N Installer

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Description
GlassROM Young N is a ROM (the first one, if I am not in error) for the Samsung Galaxy Young GT-S6310N (not S6310!, but the N variant). I was horrified by this low-end device, because there were no custom ROMs for it, and S6310 ROMs didn't work, I just ended up re-flashing the original firmware after a boot loop. So, here it is, the first ROM for this device, based on the Samsung 4.1.2 official AMJ1 firmware. It is de-bloated (which means no software besides what you want), has Trebuchet Launcher instead of TouchWiz Home, and I also remved most Google Apps (except for Play Store), because you can install them if you want, from Google Play.
This new thread for GlassROM Young N was made as a pre-release. The files here released, are an installer of the ROM Patch. This means you need to flash the stock ROM (4.1.2 AMJ1) via ODIN or Heimdall. Also, you must flash CWM (get it here: https://www.mediafire.com/?nwcnwu1yu92ym9w) via ODIN/Heimdall too. Then, you must boot up the stock firmware and enable USB Debugging. FInally, reboot to recovery, go to Mounts and Mount /system . Finally, connect the phone to the computer and run the script.
The original script was made for Unix-like OSes which use Bash Shell (like Linux and Mac). But I have made a Windows version too, available on the project page.
Screenshot
Download
Version 0.1.1 [Notes - some people report problems with the Windows installer]
[MIRROR]Try this link if our website is down!
Download v0.1 for GT-S6310N
If you like my work here on XDA, please consider donating!
Added files to our project page!
http://glassrom.5gbfree.com/young/n/gt-s6310n/stable/
I am developing an OTA Installer and OTA Updater for this ROM!
Stay tuned!
OTA Updater going to tests!
I've done everything, recovery, clean install, usb debugging enable, I get a usb device not install in device manager for SAMSUNG_android when a get in recovery and put usb in phone. The solution?
I tried on all sorts samsung drivers, and even KIES and nothing.
Thanks in advance.
Windows script is useless, several errors, bricked the phone. Needed to flash again. Do not upload until you test it.
Could you provide a screenshot of the error? Does ADB say anything?At the moment, I can only test the Linux/Mac OS/*nix version. You could try using it btw.
Sent from my GT-I9100 using XDA Free mobile app
gunar74 said:
Windows script is useless, several errors, bricked the phone. Needed to flash again. Do not upload until you test it.
Click to expand...
Click to collapse
I see. Look, this isn't a Google Play app review. This is a development thread. You seem like you don't understand it, but doing this takes time. Here, useful feedback is the only one I would like to receive. Useless feedback like yours wont help development at all.
Sent from my GT-I9100 using XDA Free mobile app
Since I do not know linux, I can not use it. I have tried Ubuntu live dvd, but it does not run the script without adb.
gunar74 said:
Since I do not know linux, I can not use it. I have tried Ubuntu live dvd, but it does not run the script without adb.
Click to expand...
Click to collapse
Use the live dvd or usb, then install adb from the terminal (write adb, it should tell you what to do to install it), and use the installer. Note th\g yoj must be on recovery when running the script.
Update: 0.1.1 bugfixing update was released. 0.2 is expected to use OTA updating via our app.
Working on the OTA Updater
As you can see in the screenshot, the OTA Updater app will be available in the next updater. It is almost finished, now I have to start working on actual flashable updates.
gnmmarechal said:
Use the live dvd or usb, then install adb from the terminal (write adb, it should tell you what to do to install it), and use the installer. Note th\g yoj must be on recovery when running the script.
Click to expand...
Click to collapse
What to do next, after adb is installed?
Dokotrs said:
What to do next, after adb is installed?
Click to expand...
Click to collapse
You just run the installer.
gnmmarechal said:
You just run the installer.
Click to expand...
Click to collapse
install.sh opens in text editor.
You have to change it's permissions to executable.
Open the Terminal, and do:
chmod u=rwx install.sh
Then type
./install.sh
And that's it.
error
Link to get instruction for GlassROM Young N dos not working
Hello.Thank you for your job,but i can not to try GlassROM Young N - link to get instruction for install from Windows not working,also not working link for install from SD.How i can get that?Thank

Categories

Resources